How to perform correlation between unmatched miRNA and mRNA data?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Correlation Analysis
written by Researcher 3Hi all, I have a query. I am trying to perform a correlation analysis between the methylation values and expression values of a gene. I …
-
Is there any way to make p-value high if correlation has negative value?
written by Simon Ahn 1Hi. I'm trying to figure out the p-value of correlation between CNV and mRNA expression. If the chromosome is amplified, expression of mRNA involving that …
-
How to compute Spearman correlation between numeric and non-numeric data variables ?
written by prithvi.mastermind 6I am working on correlation analysis and stuck on How to calculate the correlation between numerical data and non-numerical data? From the sample data given …
-
How to perform the correlation analysis between gene counts (generated from RNA-Seq) and plant phys…
written by harshraje19 5Hello everyone, I have performed the physiological analysis in plants and, I have calculated the leaf temperature and stomatal conductance and at the same time …
-
Co-expression Network on Cytoscape between miRNA-mRNA and mRNA-mRNA
written by yronimuz 0Hello, I have two correlation values that I want to make co-expression network with Cytoscape: 1. Between miRNA and mRNA 2. Between mRNA and mRNA …
-
Can I filter mRNA from bulk RNA-seq reads?
written by maria2019 25Hi, I have Bulk RNA-seq and microRNA-seq read data of my samples. I wanna filter the bulkRNA-seq to get only the DEG for mRNA. after …
-
Perform correlation analysis between miRNA and mRNA expression data with different transformation v…
written by svlachavas 79Dear Community, based on a recent bioinformatics analysis of TCGA data, our goal is to perform correlation analysis in order to identify putative pairs of …
-
Co-expression network using Cytoscape
written by EpiExplorer 9Hi I have mrNA expression and LncRNA expression data from RNASeq. I have calculated the correlation analysis between the differentially expressed genes and the differentially …
-
Correlation of unmatched microRNA and mRNA expression data.
written by Masood 2I am trying to perform anti-correlation analysis between unmatched miRNA-mRNA expression data. In the first step I am doing limma differential expression for the extraction …
-
miRNA differential expression analysis
written by orzech_mag 23Hallo! I am performing some research involving microRNA-mRNA integrated analysis and I would like to use the MMIA tool. To use this tool I have …
I think you should explain what you mean with 'unmatched', you can only calculate correlation on matching samples.
Thanks Gian for your reply.
You are right that we can only calculate correlation on matching data but in my case data is like following:
miRNA = 4 NormalSamples - 6 TumorSamples
mRNA_Gene = 4 NormalSamples - 5 TumorSamples
I want to calculate the inverse effect of miRNA on mRNA gene.
I have also asked similar sort of question with more detail but didn't got any reply yet.
Correlation of unmatched microRNA and mRNA expression data.
Thanks :)
First you need to exclude the samples that are not in both datasets and then you can calculate the correlation on the overlapping subset. Since you are using R you can merge the two matrix and then calculate Spearman correlation between all miRNAs and mRNA