Skip to main content

rgi_heatmap

Tags: resistance antimicrobial-resistance card rgi heatmap visualization run-scope

Create heatmaps of resistance gene presence/absence.

Uses RGI (Resistance Gene Identifier) to generate heatmaps visualizing the presence or absence of antimicrobial resistance genes across multiple samples based on RGI JSON results.

Inputs

record (
meta: Record,
json: Set<Path>
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
jsonSet<Path>List of RGI results in JSON format

Outputs

record (
meta: Record,
heatmap: Set<Path?>,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
heatmapSet<Path?>Heatmap files in various formats (CSV, EPS, PNG)
resultsSet<Path>All output files to be published
logsSet<Path?>Optional program specific log files
nf_logsSet<Path>Nextflow-specific log files (e.g. .command.{begin
versionsSet<Path>A YAML formatted file with program versions

Parameters

Used By

Subworkflows

  • rgi - Predict antimicrobial resistance from protein or nucleotide data.

Workflows

  • rgi - Prediction of antibiotic resistance genes using RGI.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

RGI_HEATMAP:
- rgi: 6.0.5