Correlation analysis between gene expression & tumor purity
1
0
Entering edit mode
5.3 years ago
newbio17 ▴ 360

What I have seen previously in papers is that the authors find genes that are highly correlated with tumor purity.

I'm mainly confused in Paper #1, when author says:

"Spearman correlations were calculated between their expression and tumor purity to generate a ranked list of genes."

If you have a matrix consisting of 50 samples where they are separated into groups of 10 according to the tumor type (5 groups) and 20,000 rows for genes, how do you perform correlation analysis with 50 tumor purity values for the 50 samples to identify the genes that are highly correlated?

RNA-Seq tumor purity gene expression correlation • 1.5k views
ADD COMMENT
3
Entering edit mode
5.3 years ago

They just computed the correlation between each row of gene expression values (50 values) and the 50 purity values and then creating a ranked list of the results. In R you would do that with cor() and apply().

ADD COMMENT
0
Entering edit mode

Thank you. Your posts are always helpful.

ADD REPLY

Login before adding your answer.

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