Closed datduong closed 5 years ago
Hi, is there a functionality to encode a protein sequence (something like model.encode("MNK"))? I only want to get the vector representation of a protein, I don't need the do a full GO prediction. Thanks.
model.encode("MNK")
Unfortunately this is not implemented.
Thanks.
Hi, is there a functionality to encode a protein sequence (something like
model.encode("MNK")
)? I only want to get the vector representation of a protein, I don't need the do a full GO prediction. Thanks.