cor_network {WGCNA} R Documentation

Create correlation network based on WGCNA method

Description

Usage

cor_network(x,
    adjacency = 0.6,
    umap.layout = TRUE,
    env = NULL);

Arguments

x

should be an expression matrix object of gene features in rows and sample id in columns. [as Matrix]

adjacency

[as double]

env

[as Environment]

Details

Authors

phenotype_kit

Value

this function returns data object of type Result.

clr value class

Examples


[Package WGCNA version 1.0.0.0 Index]