⚠️There's a newer version (2.4.6) of this package. Take me there.

Peptides

R package to calculate several physicochemical properties and indices for amino-acid sequences as well as to read and plot 'XVG' output files from the 'GROMACS' molecular dynamics package

Install

This package required R version 1.2.2 or higher. If you are using an older version of R you will be prompted to upgrade when you try to install the package.

The official release of Peptides is available on CRAN. To install from CRAN, use the following command:

install.packages("Peptides", dependencies=TRUE)

If you have devtools installed, install the latest stable version this package directly from GitHub:

library(devtools)
install_github("dosorio/Peptides")
library(Peptides)

Available functions

CodeFunction
aaListReturn a vector with the 20 standard aminoacids in upper case
aaCompCompute the amino-acid composition of a protein sequence
aaDescriptorsCompute 66 descriptors for each amino acid of a protein sequence
aIndexCompute the aliphatic index of a protein sequence
autoCorrelationCompute the auto-correlation index of a protein sequence
autoCovarianceCompute the auto-covariance index of a protein sequence
blosumIndicesCompute the BLOSUM62 derived indices of a protein sequence
bomanCompute the Boman (Potential Protein Interaction) index
chargeCompute the theoretical net charge of a protein sequence
crossCovarianceCompute the cross-covariance index of a protein sequence
crucianiPropertiesCompute the Cruciani properties of a protein sequence
fasgaiVectorsCompute the FASGAI vectors of a protein sequence
hmomentCompute the hydrophobic moment of a protein sequence
hydrophobicityCompute the hydrophobicity index of a protein sequence
instaIndexCompute the instability index of a protein sequence
kideraFactorsCompute the Kidera factors of a protein sequence
lengthpepCompute the aminoacid length of a protein sequence
massShiftCompute the mass difference of a protein sequence labelled with stable isotope.
membposCompute theoretically the class of a protein sequence
mswhimScoresCompute the MS-WHIM scores of a protein sequence
mwCompute the molecular weight of a protein sequence
mzCompute the mass over charge (m/z) of a protein sequence
pICompute the isoelectic point (pI) of a protein sequence
plotXVGPlot time series from GROMACS XVG files
protFPCompute the protFP descriptors of a protein sequence
readXVGRead XVG files from GROMACS molecular dynamics package
stScalesCompute the ST-scales of a protein sequence
tScalesCompute the T-scales of a protein sequence
vhseScalesCompute the VHSE-scales of a protein sequence
zScalesCompute the Z-scales of a protein sequence

Available datasets

CodeDescription
AAdataProperties, scales and indices for the 20 naturally occurring amino acids from various sources
pepdataA data frame with 21 physicochemical properties and indices from 100 amino-acid sequences (50 antimicrobial and 50 non antimicrobial)

Citation

Osorio, D., Rondon-Villarreal, P. & Torres, R. Peptides: A package for data mining of antimicrobial peptides. The R Journal. 7(1), 4–14 (2015).

Copy Link

Version

Down Chevron

Install

install.packages('Peptides')

Monthly Downloads

1,102

Version

2.4.4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 14th, 2021

Functions in Peptides (2.4.4)