Ejemplo n.º 1
0
def test_partof_comp_not():
    assert not bio_ontology.isa_or_partof(
        'GO', go_client.get_go_id_from_label('cellular_component'), 'GO',
        go_client.get_go_id_from_label('cytoplasm'))
Ejemplo n.º 2
0
def test_isa_or_partof_entity():
    assert bio_ontology.isa_or_partof('HGNC', '9385', 'FPLX', 'AMPK')