MOZI-AI / knowledge-import

Import scripts for the Bio-Atomspace
3 stars 6 forks source link

convert "from_organism" predicate to MemberLink format to display sars2 genes/proteins as a pathway #26

Open mjsduncan opened 4 years ago

mjsduncan commented 4 years ago

in coronavirus_biogrid.py, change senamatics of association of SARS-CoV-2 genes and proteins from current format to pathway semantics so the set of SARS2 genes can be displayed like a pathway in the gene-annotation service.

(EvaluationLink
     (PredicateNode "from_organism")
     (ListLink
          (GeneNode "M")
          (ConceptNode "ncbi:2697049")))

should be

(MemberLink
     (GeneNode "M")
     (ConceptNode "ncbi:2697049"))