Description Usage Arguments Details
View source: R/function_call_wrappers.R
MCODE function wrapper
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
input_name |
Name of the input object in the database |
ppi_name |
Name of the PPI network in the database |
to_db |
Save result in database, default is TRUE |
folder |
If not saved in database, folder where to save the module as .rds |
hierarchy |
This parameter indicates how many hierarchy are included in the network, currently it can be |
vwp |
Vertex weight percentage. Default value is 0.5. |
haircut |
Boolean value, whether to remove singly-connected nodes from clusters (TRUE) or not (FALSE). |
fluff |
Boolean value, whether to spand cluster cores by one neighbour shell outwards (TRUE) or not (FALSE). |
fdt |
Cluster density cutoff. Default value is 0.8. |
loops |
Boolean value, whether to include self-loops (TRUE) or not (FALSE). |
deg_cutoff |
p-value cutoff for differentialy expressed genes |
module_cutoff |
Minimal score for a module to be returned |
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 mcode
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.