Should you normalise gene expression data before meta analysing?
I am going to meta-analyse four gene expression sets (they all have the same platform). Should I normalise each expression set before I meta analyse?
gene expression
normalisation
• 1,519 views
•
link
written
by
psyc_biostars •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Normalization method to be used when dealing with multiple datasets
written by vipulwagh31 •Hello everyone, I have multiple datasets from different platforms (Illumina and Affymetrix) and I have already performed a differential expression analysis for these datasets individually. …
-
Using GeneMeta R Package to meta-analyse multiple gene expression datasets
written by psyc_biostars •Hello, I have 4 gene expression datasets to meta-analyse (all on the same platform). I want to use the method in GeneMeta, but from the …
-
RNA-seq differential expression : relevance of mixing several datasets
written by guillaume.rbtHi all, I'm currently doing differential expression analysis on several public RNAseq datasets coming from different studies. Each one having samples with two conditions : …
-
Batch effect correction for gene expression data for meta-analysis
written by nash52 •Hi, I am currently doing a meta-analysis study for Gliomas (Microarray gene expression data) and have followed the steps in the following article to select …
-
Normalising Affymetrix Human Tiling 2.0R Set arrays for ChIP-chip
written by Nathan •Hi all, So I have a set of publicly available ChiP-chip data that uses the Affymetrix Human Tiling 2.0R Set. Which really means that each …
-
Remove Probes from Raw .CEL Files - AFFY HG-U133-Plus2.0
written by Alex GibbsHi all, I have multiple Accessions(13) that I'm combining to analyse data(~2000 samples). All of the Accessions have the same platform (GPL570). After investigating all …
-
Gene expression meta-analysis: How to correctly compile a data set.
written by Tom •Hi all. I am doing my first gene expression meta-analysis, and basically, the way that I thought I would build a meta-dataset from individual data …
-
Separate RankProd analyses on different microarray datasets?
written by randalljellisHello, I am analyzing a few data sets that are on different microarray platforms. If I wanted to use RankProd to find up- and down-regulated …
-
Is it possible (or does it make sense) to display two different gene sets in one PCA-plot?
written by jon.brate<p>Crossposted from Bioconductor:</p> <p>Sorry for this naive question, but I am new to principal component analyses and how to display them. I have two different …
-
Wgcna_How To Calculate Eigengenes From Multiple Data Sets (Gene Expression Profiles)?
written by chae •<p>I am trying to figure out some traits using WGCNA methodology. </p> <p>This analysis is based on microarray meta-analysis. Briefly explaining, I did analyze some …
For intersample comparisons in RNA-seq, you generally want to normalize for library size. Either the TMM values from edgeR or the normalized counts from DESeq2 will account for this.
And to complement, before doing any intersample comparison, you could do some QC (e.g. PCA), after normalization but before any statistical comparisons. This would give you an idea if there any any other factors you should consider for your analysis.