Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

makeTaxonomyFasta_SilvaNR

This function creates the dada2 assignTaxonomy training fasta for the official Silva NR99 release files. If 'include.species'=TRUE, a 7th taxonomic level (species) will be added based on the Genus species binomial in the Silva taxonomy string, if present and valid.


Description

## Silva release v138 path <- "~/tax/Silva/v138" dada2:::makeTaxonomyFasta_SilvaNR(file.path(path, "SILVA_138_SSURef_NR99_tax_silva.fasta.gz"), file.path(path, "tax_slv_ssu_138.txt"), "~/Desktop/silva_nr99_v138_train_set.fa.gz") dada2:::makeTaxonomyFasta_SilvaNR(file.path(path, "SILVA_138_SSURef_NR99_tax_silva.fasta.gz"), file.path(path, "tax_slv_ssu_138.txt"), include.species=TRUE, "~/Desktop/silva_nr99_v138_wSpecies_train_set.fa.gz")

Usage

makeTaxonomyFasta_SilvaNR(
  fin,
  ftax,
  fout,
  include.species = FALSE,
  compress = TRUE
)

dada2

Accurate, high-resolution sample inference from amplicon sequencing data

v1.18.0
LGPL-3
Authors
Benjamin Callahan <benjamin.j.callahan@gmail.com>, Paul McMurdie, Susan Holmes
Initial release
2020-08-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.