ayushkarnawat / profit

Exploring evolutionary protein fitness landscapes
MIT License
1 stars 0 forks source link

Vocab for sequence encoding #94

Closed ayushkarnawat closed 4 years ago

ayushkarnawat commented 4 years ago

What does this PR do?

Allows the user to encode the sequence with a certain vocab type rather than the construct_embedding method automatically determining what vocab type it is. This is useful for downstream tasks as it allows the user to, for the same sequences, use different encodings.

Changes