RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Finding public RNA-seq data, annotating genes, and exploring counts and metadata
This lab introduces a practical workflow for working with public RNA-seq data in R. Using the GSE161731 whole-blood dataset from the Gene Expression Omnibus (GEO), we retrieve the raw count matrix and its sample metadata, align the two, and convert Ensembl gene identifiers into gene symbols. The lab then covers cleaning and verification of clinical metadata, descriptive statistics and the appropriate test for each variable type, the calculation and interpretation of CPM and TPM, and the gene-level expression plots and gene-set heatmaps used to inspect biologically selected marker genes. The dataset compares patients with COVID-19, influenza, seasonal coronavirus and bacterial infection against healthy controls, so the expected interferon and neutrophil signatures serve throughout as a positive control for the analysis.
PCA, differential expression with DESeq2, and pathway analysis
This lab builds on the count matrix and metadata prepared in Lab 6 and moves from data handling to statistical inference. We begin with principal component analysis and sample-to-sample distances as exploratory quality control, then work through differential expression with DESeq2 and the interpretation of the results table. The differentially expressed genes are visualised with volcano, per-gene count and heatmap plots. The lab closes with pathway-level interpretation using KEGG and the MSigDB Hallmark collection, covering both over-representation analysis and gene set enrichment analysis, with attention to the choice of background set and ranking metric.
Tugas PSD
Document
Longitudinal Analysis of the Brumadinho Data
This document contains code and explanations to reproduce the results in Section 6. Most of the source code is not printed, however, it can be easily accessed by looking at the code blocks in the Quarto file.
Tugas 3
Tugas-Statistika-3
Tugas Transformasi, Differencing, dan Metrik Evaluasi (Analisis Deret Waktu)
Nama : Sofi Cahya Utami NIM : 3338240025 Mata Kuliah Analisis Deret Waktu Tugas Transformasi, Differencing, dan Metrik Evaluasi
NOAA Storm Database Analysis
This report analyzes the NOAA Storm Database and identifies which weather events are most harmful to population health and which events have the greatest economic consequences in the United States.