getcf | R Documentation |
Get correlation cutoff by max network clusters
getcf(mat, cutoff = seq(0, 1, 0.02), ...)
mat |
dataframe with row as feature and column as samples |
cutoff |
correlation coefficient cutoff |
... |
other parameters for 'cor' |
list with cutoff
data(meta) cf <- getcf(t(meta))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.