peptides.py

Physicochemical properties, indices and descriptors for amino-acid sequences.

GPL-3.0 License

Downloads
1.1K
Stars
69
Committers
2

Bot releases are hidden (Show)

peptides.py - v0.3.4 Latest Release

Published by althonos about 2 months ago

Added

Fixed

  • Peptide methods not being documented in Sphinx documentation.
peptides.py - v0.3.3

Published by althonos 2 months ago

Added

  • PRIN components and VSTPV descriptors to Peptide.

Changed

  • Change Sphinx documentation to use the PyData theme.
peptides.py - v0.2.0

Published by althonos about 3 years ago

Added

  • Peptide.counts method to get the number of occurences of each amino acid in the peptide.
  • Peptide.frequencies to get the frequencies of each amino acid in the peptide.
  • Peptide.pcp_descriptors to compute the PCP descriptors from Mathura & Braun (2001).
  • Peptide.sneath_vectors to compute the descriptors from Sneath (1966).
  • Hydrophilicity descriptors from Barley (2018).
  • Peptide.structural_class to predict the structural class of a protein using one of three reference datasets and one of four distance metrics.

Changed

  • Peptide.aliphatic_index now supports unknown Leu/Ile residue (code J).
  • Swap order of Peptide.hydrophobic_moment arguments for consistency with profile methods.
  • Some Peptide functions now support vectorized code using numpy if available.
peptides.py - v0.1.0

Published by althonos about 3 years ago

Initial release.