View source: R/miRandaIntersect.R
miRandaIntersect | R Documentation |
Compares and looks for intersection if significant output results with miRanda Results from getInputSpeciesDF and outputs a final filtered output for only those pairs of miRNA and mRNA which have actually been predicted to be targets in miRanda file function
miRandaIntersect(sig_corrs, corrS, mRNA, miRNA, getInputSpeciesDF)
sig_corrs |
correlation matrix, produced by threshSig. |
corrS |
vector of correlations/differences, 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 <- miRandaIntersect(sig_InterR, outs2, mRNA_fc, miRNA_fc, miRandaM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.