a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

Merge DSSP functions into protein_vis #43

Closed cch1999 closed 3 years ago

cch1999 commented 3 years ago

Added functions to add DSSP predicted features to node attributes on residue graph. Bond angles and ASA are numeric and secondary structure attributes are left as strings. String values will need to be pre-processed into one_hot vectors in a separate preprocessing function later on.