Description Usage Arguments Details
View source: R/function_call_wrappers.R
wgcna function wrapper
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | wgcna_db(
input_name,
group_of_interest,
minModuleSize = 30,
deepSplit = 2,
to_db = TRUE,
folder = NULL,
pamRespectsDendro = FALSE,
mergeCutHeight = 0.1,
numericLabels = TRUE,
pval_cutoff = 0.05,
corType = "bicor",
maxBlockSize = 10000,
TOMType = "signed",
saveTOMs = TRUE,
maxPOutliers = 0.1,
module_name,
con
)
|
input_name |
Name of the input object in the database |
group_of_interest |
Numerical value denoting which group contains the condition of interest (1 or 2) |
minModuleSize |
minimum module size for module detection. See
|
deepSplit |
integer value between 0 and 4. Provides a simplified control over how sensitive
module detection should be to module splitting, with 0 least and 4 most sensitive. See
|
to_db |
Save result in database, default is TRUE |
folder |
If not saved in database, folder where to save the module as .rds |
pamRespectsDendro |
Logical, only used when |
mergeCutHeight |
dendrogram cut height for module merging. |
numericLabels |
logical: should the returned modules be labeled by colors ( |
pval_cutoff |
The p-value cutoff to be used for significant co-expression modules (colors) |
corType |
character string specifying the correlation to be used. Allowed values are (unique
abbreviations of) |
maxBlockSize |
integer giving maximum block size for module detection. Ignored if |
TOMType |
one of |
saveTOMs |
logical: should the consensus topological overlap matrices for each block be saved and returned? |
maxPOutliers |
only used for |
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 wgcna
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.