sorgerlab / indra

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
http://indra.bio
BSD 2-Clause "Simplified" License
175 stars 66 forks source link

Gene/protein names should be case normalized #2

Closed johnbachman closed 9 years ago

johnbachman commented 9 years ago

Gene names are parsed in from BELscript/RDF using whatever case they have, which leads to different rules having, e.g., "Braf" and others "BRAF". When converted into PySB, these lead to different monomers.

Possible solutions:

johnbachman commented 9 years ago

Closed by c7628db6db4698ff8df960c3fb217d66b157bfe1 (resolved to ALL CAPS, at least for now)