create_plotly {Plasmidprofiler} | R Documentation |
Create Plotly Object
Description
Builds the heatmap, creates final interactive plot.
Usage
create_plotly(report, user, api.key, post = NA, title = "Plasmid Profiles",
len.highlight = NA)
Arguments
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 |
Value
plotly object
Examples
## Not run:
create_plotly(report, title="Plasmid Profiles")
## End(Not run)
[Package Plasmidprofiler version 0.1.6 Index]