ELEmPPI
- class mowl.models.ELEmPPI(*args, **kwargs)[source]
Bases:
ELEmbeddingsExample of ELEmbeddings for protein-protein interaction prediction.
This model customizes negative sampling to use only protein IDs from the evaluation classes instead of all ontology classes.
Attributes Summary
Get protein IDs from evaluation classes (cached).
Methods Summary
Convenience method to evaluate PPI prediction.
generate_negatives(gci_name, gci_dataset)Generate negatives using only protein IDs for gci2.
Only do negative sampling for gci2.
Attributes Documentation
- protein_ids
Get protein IDs from evaluation classes (cached).
Methods Documentation