Peptides

An R package to calculate indices and theoretical physicochemical properties of peptides and protein sequences.

https://github.com/dosorio/peptides

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 12 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords

bioinformatics calculate-indices cran peptides protein-sequences qsar
Last synced: 6 months ago · JSON representation

Repository

An R package to calculate indices and theoretical physicochemical properties of peptides and protein sequences.

Basic Info
  • Host: GitHub
  • Owner: dosorio
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 5.68 MB
Statistics
  • Stars: 89
  • Watchers: 3
  • Forks: 24
  • Open Issues: 11
  • Releases: 11
Topics
bioinformatics calculate-indices cran peptides protein-sequences qsar
Created about 12 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

Peptides Build Status

CRAN\_Download\_Badge

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

| Code | Function | | :------------- |:-------------| |aaList| Return a vector with the 20 standard aminoacids in upper case| |aaComp | Compute the amino-acid composition of a protein sequence| |aaDescriptors|Compute 66 descriptors for each amino acid of a protein sequence| |aIndex | Compute the aliphatic index of a protein sequence | |autoCorrelation|Compute the auto-correlation index of a protein sequence| |autoCovariance|Compute the auto-covariance index of a protein sequence| |blosumIndices|Compute the BLOSUM62 derived indices of a protein sequence| |boman | Compute the Boman (Potential Protein Interaction) index | |charge | Compute the theoretical net charge of a protein sequence | |crossCovariance|Compute the cross-covariance index of a protein sequence| |crucianiProperties | Compute the Cruciani properties of a protein sequence | |fasgaiVectors| Compute the FASGAI vectors of a protein sequence | |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 aminoacid length of a protein sequence | |massShift | Compute the mass difference of a protein sequence labelled with stable isotope. | |membpos | Compute theoretically the class of a protein sequence | |mswhimScores|Compute the MS-WHIM scores of a protein sequence| |mw | Compute the molecular weight of a protein sequence | |mz | Compute the mass over charge (m/z) of a protein sequence | |pI | Compute the isoelectic point (pI) of a protein sequence | |plotXVG | Plot time series from GROMACS XVG files | |protFP|Compute the protFP descriptors of a protein sequence| |readXVG | Read XVG files from GROMACS molecular dynamics package | |stScales| Compute the ST-scales of a protein sequence| |tScales| Compute the T-scales of a protein sequence| |vhseScales|Compute the VHSE-scales of a protein sequence| |zScales| Compute the Z-scales of a protein sequence |

Available datasets

| Code | Description | |:----------- |:------------| |AAdata | Properties, scales and indices for the 20 naturally occurring amino acids from various sources | |pepdata | A 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).

Owner

  • Name: Daniel Osorio
  • Login: dosorio
  • Kind: user
  • Location: Austin, TX
  • Company: Boston Children's Hospital

Bioinformatics Scientist

GitHub Events

Total
  • Watch event: 7
  • Fork event: 1
Last Year
  • Watch event: 7
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 439
  • Total Committers: 12
  • Avg Commits per committer: 36.583
  • Development Distribution Score (DDS): 0.421
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Daniel Camilo Osorio d****o@g****m 254
Daniel Osorio d****h@u****o 119
Daniel Osorio d****h@t****u 25
Daniel Osorio d****o 16
Florian Christoph Sigloch f****h@m****g 9
jspaezp j****p@g****m 7
Aman Verma a****l@g****m 2
richelbilderbeek r****l@r****l 2
hongbo-zhu-cn h****n@g****m 2
Daniel Osorio d****o@c****o 1
J. Sebastian Paez j****p 1
Luis Pedro Coelho l****s@l****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 24
  • Total pull requests: 29
  • Average time to close issues: 4 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 16
  • Total pull request authors: 10
  • Average comments per issue: 2.13
  • Average comments per pull request: 1.21
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Stortebecker (5)
  • richelbilderbeek (3)
  • jckkvs (2)
  • dosorio (2)
  • cbroeckl (1)
  • wevxman (1)
  • marceelrf (1)
  • GaioTransposon (1)
  • buzuddha (1)
  • biochemie (1)
  • richierocks (1)
  • Mycorrhiza94 (1)
  • tobimaile (1)
  • Arthfael (1)
  • francisacquah466 (1)
Pull Request Authors
  • dosorio (12)
  • Stortebecker (5)
  • jspaezp (4)
  • richelbilderbeek (2)
  • hongbo-zhu-cn (2)
  • nograpes (1)
  • richierocks (1)
  • john-j-miles (1)
  • luispedro (1)
  • jspmccain (1)
Top Labels
Issue Labels
bug (2)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 1,093 last-month
  • Total docker downloads: 39
  • Total dependent packages: 6
    (may contain duplicates)
  • Total dependent repositories: 14
    (may contain duplicates)
  • Total versions: 24
  • Total maintainers: 1
cran.r-project.org: Peptides

Calculate Indices and Theoretical Physicochemical Properties of Protein Sequences

  • Versions: 23
  • Dependent Packages: 5
  • Dependent Repositories: 14
  • Downloads: 1,093 Last month
  • Docker Downloads: 39
Rankings
Forks count: 3.8%
Stargazers count: 5.1%
Dependent repos count: 7.7%
Dependent packages count: 8.2%
Average: 10.0%
Downloads: 13.0%
Docker downloads count: 22.2%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: r-peptides
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Average: 32.9%
Forks count: 33.9%
Dependent repos count: 34.0%
Stargazers count: 34.8%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • Rcpp * imports
  • testthat >= 2.1.0 suggests