Learn R Programming

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

Peptides

R package to calculate indices and theoretical physicochemical properties of peptides and protein sequences. Include also the option to read and plot 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
aacompCompute the amino-acid composition 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
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
hmomentCompute the hydrophobic moment of a protein sequence
hydrophobicityCompute the hydrophobicity index
instaindexCompute the instability index of a protein sequence
kideraFactorsCompute the Kidera factors of a protein sequence
lengthpepCompute the aminoacid length of a protein sequence
membposCompute theoretically the class of a protein sequence
mwCompute the molecular weight of a protein sequence
pICompute the isoelectic point (pI) of a protein sequence
plot.xvgPlot time series from GROMACS XVG files
read.xvgRead XVG files from GROMACS molecular dynamics package

Available datasets

CodeDescription
CPThe 3 properties from Cruciani et. al (2004)
H38 Hydrophobicity values for amino acids form various sources
KThe 10 factors from Kidera et. al (1985)
pepdataA data frame with 21 physicochemical properties and indices from 100 amino-acid sequences (50 antimicrobial and 50 non antimicrobial)
pK9 pKa scales for the side chain of charged amino acids from various sources

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).

D. Osorio, P. Rondón-Villarreal and R. Torres. Peptides: Calculate indices and theoretical physicochemical properties of peptides and protein sequences., 2014. URL: http: //CRAN.R-project.org/package=Peptides. R Package Version 1.2.1.

Copy Link

Version

Install

install.packages('Peptides')

Monthly Downloads

1,081

Version

1.2.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 21st, 2017

Functions in Peptides (1.2.1)

autoCovariance

Compute the auto-covariance index of a protein sequence
aindex

Compute the aliphatic index of a protein sequence
charge

Compute the theoretical net charge of a protein sequence
CP

The 3 properties from Cruciani et. al (2004)
crossCovariance

Compute the cross-covariance index of a protein sequence
H

38 Hydrophobicity scales for amino-acids from various sources
aacomp

Compute the amino acid composition of a protein sequence
crucianiProperties

Compute the Cruciani properties of a protein sequence
autoCorrelation

Compute the auto-correlation index of a protein sequence
boman

Compute the Boman (Potential Protein Interaction) index
K

The 10 factors from Kidera et al (1985)
hmoment

Compute the hydrophobic moment of a protein sequence
hydrophobicity

Compute the hydrophobicity index of a protein sequence
instaindex

Compute the instability index of a protein sequence
kideraFactors

Compute the Kidera factors of a protein sequence
lengthpep

Compute the amino acid length of a protein sequence
mw

Compute the molecular weight of a protein sequence
pI

Compute the isoelectic point (pI) of a protein sequence
pepdata

Physicochemical properties and indices from 100 amino acid sequences
membpos

Compute theoretically the class of a protein sequence
read.xvg

Read output data from a XVG format file.
pK

9 pKa scales for the side chain of charged amino acids from various sources
plot.xvg

Plot time series from GROMACS XVG files