jackKnifeBase | R Documentation |
Outputs a table with col x (miRNA), probability of observing k (depending on methodology) against a random distribution with jack-knifing of the pathway cluster (removing a pathway at a time)
jackKnifeBase( selector, pathways, enrichNull, fn, jackKnifeData, m, numCores = 1 )
selector |
Table with x(miRNA) in pathway cluster and observed k (depending on methodology). |
pathways |
Pathways in pathway cluster. |
enrichNull |
Enrichment dataset with x (miRNA), y (pathway) and pval (probability of observing x in pathway cluster). |
fn |
Methodology function. |
jackKnifeData |
Random distribution data with jack-knifing (i.e. one less pathway) |
m |
method name |
numCores |
number of cores |
Outputs a new selector table with col x, pval_jk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.