-
Notifications
You must be signed in to change notification settings - Fork 14
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
Protein vector readability #4
Comments
Thanks for the feedback and suggestion! Could you tell about what kind of readability problem occurs? Does it take too long to read or something else? |
No, the issue is not technical, what I mean is you should map them one by one to your original protein list to access them later by using accesion id and it might be error prone for user. If it is saved in a dictionary then you can access them more easily. |
It assumes you are using the same order given in your input, but yes saving in a dictionary might make things easier. I'll look into it when I find time. Thanks. |
You are welcome :) |
Created protein vectors saved in a list by the getligprotvec.py in order to protein names in smiles_sample.txt. For big files it creates a readability problem. A dictionary might help for this issue such as ['protname1':[vectorvalue1, vectorvalue2], ['protname2':[vectorvalue1, vectorvalue2] ... ]
The text was updated successfully, but these errors were encountered: