aaDist {VDAP} | R Documentation |
Position Independent Amino Acid Distributions
Description
Generates Position Independent Amino Acid Ditributions within VDAP data sets
Usage
aaDist(x, plotName = NULL, linker = TRUE)
Arguments
x |
An R object, usually a |
plotName |
A plot title may be entered here surrounded by "quotations" or a |
linker |
|
Details
Uses both stringr and ggplot2 for peptide calculations and plotting
Value
aaDist
will return a data.frame
that contains a table with the amino acid
distribution over the entire array object. A ggplot2
object will also be displayed
with the same information as the histogram.
Author(s)
Cody Moore
Examples
protEx <- data.frame(Peptides = c("PWRGPWARVGSG","GYNRVGQGSG","PWRGPWARVGSG","GYNRVGQGSG","GSG"))
## Plot example with GSG linker ##
aaDistEx <- aaDist(protEx,"aaDistEx Plot",linker = TRUE)
[Package VDAP version 2.0.0 Index]