tagmeFromFasta: Assign taxonomy to an input FASTA file

Description Usage Arguments Value

View source: R/tagmeFromFasta.R

Description

Assign taxonomy to an input FASTA file

Usage

1
tagmeFromFasta(file, db = "./", specificity = 0.8, batch = 50000)

Arguments

file

The FASTA file to be classified. It can be a group of ASV, OTU or Unique sequences.

db

The directory containing the downloaded RDS and TXT files corresponding to your amplicon region. The directory name must end with "/".

specificity

The Specificity that will determine the threshold score for assignment.

batch

The maximum number of sequences to be assigned per batch. Bigger batches demand more memory.

Value

A table containing the taxonomic assignment and the score to each sequence.


gabrielrfernandes/tagme documentation built on Dec. 25, 2021, 1:25 a.m.