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

morbidmap.txt: Cases where same MIM# is mapped to (i) a phenotype MIM# and (ii) a plain label #86

Open
joeflack4 opened this issue Nov 19, 2022 · 0 comments
Assignees
Labels
analysis Not a feature or update to the core of the repository, but an ad hoc analysis.

Comments

@joeflack4
Copy link
Contributor

joeflack4 commented Nov 19, 2022

Overview

Hey @sabrinatoro , I wanted you to take a look at this for me. While I was coding, I remembered something you said and I wanted to check for an edge case. I believe you mentioned at the meeting yesterday that, in rows where the Phenotype column has no MIM# in it, the MIM# in the MIM Number column is not actually a gene MIM (which is usually the case), but is a phenotype/disorder MIM. I hope I got that correct.

Specific case

Here's an example of such a row (OMIM:100650):

Phenotype	Gene Symbols	MIM Number	Cyto Location
{Esophageal cancer, alcohol-related, susceptibility to} (3)	ALDH2	100650	12q24.12

However, for OMIM:100650 there are also 2 rows where it is mapped to a Phenotype field with no MIM# inside of it. Here's all the rows where OMIM:100650 appears in the MIM Number column:

Phenotype	Gene Symbols	MIM Number	Cyto Location
Alcohol sensitivity, acute, 610251 (3)	ALDH2	100650	12q24.12
{Hangover, susceptibility to}, 610251 (3)	ALDH2	100650	12q24.12
{Esophageal cancer, alcohol-related, susceptibility to} (3)	ALDH2	100650	12q24.12
{Sublingual nitroglycerin, susceptibility to poor response to} (3)	ALDH2	100650	12q24.12

Question

I think this conflicts with the hypothesis I mentioned in "Overview". So I'm wondering which is true: (a) In cases where there is no MIM# in Phenotype field, the MIM# in the MIM Number field will always be a phenotype/disorder, and not a gene, (b) same thing as a, but replace the word 'always' with 'sometimes', (c) the MIM# in the MIM Number field is indeed always a gene.

Data

I found all such similar cases and created a TSV: morbidmap cases of mim mapped to both another mim and a plain label.tsv.zip

@joeflack4 joeflack4 added the analysis Not a feature or update to the core of the repository, but an ad hoc analysis. label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis Not a feature or update to the core of the repository, but an ad hoc analysis.
Projects
None yet
Development

No branches or pull requests

2 participants