View source: R/sampCorRnaMirna.R
sampCorRnaMirna | R Documentation |
This function uses the output of one2OneRnaMiRNA and returns a sampled from original file correlation dataframe depending on user sampling selection.
sampCorRnaMirna(
mRNA,
miRNA,
method = "pearson",
Shrounds = 100,
Srounds = 1000
)
mRNA |
mRNA file generated from fold changes (FC) obj of the one2OneRnaMiRNA. |
miRNA |
miRNA file generated from fold changes (FC) obj of the one2OneRnaMiRNA. |
method |
Default is "pearson" else use "kendall" or "spearman". |
Shrounds |
number of shuffling over the FC data, default is 100. |
Srounds |
number of sampling from the shuffled data, default is 1000. |
Correlation data frame
x <- sampCorRnaMirna(mRNA_fc, miRNA_fc, method = "pearson", Shrounds = 10, Srounds = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.