Description Usage Arguments Value
View source: R/makeRamdomSet.R
This function generates random sets for random distribution analysis. In this process, random data are generated based on each chromosome length of host.
1 | makeRandomSet(organism = 'hg19', randomSize = 10000, outpath = '~')
|
organism |
a single character. This function serves 3 versions of organisms such as hg19, hg38 (Human) and galGal6 (Chicken). Default is 'hg19'. |
randomSize |
a integer vector. This number is random set size for random analysis. Default value is 10000. |
outpath |
an string vector. Plots are saved in this path. |
Return a random set for comparison with observed set and random set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.