any tool or R package for integrated analysis of miRNA and mRNA expression data ??
4
2
Entering edit mode
8.6 years ago
unique379 ▴ 90

Hello guys,

I need any tool or packages for integrated analysis of miRNA and mRNA expression data? More specific I have time course expression data from microarray experiment.

Thanks in advance

NGS microarray R RNA-Seq • 4.3k views
ADD COMMENT
3
Entering edit mode
8.6 years ago
Irsan ★ 7.8k

It depends on your definition of integrated analysis. The most simple (and also least powerful) way of integration is to do differential analysis on mRNA and miRNA between your timepoints seperately and afterwards compare the differential results. You can look if annotated mRNA-miRNA pairs according to the miranda database change over time in opposite directions. However, a much more powerful approach is to use regression of miRNA on mRNA expression estimates to look for significant negative interactions between any miRNA-mRNA pair. You don't need a special package, linear regression is in the base functionality of R. The advantage of the latter approach is explained by the following example. Supposed you have a set of 50 control and 60 tumor samples. In all samples, the miRNA expression and mRNA expression, which are known to be interacting, are similar except for 1 tumor. This tumor has low expression of the mRNA and high expression of the miRNA. So you see silencing of the gene that is most likely caused by the increased expression of the miRNA. With regression analysis you will find this very easily. However if you did differential expression analysis between tumor and control, both miRNA and mRNA would not have been significant because the one tumor sample does not make the means of the tumor and control cohorts different.

ADD COMMENT
0
Entering edit mode

Nice idea! To model the interactions more dicretly (trying to remove indirect effects) do you know of a way to contrain that positive effects should not be considered aka only looking for negative effects?

ADD REPLY
0
Entering edit mode

Btw is the miranda database still maintained (or even available?). Alternatively there are other large databases such mirbase and mirgenedb as and finally mirTarDb which is smaller but experimentally validated.

ADD REPLY
1
Entering edit mode
4.4 years ago
k.beats ▴ 10

There seem to be quite a few tools out there capable of integrative miRNA-mRNA analysis. This one seems quite comprehensive: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4696828/

ADD COMMENT
0
Entering edit mode
8.6 years ago

I haven't seen anything that will generically do that kind of analysis. You might consider an eQTL analysis of sorts maybe?

ADD COMMENT
0
Entering edit mode

Just curious, have you come across any tutorial or paper that do such integrated miRNA/mRNA analyses?

ADD REPLY
0
Entering edit mode

to be clear, are you talking about mRNA gene expression data, and miRNA Sequencing?

ADD REPLY
0
Entering edit mode

I am new to the topic and was curious to see some exemplar works (whichever the standard approach is). But when I googled the topic I find there are many papers on the topic. Sorry, I should have googled first :( before asking query.

ADD REPLY
0
Entering edit mode
4.4 years ago

There seems to be 12 R packages for miRNA analysis annotated in Bioconductor - maybe one of those?

ADD COMMENT

Login before adding your answer.

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