You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a csv file that stores protein sequences,how can i generate vector representations of proteins,I would be very grateful if you could help me with my doubts
The text was updated successfully, but these errors were encountered:
Hi,
You need to write a program following the steps below:
1. Generate a multiple sequence alignment for your sequence of interest.
2. Compute the conservation score for each position.
3. Extract ~200 most conserved positions.
4. Generate triplets for extracted positions.
Detailed procedure is in the published DISAE paper.
Best,
Lei
Hi, I have a csv file that stores protein sequences,how can i generate vector representations of proteins,I would be very grateful if you could help me with my doubts
The text was updated successfully, but these errors were encountered: