Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the descriptor calculation a simple sum of each amino acid? #48

Open
jckkvs opened this issue Mar 10, 2022 · 3 comments
Open

Is the descriptor calculation a simple sum of each amino acid? #48

jckkvs opened this issue Mar 10, 2022 · 3 comments

Comments

@jckkvs
Copy link

jckkvs commented Mar 10, 2022

Is the descriptor calculation a simple sum of each amino acid?

I confirmed that the charge etc. are calculated by simple sum

@dosorio
Copy link
Owner

dosorio commented Mar 10, 2022

Hi @jckkvs, thanks for using Peptides!. Each descriptor is computed as described in the documentation. Some of them are the sum, others the average or a specific formula.

@jckkvs
Copy link
Author

jckkvs commented Mar 11, 2022

Hi @dosorio , thanks for reply and great library.

Is the documentation "https://peptides.readthedocs.io/en/stable/api.html" ?
Is my understanding correct?

(sum or average)
blosum_indices : The computed average
cruciani_properties() : The computed average
fasgai_vectors : The computed average

(specific)
hydrophobic_moment
hydrophobic_moment_profile

The content below is my personal interest and you can ignore it.

If the peptide lengths are the same, I think the average and total have almost the same meaning. We were considering the features when the same amino acids were added to both ends of all peptides in the dataset.
(Difference between before and after adding amino acids to both ends)

@dosorio
Copy link
Owner

dosorio commented Mar 11, 2022

Hi @jckkvs, it seems you are using the python version of the package. Please note that project is in no way not affiliated, sponsored, or otherwise endorsed by the original Peptides authors. It was developed by Martin Larralde during his PhD project at the European Molecular Biology Laboratory in the Zeller team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants