Description Usage Arguments Value
Write out 2 files with the taxonomy and the bootstrap values. Extnesions are .dada2.taxo and .dada2.boot
The reference file should be a fasta fiel with taxonomy separated by ";"Level1;Level2;Level3;Level4;Level5;Level6;
ACCTAGAAAGTCGTAGATCGAAGTTGAAGCATCGCCCGATGATCGTCTGAAGC
1 2 3 4 5 6 7 | dada2_assign(
seq_file_name,
ref_file_name = "C:/daniel.vaulot@gmail.com/Databases/_PR2/versions/4.12.0/pr2_version_4.12.0_18S_dada2.fasta.gz",
tax_levels = c("kingdom", "supergroup", "division", "class", "order", "family",
"genus", "species")
)
|
seq_file_name |
Name of the file to assign |
ref_file_name |
Name of the reference sequence file. By default the latest PR2 database |
tax_levels |
Vector with the taxa levels |
A data frame with the sequence names, the assignements and the bootstrap values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.