Description Usage Arguments Details
View source: R/function_call_wrappers.R
DiffCoEx function wrapper
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
input_name |
Name of the input object in the database |
beta |
User-defined soft thresholding power For method=="tree" it defaults to 0.99. For method=="hybrid" it defaults to 99 maximum of the joining heights on the dendrogram. |
cor_method |
a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. |
to_db |
Save result in database, default is TRUE |
folder |
If not saved in database, folder where to save the module as .rds |
cluster_method |
the agglomeration method to be used. This should be (an unambiguous abbreviation of) one of "ward", "single", "complete", "average", "mcquitty", "median" or "centroid". This applies to hierachical clustering. |
cuttree_method |
Chooses the method to use. Recognized values are "hybrid" and "tree". |
cut_height |
Maximum joining heights that will be considered. |
deepSplit |
For method "hybrid", can be either logical or integer in the range 0 to 4. For method
"tree", must be logical. In both cases, provides a rough control over sensitivity to cluster splitting.
The higher the value (or if |
pamRespectsDendro |
Logical, only used for method "hybrid". If |
minClusterSize |
Minimum cluster size. |
cutHeight |
Maximum joining heights that will be considered. For |
pval_cutoff |
The p-value cutoff to be used for significant co-expression modules (colors) |
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 diffcoex
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.