
KrakenTools is a suite of scripts to be used alongside the Kraken, KrakenUniq, Kraken 2, or Bracken programs.
Source:R/cmd-kraken2-tools.R
kraken_tools.Rd
These scripts are designed to help Kraken users with downstream analysis of Kraken results.
Arguments
- script
Name of the kraken2 script. One of
"combine_kreports"
,"combine_mpa"
,"extract_kraken_reads"
,"filter_bracken_out"
,"fix_unmapped"
,"kreport2krona"
,"kreport2mpa"
,"make_kreport"
, and"make_ktaxonomy"
.- ...
<dynamic dots> Additional arguments passed to
kraken_tools
command. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example usingshQuote()
. Details see:cmd_help(kraken_tools())
.- python
A string of path to
python
command.