create_plotly: Create Plotly Object

Description Usage Arguments Value Examples

Description

Builds the heatmap, creates final interactive plot.

Usage

1
2
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

1
2
3
4
## Not run: 
create_plotly(report, title="Plasmid Profiles")

## End(Not run)

Example output

Welcome
Warning: Ignoring unknown aesthetics: label, text
We recommend that you use the dev version of ggplot2 with `ggplotly()`
Install it with: `devtools::install_github('hadley/ggplot2')`
Warning message:
Specifying width/height in layout() is now deprecated.
Please specify in ggplotly() or plot_ly() 

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