View source: R/mirandaIntersectInter.R
mirandaIntersectInter | R Documentation |
Compares and looks for intersection if significant output results with miRanda Results from getInputSpeciesDF and outputs a final filterd ourput for only those pairs of miRNA and mRNA which have actually been predicted to be targets in miRanda file function
mirandaIntersectInter(sig_corrs, corrS, mRNA, miRNA, getInputSpeciesDF)
sig_corrs |
correlation matrix, produced by threshSig |
corrS |
vector of Differences/Correlations, from the sampCorRnaMirna function. |
mRNA |
mRNA FC matrix. |
miRNA |
miRNA FC matrix. |
getInputSpeciesDF |
miranda data, produced by getInputSpecies. |
An object containing data.frames of significant mRNA, miRNA and correlation matrix filtered by miranda input.
x <- mirandaIntersectInter(sig_InterR, outs2, mRNA_fc2, miRNA_fc2, miRandaM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.