samplingDataBase | R Documentation |
Outputs a table of sampling data(rows are miRNA and cols are samples)
samplingDataBase( enrichNull, selector, sampRate, fn, nPaths, samplingDataFile, jackKnife = FALSE, saveSampling, numCores = 1, autoSeed = TRUE )
enrichNull |
Enrichment dataset with x (miRNA), y (pathway) and pval (probability of observing x in pathway cluster). |
selector |
Table with x(miRNA) in pathway cluster. |
sampRate |
Sampling rate. |
fn |
Methodology function. |
nPaths |
Number of pathways in pathway cluster. |
samplingDataFile |
If file exists, load. Else, perform random sampling |
jackKnife |
If TRUE, conduct sampling with one less pathway, used for jack knifing |
saveSampling |
If TRUE, data is saved. |
numCores |
number of cores used |
autoSeed |
random permutations are generated based on predetermined seeds. TRUE will give identical results in different runs. |
Outputs of sampling data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.