View source: R/dada_phyloseq.R
track_wkflow | R Documentation |
List of fastq and fastg.gz files -> nb of reads and samples
List of dada-class -> nb of reads, clusters (ASV) and samples
List of derep-class -> nb of reads, clusters (unique sequences) and samples
Matrix of samples x clusters (e.g. otu_table
) -> nb of reads,
clusters and samples
Phyloseq-class -> nb of reads, clusters and samples
track_wkflow(
list_of_objects,
obj_names = NULL,
clean_pq = FALSE,
taxonomy_rank = NULL,
...
)
list_of_objects |
(required) a list of objects |
obj_names |
A list of names corresponding to the list of objects |
clean_pq |
(logical) If set to TRUE, empty samples and empty ASV are discarded before clustering. |
taxonomy_rank |
A vector of int. Define the column number of
taxonomic rank |
... |
Other arguments passed on to |
The number of sequences, clusters (e.g. OTUs, ASVs) and samples for each object.
track_wkflow_samples()
data(enterotype)
if (requireNamespace("pbapply")) {
track_wkflow(list(data_fungi, enterotype), taxonomy_rank = c(3, 5))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.