Description Usage Arguments Value Examples
Write out 3 files:
phyloseq object as a rds file: extension .rds
fasta sequences (unaligned): extension .fas
fasta sequences (aligned): extension .aligned.fas
1 | phyloseq_import_mothur(file_mothur, file_samples, n_taxo_levels)
|
file_mothur |
File created by mothur using the database function |
file_samples |
A tsv file with the sample metadata. There must be a column "sample_id" with the ID of the samples which should exactly matching the names of the columns in the mothur database file |
n_taxo_levels |
Number of taxonomic levels (e.g. 8 if using PR2) |
TRUE if no problem
1 | phyloseq_import_mothur("mothur.database", "mothur_samples.tsv", 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.