View source: R/dada_phyloseq.R
tbl_sum_taxtable | R Documentation |
Mainly a wrapper for the gtsummary::tbl_summary()
function in the case
of physeq
object.
tbl_sum_taxtable(physeq, taxonomic_ranks = NULL, ...)
physeq |
(required): a |
taxonomic_ranks |
A list of taxonomic ranks we want to summarized. |
... |
Other arguments passed on to |
A table of class c('tbl_summary', 'gtsummary')
Adrien Taudière
tbl_sum_taxtable(data_fungi_mini)
data_fungi_mini |>
filt_taxa_pq(min_occurence = 2) |>
tbl_sum_taxtable(taxonomic_rank = c("Species", "Genus"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.