kraken2_read_report | R Documentation |
kraken2
reportsReads the report output from kraken2
.
kraken2_read_report(report.file)
report.file |
name of file with |
The report output from kraken2 is a table with one row for each
taxon detected by kraken2. Run kraken2
using the --report
option to get this convenient summary table.
Note that the software bracken
may also output a report in this format.
A data.frame with the kraken2
results for each taxon. It has the columns:
percent. The percentage of the reads classified to this taxon.
clade_count. The total number of reads classified to the clade originating from this taxon.
tax_count. The number of reads assigned directly to this taxon.
rank. The rank of this taxon in the taxonomy.
tax_id. The taxonomy identifier of this taxon in the taxonomy.
name. The name of this taxon in the taxonomy.
Lars Snipen.
kraken2_read_table
, bracken_read_report
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.