.plotSpectratype {abseqR} | R Documentation |
Plots length distribution
.plotSpectratype(dataframes, sampleNames, region, title = "Spectratype", subtitle = "", xlabel = "Length(AA)", ylabel = "Distribution", showLabel = FALSE)
dataframes |
list type. List of dataframes. |
sampleNames |
vector type. 1-1 correspondance with dataframes |
region |
string type. Region that will be displayed in the plot title. This specifies which region this spectratype belongs to. If not supplied, a default (start, end) range will be displayed instead |
title |
string type. Ignored if region is specified. |
subtitle |
string type |
xlabel |
string type |
ylabel |
string type |
showLabel |
bool type. Show geom_text? - Ignored if samples > 1 |
ggplot2 object