View source: R/graphics_related.R
plot_heatmap | R Documentation |
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.
plot_heatmap(report, len.highlight = NA)
report |
Dataframe of results |
len.highlight |
If anything but NA will highlight the largest plasmid hit per incompatibility group |
GGPLOT plotted heatmap
## Not run: plot_heatmap(report) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.