Global Trend Analysis using results from EdgeR
1
0
Entering edit mode
@anupriyadalmia-15435
Last seen 5.7 years ago

I have generated three DGE lists using the MakeContrasts function in EdgeR for pairwise comparisons of 3 conditions. I now want to make a union of these genes and cluster the expression (preferably, using the k-means algorithm). Following that, I would like to plot the expression profiles of the clusters for the different conditions.

I attempted doing this using ConsensusClusterPlus but I am unable to interpret the tracking plot.

I have a total of 625 DE genes and 532 samples.

Any suggestions?
 

EdgeR clustering differential gene expression consensusclusterplus kmeans • 968 views
ADD COMMENT
0
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 14 hours ago
The city by the bay

Your question does not have anything to do with edgeR. As far as I can see, edgeR has given you some result from the pairwise comparisons, and the real issue is how to visualise the differences between samples.

In this regard, I think your current approach is silly. If you only use the genes defined as DE between pre-defined conditions for clustering or dimensionality reduction, you will favour/force your clusters to be equal to your initial conditions! In that case, you might as well just make up a plot with three blobs of points corresponding to the known conditions, as you're forcing the algorithm to give you the expected result.

If you want an unbiased visualisation, I would suggest using plotMDS, which does not use any information about the conditions. If you end up with three clusters of samples corresponding to the conditions, this provides a semi-independent confirmation that your conditions are well-separated. Alternatively, you could also compute log-CPMs with cpm, transpose the result and use it in prcomp (for PCA) or Rtsne (for t-SNE).

ADD COMMENT

Login before adding your answer.

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