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
we already have a better representation of the protein sequence stored as embedding, is it possible to pass those embedding directly as an entity like,
Hi, we are working on a link prediction task using ampligraph, the triple basically looks like,
protein_sequence, i.e KFLEACD (subject) ---> positive(predicate) ---> assay_1(object)
we already have a better representation of the protein sequence stored as embedding, is it possible to pass those embedding directly as an entity like,
protein_embedding(subject) ---> positive(predicate) ---> assay_1(object)
Please clarify, thanks in advance.
The text was updated successfully, but these errors were encountered: