Description Usage Arguments Details Value Author(s) Examples
View source: R/module.screen.R
Screen feature patients or genes given by users among the predicted modules
1 2 3 | module.screen(res.module, feature.patients = NULL, feature.genes = NULL,
show.mods = NULL, show.n = 4, method = c("ratio", "fisher.test")[1],
cores = 1)
|
res.module |
a 'seed.module' or 'cluster.module' object returned by |
feature.patients |
the patients to screen |
feature.genes |
the genes to screen |
show.mods |
the modules to display |
show.n |
the number of modules to display |
method |
the method to find the most associated modules |
cores |
the thread number |
This function is used to find the modules associated with the 'feature.patients' or 'feature genes'.
In current version, two methods can be used: 'ratio' and 'fisher.test'. ‘ratio' is to rank the modules based on ratio between observed overlaps and the expected overlaps that estimated using all the samples. 'fisher.test' is to use Fisher’s exact test to check the significance of association.
A plot for gene or patient overlaps with the feature genes or patients.
Guofeng Meng
1 2 | # screen the modules for feature patients.
module.screen(seed.mod, feature.patients=sample(colnames(deg),15))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.