plot_heatmap: Create GGPLOT Heatmap

Description Usage Arguments Value Examples

Description

Using a ggplot2 tile geometry this function will create a heatmap of values in the report coloured by incompatibility group, with alpha values from the sureness score. The order of samples is determined by order_report and plasmids by incompatibility group and sureness score.

Usage

1
plot_heatmap(report, len.highlight = NA)

Arguments

report

Dataframe of results

len.highlight

If anything but NA will highlight the largest plasmid hit per incompatibility group

Value

GGPLOT plotted heatmap

Examples

1
2
3
4
## Not run: 
plot_heatmap(report)

## End(Not run)

Plasmidprofiler documentation built on May 1, 2019, 9:19 p.m.