cna_run: Run WGCNA

Description Usage Arguments Value Examples

View source: R/functions.R

Description

A wrapper to run WGCNA with certain options in a particular order

Usage

1
cna_run(dat, power)

Arguments

dat

A data.frame of transposed expression matrix

power

An integer power of the adjacency matrix

Value

A list of 9 items:

Examples

1
2
3
4
5
library(Biobase)
data(sample.ExpressionSet)
dat <- list(data = t(exprs(sample.ExpressionSet)))

cna_run(dat$data, power = 5)

BCMSLab/rkip documentation built on May 17, 2019, 2:14 a.m.