View source: R/corMirnaRnaMiranda.R
corMirnaRnaMiranda | R Documentation |
This function uses the output of one2OneRnaMiRNA and returns the correlation dataframe.
corMirnaRnaMiranda(mRNA, miRNA, CorVal, getInputSpeciesDF, method = "pearson")
mRNA |
mRNA file generated from foldchanges (FC) obj of the one2OneRnaMiRNA. |
miRNA |
miRNA file generated from foldchanges (FC) obj of the one2OneRnaMiRNA |
CorVal |
Correlation cut off.Example: If correlation -0.2 it would only return correlations with smaller than this value correlation for miRNA and mRNA at various time points. |
getInputSpeciesDF |
The dataframe generated from the getInputSpecies function. |
method |
Default is "pearson" else use "kendall" or "spearman". |
Correlation dataframe
x <- corMirnaRnaMiranda(mRNA_fc, miRNA_fc, Cor = -0.9, miRandaM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.