Learn R Programming

Plasmidprofiler (version 0.1.6)

create_plotly: 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

Run this code
## Not run: 
# create_plotly(report, title="Plasmid Profiles")
# ## End(Not run)

Run the code above in your browser using DataLab