cor_network {WGCNA} R Documentation

Create correlation network based on WGCNA method

Description

Usage

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

Arguments

x

should be an HTS expression matrix object of gene features in rows and sample id in columns or the adjacency matrix which is read via read.adjacency

adjacency

[as double]

args

additional parameters for create correlation network based on the adjacency matrix directly: membership. [as list]

env

[as Environment]

Details

Authors

phenotype_kit

Value

this function returns data object in these one of the listed data types: Result, NetworkGraphStream.

clr value class

Examples


[Package WGCNA version 1.0.0.0 Index]