setMetaData | R Documentation |
Create a list of metadata for samples and features.
setMetaData(df, sample_col = "group", feature_col = "feature_anno")
df |
The dataframe to collect metadata from. |
sample_col |
The columns to select as metadata for samples, default is 'group'. Set as FALSE if not in use. |
feature_col |
The columns to select as metadata for features, default is 'feature_anno'.Set as FALSE if not in use. |
A list with sample and/or feature metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.