View source: R/dada_phyloseq.R
add_new_taxonomy_pq | R Documentation |
One of main use of this function is to add taxonomic assignment from a new database.
add_new_taxonomy_pq(
physeq,
ref_fasta,
suffix = NULL,
method = c("dada2", "sintax", "lca", "idtaxa"),
trainingSet = NULL,
min_boostrap = NULL,
...
)
physeq |
(required): a |
ref_fasta |
(required) A link to a database.
passed on to |
suffix |
(character) The suffix to name the new columns. If set to NULL (the default), the basename of the file reFasta is used with the name of the method. Set suffix to "" in order to remove any suffix. |
method |
(required, default "dada2") :
|
trainingSet |
see |
min_boostrap |
(Int. [0:1]) Minimum bootstrap value to inform taxonomy. For each bootstrap below the min_boostrap value, the taxonomy information is set to NA. Correspond to parameters :
|
... |
Other arguments passed on to the taxonomic assignation method. |
A new phyloseq-class
object with a larger slot tax_table"
Adrien Taudière
dada2::assignTaxonomy()
, assign_sintax()
, assign_vsearch_lca()
, assign_sintax()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.