| add_blast_info | R Documentation |
blast_pq() to the tax_table slot of a phyloseq objectBasically a wrapper of blast_pq() with option unique_per_seq = TRUE and
score_filter = FALSE.
Add the information to the taxtable
add_blast_info(
physeq,
fasta_for_db,
silent = FALSE,
suffix = "blast_info",
...
)
physeq |
(required) a |
fasta_for_db |
path to a fasta file to make the blast database |
silent |
(logical) If true, no message are printing. |
suffix |
(character) The suffix to name the new columns. Set the suffix to "" in order to remove any suffix. |
... |
Additional arguments passed on to |
A new phyloseq-class object with more information in tax_table based on a
blast on a given database
Adrien Taudière
## Not run:
add_blast_info(data_fungi_mini,
fasta_for_db = system.file("extdata", "mini_UNITE_fungi.fasta.gz",
package = "MiscMetabar"
)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.