| join_metadata | R Documentation |
Joins a featuretable and associated sample metadata. Basically a wrapper around left_join where by = "Sample".
join_metadata(data, metadata)
data |
A feature table created with |
metadata |
Sample metadata created with |
A tibble with added sample metadata.
toy_metaboscape %>%
join_metadata(toy_metaboscape_metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.