Recent Releases of peptides
peptides - v0.5.0
Added
entropy,max_frequencyandlongest_runmethods toPeptide(by Rauf Salamzade @raufs).detect_outliermethod to detect outlier sequences compared to SwissProt proteins (#8, by Rauf Salamzade @raufs).
Fixed
- Zero division error in
auto_correlate(#2).
- Python
Published by github-actions[bot] 6 months ago
peptides - v0.4.0
Added
energy_costandnutrient_costmethods to compute biosynthesis cost of a peptide according to various parameters.
Changed
- Use
bytes.translatemethod to improve performance of sequence encoding onPeptideinstantiation.
Fixed
- Documentation error in
aliphatic_indexmethod (#6).
- Python
Published by github-actions[bot] 7 months ago
peptides - v0.3.4
Added
AshleyFactorsdescriptors (#5, by @BenSolomon).
Fixed
Peptidemethods not being documented in Sphinx documentation.
- Python
Published by althonos over 1 year ago
peptides - v0.3.2
Added
Peptide.svger_descriptorsto compute SVGER descriptors from Tong et al. (2016).
Fixed
Peptide.physical_descriptorsnot being computed byPeptide.descriptors.
Documentation
- Refactor documentation of individual descriptors into their own class.
- Add missing
PCPDescriptorsandPhysicalDescriptorsto the API documentation.
- Python
Published by github-actions[bot] almost 3 years ago
peptides - v0.2.0
Added
Peptide.countsmethod to get the number of occurences of each amino acid in the peptide.Peptide.frequenciesto get the frequencies of each amino acid in the peptide.Peptide.pcp_descriptorsto compute the PCP descriptors from Mathura & Braun (2001).Peptide.sneath_vectorsto compute the descriptors from Sneath (1966).- Hydrophilicity descriptors from Barley (2018).
Peptide.structural_classto predict the structural class of a protein using one of three reference datasets and one of four distance metrics.
Changed
Peptide.aliphatic_indexnow supports unknown Leu/Ile residue (code J).- Swap order of
Peptide.hydrophobic_momentarguments for consistency with profile methods. - Some
Peptidefunctions now support vectorized code usingnumpyif available.
- Python
Published by althonos over 4 years ago