peptides.py
peptides.py copied to clipboard
Physicochemical properties, indices and descriptors for amino-acid sequences.
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...