makeTaxonomyFasta_SilvaNR | R Documentation |
## Silva release v138.2 path <- "~/tax/Silva/v138_2" dada2:::makeTaxonomyFasta_SilvaNR(file.path(path, "SILVA_138.2_SSURef_NR99_tax_silva.fasta.gz"), file.path(path, "tax_slv_ssu_138.2.txt"), "~/Desktop/silva_nr99_v138.2_toGenus_trainset.fa.gz") dada2:::tax.check("~/Desktop/silva_nr99_v138.2_toGenus_trainset.fa.gz")
dada2:::makeTaxonomyFasta_SilvaNR(file.path(path, "SILVA_138.2_SSURef_NR99_tax_silva.fasta.gz"), file.path(path, "tax_slv_ssu_138.2.txt"), include.species=TRUE, "~/silva_nr99_v138.2_toSpecies_trainset.fa.gz") dada2:::tax.check("~/Desktop/silva_nr99_v138.2_toSpecies_trainset.fa.gz")
makeTaxonomyFasta_SilvaNR(
fin,
ftax,
fout,
include.species = FALSE,
compress = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.