View source: R/beta_div_test.R
| distri_1_taxa | R Documentation | 
Focus on one taxon and one factor.
distri_1_taxa(physeq, fact, taxa_name, digits = 2)
physeq | 
 (required): a   | 
fact | 
 (required) Name of the factor in   | 
taxa_name | 
 (required): the name of the taxa  | 
digits | 
 (default = 2) integer indicating the number of decimal places
to be used (see   | 
a dataframe with levels as rows and information as column :
the number of sequences of the taxa (nb_seq)
the number of samples of the taxa (nb_samp)
the mean (mean_nb_seq) and standard deviation (sd_nb_seq) of the nb_seq
the mean (mean_nb_seq_when_present) nb_seq excluding samples with zero
the total number of samples (nb_total_samp)
the proportion of samples with the taxa
Adrien Taudière
distri_1_taxa(data_fungi, "Height", "ASV2")
distri_1_taxa(data_fungi, "Time", "ASV81", digits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.