Learn R Programming

rsahmi (version 0.0.2)

parse_kraken_report: Parse kraken report file

Description

Parse kraken report file

Usage

parse_kraken_report(kraken_report, intermediate_ranks = TRUE, mpa = FALSE)

Value

A polars DataFrame.

Arguments

kraken_report

The path to kraken report file.

intermediate_ranks

A bool indicates whether to include non-traditional taxonomic ranks in output.

mpa

A bool indicates whether to use mpa-style.

See Also