twopin / CAMP

predicting peptide-protein interactions
117 stars 30 forks source link

peptide_dense_feature_dict generated by step3 has only two features per AA whereas given example data has three features per AA #31

Closed AnthonyYao7 closed 1 year ago

AnthonyYao7 commented 1 year ago

After running iupred2a on my peptides and proteins and passing the results into step3, I have a peptide feature file with shape (None, 50, 2) instead of (None, 50, 3). These two features are the long and short predictions from iupred2a. How can I generate the third feature that is present in the given example data?