MK_WG_Tom | R Documentation |
One-step WGCNA analysis based on WGCNA R package.
MK_WG_Tom(x, name = "temp", nGene = 10000, Save = T)
x |
A two-dimensional matrix. (Column: samples; Row: features) |
name |
Custom naming of this process. Default "temp". |
nGene |
The number of genes will be used for co-expression network analysis. |
Save |
Create a backup folder under the working path, and store the resulting object as a name_WGtom_backup.rds file. Meanwile the co-expression network diagram will be drawn and saved. |
Please: citation("WGCNA")
A list (WG_Tom) of five objects: x, MEs (Column: each ME; Row: each sample), Colors (color corresponding to each gene), Power (the power of WGCNA soft-threshold), TOM (the calculated topological matrix).
—- MikuGene Bioinformatics Ecological Community.
Lianhao Song (CodeNight)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.