Pipeline for differential RNA-seq analysis comparing H1H1 vs. H2H2 iPSC-derived neurons (Batch 1)
- Prepocessing of the gene expression count matrix
- gene filtering by CPM and %samples
- CQN normalization code: 3_GeneExpr_Filtering_CQN_normalization.R
- Build linear model
- correlation of biological and technical covariates with top PCs of the normalized gene expression matrix
- all VIF < 2.5 code: 4_PCA_Build_linear_model.R
- Differential analysis
- DESeq2 code: 5_DEseq2.R
- data_provided/ contains the raw gene count matrix, gene effective length, picard metrics, and metadata.
- code/ contains all the scripts.
- results/ contains some of the results from running the scripts.