View source: R/analysisNetwork.R
networkClusters | R Documentation |
Get feature clusters determined by network analysis
networkClusters(
dataset = NULL,
factor = NULL,
rank = NULL,
fts = NULL,
method = c("se.mb", "se.glasso")
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
(Optional) Factor to split data into groups |
rank |
Rank of features to analyze. Defaults to the active rank |
fts |
(Optional) Vector of feature names to analyze. Defaults to all the features in the filtered dataset |
method |
Co-occurence analysis method |
List of feature clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.