- file_path
The path to the input file with taxonomic lineages. Or file text (text=TRUE)
- delimiter
The field delimiter in the input lineage (default ";").
- add_prefix
Logical, indicating whether to add prefixes for all ranks (default: FALSE).
- prefix_kingdom
The prefix for kingdom, used along with --add-prefix (default: "K__").
- prefix_phylum
The prefix for phylum, used along with --add-prefix (default: "p__").
- prefix_class
The prefix for class, used along with --add-prefix (default: "c__").
- prefix_order
The prefix for order, used along with --add-prefix (default: "o__").
- prefix_family
The prefix for family, used along with --add-prefix (default: "f__").
- prefix_genus
The prefix for genus, used along with --add-prefix (default: "g__").
- prefix_species
The prefix for species, used along with --add-prefix (default: "s__").
- prefix_subspecies
The prefix for subspecies, used along with --add-prefix (default: "t__").
- prefix_strain
The prefix for strain, used along with --add-prefix (default: "T__").
- fill_miss_rank
Logical, indicating whether to fill missing rank with lineage information of the next higher rank (default: FALSE).
- format_string
The output format string with placeholders for each rank.
- miss_rank_repl_prefix
The prefix for estimated taxon level for missing rank (default: "unclassified ").
- miss_rank_repl
The replacement string for missing rank.
- miss_taxid_repl
The replacement string for missing taxid.
- output_ambiguous_result
Logical, indicating whether to output one of the ambiguous result (default: FALSE).
- lineage_field
The field index of lineage. Input data should be tab-separated (default: 2).
- taxid_field
The field index of taxid. Input data should be tab-separated. It overrides -i/--lineage-field.
- pseudo_strain
Logical, indicating whether to use the node with lowest rank as strain name (default: FALSE).
- trim
Logical, indicating whether to not fill missing rank lower than current rank (default: FALSE).
- text
logical
- data_dir
directory containing nodes.dmp and names.dmp (default "/Users/asa/.taxonkit")