track_wkflow_samples {MiscMetabar} | R Documentation |
Track the number of reads (= sequences), samples and cluster (e.g. ASV) for each sample
Description
Contrary to track_wkflow()
, only phyloseq object are possible.
More information are available in the manual of the function track_wkflow()
Usage
track_wkflow_samples(list_pq_obj, ...)
Arguments
list_pq_obj |
(required): a list of object passed on to |
... |
Other args passed on to |
Value
A list of dataframe. cf track_wkflow()
for more information
Author(s)
Adrien Taudière
Examples
tree_A10_005 <- subset_samples(data_fungi, Tree_name == "A10-005")
if (requireNamespace("pbapply")) {
track_wkflow_samples(tree_A10_005)
}
[Package MiscMetabar version 0.9.1 Index]