DADA2 formatted eHOMD 16S rRNA gene sequences databse
收藏资源简介:
eHOMD Refseq database (V15.22) formated to be used with dada2 <em>i.e.</em>, dada2::assignTaxonomy(seqs, "eHOMD_RefSeq_dada2_V15.22.fasta.gz" ) and dada2::addSpecies(taxa, "eHOMD_RefSeq_dada2_assign_species_V15.22.fasta.gz", verbose=TRUE) Alternatively, you could use the metabaRpipe R package to directly update the taxonomy of a phyloseq object see: https://github.com/fconstancias/metabaRpipe#2-addingreplacing-taxonomical-table-in-a-phyloseq-object Example below:<br> source("https://raw.githubusercontent.com/fconstancias/metabaRpipe-source/master/Rscripts/functions.R") readRDS("dada2/phyloseq.RDS") %>%<br> phyloseq_dada2_tax(physeq = .,<br> threshold = 60,<br> db ="~/metabaRpipe/databases/eHOMD_RefSeq_dada2_V15.22.fasta.gz",<br> db_species ="~/metabaRpipe/databases/eHOMD_RefSeq_dada2_assign_species_V15.22.fasta.gz",<br> nthreads = 2,<br> full_return = FALSE) -> physeq_eHOMD_tax



