Correlation between miRNA and gene expression data from TCGA
2
0
Entering edit mode
7.5 years ago
Devyani ▴ 50

I would like to know how can we find the correlation between miRNA and gene expression data from TCGA. The data available in TCGA for miRNA and gene are in two different units like its RPKM for the gene and reads per million for miRNA.

Thank you

RNA-Seq miRNA correlation TCGA • 2.7k views
ADD COMMENT
3
Entering edit mode
7.5 years ago
vakul.mohanty ▴ 270

You can use Spearman's correlation, its a non-parametric measure of rank correlation. You should be able to get around the problem of different units. Another approach would be to use linear models to test associations instead of using correlations. Hope that helps.

ADD COMMENT
0
Entering edit mode

Should both the data be checked for normal distribution before going for lm?

ADD REPLY
0
Entering edit mode

How much I know TCGA data doesn't follow normal distribution.

ADD REPLY
0
Entering edit mode

I don't think you require data to be normally distributed for a linear regression

ADD REPLY
0
Entering edit mode

well, i was thinking that the data (TCGA) is transformed data (normalized). My question is other way round. If data is normalized (assuming that TCGA data in use, is normalized), can you still do lm?

ADD REPLY
0
Entering edit mode

TCGA expression data is generally normalized, though you can also get the count data. Linear regression doesn't require your data to be normally distributed so I think you can use linear regression. If your uncomfortable using regressions you can use a non-parametric test like a Spearman's correlation which is independent of the nature of the distribution (given you have enough power).

ADD REPLY
0
Entering edit mode
7.5 years ago
Devyani ▴ 50

Thank you. I will try and let you know.

ADD COMMENT

Login before adding your answer.

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