thinning_abs_threshold: Subset a coexpression network for thresholded absolute values

View source: R/lib.R

thinning_abs_thresholdR Documentation

Subset a coexpression network for thresholded absolute values

Description

This function removes from the passed coexpression network x all edges that, in absolute value, are less of the passed threshold.

Usage

thinning_abs_threshold(x, threshold = 0.5)

Arguments

x

a coexpression matrix, as returned by write.coexpressionMatrix

threshold

the value to be used for subsetting

Value

a smaller version of the original matrix


ne1s0n/MTGOsc documentation built on April 20, 2022, 9:35 p.m.