analyze gene expression of 3 genes in RNA-Seq data
1
0
Entering edit mode
3 days ago

hello,

I want to analyze the gene expression of three genes in a RNA-Seq dataset.

Can I perform Mann-Whitney test using the raw counts table (control vs. treatment)? Is it necessary to normalize the raw counts before a non-parametric data analysis?

thank you very much for the help.

R RNA-Seq • 203 views
ADD COMMENT
0
Entering edit mode
3 days ago
ATpoint 87k

You should analyze the full dataset using standard workflows such as limma-voom or DESeq2 and then get the stats for the relevant genes by subsetting. Genes are not independent in such as assay, hence you should take all genes into account. Just run it through the tool and get the significant genes. That's probably even faster than setting up Wilcox testing.

Is it necessary to normalize the raw counts before a non-parametric data analysis?

Of course, normalization to eliminate sequencing depth differences is always necessary in any scenario. Wilcox tests whether ranks are different between groups, and ranks are influenced by counts, hence need normalization to not rank artifically high or low simply by depth differences.

ADD COMMENT

Login before adding your answer.

Traffic: 1222 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6