Description Usage Arguments Details
View source: R/function_call_wrappers.R
Module Discoverer function wrapper
1 2 3 4 5 6 7 8 9 10 11 12 13 | modulediscoverer_db(
input_name,
ppi_name,
permutations = 10000,
to_db = TRUE,
folder = NULL,
deg_cutoff = 0.05,
repeats = 15,
clique_cutoff = 0.01,
n_cores,
module_name,
con
)
|
input_name |
Name of the input object in the database |
ppi_name |
Name of the PPI network in the database |
permutations |
Number of permutations to perform to identify the community structure |
to_db |
Save result in database, default is TRUE |
folder |
If not saved in database, folder where to save the module as .rds |
deg_cutoff |
p-value cutoff for differentialy expressed genes |
repeats |
Number of times the algorithm is repeated |
clique_cutoff |
cutoff pvalue for significant cliques |
module_name |
Unique name for the module object when stored in database |
con |
Database connection obtained with |
Retrieves a MODifieR input object from database by
input_name and runs modulediscoverer
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.