These scripts are designed to help Kraken users with downstream analysis of Kraken results.
kraken_tools(script, ..., python = NULL)
A command
object.
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 using shQuote
. Details see: cmd_help(kraken_tools())
.
A string of path to python
command.