View source: R/dada_phyloseq.R
track_wkflow_samples | R Documentation |
Contrary to track_wkflow()
, only phyloseq object are possible.
More information are available in the manual of the function track_wkflow()
track_wkflow_samples(list_pq_obj, ...)
list_pq_obj |
(required): a list of object passed on to |
... |
Other args passed on to |
A list of dataframe. cf track_wkflow()
for more information
Adrien Taudière
tree_A10_005 <- subset_samples(data_fungi, Tree_name == "A10-005")
if (requireNamespace("pbapply")) {
track_wkflow_samples(tree_A10_005)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.