View source: R/twoTimePointSamp.R
twoTimePointSamp | R Documentation |
This function uses the output of one2OneRnaMiRNA and returns a sampled from orig file interrelation dataframe depending on user sampling selection.
twoTimePointSamp(mRNA, miRNA, 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. |
Shrounds |
number of shuffling over the FC data, default is 100. |
Srounds |
number of sampling from the shuffled data, default is 1000. |
miRNA mRNA interrelation dataframe
x <- twoTimePointSamp(mRNA, miRNA, Shrounds = 10, Srounds = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.