peptides.py icon indicating copy to clipboard operation
peptides.py copied to clipboard

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

Results 2 peptides.py issues
Sort by recently updated
recently updated
newest added

Hi, thank you for creating peptides.py. Some hydrophobicity tables together with certain proteins cause a runtime warning for in the function `auto_correlation()`: ```python import peptides for hydro in peptides.tables.HYDROPHOBICITY.keys(): print(hydro)...

``` Returns: float – The computed aliphatic index for the peptide sequence, between 0 and 100. ``` The documentation for the aliphatic_index() function in the peptides package contains an inaccurate...