Train IDTAXA
train_idtaxa(
x,
max_group_size = 10,
max_iterations = 3,
allow_group_removal = TRUE,
orient = FALSE,
get_lineage = FALSE,
db = NULL,
quiet = FALSE
)
A DNAbin
The maximum size of any taxonomic group. This can be set to Inf (infinity) to allow for an unlimited number of sequences per group.
The number of iterations to conduct training for in order to identify any training sequences whose assigned classifications completely disagree with their predicted classification.
Whether sequences that are the last remaining representatives of an entire group in the training data can be removed. This can occur if the entire group appears to be misplaced in the taxonomic tree.
Training sequences must all be in the same orientation. Set this to TRUE to reorient the sequences if you are unsure.
Get full taxonomic lineage using reformat_hierarchy if not already present.
A database file generated by get_ncbi_taxonomy
or get_ott_lineage
. Required if get_lineage is TRUE.
Whether progress should be printed to console.