getcf: Get correlation cutoff by max network clusters

View source: R/enet.R

getcfR Documentation

Get correlation cutoff by max network clusters

Description

Get correlation cutoff by max network clusters

Usage

getcf(mat, cutoff = seq(0, 1, 0.02), ...)

Arguments

mat

dataframe with row as feature and column as samples

cutoff

correlation coefficient cutoff

...

other parameters for 'cor'

Value

list with cutoff

Examples

data(meta)
cf <- getcf(t(meta))

yufree/enet documentation built on March 20, 2022, 11:59 p.m.