corMirnaRna | R Documentation |
This function uses the output of one2OneRnaMiRNA and returns the correlation dataframe
corMirnaRna(mRNA, miRNA, method = "pearson")
mRNA |
mRNA file generated from foldchanges (FC) obj of the one2OneRnaMiRNA |
miRNA |
miRNA file generated from foldchanges (FC) obj of the one2OneRnaMiRNA |
method |
Default is "pearson" else use "kendall" or "spearman" |
Correlation data.frame
x <- corMirnaRna(mRNA_fc, miRNA_fc, method = "spearman")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.