amr_presence {Plasmidprofiler} | R Documentation |
Adds the AMR_gene column to report
Description
Appends the results of amr_positives to the report in column AMR_gene, missing have "-" instead
Usage
amr_presence(report, pos.samples)
Arguments
report |
Dataframe of results produced
by |
pos.samples |
Two column DF of plasmid names and genes present produced
by |
Value
Report with AMR_genes added
See Also
Examples
## Not run:
amr_presence(report, pos.samples)
## End(Not run)
[Package Plasmidprofiler version 0.1.6 Index]