pull_clusters | R Documentation |
For each cluster, the LC-MS data of the feature with largest median peak area is retained, all the features inside every cluster are recorded
pull_clusters(data, features, name_col)
data |
data frame of the original LC-MS data |
features |
data frame holding the feature information |
name_col |
name_col character, name of the column in features that contains feature names |
a list of two items:
cdata: a new data frame with the combined LC-MS data
cfeatures: data frame, feature information per cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.