-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bladder dorsal ventral #120
Merged
rchristie
merged 10 commits into
ABI-Software:master
from
zekh167:bladder_dorsal_ventral
Feb 23, 2021
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ebd9d4e
Added dorsal ventral annotations to the bladder terms.
zekh167 c914ee5
Added dorsal ventral annotations to the scaffold.
zekh167 4ed4442
Added marker point.
zekh167 52a4439
Added ILX for two terms and some minor changes.
zekh167 1183b0b
Changed two annotation terms based on SciCrunch terminology list.
zekh167 51d1a3f
Merge remote-tracking branch 'abi/master' into bladder_dorsal_ventral
zekh167 3528cac
Put terms in alphabetical order.
zekh167 6fddcb3
changed the way to annotate dorsal and ventral part of bladder and ur…
zekh167 33871ca
Minor changes in annotation.
zekh167 79ff779
Minor changes in annotation.
zekh167 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,39 @@ | |
|
||
# convention: preferred name, preferred id, followed by any other ids and alternative names | ||
bladder_terms = [ | ||
("urinary bladder", "UBERON:0001255", "FMA:15900"), | ||
("neck of urinary bladder", "UBERON:0001258", "FMA:15912"), | ||
("Dome of the Bladder", "ILX:0738433"), | ||
("serosa of urinary bladder", "UBERON:0001260"), | ||
("bladder lumen", "UBERON:0009958"), | ||
("serosa of body of urinary bladder", "ILX:0739276"), | ||
("dome of the bladder", "ILX:0738433"), | ||
("dorsal part of bladder lumen", "None"), | ||
("dorsal part of lumen of body of urinary bladder", "ILX:0739250"), | ||
("dorsal part of lumen of neck of urinary bladder", "ILX:0739255"), | ||
("dorsal part of lumen of urethra", "ILX:0739260"), | ||
("dorsal part of the bladder", "None"), | ||
("dorsal part of urethra", "ILX:0739258"), | ||
("dorsal part of serosa of body of urinary bladder", "ILX:0739278"), | ||
("dorsal part of serosa of neck of urinary bladder", "ILX:0739280"), | ||
("dorsal part of serosa of urethra", "ILX:0739283"), | ||
("dorsal part of serosa of urinary bladder", "ILX:0739248"), | ||
("lumen of body of urinary bladder", "ILX:0739252"), | ||
("serosa of neck of urinary bladder", "ILX:0739277"), | ||
("lumen of neck of urinary bladder", "ILX:0739256"), | ||
("urethra", "UBERON:0000057", "ILX:0733022"), | ||
("lumen of urethra", "ILX:0736762"), | ||
("lumen of urethra", "UBERON:0010390", "ILX:0736762"), | ||
("neck of urinary bladder", "UBERON:0001258", "FMA:15912"), | ||
("serosa of body of urinary bladder", "ILX:0739276"), | ||
("serosa of neck of urinary bladder", "ILX:0739277"), | ||
("serosa of urethra", "ILX:0739282"), | ||
("ureter", "UBERON:0000056", "ILX:0728080") | ||
("serosa of urinary bladder", "UBERON:0001260"), | ||
("ureter", "UBERON:0000056", "ILX:0728080"), | ||
("urethra", "UBERON:0000057", "ILX:0733022"), | ||
("urinary bladder", "UBERON:0001255", "FMA:15900"), | ||
("ventral part of bladder lumen", "None"), | ||
("ventral part of lumen of body of urinary bladder", "ILX:0739251"), | ||
("ventral part of lumen of neck of urinary bladder", "ILX:0739257"), | ||
("ventral part of lumen of urethra", "ILX:0739261"), | ||
("ventral part of serosa of body of urinary bladder", "ILX:0739279"), | ||
("ventral part of serosa of neck of urinary bladder", "ILX:0739281"), | ||
("ventral part of serosa of urethra", "ILX:0739306"), | ||
("ventral part of serosa of urinary bladder", "ILX:0739249"), | ||
("ventral part of the bladder", "None"), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "ventral part of bladder". |
||
("ventral part of urethra", "ILX:0739259") | ||
] | ||
|
||
def get_bladder_term(name : str): | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename to remove "the" --> "dorsal part of bladder" for consistency with other terms.
Also "ventral part of bladder" below.
(Exception: "dome of the bladder" is already in SciCrunch with "the", so can't change it).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also update where they are used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done Richard.