as_binary_otu_table | R Documentation |
phyloseq-class
object into a
phyloseq-class
object with a binary otu_table.Useful to test if the results are not biased by sequences bias that appended during PCR or NGS pipeline.
as_binary_otu_table(physeq, min_number = 1)
physeq |
(required): a |
min_number |
(int) the minimum number of sequences to put a 1 in the OTU table. |
A physeq
object with only 0/1 in the OTU table
Adrien Taudière
data(enterotype)
enterotype_bin <- as_binary_otu_table(enterotype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.