pick_soft_threshold: Pick soft threshold for WGCNA

Description Usage Arguments Value Examples

View source: R/pick_soft_threshold.R

Description

Pick soft threshold for WGCNA

Usage

1
pick_soft_threshold(expression_data = NULL, type_of_network = "signed")

Arguments

expression_data

The output from 'extract_expr_data'; a table of just expression data.

type_of_network

The 'pickSoftThreshold' function of the 'WGCNA' package can use either signed, unsigned, or hybrid signed or unsigned networks for soft thresholding. The 'WGCNA' documentation recommends "signed" be used and that is the default for this function.

Value

A figure containing two graphs from which to find the number to use for soft-thresholding.

Examples

1
2
3
4
5
gse <- download_gse_data("GSE108000")

num_data <- extract_expr_data(gse)

soft_thresholds <- pick_soft_threshold(num_data, type_of_network = "signed")

jeffreyLbrabec/tinker documentation built on Nov. 4, 2019, 2:37 p.m.