View source: R/feature_clustering.R
assign_cluster_id | R Documentation |
Assigns a cluster ID to all features that are part of a cluster with 2 or more features.
assign_cluster_id(data, clusters, features, name_col)
data |
data frame of the original LC-MS data |
clusters |
a list of clusters as returned by find_clusters |
features |
data frame with feature information, fData(object) |
name_col |
character, name of the column in features that contains feature names |
a data frame similar to features, with cluster ID added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.