create_plotly {Plasmidprofiler} | R Documentation |
Builds the heatmap, creates final interactive plot.
create_plotly(report, user, api.key, post = NA, title = "Plasmid Profiles",
len.highlight = NA)
report |
Dataframe of results |
user |
User ID for plotly web publishing |
api.key |
API key for plotly web publishing |
post |
Flag determines whether or not to post to plotly (default NA, no post) |
title |
Title of heatmap |
len.highlight |
If anything but NA will highlight the largest plasmid hit per incompatibility group |
plotly object
## Not run:
create_plotly(report, title="Plasmid Profiles")
## End(Not run)