Rna-Seq Within Group Variability
2
4
Entering edit mode
12.6 years ago

We have RNA-seq data for 6 individuals showing one phenotype and 6 showing another (12 total samples). Before doing a diff. analyses between two groups of 6 each, we'd like to assess the variability within each group using the FPKM values given by cufflinks. Can someone point out a good method? Do EdgeR / DESeq etc. do this? All suggestions welcome.

I think in the microarray world there are several tests available for this, and I am just wondering if there is anything analogous for RNA-seq counts data.

Thanks, forum.

rna • 4.3k views
ADD COMMENT
0
Entering edit mode

what are the standard within-sample metrics for microarrays?

ADD REPLY
3
Entering edit mode
12.6 years ago

You might try simple heatmaps, hierarchical clustering, and PCA (or MDS) plots of all 12 samples. These types of diagnostic plots often give a good sense of sample relationships and the within- and between-group variances. DESeq can also be useful for this process.

Note that DESeq and edgeR are going to take raw counts and not FPKM values.

ADD COMMENT
0
Entering edit mode

If they take raw counts; how do they handle the variability in initial reads for various samples?

ADD REPLY
1
Entering edit mode
12.6 years ago
Vitis ★ 2.5k

I use simple diagnostic plots to do that, like MA plot or simple dot plot. I think DESeq/edgeR both have specific functions for doing the MA plots and they work quite well. DESeq also has functions for extensive variance analysis (a bit involved in terms of statistics), for which you may see the manual of DESeq.

ADD COMMENT

Login before adding your answer.

Traffic: 2255 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