Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created parameters for rat and human #146

Merged
merged 10 commits into from
Jun 9, 2021
7 changes: 6 additions & 1 deletion src/scaffoldmaker/annotation/brainstem_terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
("brainstem dorsal midline pons-medulla junction", "ILX:0778148"),
("brainstem ventral midline pons-medulla junction", "ILX:0778149"),
("brainstem dorsal midline midbrain-pons junction", "ILX:0778150"),
("brainstem ventral midline midbrain-pons junction", "ILX:0778151")
("brainstem ventral midline midbrain-pons junction", "ILX:0778151"),

# Surface
("brainstem exterior", "UBERON:0002298", "ILX:0101444"),
("midbrain exterior", "UBERON:0001891", "ILX:0106935"),
("medulla oblongata exterior", "UBERON:0001896", "ILX:0106736")
arti-sukasem marked this conversation as resolved.
Show resolved Hide resolved
]

def get_brainstem_term(name : str):
Expand Down
Loading