Learn R Programming

palmid (version 0.0.3)

PlotID: Plot Percent-identity vs. E-value of a pro file

Description

Plot Percent-identity vs. E-value of a pro file

Usage

PlotID(pro, html = TRUE)

Arguments

pro

data.frame, A diamond-aligned pro file

html

boolean, include additional parsing for htmlwidget display [TRUE]

Value

A scatterplot as a ggplot2 object

Examples

Run this code
# NOT RUN {
data("waxsys.pro.df")
PlotID(waxsys.pro.df)

# }

Run the code above in your browser using DataLab