|
Hi,
I am trying to use onto.search function on HGNC ontology. HGNC has a property name "approved-symbol". During compilation the compiler is throwing a Syntax error. Can someone help me with this?
HGNC= get_ontology("HGNC.nt").load()
print(HGNC.search(aprroved-symbol="BRCA1"))
Error:
print(Hugo.search(aprroved-symbol="BRCA1"))
^
SyntaxError: keyword can't be an expression
|