diff --git a/.gitignore b/.gitignore index 7d647a79..6398c503 100644 --- a/.gitignore +++ b/.gitignore @@ -323,4 +323,5 @@ src/ontology/reports/xrefs.tsv src/ontology/imports/*.json /src/metadata src/mappings/*.owl +.claude/ .claude/settings.local.json diff --git a/docs/pipeline.md b/docs/pipeline.md index 3d4b3ae4..b244e632 100644 --- a/docs/pipeline.md +++ b/docs/pipeline.md @@ -84,6 +84,39 @@ Pattern names like `abnormalAnatomicalEntity.yaml` define: The pipeline matches these patterns against species phenotype ontologies to find which terms match which patterns, then uses the matches to build the uPheno intermediate layer. +### DOSDP TSV filler data + +Filler data lives in `src/patterns/data/default/` (hand-curated) and `src/patterns/data/automatic/` (generated). + +Each TSV has a `defined_class` column (the IRI) plus columns for each pattern variable. dosdp-tools supports special override columns to set per-row annotations on the defined class: + +| Column | Effect | +|--------|--------| +| `defined_class_name` | Override the pattern-generated label | +| `defined_class_definition` | Override the pattern-generated definition | +| `defined_class_comment` | Add rdfs:comment | +| `defined_class_exact_synonym` | Add exact synonym | +| `defined_class_narrow_synonym` | Add narrow synonym | +| `defined_class_broad_synonym` | Add broad synonym | +| `defined_class_related_synonym` | Add related synonym | +| `defined_class_namespace` | Set OBO namespace | + +These are defined in the DOSDP spec (`PrintfAnnotationOBO.overrides` in dosdp-tools source). + +### Source of truth for OWL components + +All OWL files in `src/ontology/components/` are **generated** — never edit them directly. Sources of truth: + +| Component | Source | +|-----------|--------| +| `upheno-top.owl` | `src/templates/phenotype-top-level.tsv` (ROBOT template) | +| `upheno-manual-curation.owl` | `src/templates/upheno-ssspo-groupings-no-eq.tsv` + `phenotypes-without-patterns.tsv` | +| `upheno-alignments.owl` | `src/templates/upheno-ssspo-alignments-no-eq.tsv` + `phenotype-alignments.tsv` + `root-alignments.tsv` | +| `upheno-species-neutral.owl` | DOSDP pipeline output (`upheno_layer.owl`) | +| `upheno-mappings.owl` | SSSOM mapping files in `src/mappings/` | +| `upheno-bridge.owl` | SPARQL construct over species-independent mappings | +| `upheno-deprecated.owl` | `src/templates/obsolete.tsv` | + ## Pipeline Phases (from `upheno.Makefile`) 1. **`prepare_patterns_for_matching`**: Copies patterns from `dosdp-dev/` to `curation/patterns-for-matching/` diff --git a/src/patterns/data/default/phenotype.tsv b/src/patterns/data/default/phenotype.tsv index 38ef7381..5a912dab 100644 --- a/src/patterns/data/default/phenotype.tsv +++ b/src/patterns/data/default/phenotype.tsv @@ -1,2 +1,2 @@ -defined_class defined_class_name bearer -http://purl.obolibrary.org/obo/UPHENO_0001001 phenotype owl:Thing +defined_class defined_class_name bearer defined_class_definition +http://purl.obolibrary.org/obo/UPHENO_0001001 phenotypic feature owl:Thing An observable characteristic of an organism expressed as a deviation, alteration, or qualified state relative to a reference condition, resulting from genetic, environmental, or gene-environment influences. diff --git a/src/patterns/data/default/phenotype_modified.tsv b/src/patterns/data/default/phenotype_modified.tsv index 4f8a07e9..0703c958 100644 --- a/src/patterns/data/default/phenotype_modified.tsv +++ b/src/patterns/data/default/phenotype_modified.tsv @@ -1,2 +1,2 @@ defined_class defined_class_name bearer modifier -http://purl.obolibrary.org/obo/UPHENO_0001002 phenotypic effect owl:Thing PATO:0000460 + diff --git a/src/scripts/upheno_build.py b/src/scripts/upheno_build.py index 6d33261c..7f6190ed 100644 --- a/src/scripts/upheno_build.py +++ b/src/scripts/upheno_build.py @@ -397,12 +397,12 @@ def generate_warning_for_group(group, map_labels, df_cross_species, df_species_i parents = { p for pid in non_upheno_ids - for p in map_superclasses.get(pid, ["UPHENO:0001002"]) + for p in map_superclasses.get(pid, ["UPHENO:0001001"]) if p and isinstance(p, str) and p.startswith("UPHENO:") } if not parents: - parents.add("UPHENO:0001002") + parents.add("UPHENO:0001001") if len(upheno_ids) == 0: upheno_label = generate_upheno_label(group, map_labels) diff --git a/src/templates/obsolete.tsv b/src/templates/obsolete.tsv index 53d02aab..871cc43f 100644 --- a/src/templates/obsolete.tsv +++ b/src/templates/obsolete.tsv @@ -17552,3 +17552,4 @@ http://purl.obolibrary.org/obo/UPHENO_0088423 true http://purl.obolibrary.org/o http://purl.obolibrary.org/obo/UPHENO_0088424 true http://purl.obolibrary.org/obo/CHEBI_16410-http://purl.obolibrary.org/obo/BFO_0000004-abnormallyIncreasedLevelOfChemicalEntityInLocation.tsv http://purl.obolibrary.org/obo/UPHENO_0016048 true http://purl.obolibrary.org/obo/GO_0000785-http://purl.obolibrary.org/obo/ZFA_0009177-abnormalMorphologyOfAnatomicalEntityInLocation.tsv http://purl.obolibrary.org/obo/UPHENO_0056750 true http://purl.obolibrary.org/obo/GO_0000785-http://purl.obolibrary.org/obo/ZFA_0009111-abnormallyIncreasedNumberOfAnatomicalEntityInLocation.tsv +http://purl.obolibrary.org/obo/UPHENO_0001002 phenotypic effect true Deprecated in favor of UPHENO:0001001 http://purl.obolibrary.org/obo/UPHENO_0001001 https://github.com/obophenotype/upheno/issues/1009 \ No newline at end of file diff --git a/src/templates/phenotype-top-level.tsv b/src/templates/phenotype-top-level.tsv index 105aa4bd..12cead12 100644 --- a/src/templates/phenotype-top-level.tsv +++ b/src/templates/phenotype-top-level.tsv @@ -32,7 +32,6 @@ UPHENO:3000004 renal/urinary system phenotype UPHENO:0001001 phenotype http://pu UPHENO:3000006 taste/olfaction phenotype UPHENO:0001001 phenotype http://purl.obolibrary.org/obo/upheno#top_level UPHENO:3000007 vision/eye phenotype UPHENO:0001001 phenotype http://purl.obolibrary.org/obo/upheno#top_level UPHENO:0050177 renal system phenotype UPHENO:3000004 renal/urinary system phenotype -UPHENO:0001002 phenotypic effect UPHENO:0001001 phenotype UPHENO:0078688 abnormal sensory perception of taste UPHENO:3000006 taste/olfaction phenotype UPHENO:0078689 abnormal sensory perception of smell UPHENO:3000006 taste/olfaction phenotype UPHENO:0087427 renal system morphology phenotype UPHENO:3000004 renal/urinary system phenotype \ No newline at end of file diff --git a/src/templates/upheno-ssspo-groupings-no-eq.tsv b/src/templates/upheno-ssspo-groupings-no-eq.tsv index ef6d6111..2d563c18 100644 --- a/src/templates/upheno-ssspo-groupings-no-eq.tsv +++ b/src/templates/upheno-ssspo-groupings-no-eq.tsv @@ -1,11 +1,11 @@ upheno_id upheno_label parent comment ID LABEL SC % SPLIT=| A rdfs:comment -UPHENO:7000000 osmotic stress resistance; resistance to osmotic stress (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000082 (osmotic stress resistance), FYPO:0000851 (resistance to osmotic stress) -UPHENO:7000001 oxidative stress resistance; resistance to oxidative stress (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000083 (oxidative stress resistance), FYPO:0007161 (resistance to oxidative stress) +UPHENO:7000000 osmotic stress resistance; resistance to osmotic stress (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000082 (osmotic stress resistance), FYPO:0000851 (resistance to osmotic stress) +UPHENO:7000001 oxidative stress resistance; resistance to oxidative stress (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000083 (oxidative stress resistance), FYPO:0007161 (resistance to oxidative stress) UPHENO:7000002 auxotrophy phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000097 (auxotrophy), FYPO:0000128 (auxotrophy) UPHENO:7000003 cold intolerance; cold sensitivity (phenotype grouping) UPHENO:0078619 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000148 (cold sensitivity), HP:6000855 (Cold intolerance) UPHENO:7000004 haploinsufficient phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000152 (haploinsufficient), FYPO:0000340 (haploinsufficient) -UPHENO:7000005 prion formation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000276 (prion formation), FYPO:0005977 (prion formation) +UPHENO:7000005 prion formation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000276 (prion formation), FYPO:0005977 (prion formation) UPHENO:7000006 haploproficient phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000330 (haploproficient), FYPO:0002334 (haploproficient) UPHENO:7000007 aneuploidy phenotype UPHENO:0067694|UPHENO:0077386 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004024 (aneuploidy), APO:0000336 (aneuploidy) UPHENO:7000008 polyploidy phenotype UPHENO:0067694|UPHENO:0077386 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.APO:0000337 (polyploidy), MP:0004025 (polyploidy) @@ -23,113 +23,113 @@ UPHENO:7000019 cell number; cell number variant (phenotype grouping) UPHENO:0050 UPHENO:7000020 embryonic lethal; lethal - all die during embryonic stage (phenotype grouping) UPHENO:0050034 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000050 (embryonic lethal), FBcv:0002033 (lethal - all die during embryonic stage) UPHENO:7000021 decreased efficacy of learning; impaired learning (phenotype grouping) UPHENO:0049612|UPHENO:0049622 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FBcv:0007531 (decreased efficacy of learning), MP:0012315 (impaired learning) UPHENO:7000022 cell morphology; cell morphology variant (phenotype grouping) UPHENO:0002536|UPHENO:0081581 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000005 (abnormal cell morphology), WBPhenotype:0000533 (cell morphology variant) -UPHENO:7000023 inviable cell phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000019 (inviable cell), FYPO:0000049 (inviable cell) +UPHENO:7000023 inviable cell phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000019 (inviable cell), FYPO:0000049 (inviable cell) UPHENO:7000024 cellular respiration phenotype UPHENO:0049904|UPHENO:0085578|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010954 (abnormal cellular respiration), FYPO:0000078 (abnormal cellular respiration) UPHENO:7000025 sensitive to tacrolimus phenotype UPHENO:0076332 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000086 (sensitive to tacrolimus), PHIPO:0001379 (sensitive to tacrolimus) -UPHENO:7000026 mitotic spindle assembly checkpoint phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000168 (abnormal mitotic spindle assembly checkpoint), MP:0009762 (abnormal mitotic spindle assembly checkpoint) -UPHENO:7000027 meiotic telomere clustering phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030023 (abnormal meiotic telomere clustering), FYPO:0000172 (abnormal meiotic telomere clustering) +UPHENO:7000026 mitotic spindle assembly checkpoint phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000168 (abnormal mitotic spindle assembly checkpoint), MP:0009762 (abnormal mitotic spindle assembly checkpoint) +UPHENO:7000027 meiotic telomere clustering phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030023 (abnormal meiotic telomere clustering), FYPO:0000172 (abnormal meiotic telomere clustering) UPHENO:7000028 vesicle-mediated transport during vegetative growth phenotype UPHENO:0049724 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000213 (abnormal vesicle-mediated transport during vegetative growth), PHIPO:0001009 (abnormal vesicle-mediated transport during vegetative growth) UPHENO:7000029 dna replication phenotype UPHENO:0049904|UPHENO:0085578|UPHENO:0086296 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000217 (abnormal DNA replication), MP:0008057 (abnormal DNA replication) UPHENO:7000030 filament morphology phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000240 (abnormal filament morphology), PHIPO:0001205 (abnormal filament morphology) UPHENO:7000031 normal phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000257 (normal phenotype), MP:0002873 (normal phenotype) -UPHENO:7000032 sensitive to osmotic stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000270 (sensitive to osmotic stress), PHIPO:0001303 (sensitive to osmotic stress) -UPHENO:7000033 sensitive to salt stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001306 (sensitive to salt stress), FYPO:0000271 (sensitive to salt stress) -UPHENO:7000034 mitotic spindle phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101264 (abnormal mitotic spindle), FYPO:0000338 (abnormal mitotic spindle) +UPHENO:7000032 sensitive to osmotic stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000270 (sensitive to osmotic stress), PHIPO:0001303 (sensitive to osmotic stress) +UPHENO:7000033 sensitive to salt stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001306 (sensitive to salt stress), FYPO:0000271 (sensitive to salt stress) +UPHENO:7000034 mitotic spindle phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101264 (abnormal mitotic spindle), FYPO:0000338 (abnormal mitotic spindle) UPHENO:7000035 peroxisomal morphology phenotype UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0034552 (Abnormal peroxisomal morphology), FYPO:0000362 (abnormal peroxisomal morphology) -UPHENO:7000036 normal meiosis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000478 (normal meiosis), PHIPO:0000982 (normal meiosis) +UPHENO:7000036 normal meiosis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000478 (normal meiosis), PHIPO:0000982 (normal meiosis) UPHENO:7000037 normal cellular process phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000627 (normal cellular process), PHIPO:0000932 (normal cellular process) -UPHENO:7000038 vegetative cell lysis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000647 (vegetative cell lysis), PHIPO:0000938 (vegetative cell lysis) +UPHENO:7000038 vegetative cell lysis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000647 (vegetative cell lysis), PHIPO:0000938 (vegetative cell lysis) UPHENO:7000039 molecular function phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000652 (molecular function phenotype), PHIPO:0000411 (molecular function phenotype) -UPHENO:7000040 dna binding phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000653 (DNA binding phenotype), PHIPO:0000143 (DNA binding phenotype) -UPHENO:7000041 normal dna binding phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000146 (normal DNA binding), FYPO:0000655 (normal DNA binding) +UPHENO:7000040 dna binding phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000653 (DNA binding phenotype), PHIPO:0000143 (DNA binding phenotype) +UPHENO:7000041 normal dna binding phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000146 (normal DNA binding), FYPO:0000655 (normal DNA binding) UPHENO:7000042 increased dna binding phenotype UPHENO:0080368 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000657 (increased DNA binding), PHIPO:0000150 (increased DNA binding) UPHENO:7000043 decreased dna binding phenotype UPHENO:0080368 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000149 (decreased DNA binding), FYPO:0000658 (decreased DNA binding) -UPHENO:7000044 normal catalytic activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000433 (normal catalytic activity), FYPO:0000660 (normal catalytic activity) +UPHENO:7000044 normal catalytic activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000433 (normal catalytic activity), FYPO:0000660 (normal catalytic activity) UPHENO:7000045 abolished peptidase activity phenotype UPHENO:0031742|UPHENO:0081813 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001279 (abolished peptidase activity), FYPO:0000669 (abolished peptidase activity) -UPHENO:7000046 protein-protein interaction phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000132 (protein-protein interaction phenotype), FYPO:0000702 (protein-protein interaction phenotype) -UPHENO:7000047 normal protein-protein interaction phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000703 (normal protein-protein interaction), PHIPO:0000134 (normal protein-protein interaction) +UPHENO:7000046 protein-protein interaction phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000132 (protein-protein interaction phenotype), FYPO:0000702 (protein-protein interaction phenotype) +UPHENO:7000047 normal protein-protein interaction phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000703 (normal protein-protein interaction), PHIPO:0000134 (normal protein-protein interaction) UPHENO:7000048 abolished protein-protein interaction phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000135 (abolished protein-protein interaction), FYPO:0000705 (abolished protein-protein interaction) UPHENO:7000049 normal molecular function phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000416 (normal molecular function), FYPO:0000706 (normal molecular function) -UPHENO:7000050 sensitive to oxidative stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001398 (sensitive to oxidative stress), FYPO:0000726 (sensitive to oxidative stress) -UPHENO:7000051 normal cellular pigment accumulation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000286 (normal cellular pigment accumulation), FYPO:0000740 (normal cellular pigment accumulation) +UPHENO:7000050 sensitive to oxidative stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001398 (sensitive to oxidative stress), FYPO:0000726 (sensitive to oxidative stress) +UPHENO:7000051 normal cellular pigment accumulation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000286 (normal cellular pigment accumulation), FYPO:0000740 (normal cellular pigment accumulation) UPHENO:7000052 kinetochore organization; kinetochore organization variant (phenotype grouping) UPHENO:0067694|UPHENO:0067645 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000807 (abnormal kinetochore organization), WBPhenotype:0001910 (kinetochore organization variant) UPHENO:7000053 nuclear envelope organization; nuclear envelope organization variant (phenotype grouping) UPHENO:0067691|UPHENO:0067645 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002037 (nuclear envelope organization variant), FYPO:0000815 (abnormal nuclear envelope organization) -UPHENO:7000054 normal rna level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001064 (normal RNA level), FYPO:0000840 (normal RNA level) -UPHENO:7000055 resistance to salt stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001304 (resistance to salt stress), FYPO:0000852 (resistance to salt stress) -UPHENO:7000056 normal growth on thiabendazole phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001341 (normal growth on thiabendazole), FYPO:0000964 (normal growth on thiabendazole) -UPHENO:7000057 normal growth on amphotericin b phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000980 (normal growth on amphotericin B), PHIPO:0001352 (normal growth on amphotericin B) -UPHENO:7000058 normal transport phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001011 (normal transport), FYPO:0001071 (normal transport) +UPHENO:7000054 normal rna level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001064 (normal RNA level), FYPO:0000840 (normal RNA level) +UPHENO:7000055 resistance to salt stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001304 (resistance to salt stress), FYPO:0000852 (resistance to salt stress) +UPHENO:7000056 normal growth on thiabendazole phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001341 (normal growth on thiabendazole), FYPO:0000964 (normal growth on thiabendazole) +UPHENO:7000057 normal growth on amphotericin b phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0000980 (normal growth on amphotericin B), PHIPO:0001352 (normal growth on amphotericin B) +UPHENO:7000058 normal transport phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001011 (normal transport), FYPO:0001071 (normal transport) UPHENO:7000059 normal level of substance in cell phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001076 (normal level of substance in cell), PHIPO:0001038 (normal level of substance in cell) -UPHENO:7000060 maltase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020048 (abnormal maltase activity), FYPO:0001184 (abnormal maltase activity) -UPHENO:7000061 decreased maltase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001186 (decreased maltase activity), MP:0020049 (decreased maltase activity) -UPHENO:7000062 sensitive to calcium ion starvation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001270 (sensitive to calcium ion starvation), FYPO:0001201 (sensitive to calcium ion starvation) -UPHENO:7000063 normal subcellular component phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000159 (normal subcellular component), FYPO:0001233 (normal subcellular component) +UPHENO:7000060 maltase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020048 (abnormal maltase activity), FYPO:0001184 (abnormal maltase activity) +UPHENO:7000061 decreased maltase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001186 (decreased maltase activity), MP:0020049 (decreased maltase activity) +UPHENO:7000062 sensitive to calcium ion starvation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001270 (sensitive to calcium ion starvation), FYPO:0001201 (sensitive to calcium ion starvation) +UPHENO:7000063 normal subcellular component phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000159 (normal subcellular component), FYPO:0001233 (normal subcellular component) UPHENO:7000064 resistance to tacrolimus phenotype UPHENO:0076993 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001379 (resistance to tacrolimus), PHIPO:0001378 (resistance to tacrolimus) -UPHENO:7000065 normal growth on tacrolimus phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001470 (normal growth on tacrolimus), PHIPO:0001380 (normal growth on tacrolimus) +UPHENO:7000065 normal growth on tacrolimus phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001470 (normal growth on tacrolimus), PHIPO:0001380 (normal growth on tacrolimus) UPHENO:7000066 increased protein-protein interaction phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001571 (increased protein-protein interaction), PHIPO:0000137 (increased protein-protein interaction) UPHENO:7000067 decreased protein-protein interaction phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001645 (decreased protein-protein interaction), PHIPO:0000136 (decreased protein-protein interaction) -UPHENO:7000068 normal growth on carbendazim phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001686 (normal growth on carbendazim), PHIPO:0001310 (normal growth on carbendazim) -UPHENO:7000069 normal growth on benomyl phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001687 (normal growth on benomyl), PHIPO:0001309 (normal growth on benomyl) -UPHENO:7000070 normal growth on brefeldin a phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001688 (normal growth on brefeldin A), PHIPO:0001428 (normal growth on brefeldin A) -UPHENO:7000071 normal growth on caspofungin phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001883 (normal growth on caspofungin), PHIPO:0001436 (normal growth on caspofungin) -UPHENO:7000072 sensitive to iron ion starvation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001074 (sensitive to iron ion starvation), FYPO:0002015 (sensitive to iron ion starvation) -UPHENO:7000073 resistance to stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002046 (resistance to stress), PHIPO:0001096 (resistance to stress) +UPHENO:7000068 normal growth on carbendazim phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001686 (normal growth on carbendazim), PHIPO:0001310 (normal growth on carbendazim) +UPHENO:7000069 normal growth on benomyl phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001687 (normal growth on benomyl), PHIPO:0001309 (normal growth on benomyl) +UPHENO:7000070 normal growth on brefeldin a phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001688 (normal growth on brefeldin A), PHIPO:0001428 (normal growth on brefeldin A) +UPHENO:7000071 normal growth on caspofungin phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0001883 (normal growth on caspofungin), PHIPO:0001436 (normal growth on caspofungin) +UPHENO:7000072 sensitive to iron ion starvation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001074 (sensitive to iron ion starvation), FYPO:0002015 (sensitive to iron ion starvation) +UPHENO:7000073 resistance to stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002046 (resistance to stress), PHIPO:0001096 (resistance to stress) UPHENO:7000074 enlarged nucleus; increased size of the nucleus (phenotype grouping) UPHENO:0001134|UPHENO:0067645 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0130337 (increased size of the nucleus), FYPO:0002255 (enlarged nucleus) -UPHENO:7000075 normal growth on terbinafine phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001437 (normal growth on terbinafine), FYPO:0002343 (normal growth on terbinafine) -UPHENO:7000076 nucleus phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100894 (abnormal nucleus), FYPO:0002403 (abnormal nucleus) +UPHENO:7000075 normal growth on terbinafine phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001437 (normal growth on terbinafine), FYPO:0002343 (normal growth on terbinafine) +UPHENO:7000076 nucleus phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100894 (abnormal nucleus), FYPO:0002403 (abnormal nucleus) UPHENO:7000077 cell lysis phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000936 (cell lysis), FYPO:0002488 (cell lysis) -UPHENO:7000078 sensitive to stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002549 (sensitive to stress), PHIPO:0001098 (sensitive to stress) -UPHENO:7000079 vacuole phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000298 (abnormal vacuole), FYPO:0002794 (abnormal vacuole) -UPHENO:7000080 sensitive to non-ionic osmotic stress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002811 (sensitive to non-ionic osmotic stress), PHIPO:0001307 (sensitive to non-ionic osmotic stress) -UPHENO:7000081 endoplasmic reticulum localization; endoplasmic reticulum localization variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002872 (abnormal endoplasmic reticulum localization), WBPhenotype:0002101 (endoplasmic reticulum localization variant) +UPHENO:7000078 sensitive to stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002549 (sensitive to stress), PHIPO:0001098 (sensitive to stress) +UPHENO:7000079 vacuole phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000298 (abnormal vacuole), FYPO:0002794 (abnormal vacuole) +UPHENO:7000080 sensitive to non-ionic osmotic stress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002811 (sensitive to non-ionic osmotic stress), PHIPO:0001307 (sensitive to non-ionic osmotic stress) +UPHENO:7000081 endoplasmic reticulum localization; endoplasmic reticulum localization variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0002872 (abnormal endoplasmic reticulum localization), WBPhenotype:0002101 (endoplasmic reticulum localization variant) UPHENO:7000082 resistance to nocodazole phenotype UPHENO:0076993 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003022 (resistance to nocodazole), PHIPO:0001340 (resistance to nocodazole) -UPHENO:7000083 normal rna localization phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003058 (normal RNA localization), PHIPO:0000253 (normal RNA localization) +UPHENO:7000083 normal rna localization phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003058 (normal RNA localization), PHIPO:0000253 (normal RNA localization) UPHENO:7000084 decreased mitotic index phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003306 (decreased mitotic index), MP:0004759 (decreased mitotic index) UPHENO:7000085 increased mitotic index phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003307 (increased mitotic index), MP:0004760 (increased mitotic index) UPHENO:7000086 altered substrate specificity phenotype UPHENO:0031742 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000438 (altered substrate specificity), FYPO:0003347 (altered substrate specificity) -UPHENO:7000087 ornithine carbamoyltransferase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011586 (abnormal ornithine carbamoyltransferase activity), FYPO:0003433 (abnormal ornithine carbamoyltransferase activity) -UPHENO:7000088 normal meiosis i phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000099 (normal meiosis I), FYPO:0003563 (normal meiosis I) -UPHENO:7000089 normal protein localization phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003627 (normal protein localization), PHIPO:0000269 (normal protein localization) -UPHENO:7000090 alcohol dehydrogenase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003733 (abnormal alcohol dehydrogenase activity), MP:0020118 (abnormal alcohol dehydrogenase activity) -UPHENO:7000091 decreased alcohol dehydrogenase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020119 (decreased alcohol dehydrogenase activity), FYPO:0003734 (decreased alcohol dehydrogenase activity) +UPHENO:7000087 ornithine carbamoyltransferase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011586 (abnormal ornithine carbamoyltransferase activity), FYPO:0003433 (abnormal ornithine carbamoyltransferase activity) +UPHENO:7000088 normal meiosis i phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000099 (normal meiosis I), FYPO:0003563 (normal meiosis I) +UPHENO:7000089 normal protein localization phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003627 (normal protein localization), PHIPO:0000269 (normal protein localization) +UPHENO:7000090 alcohol dehydrogenase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003733 (abnormal alcohol dehydrogenase activity), MP:0020118 (abnormal alcohol dehydrogenase activity) +UPHENO:7000091 decreased alcohol dehydrogenase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020119 (decreased alcohol dehydrogenase activity), FYPO:0003734 (decreased alcohol dehydrogenase activity) UPHENO:7000092 altered dna binding specificity phenotype UPHENO:0080368 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0003735 (altered DNA binding specificity), PHIPO:0000148 (altered DNA binding specificity) -UPHENO:7000093 normal meiosis ii phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000098 (normal meiosis II), FYPO:0003798 (normal meiosis II) -UPHENO:7000094 normal growth on fluconazole phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001429 (normal growth on fluconazole), FYPO:0003849 (normal growth on fluconazole) -UPHENO:7000095 nad(p)h oxidase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020445 (abnormal NAD(P)H oxidase activity), FYPO:0003884 (abnormal NAD(P)H oxidase activity) +UPHENO:7000093 normal meiosis ii phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000098 (normal meiosis II), FYPO:0003798 (normal meiosis II) +UPHENO:7000094 normal growth on fluconazole phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001429 (normal growth on fluconazole), FYPO:0003849 (normal growth on fluconazole) +UPHENO:7000095 nad(p)h oxidase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020445 (abnormal NAD(P)H oxidase activity), FYPO:0003884 (abnormal NAD(P)H oxidase activity) UPHENO:7000096 endocytosis phenotype UPHENO:0085578 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030951 (abnormal endocytosis), FYPO:0003886 (abnormal endocytosis) -UPHENO:7000097 glutathione peroxidase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004048 (abnormal glutathione peroxidase activity), MP:0011601 (abnormal glutathione peroxidase activity) +UPHENO:7000097 glutathione peroxidase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004048 (abnormal glutathione peroxidase activity), MP:0011601 (abnormal glutathione peroxidase activity) UPHENO:7000098 septum phenotype UPHENO:0002564 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004292 (abnormal septum), XPO:0141715 (abnormal septum) -UPHENO:7000099 rna localization phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004853 (RNA localization phenotype), PHIPO:0000249 (RNA localization phenotype) -UPHENO:7000100 mitochondrion phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004943 (abnormal mitochondrion), PLANP:0000341 (abnormal mitochondrion) +UPHENO:7000099 rna localization phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004853 (RNA localization phenotype), PHIPO:0000249 (RNA localization phenotype) +UPHENO:7000100 mitochondrion phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0004943 (abnormal mitochondrion), PLANP:0000341 (abnormal mitochondrion) UPHENO:7000101 ribosome biogenesis phenotype UPHENO:0086296|UPHENO:0086297 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005017 (abnormal ribosome biogenesis), MP:0014242 (abnormal ribosome biogenesis) UPHENO:7000102 altered protein binding specificity phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005119 (altered protein binding specificity), PHIPO:0000138 (altered protein binding specificity) -UPHENO:7000103 normal protein complex binding phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000144 (normal protein complex binding), FYPO:0005232 (normal protein complex binding) +UPHENO:7000103 normal protein complex binding phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000144 (normal protein complex binding), FYPO:0005232 (normal protein complex binding) UPHENO:7000104 dna-templated transcription; transcription (phenotype grouping) UPHENO:0049904|UPHENO:0085578|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020845 (abnormal DNA-templated transcription), FYPO:0005502 (abnormal transcription) UPHENO:7000105 meiotic sister chromatid segregation; meiotic sister chromatid segregation variant (phenotype grouping) UPHENO:0049866|UPHENO:0049621 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001898 (meiotic sister chromatid segregation variant), FYPO:0005509 (abnormal meiotic sister chromatid segregation) -UPHENO:7000106 actin cytoskeleton phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005665 (abnormal actin cytoskeleton), XPO:0131667 (abnormal actin cytoskeleton) -UPHENO:7000107 normal protein transport phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005747 (normal protein transport), PHIPO:0000259 (normal protein transport) +UPHENO:7000106 actin cytoskeleton phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005665 (abnormal actin cytoskeleton), XPO:0131667 (abnormal actin cytoskeleton) +UPHENO:7000107 normal protein transport phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005747 (normal protein transport), PHIPO:0000259 (normal protein transport) UPHENO:7000108 decreased extent and duration of protein-protein interaction phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005784 (decreased extent and duration of protein-protein interaction), PHIPO:0000141 (decreased extent and duration of protein-protein interaction) UPHENO:7000109 decreased duration of protein-protein interaction phenotype UPHENO:0080029 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000140 (decreased duration of protein-protein interaction), FYPO:0005785 (decreased duration of protein-protein interaction) UPHENO:7000110 sensitive to iron phenotype UPHENO:0076332 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001381 (sensitive to iron), FYPO:0005825 (sensitive to iron) UPHENO:7000111 multipolar mitotic spindle phenotype UPHENO:0049729|UPHENO:0082041|UPHENO:0049930 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005960 (multipolar mitotic spindle), WBPhenotype:0002162 (multipolar mitotic spindle) UPHENO:7000112 transport during vegetative growth phenotype UPHENO:0049724 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0005973 (abnormal transport during vegetative growth), PHIPO:0001008 (abnormal transport during vegetative growth) -UPHENO:7000113 normal cellular component organization phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006003 (normal cellular component organization), PHIPO:0000328 (normal cellular component organization) -UPHENO:7000114 normal vesicle-mediated transport during vegetative growth phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006432 (normal vesicle-mediated transport during vegetative growth), PHIPO:0001010 (normal vesicle-mediated transport during vegetative growth) -UPHENO:7000115 normal protein localization to nucleus phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006553 (normal protein localization to nucleus), PHIPO:0000271 (normal protein localization to nucleus) +UPHENO:7000113 normal cellular component organization phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006003 (normal cellular component organization), PHIPO:0000328 (normal cellular component organization) +UPHENO:7000114 normal vesicle-mediated transport during vegetative growth phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006432 (normal vesicle-mediated transport during vegetative growth), PHIPO:0001010 (normal vesicle-mediated transport during vegetative growth) +UPHENO:7000115 normal protein localization to nucleus phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006553 (normal protein localization to nucleus), PHIPO:0000271 (normal protein localization to nucleus) UPHENO:7000116 multiple protein binding to dna phenotype UPHENO:0080368 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0000151 (abnormal multiple protein binding to DNA), FYPO:0006555 (abnormal multiple protein binding to DNA) UPHENO:7000117 meiotic chromosome organization; meiotic chromosome organization variant (phenotype grouping) UPHENO:0049729|UPHENO:0049952|UPHENO:0049986|UPHENO:0078653 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006759 (abnormal meiotic chromosome organization), WBPhenotype:0002012 (meiotic chromosome organization variant) -UPHENO:7000118 lipid droplets present in normal numbers phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006791 (lipid droplets present in normal numbers), PHIPO:0000518 (lipid droplets present in normal numbers) +UPHENO:7000118 lipid droplets present in normal numbers phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006791 (lipid droplets present in normal numbers), PHIPO:0000518 (lipid droplets present in normal numbers) UPHENO:7000119 histone methylation; histone methylation variant (phenotype grouping) UPHENO:0050107|UPHENO:0049744 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002078 (histone methylation variant), FYPO:0006870 (abnormal histone methylation) UPHENO:7000120 protein ubiquitination; protein ubiquitination variant (phenotype grouping) UPHENO:0050131|UPHENO:0049744 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0006977 (abnormal protein ubiquitination), WBPhenotype:0001865 (protein ubiquitination variant) -UPHENO:7000121 alkaline phosphatase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007040 (abnormal alkaline phosphatase activity), MP:0011583 (abnormal alkaline phosphatase activity) -UPHENO:7000122 decreased mitochondrial fission phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007196 (decreased mitochondrial fission), MP:0006039 (decreased mitochondrial fission) -UPHENO:7000123 increased mitochondrial fission phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006038 (increased mitochondrial fission), FYPO:0007197 (increased mitochondrial fission) -UPHENO:7000124 pyruvate kinase activity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007363 (abnormal pyruvate kinase activity), MP:0020243 (abnormal pyruvate kinase activity) +UPHENO:7000121 alkaline phosphatase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007040 (abnormal alkaline phosphatase activity), MP:0011583 (abnormal alkaline phosphatase activity) +UPHENO:7000122 decreased mitochondrial fission phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007196 (decreased mitochondrial fission), MP:0006039 (decreased mitochondrial fission) +UPHENO:7000123 increased mitochondrial fission phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006038 (increased mitochondrial fission), FYPO:0007197 (increased mitochondrial fission) +UPHENO:7000124 pyruvate kinase activity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007363 (abnormal pyruvate kinase activity), MP:0020243 (abnormal pyruvate kinase activity) UPHENO:7000125 sensitive to tolnaftate phenotype UPHENO:0076332 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007554 (sensitive to tolnaftate), PHIPO:0001289 (sensitive to tolnaftate) -UPHENO:7000126 normal growth on tolnaftate phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001287 (normal growth on tolnaftate), FYPO:0007557 (normal growth on tolnaftate) +UPHENO:7000126 normal growth on tolnaftate phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001287 (normal growth on tolnaftate), FYPO:0007557 (normal growth on tolnaftate) UPHENO:7000127 hyphal growth phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007773 (abnormal hyphal growth), PHIPO:0001215 (abnormal hyphal growth) -UPHENO:7000128 hyphal hyper branching; increased hyphal branching (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001153 (hyphal hyper branching), FYPO:0007777 (increased hyphal branching) -UPHENO:7000129 abolished hyphal growth phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007789 (abolished hyphal growth), PHIPO:0001213 (abolished hyphal growth) +UPHENO:7000128 hyphal hyper branching; increased hyphal branching (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PHIPO:0001153 (hyphal hyper branching), FYPO:0007777 (increased hyphal branching) +UPHENO:7000129 abolished hyphal growth phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007789 (abolished hyphal growth), PHIPO:0001213 (abolished hyphal growth) UPHENO:7000130 normal hyphal growth phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0007790 (normal hyphal growth), PHIPO:0001210 (normal hyphal growth) UPHENO:7000131 autophagy phenotype UPHENO:0049904|UPHENO:0085578|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008260 (abnormal autophagy), FYPO:0008082 (abnormal autophagy) UPHENO:7000132 reticulophagy phenotype UPHENO:0085578 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.FYPO:0008083 (abnormal reticulophagy), MP:0030938 (abnormal reticulophagy) @@ -203,11 +203,11 @@ UPHENO:7000199 nyctalopia phenotype UPHENO:0050622|UPHENO:0002219|UPHENO:0078456 UPHENO:7000200 carious teeth phenotype UPHENO:0087300|UPHENO:0002826 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030101 (carious teeth), HP:0000670 (Carious teeth) UPHENO:7000201 taurodontia phenotype UPHENO:0086994|UPHENO:0081556|UPHENO:0087300|UPHENO:0087452|UPHENO:0075867 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000679 (Taurodontia), MP:0030496 (taurodontia) UPHENO:7000202 dental malocclusion; malocclusion (phenotype grouping) UPHENO:0087300|UPHENO:0002826 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000689 (Dental malocclusion), MP:0000120 (malocclusion) -UPHENO:7000203 decreased nerve conduction velocity phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008814 (decreased nerve conduction velocity), HP:0000762 (Decreased nerve conduction velocity) +UPHENO:7000203 decreased nerve conduction velocity phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008814 (decreased nerve conduction velocity), HP:0000762 (Decreased nerve conduction velocity) UPHENO:7000204 scapula morphology phenotype UPHENO:0002983|UPHENO:0002931|UPHENO:0003375 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000782 (Abnormal scapula morphology), XPO:0102865 (abnormal scapula morphology) UPHENO:7000205 nephrolithiasis phenotype UPHENO:0002411|UPHENO:0076779|UPHENO:0002442|UPHENO:0087427|UPHENO:0002803 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000787 (Nephrolithiasis), MP:0002708 (nephrolithiasis) UPHENO:7000206 external genitalia morphology; external genitalia phenotype (phenotype grouping) UPHENO:0002595|UPHENO:0003055 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.UPHENO:0002595 (external genitalia phenotype), HP:0000811 (Abnormal external genitalia morphology) -UPHENO:7000207 hypertension phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000231 (hypertension), HP:0000822 (Hypertension) +UPHENO:7000207 hypertension phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000231 (hypertension), HP:0000822 (Hypertension) UPHENO:7000208 decreased activity of parathyroid; hypoparathyroidism (phenotype grouping) UPHENO:0002822|UPHENO:0002434|UPHENO:0002388 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000829 (Hypoparathyroidism), MP:0003433 (decreased activity of parathyroid) UPHENO:7000209 hyperthyroidism; increased activity of thyroid gland (phenotype grouping) UPHENO:0002325|UPHENO:0002388|UPHENO:0002689 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000836 (Hyperthyroidism), MP:0003502 (increased activity of thyroid gland) UPHENO:7000210 increased circulating gonadotropin level phenotype UPHENO:0074588|UPHENO:0075772 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0000837 (Increased circulating gonadotropin level), MP:0003362 (increased circulating gonadotropin level) @@ -240,8 +240,8 @@ UPHENO:7000236 optic neuropathy phenotype UPHENO:0087614|UPHENO:0087596|UPHENO:0 UPHENO:7000237 lenticonus phenotype UPHENO:0087924|UPHENO:0087578|UPHENO:0087597|UPHENO:0005997 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002794 (lenticonus), HP:0001142 (Lenticonus) UPHENO:7000238 lethargy phenotype UPHENO:0084424|UPHENO:0080284 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001254 (Lethargy), MP:0005202 (lethargy) UPHENO:7000239 muscle hypertonia; spasticity (phenotype grouping) UPHENO:0086403|UPHENO:0002320 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001257 (Spasticity), MP:0012051 (spasticity), MP:0004143 (muscle hypertonia) -UPHENO:7000240 hemiparesis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031201 (hemiparesis), HP:0001269 (Hemiparesis) -UPHENO:7000241 motor delay; motor developmental delay (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001270 (Motor delay), MP:0031496 (motor developmental delay) +UPHENO:7000240 hemiparesis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031201 (hemiparesis), HP:0001269 (Hemiparesis) +UPHENO:7000241 motor delay; motor developmental delay (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001270 (Motor delay), MP:0031496 (motor developmental delay) UPHENO:7000242 hypertonia; hypertonicity (phenotype grouping) UPHENO:0002320 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012052 (hypertonicity), HP:0001276 (Hypertonia) UPHENO:7000243 syncope phenotype UPHENO:0002406|UPHENO:0004507 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031302 (syncope), HP:0001279 (Syncope) UPHENO:7000244 encephalopathy phenotype UPHENO:0002433|UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013806 (encephalopathy), HP:0001298 (Encephalopathy) @@ -270,21 +270,21 @@ UPHENO:7000266 polyhydramnios phenotype UPHENO:3000001|UPHENO:0075949|UPHENO:007 UPHENO:7000267 oligohydramnios phenotype UPHENO:3000001|UPHENO:0075949|UPHENO:0075852 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012171 (oligohydramnios), HP:0001562 (Oligohydramnios) UPHENO:7000268 vesicovaginal fistula phenotype UPHENO:0087427|UPHENO:0086634|UPHENO:0076766|UPHENO:0076734 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011829 (vesicovaginal fistula), HP:0001586 (Vesicovaginal fistula) UPHENO:7000269 dilated cardiomyopathy phenotype UPHENO:0002406|UPHENO:0077800|UPHENO:0084179|UPHENO:0076781|UPHENO:0001471|UPHENO:0002320 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002795 (dilated cardiomyopathy), HP:0001644 (Dilated cardiomyopathy) -UPHENO:7000270 increased heart rate; tachycardia (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001649 (Tachycardia), MP:0002626 (increased heart rate) +UPHENO:7000270 increased heart rate; tachycardia (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001649 (Tachycardia), MP:0002626 (increased heart rate) UPHENO:7000271 dextrocardia phenotype UPHENO:0076810|UPHENO:0018397 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000644 (dextrocardia), HP:0001651 (Dextrocardia) UPHENO:7000272 mitral regurgitation; mitral valve regurgitation (phenotype grouping) UPHENO:0002517|UPHENO:0078739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001653 (Mitral regurgitation), MP:0006045 (mitral valve regurgitation) -UPHENO:7000273 prolonged qt interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001657 (Prolonged QT interval), MP:0003233 (prolonged QT interval) +UPHENO:7000273 prolonged qt interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001657 (Prolonged QT interval), MP:0003233 (prolonged QT interval) UPHENO:7000274 aortic regurgitation; aortic valve regurgitation (phenotype grouping) UPHENO:0078738 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006047 (aortic valve regurgitation), HP:0001659 (Aortic regurgitation) UPHENO:7000275 persistent truncus arteriosus; truncus arteriosus (phenotype grouping) UPHENO:0087727|UPHENO:0076765 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002633 (persistent truncus arteriosus), HP:0001660 (Truncus arteriosus) -UPHENO:7000276 bradycardia; decreased heart rate (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001662 (Bradycardia), MP:0005333 (decreased heart rate) -UPHENO:7000277 ventricular fibrillation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006110 (ventricular fibrillation), HP:0001663 (Ventricular fibrillation) +UPHENO:7000276 bradycardia; decreased heart rate (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001662 (Bradycardia), MP:0005333 (decreased heart rate) +UPHENO:7000277 ventricular fibrillation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006110 (ventricular fibrillation), HP:0001663 (Ventricular fibrillation) UPHENO:7000278 complete atrioventricular canal defect; complete atrioventricular septal defect (phenotype grouping) UPHENO:0086855|UPHENO:0087011|UPHENO:0002626 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010413 (complete atrioventricular septal defect), HP:0001674 (Complete atrioventricular canal defect) -UPHENO:7000279 atrioventricular block phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001678 (Atrioventricular block), MP:0010519 (atrioventricular block) +UPHENO:7000279 atrioventricular block phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001678 (Atrioventricular block), MP:0010519 (atrioventricular block) UPHENO:7000280 aorta coarctation; coarctation of aorta (phenotype grouping) UPHENO:0076809|UPHENO:0076765|UPHENO:0087334 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001680 (Coarctation of aorta), MP:0003387 (aorta coarctation) UPHENO:7000281 angina; angina pectoris (phenotype grouping) UPHENO:0002406|UPHENO:0004507|UPHENO:0081976 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001681 (Angina pectoris), MP:0006112 (angina) UPHENO:7000282 ectopia cordis phenotype UPHENO:0076810|UPHENO:0018397 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001683 (Ectopia cordis), MP:0011660 (ectopia cordis) UPHENO:7000283 ostium secundum atrial septal defect; secundum atrial septal defect (phenotype grouping) UPHENO:0033559|UPHENO:0086857|UPHENO:0086863 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001684 (Secundum atrial septal defect), MP:0010405 (ostium secundum atrial septal defect) -UPHENO:7000284 sinus bradycardia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001688 (Sinus bradycardia), MP:0010637 (sinus bradycardia) +UPHENO:7000284 sinus bradycardia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001688 (Sinus bradycardia), MP:0010637 (sinus bradycardia) UPHENO:7000285 muscular subaortic stenosis; muscular subvalvular aortic stenosis (phenotype grouping) UPHENO:0081825|UPHENO:0087070 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010612 (muscular subaortic stenosis), HP:0001691 (Muscular subvalvular aortic stenosis) UPHENO:7000286 right-to-left shunt phenotype UPHENO:0051097 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001694 (Right-to-left shunt), MP:0031130 (right-to-left shunt) UPHENO:7000287 situs inversus totalis phenotype UPHENO:0076810 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011252 (situs inversus totalis), HP:0001696 (Situs inversus totalis) @@ -302,18 +302,18 @@ UPHENO:7000298 giant platelets phenotype UPHENO:0086178 This phenotype grouping UPHENO:7000299 anemia phenotype UPHENO:0087339|UPHENO:0004459|UPHENO:0086172|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001577 (anemia), HP:0001903 (Anemia) UPHENO:7000300 renal amyloidosis phenotype UPHENO:0002803|UPHENO:0049904|UPHENO:0076779 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001917 (Renal amyloidosis), MP:0021147 (renal amyloidosis) UPHENO:7000301 acanthocytosis phenotype UPHENO:0088356|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010177 (acanthocytosis), HP:0001927 (Acanthocytosis) -UPHENO:7000302 hypochromic anemia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008387 (hypochromic anemia), HP:0001931 (Hypochromic anemia) +UPHENO:7000302 hypochromic anemia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008387 (hypochromic anemia), HP:0001931 (Hypochromic anemia) UPHENO:7000303 subcutaneous hemorrhage phenotype UPHENO:0002635|UPHENO:0004459|UPHENO:0002678|UPHENO:0002204 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001933 (Subcutaneous hemorrhage), MP:0031152 (subcutaneous hemorrhage) -UPHENO:7000304 microcytic anemia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001935 (Microcytic anemia), MP:0002810 (microcytic anemia) -UPHENO:7000305 acidosis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001941 (Acidosis), MP:0003031 (acidosis) -UPHENO:7000306 metabolic acidosis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012551 (metabolic acidosis), HP:0001942 (Metabolic acidosis) +UPHENO:7000304 microcytic anemia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001935 (Microcytic anemia), MP:0002810 (microcytic anemia) +UPHENO:7000305 acidosis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001941 (Acidosis), MP:0003031 (acidosis) +UPHENO:7000306 metabolic acidosis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012551 (metabolic acidosis), HP:0001942 (Metabolic acidosis) UPHENO:7000307 hypoglycemia phenotype UPHENO:0051766|UPHENO:0050433|UPHENO:0034308 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001943 (Hypoglycemia), MP:0000189 (hypoglycemia) UPHENO:7000308 dehydration phenotype UPHENO:0050619 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001944 (Dehydration), MP:0001429 (dehydration) UPHENO:7000309 renal tubular acidosis phenotype UPHENO:0002411|UPHENO:0066943|UPHENO:0002442 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000525 (renal tubular acidosis), HP:0001947 (Renal tubular acidosis) -UPHENO:7000310 alkalosis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003028 (alkalosis), HP:0001948 (Alkalosis) +UPHENO:7000310 alkalosis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003028 (alkalosis), HP:0001948 (Alkalosis) UPHENO:7000311 polydipsia phenotype UPHENO:0079835|UPHENO:0078629 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001959 (Polydipsia), MP:0001426 (polydipsia) UPHENO:7000312 tubulointerstitial nephritis phenotype UPHENO:0002411|UPHENO:0076714 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001970 (Tubulointerstitial nephritis), MP:0011405 (tubulointerstitial nephritis) -UPHENO:7000313 macrocytic anemia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001972 (Macrocytic anemia), MP:0002811 (macrocytic anemia) +UPHENO:7000313 macrocytic anemia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001972 (Macrocytic anemia), MP:0002811 (macrocytic anemia) UPHENO:7000314 thrombosis phenotype UPHENO:0004459|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0001977 (Abnormal thrombosis), MP:0005048 (abnormal thrombosis) UPHENO:7000315 extramedullary hematopoiesis phenotype UPHENO:0004459|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000240 (extramedullary hematopoiesis), HP:0001978 (Extramedullary hematopoiesis) UPHENO:7000316 schistocytosis phenotype UPHENO:0088356|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000314 (schistocytosis), HP:0001981 (Schistocytosis) @@ -328,7 +328,7 @@ UPHENO:7000324 hiatal hernia; hiatus hernia (phenotype grouping) UPHENO:0086793| UPHENO:7000325 decreased body temperature; hypothermia (phenotype grouping) UPHENO:0078619 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005534 (decreased body temperature), HP:0002045 (Hypothermia) UPHENO:7000326 encephalocele; encephalomeningocele (phenotype grouping) UPHENO:0076702|UPHENO:0004523|UPHENO:0051077|UPHENO:0081566 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002084 (Encephalocele), MP:0012260 (encephalomeningocele) UPHENO:7000327 emphysema phenotype UPHENO:0002448|UPHENO:0004536|UPHENO:0090176|UPHENO:0086549|UPHENO:0087495 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002097 (Emphysema), MP:0001958 (emphysema) -UPHENO:7000328 respiratory distress phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002098 (Respiratory distress), MP:0001954 (respiratory distress) +UPHENO:7000328 respiratory distress phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002098 (Respiratory distress), MP:0001954 (respiratory distress) UPHENO:7000329 pleuritis phenotype UPHENO:0002448|UPHENO:0081590 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002102 (Pleuritis), MP:0031053 (pleuritis) UPHENO:7000330 hemoptysis phenotype UPHENO:0087433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031100 (hemoptysis), HP:0002105 (Hemoptysis) UPHENO:7000331 pneumothorax phenotype UPHENO:0002448|UPHENO:0004536|UPHENO:0081590 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002107 (Pneumothorax), MP:0010822 (pneumothorax) @@ -383,7 +383,7 @@ UPHENO:7000379 down-turned corners of mouth; downturned corners of mouth (phenot UPHENO:7000380 oral leukoplakia phenotype UPHENO:0087132|UPHENO:0076800 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003751 (oral leukoplakia), HP:0002745 (Oral leukoplakia) UPHENO:7000381 rickets phenotype UPHENO:0082835|UPHENO:0084654 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003116 (rickets), HP:0002748 (Rickets) UPHENO:7000382 osteomalacia phenotype UPHENO:0080559|UPHENO:0082835|UPHENO:0084654 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002749 (Osteomalacia), MP:0009445 (osteomalacia) -UPHENO:7000383 kyphoscoliosis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000069 (kyphoscoliosis), HP:0002751 (Kyphoscoliosis) +UPHENO:7000383 kyphoscoliosis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000069 (kyphoscoliosis), HP:0002751 (Kyphoscoliosis) UPHENO:7000384 osteoarthritis phenotype UPHENO:0076767|UPHENO:0081439 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002758 (Osteoarthritis), MP:0003560 (osteoarthritis) UPHENO:7000385 tracheomalacia phenotype UPHENO:0002448|UPHENO:0004536|UPHENO:0083634|UPHENO:0002270|UPHENO:0076785 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002779 (Tracheomalacia), MP:0013753 (tracheomalacia) UPHENO:7000386 bronchomalacia phenotype UPHENO:0002448|UPHENO:0004536|UPHENO:0083634|UPHENO:0076784|UPHENO:0002270|UPHENO:0076785 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031307 (bronchomalacia), HP:0002780 (Bronchomalacia) @@ -395,7 +395,7 @@ UPHENO:7000391 coxa vara phenotype UPHENO:0081602|UPHENO:0087558|UPHENO:0087489 UPHENO:7000392 aspiration phenotype UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002835 (Aspiration), MP:0002296 (aspiration) UPHENO:7000393 t cell morphology phenotype UPHENO:0088166|UPHENO:0088134 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008037 (abnormal T cell morphology), ZP:0147344 (T cell morphology, abnormal), XPO:0102715 (abnormal T cell morphology), HP:0002843 (Abnormal T cell morphology) UPHENO:7000394 b cell morphology phenotype UPHENO:0088166|UPHENO:0088134 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0103150 (abnormal B cell morphology), HP:0002846 (Abnormal B cell morphology) -UPHENO:7000395 decreased circulating total igm; decreased igm level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001806 (decreased IgM level), HP:0002850 (Decreased circulating total IgM) +UPHENO:7000395 decreased circulating total igm; decreased igm level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001806 (decreased IgM level), HP:0002850 (Decreased circulating total IgM) UPHENO:7000396 respiratory failure phenotype UPHENO:0002448 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002878 (Respiratory failure), MP:0001953 (respiratory failure) UPHENO:7000397 hyperventilation phenotype UPHENO:0002448 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002320 (hyperventilation), HP:0002883 (Hyperventilation) UPHENO:7000398 hemivertebra; hemivertebrae (phenotype grouping) UPHENO:0076744|UPHENO:0076695|UPHENO:0076707 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0002937 (Hemivertebrae), MP:0008832 (hemivertebra) @@ -406,7 +406,7 @@ UPHENO:7000402 ekg; heart electrocardiography waveform feature (phenotype groupi UPHENO:7000403 circulating hormone concentration; circulating hormone level (phenotype grouping) UPHENO:0004459|UPHENO:0001003|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005418 (abnormal circulating hormone level), HP:0003117 (Abnormal circulating hormone concentration) UPHENO:7000404 myopathy phenotype UPHENO:0002320|UPHENO:0076710|UPHENO:0002816 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000751 (myopathy), HP:0003198 (Myopathy) UPHENO:7000405 rhabdomyolysis phenotype UPHENO:0076710|UPHENO:0087047 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003201 (Rhabdomyolysis), MP:0031112 (rhabdomyolysis) -UPHENO:7000406 increased circulating igg concentration; increased igg level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003237 (Increased circulating IgG concentration), MP:0002493 (increased IgG level) +UPHENO:7000406 increased circulating igg concentration; increased igg level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003237 (Increased circulating IgG concentration), MP:0002493 (increased IgG level) UPHENO:7000407 abdominal distention; distended abdomen (phenotype grouping) UPHENO:0001003|UPHENO:0002443|UPHENO:0049874 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003270 (Abdominal distention), MP:0001270 (distended abdomen) UPHENO:7000408 increased circulating ferritin concentration; increased circulating ferritin level (phenotype grouping) UPHENO:0049904|UPHENO:0051612 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011890 (increased circulating ferritin level), HP:0003281 (Increased circulating ferritin concentration) UPHENO:7000409 spina bifida occulta phenotype UPHENO:0033626|UPHENO:0086733 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003298 (Spina bifida occulta), MP:0005297 (spina bifida occulta) @@ -429,9 +429,9 @@ UPHENO:7000425 muscle tone phenotype UPHENO:0002320|UPHENO:0002816 This phenotyp UPHENO:7000426 absent humerus phenotype UPHENO:0002983|UPHENO:0008743|UPHENO:0004726|UPHENO:0008709|UPHENO:0004595|UPHENO:0080182 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0125094 (absent humerus), HP:0003862 (Absent humerus) UPHENO:7000427 epiphysis of humerus phenotype; humeral epiphysis morphology (phenotype grouping) UPHENO:0002880|UPHENO:0076718|UPHENO:0002628|UPHENO:0084775 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0003891 (Abnormal humeral epiphysis morphology), UPHENO:0002628 (epiphysis of humerus phenotype) UPHENO:7000428 decreased circulating antibody concentration; decreased immunoglobulin level (phenotype grouping) UPHENO:0085602 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004313 (Decreased circulating antibody concentration), MP:0002460 (decreased immunoglobulin level) -UPHENO:7000429 decreased circulating igg concentration; decreased igg level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004315 (Decreased circulating IgG concentration), MP:0001805 (decreased IgG level) +UPHENO:7000429 decreased circulating igg concentration; decreased igg level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004315 (Decreased circulating IgG concentration), MP:0001805 (decreased IgG level) UPHENO:7000430 cachexia phenotype UPHENO:0082794 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004326 (Cachexia), MP:0005150 (cachexia) -UPHENO:7000431 persistent truncus arteriosus type i; type i truncus arteriosus (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011661 (persistent truncus arteriosus type i), HP:0004384 (Type I truncus arteriosus) +UPHENO:7000431 persistent truncus arteriosus type i; type i truncus arteriosus (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011661 (persistent truncus arteriosus type i), HP:0004384 (Type I truncus arteriosus) UPHENO:7000432 peptic ulcer phenotype UPHENO:0076803|UPHENO:0076735 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003301 (peptic ulcer), HP:0004398 (Peptic ulcer) UPHENO:7000433 meconium ileus phenotype UPHENO:0076783|UPHENO:0085679 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004401 (Meconium ileus), MP:0014036 (meconium ileus) UPHENO:7000434 hyposmia; impaired olfaction; partial anosmia (phenotype grouping) UPHENO:0002907|UPHENO:0078689|UPHENO:0002447|UPHENO:0002433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004409 (Hyposmia), MP:0008544 (impaired olfaction), HP:0010633 (Partial anosmia) @@ -440,11 +440,11 @@ UPHENO:7000436 stomatocytosis phenotype UPHENO:0088356|UPHENO:0088162 This pheno UPHENO:7000437 preauricular pit phenotype UPHENO:0087585 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004467 (Preauricular pit), MP:0030097 (preauricular pit) UPHENO:7000438 mandibular hyperostosis phenotype UPHENO:0084523|UPHENO:0084457|UPHENO:0083646|UPHENO:0088116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030223 (mandibular hyperostosis), HP:0004472 (Mandibular hyperostosis) UPHENO:7000439 impaired renal concentrating ability; isosthenuria (phenotype grouping) UPHENO:0002411|UPHENO:0066943|UPHENO:0002442|UPHENO:0051280 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013305 (isosthenuria), HP:0004727 (Impaired renal concentrating ability) -UPHENO:7000440 ventricular tachycardia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008950 (ventricular tachycardia), HP:0004756 (Ventricular tachycardia) +UPHENO:7000440 ventricular tachycardia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008950 (ventricular tachycardia), HP:0004756 (Ventricular tachycardia) UPHENO:7000441 duodenal polyposis; duodenum polyps (phenotype grouping) UPHENO:0076783|UPHENO:0086621|UPHENO:0081594 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004783 (Duodenal polyposis), MP:0008012 (duodenum polyps) UPHENO:7000442 rectoperineal fistula phenotype UPHENO:0087346|UPHENO:0076773|UPHENO:0002714|UPHENO:0087405 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004792 (Rectoperineal fistula), MP:0003318 (rectoperineal fistula) -UPHENO:7000443 hypochromic microcytic anemia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004840 (Hypochromic microcytic anemia), MP:0008388 (hypochromic microcytic anemia) -UPHENO:7000444 hyperchromic macrocytic anemia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004857 (Hyperchromic macrocytic anemia), MP:0008945 (hyperchromic macrocytic anemia) +UPHENO:7000443 hypochromic microcytic anemia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004840 (Hypochromic microcytic anemia), MP:0008388 (hypochromic microcytic anemia) +UPHENO:7000444 hyperchromic macrocytic anemia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004857 (Hyperchromic macrocytic anemia), MP:0008945 (hyperchromic macrocytic anemia) UPHENO:7000445 perineal fistula phenotype UPHENO:0002642|UPHENO:0076803|UPHENO:0087547|UPHENO:0087405 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004871 (Perineal fistula), MP:0003316 (perineal fistula) UPHENO:7000446 pulmonary artery aneurysm phenotype UPHENO:0076776|UPHENO:0076750|UPHENO:0086797 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004937 (Pulmonary artery aneurysm), MP:0010462 (pulmonary artery aneurysm) UPHENO:7000447 aortic aneurysm phenotype UPHENO:0076809|UPHENO:0084140|UPHENO:0084177|UPHENO:0076776|UPHENO:0076765 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006278 (aortic aneurysm), HP:0004942 (Aortic aneurysm) @@ -452,9 +452,9 @@ UPHENO:7000448 descending thoracic aorta aneurysm phenotype UPHENO:0087418|UPHEN UPHENO:7000449 pulmonary artery sling phenotype UPHENO:0076750|UPHENO:0002748|UPHENO:0076765|UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010467 (pulmonary artery sling), HP:0004961 (Pulmonary artery sling) UPHENO:7000450 pulmonary arterial medial hypertrophy phenotype UPHENO:0076750|UPHENO:0076765|UPHENO:0002748|UPHENO:0086797 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031193 (pulmonary arterial medial hypertrophy), HP:0004964 (Pulmonary arterial medial hypertrophy) UPHENO:7000451 abdominal aorta coarctation; coarctation of abdominal aorta (phenotype grouping) UPHENO:0087171|UPHENO:0076809|UPHENO:0087168 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0004974 (Coarctation of abdominal aorta), MP:0010525 (abdominal aorta coarctation) -UPHENO:7000452 atrial fibrillation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005110 (Atrial fibrillation), MP:0008543 (atrial fibrillation) -UPHENO:7000453 total anomalous pulmonary venous connection; total anomalous pulmonary venous return (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005160 (Total anomalous pulmonary venous return), MP:0010441 (total anomalous pulmonary venous connection) -UPHENO:7000454 shortened pr interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010511 (shortened PR interval), HP:0005165 (Shortened PR interval) +UPHENO:7000452 atrial fibrillation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005110 (Atrial fibrillation), MP:0008543 (atrial fibrillation) +UPHENO:7000453 total anomalous pulmonary venous connection; total anomalous pulmonary venous return (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005160 (Total anomalous pulmonary venous return), MP:0010441 (total anomalous pulmonary venous connection) +UPHENO:7000454 shortened pr interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010511 (shortened PR interval), HP:0005165 (Shortened PR interval) UPHENO:7000455 tricuspid regurgitation; tricuspid valve regurgitation (phenotype grouping) UPHENO:0078740|UPHENO:0002517 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006044 (tricuspid valve regurgitation), HP:0005180 (Tricuspid regurgitation) UPHENO:7000456 anoperineal fistula phenotype UPHENO:0087405|UPHENO:0087438|UPHENO:0086644|UPHENO:0076773 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003317 (anoperineal fistula), HP:0005218 (Anoperineal fistula) UPHENO:7000457 perirectal abscess; rectal abscess (phenotype grouping) UPHENO:0087346|UPHENO:0002714|UPHENO:0076773 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003302 (perirectal abscess), HP:0005224 (Rectal abscess) @@ -466,11 +466,11 @@ UPHENO:7000462 increased erythrocyte osmotic fragility; increased red cell osmot UPHENO:7000463 multiple renal cysts; polycystic kidney (phenotype grouping) UPHENO:0083423|UPHENO:0076779|UPHENO:0083426 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005562 (Multiple renal cysts), MP:0008528 (polycystic kidney) UPHENO:7000464 epiphysis morphology phenotype UPHENO:0004723|UPHENO:0004726|UPHENO:0076740|UPHENO:0004506|UPHENO:0004504 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0005930 (Abnormal epiphysis morphology), XPO:0102369 (abnormal epiphysis morphology) UPHENO:7000465 respiratory acidosis phenotype UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012550 (respiratory acidosis), HP:0005972 (Respiratory acidosis) -UPHENO:7000466 interstitial pneumonia; interstitial pneumonitis (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001862 (interstitial pneumonia), HP:0006515 (Interstitial pneumonitis) +UPHENO:7000466 interstitial pneumonia; interstitial pneumonitis (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001862 (interstitial pneumonia), HP:0006515 (Interstitial pneumonitis) UPHENO:7000467 intraalveolar phospholipid accumulation; pulmonary alveolar proteinosis (phenotype grouping) UPHENO:0087796|UPHENO:0046362|UPHENO:0090176 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010998 (pulmonary alveolar proteinosis), HP:0006517 (Intraalveolar phospholipid accumulation) UPHENO:7000468 pulmonary arteriovenous malformation phenotype UPHENO:0002960|UPHENO:0002678|UPHENO:0086947|UPHENO:0086797|UPHENO:0086792|UPHENO:0076750 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010480 (pulmonary arteriovenous malformation), HP:0006548 (Pulmonary arteriovenous malformation) UPHENO:7000469 hepatic arteriovenous malformation phenotype UPHENO:0087186|UPHENO:0002678|UPHENO:0086622|UPHENO:0086797|UPHENO:0086792|UPHENO:0002703|UPHENO:0087005 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0006574 (Hepatic arteriovenous malformation), MP:0010529 (hepatic arteriovenous malformation) -UPHENO:7000470 premature ventricular contraction; ventricular premature beat (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009732 (ventricular premature beat), HP:0006682 (Premature ventricular contraction) +UPHENO:7000470 premature ventricular contraction; ventricular premature beat (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009732 (ventricular premature beat), HP:0006682 (Premature ventricular contraction) UPHENO:7000471 myocardial steatosis; myocardium steatosis (phenotype grouping) UPHENO:0087022|UPHENO:0086866|UPHENO:0087049|UPHENO:0076810|UPHENO:0076781 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0006693 (Myocardial steatosis), MP:0010535 (myocardium steatosis) UPHENO:7000472 lobar holoprosencephaly phenotype UPHENO:0076805 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0014276 (lobar holoprosencephaly), HP:0006870 (Lobar holoprosencephaly) UPHENO:7000473 alobar holoprosencephaly phenotype UPHENO:0076805 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0006988 (Alobar holoprosencephaly), MP:0014277 (alobar holoprosencephaly) @@ -492,7 +492,7 @@ UPHENO:7000488 retina arteriole stenosis; retinal arteriolar constriction (pheno UPHENO:7000489 blistering; blistering of the skin (phenotype grouping) UPHENO:0087928|UPHENO:0003811|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001208 (blistering), HP:0008066 (Abnormal blistering of the skin) UPHENO:7000490 sparse hair phenotype UPHENO:0086475|UPHENO:0002768|UPHENO:0087435|UPHENO:0011535|UPHENO:0087928|UPHENO:0086842|UPHENO:0086722 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000416 (sparse hair), HP:0008070 (Sparse hair) UPHENO:7000491 pes valgus phenotype UPHENO:0003070|UPHENO:0081575|UPHENO:0086628|UPHENO:0087006|UPHENO:0086635 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0008081 (Pes valgus), MP:0031291 (pes valgus) -UPHENO:7000492 increased prothrombin time; prolonged prothrombin time (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0008151 (Prolonged prothrombin time), MP:0012356 (increased prothrombin time) +UPHENO:7000492 increased prothrombin time; prolonged prothrombin time (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0008151 (Prolonged prothrombin time), MP:0012356 (increased prothrombin time) UPHENO:7000493 nail dystrophy phenotype UPHENO:0088109|UPHENO:0087435|UPHENO:0003071|UPHENO:0086700|UPHENO:0086842 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012400 (nail dystrophy), HP:0008404 (Nail dystrophy) UPHENO:7000494 bilateral cryptorchidism; bilateral cryptorchism (phenotype grouping) UPHENO:0053644|UPHENO:0087973 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031287 (bilateral cryptorchism), HP:0008689 (Bilateral cryptorchidism) UPHENO:7000495 decreased width of the ureterovesical junction; ureterovesical stenosis (phenotype grouping) UPHENO:0081854|UPHENO:0054648|UPHENO:0085687 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0008714 (Ureterovesical stenosis), UPHENO:0054648 (decreased width of the ureterovesical junction) @@ -509,7 +509,7 @@ UPHENO:7000505 persistent hyaloid artery; vascular remnant arising from the disk UPHENO:7000506 stridor phenotype UPHENO:0002448 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010307 (Stridor), MP:0013752 (stridor) UPHENO:7000507 chylothorax phenotype UPHENO:0002448|UPHENO:0082524|UPHENO:0081590 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003660 (chylothorax), HP:0010310 (Chylothorax) UPHENO:7000508 ebstein anomaly of the tricuspid valve; ebstein's malformation of tricuspid valve (phenotype grouping) UPHENO:0086874|UPHENO:0076749|UPHENO:0076759 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010316 (Ebstein anomaly of the tricuspid valve), MP:0010536 (Ebstein's malformation of tricuspid valve) -UPHENO:7000509 pulmonary valve regurgitation; pulmonic regurgitation (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006048 (pulmonary valve regurgitation), HP:0010444 (Pulmonic regurgitation) +UPHENO:7000509 pulmonary valve regurgitation; pulmonic regurgitation (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006048 (pulmonary valve regurgitation), HP:0010444 (Pulmonic regurgitation) UPHENO:7000510 ostium primum atrial septal defect; primum atrial septal defect (phenotype grouping) UPHENO:0086855|UPHENO:0033559|UPHENO:0086857|UPHENO:0086863|UPHENO:0002626 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010404 (ostium primum atrial septal defect), HP:0010445 (Primum atrial septal defect) UPHENO:7000511 anal fistula phenotype UPHENO:0002839|UPHENO:0086644|UPHENO:0076773|UPHENO:0076803|UPHENO:0087438|UPHENO:0076783 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010447 (Anal fistula), MP:0003319 (anal fistula) UPHENO:7000512 female pseudohermaphroditism phenotype UPHENO:0005170|UPHENO:0002595|UPHENO:0003089 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002788 (female pseudohermaphroditism), HP:0010458 (Female pseudohermaphroditism) @@ -520,9 +520,9 @@ UPHENO:7000516 sutural cataract phenotype UPHENO:0084816 This phenotype grouping UPHENO:7000517 polar cataract phenotype UPHENO:0087578|UPHENO:0084816 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010696 (Polar cataract), MP:0010258 (polar cataract) UPHENO:7000518 circulating immunoglobulin concentration; immunoglobulin level (phenotype grouping) UPHENO:0085566|UPHENO:0085602|UPHENO:0085618|UPHENO:0002263 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010701 (Abnormal circulating immunoglobulin concentration), MP:0002490 (abnormal immunoglobulin level) UPHENO:7000519 increased circulating antibody concentration; increased immunoglobulin level (phenotype grouping) UPHENO:0085602 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002461 (increased immunoglobulin level), HP:0010702 (Increased circulating antibody concentration) -UPHENO:7000520 polyostotic fibrous dysplasia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010735 (Polyostotic fibrous dysplasia), MP:0031350 (polyostotic fibrous dysplasia) -UPHENO:7000521 monostotic fibrous dysplasia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010736 (Monostotic fibrous dysplasia), MP:0031349 (monostotic fibrous dysplasia) -UPHENO:7000522 partial anomalous pulmonary venous connection; partial anomalous pulmonary venous return (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010442 (partial anomalous pulmonary venous connection), HP:0010773 (Partial anomalous pulmonary venous return) +UPHENO:7000520 polyostotic fibrous dysplasia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010735 (Polyostotic fibrous dysplasia), MP:0031350 (polyostotic fibrous dysplasia) +UPHENO:7000521 monostotic fibrous dysplasia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010736 (Monostotic fibrous dysplasia), MP:0031349 (monostotic fibrous dysplasia) +UPHENO:7000522 partial anomalous pulmonary venous connection; partial anomalous pulmonary venous return (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010442 (partial anomalous pulmonary venous connection), HP:0010773 (Partial anomalous pulmonary venous return) UPHENO:7000523 cor triatriatum phenotype UPHENO:0076810|UPHENO:0086863 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010774 (Cor triatriatum), MP:0010409 (cor triatriatum) UPHENO:7000524 vascular ring phenotype UPHENO:0087172|UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010466 (vascular ring), HP:0010775 (Vascular ring) UPHENO:7000525 erythema; reddish skin (phenotype grouping) UPHENO:0087928|UPHENO:0002678 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0010783 (Erythema), MP:0001190 (reddish skin) @@ -532,7 +532,7 @@ UPHENO:7000528 posterior cortical cataract phenotype UPHENO:0084816 This phenoty UPHENO:7000529 noncommunicating hydrocephalus; obstructive hydrocephaly (phenotype grouping) UPHENO:0088047|UPHENO:0081598|UPHENO:0088185|UPHENO:0056333 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000917 (obstructive hydrocephaly), HP:0010953 (Noncommunicating hydrocephalus) UPHENO:7000530 myeloid leukocyte morphology phenotype UPHENO:0088166|UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008250 (abnormal myeloid leukocyte morphology), HP:0010974 (Abnormal myeloid leukocyte morphology) UPHENO:7000531 osteopetrosis phenotype UPHENO:0084654|UPHENO:0008266|UPHENO:0084450 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011002 (Osteopetrosis), MP:0000067 (osteopetrosis) -UPHENO:7000532 high myopia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003101 (high myopia), HP:0011003 (High myopia) +UPHENO:7000532 high myopia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003101 (high myopia), HP:0011003 (High myopia) UPHENO:7000533 internal hemorrhage phenotype UPHENO:0051097|UPHENO:0002406|UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011029 (Internal hemorrhage), MP:0001634 (internal hemorrhage) UPHENO:7000534 amyloidosis phenotype UPHENO:0049904|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000604 (amyloidosis), HP:0011034 (Amyloidosis) UPHENO:7000535 impacted tooth; tooth impaction (phenotype grouping) UPHENO:0078457 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030505 (tooth impaction), HP:0011079 (Impacted tooth) @@ -564,9 +564,9 @@ UPHENO:7000560 double outlet left ventricle phenotype UPHENO:0086866 This phenot UPHENO:7000561 cervical aortic arch phenotype UPHENO:0087172|UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011588 (Cervical aortic arch), MP:0004161 (cervical aortic arch) UPHENO:7000562 mesocardia phenotype UPHENO:0076810|UPHENO:0018397 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000650 (mesocardia), HP:0011599 (Mesocardia) UPHENO:7000563 aortopulmonary window phenotype UPHENO:0087727|UPHENO:0076809|UPHENO:0086797|UPHENO:0076765|UPHENO:0076750|UPHENO:0087334 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011604 (Aortopulmonary window), MP:0010455 (aortopulmonary window) -UPHENO:7000564 persistent truncus arteriosus type ii; type ii truncus arteriosus (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011662 (persistent truncus arteriosus type ii), HP:0011608 (Type II truncus arteriosus) -UPHENO:7000565 persistent truncus arteriosus type iii; type iii truncus arteriosus (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011609 (Type III truncus arteriosus), MP:0011663 (persistent truncus arteriosus type iii) -UPHENO:7000566 persistent truncus arteriosus type iv; type iv truncus arteriosus (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011610 (Type IV truncus arteriosus), MP:0011664 (persistent truncus arteriosus type iv) +UPHENO:7000564 persistent truncus arteriosus type ii; type ii truncus arteriosus (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011662 (persistent truncus arteriosus type ii), HP:0011608 (Type II truncus arteriosus) +UPHENO:7000565 persistent truncus arteriosus type iii; type iii truncus arteriosus (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011609 (Type III truncus arteriosus), MP:0011663 (persistent truncus arteriosus type iii) +UPHENO:7000566 persistent truncus arteriosus type iv; type iv truncus arteriosus (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011610 (Type IV truncus arteriosus), MP:0011664 (persistent truncus arteriosus type iv) UPHENO:7000567 interrupted aortic arch phenotype UPHENO:0076809|UPHENO:0087172|UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004157 (interrupted aortic arch), HP:0011611 (Interrupted aortic arch) UPHENO:7000568 interrupted aortic arch type a; interrupted aortic arch, type a (phenotype grouping) UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011612 (Interrupted aortic arch type A), MP:0011658 (interrupted aortic arch, type a) UPHENO:7000569 interrupted aortic arch type b; interrupted aortic arch, type b (phenotype grouping) UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011659 (interrupted aortic arch, type b), HP:0011613 (Interrupted aortic arch type B) @@ -577,15 +577,15 @@ UPHENO:7000573 muscular ventricular septal defect phenotype UPHENO:0033604|UPHEN UPHENO:7000574 coronary artery fistula; coronary fistula (phenotype grouping) UPHENO:0076721|UPHENO:0087334|UPHENO:0087018 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011641 (Coronary artery fistula), MP:0010476 (coronary fistula) UPHENO:7000575 coronary sinus atrial septal defect phenotype UPHENO:0033559|UPHENO:0086857|UPHENO:0086863|UPHENO:0087323 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010407 (coronary sinus atrial septal defect), HP:0011643 (Coronary sinus atrial septal defect) UPHENO:7000576 aortic sinus aneurysm; dilatation of the sinus of valsalva (phenotype grouping) UPHENO:0087425|UPHENO:0087159|UPHENO:0086694 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011645 (Dilatation of the sinus of Valsalva), MP:0010483 (aortic sinus aneurysm) -UPHENO:7000577 double outlet right ventricle with doubly committed ventricular septal defect without pulmonary stenosis; double outlet right ventricle, doubly committed ventricular septal defect (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011652 (Double outlet right ventricle with doubly committed ventricular septal defect without pulmonary stenosis), MP:0011669 (double outlet right ventricle, doubly committed ventricular septal defect) -UPHENO:7000578 double outlet right ventricle with non-committed ventricular septal defect without pulmonary stenosis; double outlet right ventricle, noncommitted ventricular septal defect (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011654 (Double outlet right ventricle with non-committed ventricular septal defect without pulmonary stenosis), MP:0011670 (double outlet right ventricle, noncommitted ventricular septal defect) +UPHENO:7000577 double outlet right ventricle with doubly committed ventricular septal defect without pulmonary stenosis; double outlet right ventricle, doubly committed ventricular septal defect (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011652 (Double outlet right ventricle with doubly committed ventricular septal defect without pulmonary stenosis), MP:0011669 (double outlet right ventricle, doubly committed ventricular septal defect) +UPHENO:7000578 double outlet right ventricle with non-committed ventricular septal defect without pulmonary stenosis; double outlet right ventricle, noncommitted ventricular septal defect (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011654 (Double outlet right ventricle with non-committed ventricular septal defect without pulmonary stenosis), MP:0011670 (double outlet right ventricle, noncommitted ventricular septal defect) UPHENO:7000579 anomalous origin of one pulmonary artery from ascending aorta; hemitruncus (phenotype grouping) UPHENO:0086797|UPHENO:0076750|UPHENO:0002748|UPHENO:0076765 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011660 (Anomalous origin of one pulmonary artery from ascending aorta), MP:0010456 (hemitruncus) UPHENO:7000580 subarterial ventricular septal defect phenotype UPHENO:0086854|UPHENO:0033604 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011681 (Subarterial ventricular septal defect), MP:0010417 (subarterial ventricular septal defect) UPHENO:7000581 perimembraneous ventricular septal defect; perimembranous ventricular septal defect (phenotype grouping) UPHENO:0087022|UPHENO:0086854|UPHENO:0086980|UPHENO:0033604 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011682 (Perimembranous ventricular septal defect), MP:0010418 (perimembraneous ventricular septal defect) -UPHENO:7000582 bundle branch block phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011710 (Bundle branch block), MP:0010636 (bundle branch block) -UPHENO:7000583 supracardiac total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, supracardiac (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010430 (total anomalous pulmonary venous connection, supracardiac), HP:0011719 (Supracardiac total anomalous pulmonary venous connection) -UPHENO:7000584 cardiac total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, intracardiac (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010443 (total anomalous pulmonary venous connection, intracardiac), HP:0011720 (Cardiac total anomalous pulmonary venous connection) -UPHENO:7000585 mixed total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, mixed (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011722 (Mixed total anomalous pulmonary venous connection), MP:0010445 (total anomalous pulmonary venous connection, mixed) +UPHENO:7000582 bundle branch block phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011710 (Bundle branch block), MP:0010636 (bundle branch block) +UPHENO:7000583 supracardiac total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, supracardiac (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010430 (total anomalous pulmonary venous connection, supracardiac), HP:0011719 (Supracardiac total anomalous pulmonary venous connection) +UPHENO:7000584 cardiac total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, intracardiac (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010443 (total anomalous pulmonary venous connection, intracardiac), HP:0011720 (Cardiac total anomalous pulmonary venous connection) +UPHENO:7000585 mixed total anomalous pulmonary venous connection; total anomalous pulmonary venous connection, mixed (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011722 (Mixed total anomalous pulmonary venous connection), MP:0010445 (total anomalous pulmonary venous connection, mixed) UPHENO:7000586 bone ossification phenotype UPHENO:0002270|UPHENO:0076703|UPHENO:0002964 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011849 (Abnormal bone ossification), MP:0008271 (abnormal bone ossification) UPHENO:7000587 parotid gland inflammation; parotitis (phenotype grouping) UPHENO:0076751|UPHENO:0002390|UPHENO:0076768|UPHENO:0002376|UPHENO:0002402 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011850 (Parotitis), MP:0013367 (parotid gland inflammation) UPHENO:7000588 hemopericardium phenotype UPHENO:0087320|UPHENO:0076763 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005244 (hemopericardium), HP:0011851 (Hemopericardium) @@ -597,16 +597,16 @@ UPHENO:7000593 hyperfibrinogenemia; increased circulating fibrinogen level (phen UPHENO:7000594 decreased circulating fibrinogen level; hypofibrinogenemia (phenotype grouping) UPHENO:0051612|UPHENO:0078649 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011900 (Hypofibrinogenemia), MP:0012330 (decreased circulating fibrinogen level) UPHENO:7000595 hemoglobin phenotype UPHENO:0004459|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001588 (abnormal hemoglobin), HP:0011902 (Abnormal hemoglobin) UPHENO:7000596 activity of mitochondrial respiratory chain; metabolic process in mitochondrial respirasome phenotype (phenotype grouping) UPHENO:0082544|UPHENO:0078405 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011922 (Abnormal activity of mitochondrial respiratory chain), UPHENO:0078405 (metabolic process in mitochondrial respirasome phenotype) -UPHENO:7000597 bronchiolitis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031054 (bronchiolitis), HP:0011950 (Bronchiolitis) +UPHENO:7000597 bronchiolitis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031054 (bronchiolitis), HP:0011950 (Bronchiolitis) UPHENO:7000598 aspiration pneumonia phenotype UPHENO:0074804 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031125 (aspiration pneumonia), HP:0011951 (Aspiration pneumonia) UPHENO:7000599 cerebral amyloid angiopathy phenotype UPHENO:0076702|UPHENO:0049904|UPHENO:0087531|UPHENO:0076799 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004254 (cerebral amyloid angiopathy), HP:0011970 (Cerebral amyloid angiopathy) -UPHENO:7000600 decreased cerebrospinal fluid glucose level; hypoglycorrhachia (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011972 (Hypoglycorrhachia), MP:0031648 (decreased cerebrospinal fluid glucose level) +UPHENO:7000600 decreased cerebrospinal fluid glucose level; hypoglycorrhachia (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011972 (Hypoglycorrhachia), MP:0031648 (decreased cerebrospinal fluid glucose level) UPHENO:7000601 atrial septum morphology phenotype UPHENO:0086855|UPHENO:0076810|UPHENO:0004831 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0011994 (Abnormal atrial septum morphology), XPO:0103124 (abnormal atrial septum morphology) UPHENO:7000602 lens luxation phenotype UPHENO:0053594|UPHENO:0018393|UPHENO:0087578 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012019 (Lens luxation), MP:0031429 (lens luxation) UPHENO:7000603 right aortic arch phenotype UPHENO:0087172|UPHENO:0087178 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004158 (right aortic arch), HP:0012020 (Right aortic arch) UPHENO:7000604 urine hormone level phenotype UPHENO:0051673|UPHENO:0001003|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012029 (Abnormal urine hormone level), MP:0011538 (abnormal urine hormone level) UPHENO:7000605 hemeralopia phenotype UPHENO:0050622|UPHENO:0002219 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012047 (Hemeralopia), MP:0008145 (hemeralopia) -UPHENO:7000606 anasarca phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012050 (Anasarca), MP:0011738 (anasarca) +UPHENO:7000606 anasarca phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012050 (Anasarca), MP:0011738 (anasarca) UPHENO:7000607 aspartylglucosaminuria phenotype UPHENO:0051739|UPHENO:0068583|UPHENO:0068144|UPHENO:0068169 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012068 (Aspartylglucosaminuria), MP:0011516 (aspartylglucosaminuria) UPHENO:7000608 aciduria phenotype UPHENO:0002442 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010028 (aciduria), HP:0012072 (Aciduria) UPHENO:7000609 arteritis phenotype UPHENO:0002343 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012089 (Arteritis), MP:0010138 (arteritis) @@ -618,29 +618,29 @@ UPHENO:7000614 sperm motility phenotype UPHENO:0085578|UPHENO:0085588|UPHENO:007 UPHENO:7000615 decreased creatinine clearance; decreased glomerular filtration rate (phenotype grouping) UPHENO:0002411|UPHENO:0080379 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005558 (decreased creatinine clearance), HP:0012213 (Decreased glomerular filtration rate) UPHENO:7000616 rhegmatogenous retina detachment; rhegmatogenous retinal detachment (phenotype grouping) UPHENO:0081674|UPHENO:0076782 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020441 (rhegmatogenous retina detachment), HP:0012230 (Rhegmatogenous retinal detachment) UPHENO:7000617 exudative retinal detachment; serous retina detachment (phenotype grouping) UPHENO:0081674|UPHENO:0076782 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020442 (serous retina detachment), HP:0012231 (Exudative retinal detachment) -UPHENO:7000618 shortened qt interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012232 (Shortened QT interval), MP:0003900 (shortened QT interval) +UPHENO:7000618 shortened qt interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012232 (Shortened QT interval), MP:0003900 (shortened QT interval) UPHENO:7000619 hyperchylomicronemia; increased circulating chylomicron concentration (phenotype grouping) UPHENO:0068597|UPHENO:0052034|UPHENO:0046360|UPHENO:0004459|UPHENO:0051667 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012238 (Increased circulating chylomicron concentration), MP:0009699 (hyperchylomicronemia) UPHENO:7000620 sex reversal phenotype UPHENO:0087547 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012245 (Sex reversal), MP:0005652 (sex reversal) -UPHENO:7000621 prolonged pr interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012248 (Prolonged PR interval), MP:0003896 (prolonged PR interval) -UPHENO:7000622 st segment phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003897 (abnormal ST segment), HP:0012249 (Abnormal ST segment) +UPHENO:7000621 prolonged pr interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012248 (Prolonged PR interval), MP:0003896 (prolonged PR interval) +UPHENO:7000622 st segment phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003897 (abnormal ST segment), HP:0012249 (Abnormal ST segment) UPHENO:7000623 respiratory system morphology phenotype UPHENO:0002448|UPHENO:0002963|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101949 (abnormal respiratory system morphology), HP:0012252 (Abnormal respiratory system morphology) UPHENO:7000624 respiratory motile cilium physiology phenotype UPHENO:0002448|UPHENO:0004536|UPHENO:0002293|UPHENO:0010745|UPHENO:0010744 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011055 (abnormal respiratory motile cilium physiology), HP:0012261 (Abnormal respiratory motile cilium physiology) UPHENO:7000625 hepatic amyloidosis phenotype UPHENO:0003405|UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012280 (Hepatic amyloidosis), MP:0021154 (hepatic amyloidosis) -UPHENO:7000626 chylous ascites phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012080 (chylous ascites), HP:0012281 (Chylous ascites) +UPHENO:7000626 chylous ascites phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012080 (chylous ascites), HP:0012281 (Chylous ascites) UPHENO:7000627 sacroiliac arthritis; sacroiliac joint inflammation (phenotype grouping) UPHENO:0076767|UPHENO:0081439|UPHENO:0081583|UPHENO:0075874 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012317 (Sacroiliac arthritis), MP:0030822 (sacroiliac joint inflammation) UPHENO:7000628 pyelonephritis phenotype UPHENO:0002411|UPHENO:0074714 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012330 (Pyelonephritis), MP:0011403 (pyelonephritis) UPHENO:7000629 extrahepatic cholestasis phenotype UPHENO:0002666|UPHENO:0002335 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012334 (Extrahepatic cholestasis), MP:0005414 (extrahepatic cholestasis) UPHENO:7000630 homeostasis phenotype UPHENO:0049904|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001764 (abnormal homeostasis), HP:0012337 (Abnormal homeostasis) UPHENO:7000631 energy expenditure phenotype UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005450 (abnormal energy expenditure), HP:0012338 (Abnormal energy expenditure) UPHENO:7000632 eye morphology phenotype UPHENO:0003020|UPHENO:0005097|UPHENO:3000007|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012372 (Abnormal eye morphology), ZP:0000943 (eye morphology, abnormal) -UPHENO:7000633 fatigue phenotype UPHENO:0001002|UPHENO:0049622|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002899 (fatigue), HP:0012378 (Fatigue) +UPHENO:7000633 fatigue phenotype UPHENO:0001001|UPHENO:0049622|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002899 (fatigue), HP:0012378 (Fatigue) UPHENO:7000634 left-to-right shunt phenotype UPHENO:0051097 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031129 (left-to-right shunt), HP:0012382 (Left-to-right shunt) UPHENO:7000635 rhinitis phenotype UPHENO:0002907|UPHENO:0002910 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012384 (Rhinitis), MP:0001867 (rhinitis) -UPHENO:7000636 bronchitis phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012387 (Bronchitis), MP:0031055 (bronchitis) +UPHENO:7000636 bronchitis phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012387 (Bronchitis), MP:0031055 (bronchitis) UPHENO:7000637 chronic constipation phenotype UPHENO:0005579 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003268 (chronic constipation), HP:0012450 (Chronic constipation) UPHENO:7000638 temporomandibular joint ankylosis phenotype UPHENO:0075954|UPHENO:0083646|UPHENO:0087165|UPHENO:0087892 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030327 (temporomandibular joint ankylosis), HP:0012478 (Temporomandibular joint ankylosis) -UPHENO:7000639 allodynia phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012533 (Allodynia), MP:0003177 (allodynia) -UPHENO:7000640 dysesthesia; hyperalgesia (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005407 (hyperalgesia), HP:0012534 (Dysesthesia) +UPHENO:7000639 allodynia phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012533 (Allodynia), MP:0003177 (allodynia) +UPHENO:7000640 dysesthesia; hyperalgesia (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005407 (hyperalgesia), HP:0012534 (Dysesthesia) UPHENO:7000641 hemosiderinuria phenotype UPHENO:0002442 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012543 (Hemosiderinuria), MP:0000327 (hemosiderinuria) UPHENO:7000642 unicuspid aortic valve phenotype UPHENO:0086974|UPHENO:0076743 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010596 (unicuspid aortic valve), HP:0012561 (Unicuspid aortic valve) UPHENO:7000643 increased urine microalbumin level; moderate albuminuria (phenotype grouping) UPHENO:0068097|UPHENO:0051673|UPHENO:0068479 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002959 (increased urine microalbumin level), HP:0012594 (Moderate albuminuria) @@ -648,7 +648,7 @@ UPHENO:7000644 cylindruria phenotype UPHENO:0002442 This phenotype grouping was UPHENO:7000645 intraocular pressure phenotype UPHENO:3000007|UPHENO:0001003|UPHENO:0003020|UPHENO:0002219|UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005257 (abnormal intraocular pressure), HP:0012632 (Abnormal intraocular pressure) UPHENO:7000646 decreased inflammatory response phenotype UPHENO:0049584|UPHENO:0002263 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012648 (Decreased inflammatory response), MP:0001876 (decreased inflammatory response) UPHENO:7000647 heart block phenotype UPHENO:0002406 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012722 (Heart block), MP:0010559 (heart block) -UPHENO:7000648 sinoatrial block phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010520 (sinoatrial block), HP:0012723 (Sinoatrial block) +UPHENO:7000648 sinoatrial block phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010520 (sinoatrial block), HP:0012723 (Sinoatrial block) UPHENO:7000649 cough; coughing (phenotype grouping) UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012735 (Cough), MP:0031088 (coughing) UPHENO:7000650 unilateral cryptorchidism; unilateral cryptorchism (phenotype grouping) UPHENO:0087973|UPHENO:0053644 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012741 (Unilateral cryptorchidism), MP:0031286 (unilateral cryptorchism) UPHENO:7000651 intramembranous bone ossification; intramembranous ossification (phenotype grouping) UPHENO:0002270 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008273 (abnormal intramembranous bone ossification), HP:0012790 (Abnormal intramembranous ossification) @@ -658,8 +658,8 @@ UPHENO:7000654 myocarditis phenotype UPHENO:0076810|UPHENO:0076781 This phenotyp UPHENO:7000655 small intestinal bleeding; small intestine hemorrhage (phenotype grouping) UPHENO:0002808|UPHENO:0076783 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0012849 (Small intestinal bleeding), MP:0031155 (small intestine hemorrhage) UPHENO:7000656 ovotestis phenotype UPHENO:0087547|UPHENO:0002595 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002996 (ovotestis), HP:0012861 (Ovotestis) UPHENO:7000657 germ cell morphology phenotype UPHENO:0003055 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101658 (abnormal germ cell morphology), HP:0012862 (Abnormal germ cell morphology) -UPHENO:7000658 male germ cell morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006362 (abnormal male germ cell morphology), HP:0012863 (Abnormal male germ cell morphology) -UPHENO:7000659 sperm morphology; teratozoospermia (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005578 (teratozoospermia), HP:0012864 (Abnormal sperm morphology) +UPHENO:7000658 male germ cell morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006362 (abnormal male germ cell morphology), HP:0012863 (Abnormal male germ cell morphology) +UPHENO:7000659 sperm morphology; teratozoospermia (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005578 (teratozoospermia), HP:0012864 (Abnormal sperm morphology) UPHENO:7000660 astasia phenotype UPHENO:0079833|UPHENO:0002433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020289 (astasia), HP:0020037 (Astasia) UPHENO:7000661 myeloid cell morphology phenotype UPHENO:0087339|UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013658 (abnormal myeloid cell morphology), HP:0020047 (Abnormal myeloid cell morphology) UPHENO:7000662 crystalluria phenotype UPHENO:0002442|UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009645 (crystalluria), HP:0020074 (Crystalluria) @@ -672,18 +672,18 @@ UPHENO:7000668 erythrocyte sedimentation rate phenotype UPHENO:0049904|UPHENO:00 UPHENO:7000669 decreased erythrocyte sedimentation rate phenotype UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025022 (Decreased erythrocyte sedimentation rate), MP:0031062 (decreased erythrocyte sedimentation rate) UPHENO:7000670 enteric nervous system morphology phenotype UPHENO:0002941|UPHENO:0076783|UPHENO:0004523|UPHENO:0076735 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0107340 (abnormal enteric nervous system morphology), HP:0025028 (Abnormal enteric nervous system morphology) UPHENO:7000671 mean corpuscular volume phenotype UPHENO:0086456|UPHENO:0004459|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000226 (abnormal mean corpuscular volume), HP:0025065 (Abnormal mean corpuscular volume) -UPHENO:7000672 qrs complex phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025074 (Abnormal QRS complex), MP:0003898 (abnormal QRS complex) +UPHENO:7000672 qrs complex phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025074 (Abnormal QRS complex), MP:0003898 (abnormal QRS complex) UPHENO:7000673 orthokeratosis; orthokeratotic hyperkeratosis (phenotype grouping) UPHENO:0047838|UPHENO:0047953|UPHENO:0086928 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025080 (Orthokeratotic hyperkeratosis), MP:0009675 (orthokeratosis) UPHENO:7000674 folliculitis phenotype UPHENO:0074724|UPHENO:0086870|UPHENO:0086475|UPHENO:0087435|UPHENO:0078737|UPHENO:0002228 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000376 (folliculitis), HP:0025084 (Folliculitis) UPHENO:7000675 acanthosis; epidermal acanthosis (phenotype grouping) UPHENO:0083560|UPHENO:0086929|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025092 (Epidermal acanthosis), MP:0001874 (acanthosis) -UPHENO:7000676 sneeze; sneezing (phenotype grouping) UPHENO:0002448|UPHENO:0001002|UPHENO:0004536|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031089 (sneezing), HP:0025095 (Sneeze) +UPHENO:7000676 sneeze; sneezing (phenotype grouping) UPHENO:0002448|UPHENO:0001001|UPHENO:0004536|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031089 (sneezing), HP:0025095 (Sneeze) UPHENO:7000677 hypergranulosis phenotype UPHENO:0086884|UPHENO:0047979|UPHENO:0047941 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025114 (Hypergranulosis), MP:0009600 (hypergranulosis) UPHENO:7000678 circulating estrogen level phenotype UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003369 (abnormal circulating estrogen level), HP:0025132 (Abnormal circulating estrogen level) UPHENO:7000679 tendonitis phenotype UPHENO:0002270|UPHENO:0076703|UPHENO:0002320|UPHENO:0002435 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025230 (Tendonitis), MP:0030801 (tendonitis) UPHENO:7000680 red eye phenotype UPHENO:0087186|UPHENO:0002678|UPHENO:0087924|UPHENO:0087915|UPHENO:0005090 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025337 (Red eye), MP:0031347 (red eye) UPHENO:7000681 hypodipsia phenotype UPHENO:0079835|UPHENO:0078629 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025382 (Hypodipsia), MP:0011737 (hypodipsia) UPHENO:7000682 rectourethral fistula phenotype UPHENO:0002714|UPHENO:0076773|UPHENO:0087346|UPHENO:0002790|UPHENO:0087427|UPHENO:0087871 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025407 (Rectourethral fistula), MP:0011786 (rectourethral fistula) -UPHENO:7000683 increased circulating lactate dehydrogenase concentration; increased lactate dehydrogenase level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025435 (Increased circulating lactate dehydrogenase concentration), MP:0002944 (increased lactate dehydrogenase level) +UPHENO:7000683 increased circulating lactate dehydrogenase concentration; increased lactate dehydrogenase level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025435 (Increased circulating lactate dehydrogenase concentration), MP:0002944 (increased lactate dehydrogenase level) UPHENO:7000684 pharyngitis phenotype UPHENO:0002448|UPHENO:0002737|UPHENO:0081578 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031095 (pharyngitis), HP:0025439 (Pharyngitis) UPHENO:7000685 cell morphology phenotype UPHENO:0001003|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025461 (Abnormal cell morphology), MP:0000358 (abnormal cell morphology) UPHENO:7000686 bladder morphology phenotype UPHENO:0002909|UPHENO:0002832|UPHENO:0002827|UPHENO:0075933|UPHENO:0002634 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102463 (abnormal bladder morphology), HP:0025487 (Abnormal bladder morphology) @@ -698,17 +698,17 @@ UPHENO:7000694 cerebral infarct phenotype UPHENO:0076805|UPHENO:0087531|UPHENO:0 UPHENO:7000695 streak gonad phenotype UPHENO:0047393|UPHENO:0002598|UPHENO:0087547 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0025733 (Streak gonad), MP:0002214 (streak gonad) UPHENO:7000696 hydrometrocolpos phenotype UPHENO:0076766|UPHENO:0076734 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030010 (Hydrometrocolpos), MP:0003537 (hydrometrocolpos) UPHENO:7000697 imperforate hymen phenotype UPHENO:0086742|UPHENO:0076766|UPHENO:0076734 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003540 (imperforate hymen), HP:0030011 (Imperforate hymen) -UPHENO:7000698 narcolepsy phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030050 (Narcolepsy), MP:0005279 (narcolepsy) +UPHENO:7000698 narcolepsy phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030050 (Narcolepsy), MP:0005279 (narcolepsy) UPHENO:7000699 cardiac murmur; heart murmur (phenotype grouping) UPHENO:0002406 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030148 (Heart murmur), MP:0006114 (cardiac murmur) UPHENO:7000700 myelin tomacula; tomacula (phenotype grouping) UPHENO:0067666|UPHENO:0046114|UPHENO:0050370 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012674 (tomacula), HP:0030175 (Myelin tomacula) -UPHENO:7000701 titubation phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030187 (Titubation), MP:0009514 (titubation) +UPHENO:7000701 titubation phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030187 (Titubation), MP:0009514 (titubation) UPHENO:7000702 peripheral nervous system synaptic transmission; pns synaptic transmission (phenotype grouping) UPHENO:0049907|UPHENO:0084222|UPHENO:0002433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030191 (Abnormal peripheral nervous system synaptic transmission), MP:0002913 (abnormal PNS synaptic transmission) UPHENO:7000703 vertebral artery morphology phenotype UPHENO:0003031|UPHENO:0003019 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030321 (Abnormal vertebral artery morphology), ZP:0021380 (vertebral artery morphology, abnormal) UPHENO:7000704 decreased total retina thickness; retinal thinning (phenotype grouping) UPHENO:0076782 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011965 (decreased total retina thickness), HP:0030329 (Retinal thinning) UPHENO:7000705 alpha-beta t cell morphology phenotype UPHENO:0088134 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030333 (Abnormal alpha-beta T cell morphology), MP:0012762 (abnormal alpha-beta T cell morphology) -UPHENO:7000706 cd4-positive, cd25-positive, alpha-beta regulatory t cell morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030334 (Abnormal CD4-positive, CD25-positive, alpha-beta regulatory T cell morphology), MP:0008397 (abnormal CD4-positive, CD25-positive, alpha-beta regulatory T cell morphology) +UPHENO:7000706 cd4-positive, cd25-positive, alpha-beta regulatory t cell morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030334 (Abnormal CD4-positive, CD25-positive, alpha-beta regulatory T cell morphology), MP:0008397 (abnormal CD4-positive, CD25-positive, alpha-beta regulatory T cell morphology) UPHENO:7000707 circulating gonadotropin concentration; circulating gonadotropin level (phenotype grouping) UPHENO:0004459|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030338 (Abnormal circulating gonadotropin concentration), MP:0003361 (abnormal circulating gonadotropin level) -UPHENO:7000708 decreased circulating gonadotropin concentration; decreased circulating gonadotropin level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030339 (Decreased circulating gonadotropin concentration), MP:0003363 (decreased circulating gonadotropin level) +UPHENO:7000708 decreased circulating gonadotropin concentration; decreased circulating gonadotropin level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030339 (Decreased circulating gonadotropin concentration), MP:0003363 (decreased circulating gonadotropin level) UPHENO:7000709 circulating androgen level phenotype UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009819 (abnormal circulating androgen level), HP:0030347 (Abnormal circulating androgen level) UPHENO:7000710 platelet dense granule secretion phenotype UPHENO:0010740|UPHENO:0085600|UPHENO:0086296 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030397 (Abnormal platelet dense granule secretion), MP:0020964 (abnormal platelet dense granule secretion) UPHENO:7000711 platelet aggregation phenotype UPHENO:0086173|UPHENO:0085600|UPHENO:0085578 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0030402 (Abnormal platelet aggregation), MP:0009548 (abnormal platelet aggregation) @@ -741,30 +741,30 @@ UPHENO:7000737 absent cervical vertebra phenotype UPHENO:0080147|UPHENO:0026274| UPHENO:7000738 carpoptosis; wrist drop (phenotype grouping) UPHENO:0081702|UPHENO:0080563 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005162 (carpoptosis), HP:0031189 (Wrist drop) UPHENO:7000739 dysgeusia; parageusia (phenotype grouping) UPHENO:3000007|UPHENO:0002433|UPHENO:0002394|UPHENO:0078688 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031249 (Parageusia), MP:0031092 (dysgeusia) UPHENO:7000740 oophoritis; ovary inflammation (phenotype grouping) UPHENO:0002262|UPHENO:0002378|UPHENO:0002372|UPHENO:0002207|UPHENO:0004708 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031259 (Oophoritis), MP:0001868 (ovary inflammation) -UPHENO:7000741 glomerular visceral epithelial cell morphology; podocyte morphology (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0002656 (podocyte morphology, abnormal), HP:0031265 (Abnormal glomerular visceral epithelial cell morphology) +UPHENO:7000741 glomerular visceral epithelial cell morphology; podocyte morphology (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0002656 (podocyte morphology, abnormal), HP:0031265 (Abnormal glomerular visceral epithelial cell morphology) UPHENO:7000742 podocyte foot process effacement phenotype UPHENO:0067709 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031266 (Podocyte foot process effacement), MP:0008140 (podocyte foot process effacement) UPHENO:7000743 thoracic duct morphology phenotype UPHENO:0076729|UPHENO:0075774 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031278 (Abnormal thoracic duct morphology), ZP:0011219 (thoracic duct morphology, abnormal) UPHENO:7000744 salivary gland inflammation; sialadenitis (phenotype grouping) UPHENO:0076751|UPHENO:0002443|UPHENO:0002376|UPHENO:0076786|UPHENO:0002310 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031281 (Sialadenitis), MP:0001870 (salivary gland inflammation) UPHENO:7000745 ventricular myocardium morphology phenotype UPHENO:0076810|UPHENO:0076781|UPHENO:0002564 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031316 (Abnormal ventricular myocardium morphology), ZP:0013473 (ventricular myocardium morphology, abnormal) UPHENO:7000746 perivascular cardiac fibrosis phenotype UPHENO:0085168|UPHENO:0087186|UPHENO:0076298|UPHENO:0076702|UPHENO:0076810|UPHENO:0085170|UPHENO:0076781 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031586 (perivascular cardiac fibrosis), HP:0031328 (Perivascular cardiac fibrosis) -UPHENO:7000747 d-loop transposition of the great arteries; dextrotransposition of the great arteries (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031348 (Dextrotransposition of the great arteries), MP:0011665 (d-loop transposition of the great arteries) -UPHENO:7000748 l-loop transposition of the great arteries; levotransposition of the great arteries (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031349 (Levotransposition of the great arteries), MP:0031515 (l-loop transposition of the great arteries) +UPHENO:7000747 d-loop transposition of the great arteries; dextrotransposition of the great arteries (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031348 (Dextrotransposition of the great arteries), MP:0011665 (d-loop transposition of the great arteries) +UPHENO:7000748 l-loop transposition of the great arteries; levotransposition of the great arteries (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031349 (Levotransposition of the great arteries), MP:0031515 (l-loop transposition of the great arteries) UPHENO:7000749 middle ear effusion; otitis media with effusion (phenotype grouping) UPHENO:0074629|UPHENO:0088067|UPHENO:0087313 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030410 (middle ear effusion), HP:0031353 (Otitis media with effusion) UPHENO:7000750 ecchymosis phenotype UPHENO:0087928 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031364 (Ecchymosis), MP:0009276 (ecchymosis) UPHENO:7000751 rhinorrhea phenotype UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031102 (rhinorrhea), HP:0031417 (Rhinorrhea) UPHENO:7000752 increased body mass index phenotype UPHENO:0010795 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006087 (increased body mass index), HP:0031418 (Increased body mass index) UPHENO:7000753 circulating osteocalcin level phenotype UPHENO:0004459|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011922 (abnormal circulating osteocalcin level), HP:0031427 (Abnormal circulating osteocalcin level) -UPHENO:7000754 increased circulating osteocalcin level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031428 (Increased circulating osteocalcin level), MP:0030984 (increased circulating osteocalcin level) -UPHENO:7000755 decreased circulating osteocalcin level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030985 (decreased circulating osteocalcin level), HP:0031429 (Decreased circulating osteocalcin level) +UPHENO:7000754 increased circulating osteocalcin level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031428 (Increased circulating osteocalcin level), MP:0030984 (increased circulating osteocalcin level) +UPHENO:7000755 decreased circulating osteocalcin level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030985 (decreased circulating osteocalcin level), HP:0031429 (Decreased circulating osteocalcin level) UPHENO:7000756 circulating thyroid hormone concentration; thyroid hormone level (phenotype grouping) UPHENO:0002325|UPHENO:0002689|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031508 (Abnormal circulating thyroid hormone concentration), MP:0005468 (abnormal thyroid hormone level) UPHENO:7000757 cutaneous collagen fibril morphology phenotype UPHENO:0087928|UPHENO:0003811|UPHENO:0086882|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008438 (abnormal cutaneous collagen fibril morphology), HP:0031512 (Abnormal cutaneous collagen fibril morphology) UPHENO:7000758 meiosis phenotype UPHENO:0085578|UPHENO:0087547|UPHENO:0002378 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031515 (Abnormal meiosis), MP:0001930 (abnormal meiosis) -UPHENO:7000759 qt interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003899 (abnormal QT interval), HP:0031547 (Abnormal QT interval) +UPHENO:7000759 qt interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003899 (abnormal QT interval), HP:0031547 (Abnormal QT interval) UPHENO:7000760 coronary arterio-venous fistula; coronary arteriovenous fistula (phenotype grouping) UPHENO:0076721 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031563 (Coronary arteriovenous fistula), MP:0011656 (coronary arterio-venous fistula) -UPHENO:7000761 abdominal situs ambiguus phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011250 (abdominal situs ambiguus), HP:0031565 (Abdominal situs ambiguus) +UPHENO:7000761 abdominal situs ambiguus phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011250 (abdominal situs ambiguus), HP:0031565 (Abdominal situs ambiguus) UPHENO:7000762 situs inversus with levocardia phenotype UPHENO:0076810 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031592 (Situs inversus with levocardia), MP:0011253 (situs inversus with levocardia) -UPHENO:7000763 pr interval phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003901 (abnormal PR interval), HP:0031593 (Abnormal PR interval) -UPHENO:7000764 p wave phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004070 (abnormal P wave), HP:0031595 (Abnormal P wave) +UPHENO:7000763 pr interval phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003901 (abnormal PR interval), HP:0031593 (Abnormal PR interval) +UPHENO:7000764 p wave phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004070 (abnormal P wave), HP:0031595 (Abnormal P wave) UPHENO:7000765 mucociliary clearance phenotype UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001947 (abnormal mucociliary clearance), HP:0031602 (Abnormal mucociliary clearance) UPHENO:7000766 hypopyon phenotype UPHENO:0087597|UPHENO:0002219|UPHENO:0088049 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031615 (Hypopyon), MP:0030932 (hypopyon) UPHENO:7000767 isolation of the left subclavian artery phenotype UPHENO:0087178|UPHENO:0087155|UPHENO:0087096 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031633 (Isolation of the left subclavian artery), MP:0011745 (isolation of the left subclavian artery) @@ -772,29 +772,29 @@ UPHENO:7000768 quadricuspid aortic valve phenotype UPHENO:0086974|UPHENO:0076743 UPHENO:7000769 feces composition; stool composition (phenotype grouping) UPHENO:0002833|UPHENO:0076803|UPHENO:0001003|UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031685 (Abnormal stool composition), MP:0003868 (abnormal feces composition) UPHENO:7000770 increased tear production phenotype UPHENO:0002219 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031731 (Increased tear production), MP:0020219 (increased tear production) UPHENO:7000771 bilirubinuria phenotype UPHENO:0068097|UPHENO:0051673 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011464 (bilirubinuria), HP:0031811 (Bilirubinuria) -UPHENO:7000772 hypoxanthine-guanine phosphoribosyltransferase level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012208 (abnormal hypoxanthine-guanine phosphoribosyltransferase level), HP:0031821 (Abnormal hypoxanthine-guanine phosphoribosyltransferase level) -UPHENO:7000773 decreased hypoxanthine-guanine phosphoribosyltransferase level; reduced hypoxanthine-guanine phosphoribosyltransferase level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012209 (decreased hypoxanthine-guanine phosphoribosyltransferase level), HP:0031823 (Reduced hypoxanthine-guanine phosphoribosyltransferase level) +UPHENO:7000772 hypoxanthine-guanine phosphoribosyltransferase level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012208 (abnormal hypoxanthine-guanine phosphoribosyltransferase level), HP:0031821 (Abnormal hypoxanthine-guanine phosphoribosyltransferase level) +UPHENO:7000773 decreased hypoxanthine-guanine phosphoribosyltransferase level; reduced hypoxanthine-guanine phosphoribosyltransferase level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012209 (decreased hypoxanthine-guanine phosphoribosyltransferase level), HP:0031823 (Reduced hypoxanthine-guanine phosphoribosyltransferase level) UPHENO:7000774 reflex phenotype UPHENO:0079833|UPHENO:0002433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031826 (Abnormal reflex), MP:0001961 (abnormal reflex) UPHENO:7000775 aorta pulmonary collateral arteries; aortopulmonary collateral arteries (phenotype grouping) UPHENO:0076809|UPHENO:0087186|UPHENO:0086908|UPHENO:0086797|UPHENO:0076765|UPHENO:0076750|UPHENO:0087334|UPHENO:0087953 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0010635 (aorta pulmonary collateral arteries), HP:0031834 (Aortopulmonary collateral arteries) -UPHENO:7000776 superoxide dismutase level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031835 (Abnormal superoxide dismutase level), MP:0012658 (abnormal superoxide dismutase level) -UPHENO:7000777 increased superoxide dismutase level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012660 (increased superoxide dismutase level), HP:0031836 (Increased superoxide dismutase level) -UPHENO:7000778 decreased superoxide dismutase level phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031837 (Decreased superoxide dismutase level), MP:0012659 (decreased superoxide dismutase level) +UPHENO:7000776 superoxide dismutase level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031835 (Abnormal superoxide dismutase level), MP:0012658 (abnormal superoxide dismutase level) +UPHENO:7000777 increased superoxide dismutase level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012660 (increased superoxide dismutase level), HP:0031836 (Increased superoxide dismutase level) +UPHENO:7000778 decreased superoxide dismutase level phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031837 (Decreased superoxide dismutase level), MP:0012659 (decreased superoxide dismutase level) UPHENO:7000779 hematocrit phenotype UPHENO:0004459|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002596 (abnormal hematocrit), HP:0031850 (Abnormal hematocrit) UPHENO:7000780 left isomerism; left-sided isomerism (phenotype grouping) UPHENO:0049874 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000542 (left-sided isomerism), HP:0031854 (Left Isomerism) UPHENO:7000781 right isomerism; right-sided isomerism (phenotype grouping) UPHENO:0049874 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031855 (Right isomerism), MP:0000508 (right-sided isomerism) -UPHENO:7000782 decreased heart rate variability phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031861 (Decreased heart rate variability), MP:0003929 (decreased heart rate variability) -UPHENO:7000783 increased heart rate variability phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003928 (increased heart rate variability), HP:0031862 (Increased heart rate variability) +UPHENO:7000782 decreased heart rate variability phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031861 (Decreased heart rate variability), MP:0003929 (decreased heart rate variability) +UPHENO:7000783 increased heart rate variability phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003928 (increased heart rate variability), HP:0031862 (Increased heart rate variability) UPHENO:7000784 langerhans cell morphology phenotype UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031871 (Abnormal Langerhans cell morphology), MP:0008117 (abnormal Langerhans cell morphology) UPHENO:7000785 cerebrospinal fluid glucose level; csf glucose concentration (phenotype grouping) UPHENO:0049904|UPHENO:0088185 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031884 (Abnormal CSF glucose concentration), MP:0031647 (abnormal cerebrospinal fluid glucose level) -UPHENO:7000786 hyperglycorrhachia; increased cerebrospinal fluid glucose level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031885 (Hyperglycorrhachia), MP:0031649 (increased cerebrospinal fluid glucose level) +UPHENO:7000786 hyperglycorrhachia; increased cerebrospinal fluid glucose level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031885 (Hyperglycorrhachia), MP:0031649 (increased cerebrospinal fluid glucose level) UPHENO:7000787 aorto-left ventricular tunnel; heart left ventricle to aorta tunnel (phenotype grouping) UPHENO:0087425|UPHENO:0076809|UPHENO:0086866|UPHENO:0086858|UPHENO:0087172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031932 (Aorto-left ventricular tunnel), MP:0010481 (heart left ventricle to aorta tunnel) UPHENO:7000788 increased rbc distribution width; increased red blood cell distribution width (phenotype grouping) UPHENO:0004459|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0031965 (Increased RBC distribution width), MP:0010067 (increased red blood cell distribution width) UPHENO:7000789 sputum; sputum morphology (phenotype grouping) UPHENO:0002448|UPHENO:0004536|UPHENO:0087433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032016 (Abnormal sputum), MP:0031099 (abnormal sputum morphology) -UPHENO:7000790 decreased alertness; decreased vigilance (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020224 (decreased alertness), HP:0032044 (Decreased vigilance) +UPHENO:7000790 decreased alertness; decreased vigilance (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020224 (decreased alertness), HP:0032044 (Decreased vigilance) UPHENO:7000791 skin detachment phenotype UPHENO:0087928|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009827 (skin detachment), HP:0032156 (Skin detachment) -UPHENO:7000792 s wave phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011920 (abnormal S wave), HP:0032195 (Abnormal S wave) -UPHENO:7000793 decreased prothrombin time phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012355 (decreased prothrombin time), HP:0032198 (Decreased prothrombin time) -UPHENO:7000794 prothrombin time phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032199 (Abnormal prothrombin time), MP:0012354 (abnormal prothrombin time) +UPHENO:7000792 s wave phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011920 (abnormal S wave), HP:0032195 (Abnormal S wave) +UPHENO:7000793 decreased prothrombin time phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012355 (decreased prothrombin time), HP:0032198 (Decreased prothrombin time) +UPHENO:7000794 prothrombin time phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032199 (Abnormal prothrombin time), MP:0012354 (abnormal prothrombin time) UPHENO:7000795 metabolism phenotype UPHENO:0049904|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032245 (Abnormal metabolism), MP:0005266 (abnormal metabolism) UPHENO:7000796 increased circulating procalcitonin concentration; increased circulating procalcitonin level (phenotype grouping) UPHENO:0051612 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031065 (increased circulating procalcitonin level), HP:0032308 (Increased circulating procalcitonin concentration) UPHENO:7000797 methioninuria phenotype UPHENO:0048728|UPHENO:0080641|UPHENO:0051739|UPHENO:0068169|UPHENO:0046304|UPHENO:0068144 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032352 (Methioninuria), MP:0031637 (methioninuria) @@ -804,21 +804,21 @@ UPHENO:7000800 circulating transferrin concentration; circulating transferrin le UPHENO:7000801 retina microaneurysm; retinal microaneurysm (phenotype grouping) UPHENO:0005091|UPHENO:0076782|UPHENO:0087917|UPHENO:0076776|UPHENO:0087915|UPHENO:0005090 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032416 (Retinal microaneurysm), MP:0010452 (retina microaneurysm) UPHENO:7000802 achlorhydria phenotype UPHENO:0002725|UPHENO:0002443|UPHENO:0002471 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032448 (Achlorhydria), MP:0008003 (achlorhydria) UPHENO:7000803 decreased circulating fibronectin level; reduced circulating fibronectin level (phenotype grouping) UPHENO:0051612 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012332 (decreased circulating fibronectin level), HP:0032463 (Reduced circulating fibronectin level) -UPHENO:7000804 embryonic lethality before implantation; preimplantation lethality (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032479 (Preimplantation lethality), MP:0006204 (embryonic lethality before implantation) +UPHENO:7000804 embryonic lethality before implantation; preimplantation lethality (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032479 (Preimplantation lethality), MP:0006204 (embryonic lethality before implantation) UPHENO:7000805 dacryocytosis phenotype UPHENO:0088356|UPHENO:0088162 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032563 (Dacryocytosis), MP:0010176 (dacryocytosis) UPHENO:7000806 ileitis; ileum inflammation (phenotype grouping) UPHENO:0002808 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032564 (Ileitis), MP:0009482 (ileum inflammation) UPHENO:7000807 chondrocyte morphology phenotype UPHENO:0004066|UPHENO:0076703 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032929 (Abnormal chondrocyte morphology), XPO:0101682 (abnormal chondrocyte morphology) UPHENO:7000808 airway hyperresponsiveness; increased airway responsiveness (phenotype grouping) UPHENO:0002448|UPHENO:0004536 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032933 (Airway hyperresponsiveness), MP:0001952 (increased airway responsiveness) UPHENO:7000809 urine ph phenotype UPHENO:0002442|UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032943 (Abnormal urine pH), MP:0009348 (abnormal urine pH) -UPHENO:7000810 alkaline urine; increased urine ph (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032944 (Alkaline urine), MP:0009349 (increased urine pH) +UPHENO:7000810 alkaline urine; increased urine ph (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032944 (Alkaline urine), MP:0009349 (increased urine pH) UPHENO:7000811 alveolar macrophage morphology phenotype UPHENO:0087796|UPHENO:0087706 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0032984 (Abnormal alveolar macrophage morphology), MP:0008245 (abnormal alveolar macrophage morphology) UPHENO:7000812 diffuse alveolar damage phenotype UPHENO:0086908|UPHENO:0086549 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033006 (Diffuse alveolar damage), MP:0031237 (diffuse alveolar damage) UPHENO:7000813 cytokine storm phenotype UPHENO:0080589 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033041 (Cytokine storm), MP:0031066 (cytokine storm) -UPHENO:7000814 absent p wave phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033122 (Absent P wave), MP:0010510 (absent P wave) +UPHENO:7000814 absent p wave phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033122 (Absent P wave), MP:0010510 (absent P wave) UPHENO:7000815 detached podocyte; visceral epithelial cell detachment (phenotype grouping) UPHENO:0085627 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033237 (Visceral epithelial cell detachment), MP:0011869 (detached podocyte) UPHENO:7000816 podocyte microvillous transformation; podocyte microvillus transformation (phenotype grouping) UPHENO:0087862|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033238 (Podocyte microvillous transformation), MP:0011868 (podocyte microvillus transformation) UPHENO:7000817 alveolar type ii pneumocyte morphology; type ii pneumocyte morphology (phenotype grouping) UPHENO:0087987|UPHENO:0087706 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002275 (abnormal type II pneumocyte morphology), HP:0033245 (Abnormal alveolar type II pneumocyte morphology) -UPHENO:7000818 sudden unexpected death in epilepsy phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031185 (sudden unexpected death in epilepsy), HP:0033258 (Sudden unexpected death in epilepsy) +UPHENO:7000818 sudden unexpected death in epilepsy phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031185 (sudden unexpected death in epilepsy), HP:0033258 (Sudden unexpected death in epilepsy) UPHENO:7000819 renal artery aneurysm phenotype UPHENO:0076776|UPHENO:0087171|UPHENO:0087464|UPHENO:0076719 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0011358 (renal artery aneurysm), HP:0033261 (Renal artery aneurysm) UPHENO:7000820 glomerular capillary congestion phenotype UPHENO:0087936 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033270 (Glomerular capillary congestion), MP:0011433 (glomerular capillary congestion) UPHENO:7000821 postural reflex phenotype UPHENO:0079833 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002980 (abnormal postural reflex), HP:0033329 (Abnormal postural reflex) @@ -836,13 +836,13 @@ UPHENO:7000832 residual volume phenotype UPHENO:0075206|UPHENO:0002448 This phen UPHENO:7000833 pancreas lipomatosis; pancreatic steatosis (phenotype grouping) UPHENO:0086615|UPHENO:0086735|UPHENO:0002799 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033757 (Pancreatic steatosis), MP:0003338 (pancreas lipomatosis) UPHENO:7000834 fundic gland polyposis; gastric polyps (phenotype grouping) UPHENO:0076803|UPHENO:0087359|UPHENO:0081609 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003299 (gastric polyps), HP:0033769 (Fundic gland polyposis) UPHENO:7000835 leukocyte migration; leukocyte migration defect (phenotype grouping) UPHENO:0004459|UPHENO:0085616|UPHENO:0002263 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033797 (Leukocyte migration defect), MP:0003156 (abnormal leukocyte migration) -UPHENO:7000836 absent keratohyalin granules phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033807 (Absent keratohyalin granules), MP:0009603 (absent keratohyalin granules) +UPHENO:7000836 absent keratohyalin granules phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0033807 (Absent keratohyalin granules), MP:0009603 (absent keratohyalin granules) UPHENO:7000837 spermatocele phenotype UPHENO:0088007|UPHENO:0087802|UPHENO:0087645 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0014187 (spermatocele), HP:0033808 (Spermatocele) UPHENO:7000838 amygdala microinfarct phenotype UPHENO:0084467|UPHENO:0087528|UPHENO:0076805|UPHENO:0087151|UPHENO:0086740 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0021007 (amygdala microinfarct), HP:0033988 (Amygdala microinfarct) UPHENO:7000839 hippocampal microinfarct phenotype UPHENO:0087109|UPHENO:0084467|UPHENO:0081603|UPHENO:0086740 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0021006 (hippocampal microinfarct), HP:0033989 (Hippocampal microinfarct) UPHENO:7000840 eosinophil nuclear hypersegmentation; increased eosinophil nuclear segmentation (phenotype grouping) UPHENO:0086175|UPHENO:0088176 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0021181 (increased eosinophil nuclear segmentation), HP:0034253 (Eosinophil nuclear hypersegmentation) UPHENO:7000841 gastrointestinal ulcer phenotype UPHENO:0002725|UPHENO:0002833|UPHENO:0076803|UPHENO:0076735 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003300 (gastrointestinal ulcer), HP:0034274 (Gastrointestinal ulcer) -UPHENO:7000842 prolonged p wave phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004071 (prolonged P wave), HP:0034308 (Prolonged P wave) +UPHENO:7000842 prolonged p wave phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004071 (prolonged P wave), HP:0034308 (Prolonged P wave) UPHENO:7000843 adenomyosis; uterus adenomyosis (phenotype grouping) UPHENO:0003053|UPHENO:0076766|UPHENO:0076748 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0034326 (Adenomyosis), MP:0009221 (uterus adenomyosis) UPHENO:7000844 urolithiasis phenotype UPHENO:0087427|UPHENO:3000004|UPHENO:0002806|UPHENO:0076780 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0034368 (Urolithiasis), MP:0005360 (urolithiasis) UPHENO:7000845 spherophakia phenotype UPHENO:0069422|UPHENO:0087578|UPHENO:0005997 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0034375 (Spherophakia), MP:0031317 (spherophakia) @@ -868,7 +868,7 @@ UPHENO:7000864 erythruria; red urine (phenotype grouping) UPHENO:0080216 This ph UPHENO:7000865 mastitis phenotype UPHENO:0003013|UPHENO:0081605|UPHENO:0002455|UPHENO:0002279|UPHENO:0002204 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013148 (mastitis), HP:0040407 (Mastitis) UPHENO:7000866 ageusia phenotype UPHENO:0002433|UPHENO:0002394|UPHENO:0078688 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031090 (ageusia), HP:0041051 (Ageusia) UPHENO:7000867 fractured knee; obsolete fractured knee (phenotype grouping) UPHENO:0080444 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.UPHENO:0080444 (fractured knee), HP:0041064 (obsolete Fractured knee) -UPHENO:7000868 circulating lactate dehydrogenase concentration; lactate dehydrogenase level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0045040 (Abnormal circulating lactate dehydrogenase concentration), MP:0002943 (abnormal lactate dehydrogenase level) +UPHENO:7000868 circulating lactate dehydrogenase concentration; lactate dehydrogenase level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0045040 (Abnormal circulating lactate dehydrogenase concentration), MP:0002943 (abnormal lactate dehydrogenase level) UPHENO:7000869 abnormality of body mass index; body mass index (phenotype grouping) UPHENO:0010795|UPHENO:0049874 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0020182 (abnormal body mass index), HP:0045081 (Abnormality of body mass index) UPHENO:7000870 decreased body mass index phenotype UPHENO:0010795|UPHENO:0082794 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006086 (decreased body mass index), HP:0045082 (Decreased body mass index) UPHENO:7000871 bradypnea; decreased pulmonary respiratory rate (phenotype grouping) UPHENO:0002448 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005574 (decreased pulmonary respiratory rate), HP:0046507 (Bradypnea) @@ -904,7 +904,7 @@ UPHENO:7000900 enthesitis phenotype UPHENO:0002270|UPHENO:0002712|UPHENO:0002964 UPHENO:7000901 hypercoagulability phenotype UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0100724 (Hypercoagulability), MP:0031214 (hypercoagulability) UPHENO:7000902 lateral facial cleft; transverse facial cleft (phenotype grouping) UPHENO:0041242|UPHENO:0076786|UPHENO:0002910|UPHENO:0041147 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0100731 (Transverse facial cleft), MP:0008798 (lateral facial cleft) UPHENO:7000903 atelectasis phenotype UPHENO:0087796|UPHENO:0090176 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001177 (atelectasis), HP:0100750 (Atelectasis) -UPHENO:7000904 gangrene phenotype UPHENO:0001002|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031126 (gangrene), HP:0100758 (Gangrene) +UPHENO:7000904 gangrene phenotype UPHENO:0001001|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031126 (gangrene), HP:0100758 (Gangrene) UPHENO:7000905 hyperostosis phenotype UPHENO:0076703|UPHENO:0002964 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030222 (hyperostosis), HP:0100774 (Hyperostosis) UPHENO:7000906 acantholysis phenotype UPHENO:0086929|UPHENO:0087435|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004241 (acantholysis), HP:0100792 (Acantholysis) UPHENO:7000907 orchitis; testis inflammation (phenotype grouping) UPHENO:0002378|UPHENO:0002213|UPHENO:0002260|UPHENO:0002371|UPHENO:0002597 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0100796 (Orchitis), MP:0001875 (testis inflammation) @@ -912,25 +912,25 @@ UPHENO:7000908 sepsis phenotype UPHENO:0002948|UPHENO:0002263 This phenotype gro UPHENO:7000909 cheilitis; lip inflammation (phenotype grouping) UPHENO:0076786 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0100825 (Cheilitis), MP:0003777 (lip inflammation) UPHENO:7000910 anaphylactic shock; type i hypersensitivity reaction (phenotype grouping) UPHENO:0002263|UPHENO:0055096 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0100845 (Anaphylactic shock), MP:0002531 (abnormal type I hypersensitivity reaction) UPHENO:7000911 priapism phenotype UPHENO:0080583|UPHENO:0002371 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003415 (priapism), HP:0200023 (Priapism) -UPHENO:7000912 angiosarcoma; increased hemangiosarcoma incidence (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0200058 (Angiosarcoma), MP:0003667 (increased hemangiosarcoma incidence) +UPHENO:7000912 angiosarcoma; increased hemangiosarcoma incidence (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0200058 (Angiosarcoma), MP:0003667 (increased hemangiosarcoma incidence) UPHENO:7000913 absent stapes head phenotype UPHENO:0002936|UPHENO:0002930|UPHENO:0086731 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0030403 (absent stapes head), HP:0200111 (Absent stapes head) UPHENO:7000914 chronic hepatitis; chronic liver inflammation (phenotype grouping) UPHENO:0074713|UPHENO:0002415 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031301 (chronic liver inflammation), HP:0200123 (Chronic hepatitis) UPHENO:7000915 cutaneous mastocytosis phenotype UPHENO:0003811|UPHENO:0085489|UPHENO:0085497|UPHENO:0086013 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0200151 (Cutaneous mastocytosis), MP:0031395 (cutaneous mastocytosis) UPHENO:7000916 neural tube morphology phenotype UPHENO:0004484|UPHENO:0076702|UPHENO:0076791|UPHENO:0002571|UPHENO:0004521 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101768 (abnormal neural tube morphology), HP:0410043 (Abnormal neural tube morphology) UPHENO:7000917 increased intestinal transit time phenotype UPHENO:0050696 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0014575 (increased intestinal transit time), HP:0410204 (Increased intestinal transit time) -UPHENO:7000918 increased circulating igd concentration; increased igd level (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002496 (increased IgD level), HP:0410246 (Increased circulating IgD concentration) +UPHENO:7000918 increased circulating igd concentration; increased igd level (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0002496 (increased IgD level), HP:0410246 (Increased circulating IgD concentration) UPHENO:7000919 bronchiolectasis phenotype UPHENO:0076784|UPHENO:0076785 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0410397 (Bronchiolectasis), MP:0011013 (bronchiolectasis) -UPHENO:7000920 alcohol consumption phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001425 (abnormal alcohol consumption), HP:0430037 (Abnormal alcohol consumption) +UPHENO:7000920 alcohol consumption phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001425 (abnormal alcohol consumption), HP:0430037 (Abnormal alcohol consumption) UPHENO:7000921 eyelid retraction phenotype UPHENO:0075198|UPHENO:0076761 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006166 (eyelid retraction), HP:0500043 (Eyelid retraction) -UPHENO:7000922 decreased diastolic blood pressure; decreased systemic arterial diastolic blood pressure (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006263 (decreased systemic arterial diastolic blood pressure), HP:0500104 (Decreased diastolic blood pressure) -UPHENO:7000923 decreased systemic arterial systolic blood pressure; decreased systolic blood pressure (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0500105 (Decreased systolic blood pressure), MP:0006264 (decreased systemic arterial systolic blood pressure) +UPHENO:7000922 decreased diastolic blood pressure; decreased systemic arterial diastolic blood pressure (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006263 (decreased systemic arterial diastolic blood pressure), HP:0500104 (Decreased diastolic blood pressure) +UPHENO:7000923 decreased systemic arterial systolic blood pressure; decreased systolic blood pressure (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:0500105 (Decreased systolic blood pressure), MP:0006264 (decreased systemic arterial systolic blood pressure) UPHENO:7000924 facial vein morphology phenotype UPHENO:0076729|UPHENO:0088164|UPHENO:0002844|UPHENO:0005165|UPHENO:0005093|UPHENO:0003605 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:3000043 (Abnormal facial vein morphology), XPO:0103003 (abnormal facial vein morphology) UPHENO:7000925 mandibular symphysis morphology phenotype UPHENO:0076767|UPHENO:0088116|UPHENO:0002828|UPHENO:0087899|UPHENO:0083646|UPHENO:0076703|UPHENO:0076800|UPHENO:0087903|UPHENO:0087912 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:3000079 (Abnormal mandibular symphysis morphology), MP:0001649 (abnormal mandibular symphysis morphology) UPHENO:7000926 bronchoconstriction phenotype UPHENO:0002448|UPHENO:0078733 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:4000007 (Bronchoconstriction), MP:0001945 (bronchoconstriction) UPHENO:7000927 aa amyloidosis phenotype UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:4000041 (AA amyloidosis), MP:0021146 (AA amyloidosis) UPHENO:7000928 intestinal inflammation phenotype UPHENO:0002443|UPHENO:0074622|UPHENO:0002423|UPHENO:0002471 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:4000055 (Intestinal inflammation), MP:0001858 (intestinal inflammation) UPHENO:7000929 lung development phenotype UPHENO:0086908|UPHENO:0087433 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001176 (abnormal lung development), HP:4000059 (Abnormal lung development) -UPHENO:7000930 spinning phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001411 (spinning), HP:5200069 (Spinning) +UPHENO:7000930 spinning phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001411 (spinning), HP:5200069 (Spinning) UPHENO:7000931 submucous cleft palate phenotype UPHENO:0033635|UPHENO:0076760|UPHENO:0041130 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:5201016 (Submucous cleft palate), MP:0011615 (submucous cleft palate) UPHENO:7000932 aerophagia phenotype UPHENO:0002833|UPHENO:0002443 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:6000060 (Aerophagia), MP:0010994 (aerophagia) UPHENO:7000933 decreased skin turgor phenotype UPHENO:0003811|UPHENO:0076739 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.HP:6000303 (Decreased skin turgor), MP:0003653 (decreased skin turgor) @@ -940,16 +940,16 @@ UPHENO:7000936 retracted tympanic membrane; tympanic membrane retraction (phenot UPHENO:7000937 protein glycosylation; protein glycosylation variant (phenotype grouping) UPHENO:0001003|UPHENO:0050131|UPHENO:0049744 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MGPO:0002199 (abnormal protein glycosylation), WBPhenotype:0002429 (protein glycosylation variant) UPHENO:7000938 lateral semicircular canal morphology phenotype UPHENO:0004707|UPHENO:0086568|UPHENO:0086712|UPHENO:0088040 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000037 (abnormal lateral semicircular canal morphology), XPO:0101856 (abnormal lateral semicircular canal morphology) UPHENO:7000939 hair cell morphology phenotype UPHENO:0087541|UPHENO:0076699|UPHENO:0087963|UPHENO:0076730 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000045 (abnormal hair cell morphology), ZP:0005011 (hair cell morphology, abnormal) -UPHENO:7000940 microglial cell morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0020628 (microglial cell morphology, abnormal), MP:0000136 (abnormal microglial cell morphology) +UPHENO:7000940 microglial cell morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0020628 (microglial cell morphology, abnormal), MP:0000136 (abnormal microglial cell morphology) UPHENO:7000941 cardiac muscle cell morphology; myocardial fiber morphology (phenotype grouping) UPHENO:0087049|UPHENO:0076781|UPHENO:0087022|UPHENO:0076710 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0013833 (cardiac muscle cell morphology, abnormal), MP:0000278 (abnormal myocardial fiber morphology) UPHENO:7000942 enterocyte morphology phenotype UPHENO:0086601|UPHENO:0086172|UPHENO:0086648 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000479 (abnormal enterocyte morphology), ZP:0020194 (enterocyte morphology, abnormal) UPHENO:7000943 purkinje cell morphology phenotype UPHENO:0076702|UPHENO:0087292 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0102180 (Purkinje cell morphology, abnormal), MP:0000877 (abnormal Purkinje cell morphology) UPHENO:7000944 motor neuron morphology; motor neuron morphology variant (phenotype grouping) UPHENO:0076702|UPHENO:0087858|UPHENO:0087463 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000937 (abnormal motor neuron morphology), WBPhenotype:0001331 (motor neuron morphology variant) UPHENO:7000945 sensory neuron morphology phenotype UPHENO:0076702|UPHENO:0076699|UPHENO:0087935 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0000965 (abnormal sensory neuron morphology), ZP:0003068 (sensory neuron morphology, abnormal) -UPHENO:7000946 retina rod cell morphology; retinal rod cell morphology (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001005 (abnormal retina rod cell morphology), XPO:0102851 (abnormal retinal rod cell morphology), ZP:0004102 (retinal rod cell morphology, abnormal) -UPHENO:7000947 retina cone cell morphology; retinal cone cell morphology (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0004100 (retinal cone cell morphology, abnormal), MP:0001006 (abnormal retina cone cell morphology) +UPHENO:7000946 retina rod cell morphology; retinal rod cell morphology (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001005 (abnormal retina rod cell morphology), XPO:0102851 (abnormal retinal rod cell morphology), ZP:0004102 (retinal rod cell morphology, abnormal) +UPHENO:7000947 retina cone cell morphology; retinal cone cell morphology (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0004100 (retinal cone cell morphology, abnormal), MP:0001006 (abnormal retina cone cell morphology) UPHENO:7000948 schwann cell morphology phenotype UPHENO:0005116|UPHENO:0086172|UPHENO:0004508 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0103232 (abnormal Schwann cell morphology), MP:0001106 (abnormal Schwann cell morphology) -UPHENO:7000949 oocyte morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001125 (abnormal oocyte morphology), XPO:0101657 (abnormal oocyte morphology) +UPHENO:7000949 oocyte morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001125 (abnormal oocyte morphology), XPO:0101657 (abnormal oocyte morphology) UPHENO:7000950 ovarian follicle morphology phenotype UPHENO:0087546|UPHENO:0087618|UPHENO:0002902|UPHENO:0076766 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0140917 (ovarian follicle morphology, abnormal), MP:0001131 (abnormal ovarian follicle morphology) UPHENO:7000951 blood viscosity phenotype UPHENO:0001003|UPHENO:0004503|UPHENO:0002406|UPHENO:0002532|UPHENO:0004459 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001598 (abnormal blood viscosity), ZP:0137427 (blood viscosity, abnormal) UPHENO:7000952 extended life span phenotype UPHENO:3000002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0001661 (extended life span), WBPhenotype:0000061 (extended life span) @@ -964,15 +964,15 @@ UPHENO:7000960 neuron morphology; neuron morphology variant (phenotype grouping) UPHENO:7000961 anterior semicircular canal; superior semicircular canal morphology (phenotype grouping) UPHENO:0002564|UPHENO:0086568|UPHENO:0004711|UPHENO:0088040|UPHENO:0086712|UPHENO:0004707 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003069 (abnormal superior semicircular canal morphology), XPO:0101383 (abnormal anterior semicircular canal) UPHENO:7000962 sinus venosus morphology phenotype UPHENO:0076810|UPHENO:0002902|UPHENO:0004831 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003228 (abnormal sinus venosus morphology), XPO:0103024 (abnormal sinus venosus morphology) UPHENO:7000963 abdominal wall morphology phenotype UPHENO:0086793|UPHENO:0049874|UPHENO:0002902 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003257 (abnormal abdominal wall morphology), XPO:0142060 (abnormal abdominal wall morphology) -UPHENO:7000964 locomotor coordination; locomotor coordination variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0004017 (locomotor coordination variant), MP:0003312 (abnormal locomotor coordination) -UPHENO:7000965 radial glial cell morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003648 (abnormal radial glial cell morphology), XPO:0102757 (abnormal radial glial cell morphology) +UPHENO:7000964 locomotor coordination; locomotor coordination variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0004017 (locomotor coordination variant), MP:0003312 (abnormal locomotor coordination) +UPHENO:7000965 radial glial cell morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003648 (abnormal radial glial cell morphology), XPO:0102757 (abnormal radial glial cell morphology) UPHENO:7000966 axon extension; axon outgrowth variant (phenotype grouping) UPHENO:0049719 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001224 (axon outgrowth variant), MP:0003651 (abnormal axon extension) UPHENO:7000967 pericyte morphology phenotype UPHENO:0076776|UPHENO:0087186|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102109 (abnormal pericyte morphology), MP:0003719 (abnormal pericyte morphology) UPHENO:7000968 neural tube closure phenotype UPHENO:0087363|UPHENO:0088123|UPHENO:3000001|UPHENO:0004484 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003720 (abnormal neural tube closure), ZP:0019987 (neural tube closure, abnormal) UPHENO:7000969 pituitary diverticulum morphology; rathke's pouch morphology (phenotype grouping) UPHENO:0004957|UPHENO:0004864|UPHENO:0002571|UPHENO:0086509 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102753 (abnormal Rathke's pouch morphology), MP:0003817 (abnormal pituitary diverticulum morphology) UPHENO:7000970 reproductive system development; reproductive system development variant (phenotype grouping) UPHENO:0050108|UPHENO:0087547|UPHENO:0003055 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000624 (reproductive system development variant), MP:0003936 (abnormal reproductive system development) UPHENO:7000971 gas homeostasis phenotype UPHENO:0049904|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003948 (abnormal gas homeostasis), XPO:0141748 (abnormal gas homeostasis) -UPHENO:7000972 copper homeostasis; copper homeostasis variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003951 (abnormal copper homeostasis), WBPhenotype:0002247 (copper homeostasis variant) +UPHENO:7000972 copper homeostasis; copper homeostasis variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0003951 (abnormal copper homeostasis), WBPhenotype:0002247 (copper homeostasis variant) UPHENO:7000973 spinal cord interneuron morphology phenotype UPHENO:0076702|UPHENO:0087858|UPHENO:0087463 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004100 (abnormal spinal cord interneuron morphology), ZP:0006460 (spinal cord interneuron morphology, abnormal) UPHENO:7000974 enteroendocrine cell morphology phenotype UPHENO:0002833|UPHENO:0076803|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004141 (abnormal enteroendocrine cell morphology), XPO:0101821 (abnormal enteroendocrine cell morphology) UPHENO:7000975 basal lamina morphology phenotype UPHENO:0067718|UPHENO:0067672|UPHENO:0005140|UPHENO:0002573|UPHENO:0005141 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004273 (abnormal basal lamina morphology), XPO:0103035 (abnormal basal lamina morphology) @@ -981,21 +981,21 @@ UPHENO:7000977 hematopoietic stem cell morphology phenotype UPHENO:0005020|UPHEN UPHENO:7000978 raphe nucleus morphology phenotype UPHENO:0081582|UPHENO:0002902|UPHENO:0076808|UPHENO:0081601|UPHENO:0004619 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004861 (abnormal Raphe nucleus morphology), XPO:0103231 (abnormal raphe nucleus morphology) UPHENO:7000979 brain vasculature morphology phenotype UPHENO:0076805|UPHENO:0087907|UPHENO:0087186|UPHENO:0005093 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0005890 (brain vasculature morphology, abnormal), MP:0004950 (abnormal brain vasculature morphology) UPHENO:7000980 osteoblast morphology phenotype UPHENO:0004911|UPHENO:0076703|UPHENO:0086172 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0004986 (abnormal osteoblast morphology), XPO:0102569 (abnormal osteoblast morphology) -UPHENO:7000981 natural killer cell; nk cell morphology (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100814 (abnormal natural killer cell), MP:0005068 (abnormal NK cell morphology) +UPHENO:7000981 natural killer cell; nk cell morphology (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100814 (abnormal natural killer cell), MP:0005068 (abnormal NK cell morphology) UPHENO:7000982 amacrine cell morphology phenotype UPHENO:0076699|UPHENO:0076782|UPHENO:0088038|UPHENO:0076702|UPHENO:0005301 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005240 (abnormal amacrine cell morphology), XPO:0103086 (abnormal amacrine cell morphology) -UPHENO:7000983 oxygen consumption; oxygen consumption variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002141 (oxygen consumption variant), MP:0005288 (abnormal oxygen consumption) +UPHENO:7000983 oxygen consumption; oxygen consumption variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002141 (oxygen consumption variant), MP:0005288 (abnormal oxygen consumption) UPHENO:7000984 podocyte morphology phenotype UPHENO:0087862|UPHENO:0001003|UPHENO:0003434|UPHENO:0076738|UPHENO:0086172|UPHENO:0086671 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0103049 (abnormal podocyte morphology), MP:0005326 (abnormal podocyte morphology) UPHENO:7000985 increased susceptibility to fungal infection phenotype UPHENO:0049863 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002354 (increased susceptibility to fungal infection), MP:0005399 (increased susceptibility to fungal infection) -UPHENO:7000986 jerky movement phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000455 (jerky movement), MP:0005424 (jerky movement) +UPHENO:7000986 jerky movement phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000455 (jerky movement), MP:0005424 (jerky movement) UPHENO:7000987 muller cell morphology phenotype UPHENO:0076702|UPHENO:0076782|UPHENO:0088038 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0005547 (abnormal Muller cell morphology), ZP:0006006 (Muller cell morphology, abnormal) -UPHENO:7000988 iron homeostasis; iron homeostasis variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002046 (iron homeostasis variant), MP:0005637 (abnormal iron homeostasis) +UPHENO:7000988 iron homeostasis; iron homeostasis variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002046 (iron homeostasis variant), MP:0005637 (abnormal iron homeostasis) UPHENO:7000989 horizontal cell morphology; retina horizontal cell morphology (phenotype grouping) UPHENO:0076699|UPHENO:0076782|UPHENO:0088038|UPHENO:0076702|UPHENO:0005301 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006068 (abnormal retina horizontal cell morphology), XPO:0102266 (abnormal horizontal cell morphology) UPHENO:7000990 retina progenitor cell morphology; retinal progenitor cell morphology (phenotype grouping) UPHENO:0076782 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102663 (abnormal retinal progenitor cell morphology), MP:0006071 (abnormal retina progenitor cell morphology) UPHENO:7000991 olfactory sensory neuron morphology phenotype UPHENO:0087641|UPHENO:0087170|UPHENO:0087935 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006092 (abnormal olfactory sensory neuron morphology), XPO:0102255 (abnormal olfactory sensory neuron morphology) UPHENO:7000992 tail development; tail development variant (phenotype grouping) UPHENO:0086590|UPHENO:0002830 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000805 (tail development variant), MP:0006281 (abnormal tail development) -UPHENO:7000993 spermatogonia morphology; spermatogonium (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000132 (abnormal spermatogonium), MP:0006378 (abnormal spermatogonia morphology) -UPHENO:7000994 spermatocyte morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006379 (abnormal spermatocyte morphology), XPO:0102534 (abnormal spermatocyte morphology) -UPHENO:7000995 spermatid morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006380 (abnormal spermatid morphology), XPO:0102061 (abnormal spermatid morphology) +UPHENO:7000993 spermatogonia morphology; spermatogonium (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000132 (abnormal spermatogonium), MP:0006378 (abnormal spermatogonia morphology) +UPHENO:7000994 spermatocyte morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006379 (abnormal spermatocyte morphology), XPO:0102534 (abnormal spermatocyte morphology) +UPHENO:7000995 spermatid morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0006380 (abnormal spermatid morphology), XPO:0102061 (abnormal spermatid morphology) UPHENO:7000996 retina ganglion cell morphology; retinal ganglion cell morphology (phenotype grouping) UPHENO:0076699|UPHENO:0087989|UPHENO:0088097 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0138376 (retinal ganglion cell morphology, abnormal), MP:0008056 (abnormal retina ganglion cell morphology) UPHENO:7000997 dna repair; dna repair variant (phenotype grouping) UPHENO:0049904|UPHENO:0085578|UPHENO:0049990|UPHENO:0086296 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001938 (DNA repair variant), MP:0008058 (abnormal DNA repair) UPHENO:7000998 habenular commissure morphology phenotype UPHENO:0087749|UPHENO:0002873|UPHENO:0087032|UPHENO:0076799 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0016480 (habenular commissure morphology, abnormal), MP:0008231 (abnormal habenular commissure morphology) @@ -1004,9 +1004,9 @@ UPHENO:7001000 primordial germ cell morphology phenotype UPHENO:3000001|UPHENO:0 UPHENO:7001001 enterocyte proliferation; intestinal cell proliferation variant (phenotype grouping) UPHENO:0049780|UPHENO:0049689|UPHENO:0078402|UPHENO:0049587|UPHENO:0049858|UPHENO:0085578|UPHENO:0002399|UPHENO:0085593 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008883 (abnormal enterocyte proliferation), WBPhenotype:0000092 (intestinal cell proliferation variant) UPHENO:7001002 ito cell morphology phenotype UPHENO:0086172|UPHENO:0087371|UPHENO:0087038 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0008990 (abnormal Ito cell morphology), ZP:0101789 (ito cell morphology, abnormal) UPHENO:7001003 resting posture phenotype UPHENO:0049622|UPHENO:0049587 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0141267 (abnormal resting posture), MP:0009393 (abnormal resting posture) -UPHENO:7001004 synaptonemal complex phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000652 (abnormal synaptonemal complex), MP:0009452 (abnormal synaptonemal complex) -UPHENO:7001005 zinc homeostasis; zinc homeostasis variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009615 (abnormal zinc homeostasis), WBPhenotype:0001849 (zinc homeostasis variant) -UPHENO:7001006 mitotic spindle morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102896 (abnormal mitotic spindle morphology), MP:0009760 (abnormal mitotic spindle morphology) +UPHENO:7001004 synaptonemal complex phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000652 (abnormal synaptonemal complex), MP:0009452 (abnormal synaptonemal complex) +UPHENO:7001005 zinc homeostasis; zinc homeostasis variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009615 (abnormal zinc homeostasis), WBPhenotype:0001849 (zinc homeostasis variant) +UPHENO:7001006 mitotic spindle morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102896 (abnormal mitotic spindle morphology), MP:0009760 (abnormal mitotic spindle morphology) UPHENO:7001007 melanoblast morphology phenotype UPHENO:0087423 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009783 (abnormal melanoblast morphology), XPO:0102165 (abnormal melanoblast morphology) UPHENO:7001008 neural crest cell morphology phenotype UPHENO:0087660|UPHENO:0087423|UPHENO:0087363 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009845 (abnormal neural crest cell morphology), ZP:0009787 (neural crest cell morphology, abnormal) UPHENO:7001009 mitral cell morphology phenotype UPHENO:0087258|UPHENO:0087841|UPHENO:0087773 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0009954 (abnormal mitral cell morphology), XPO:0102771 (abnormal mitral cell morphology) @@ -1018,7 +1018,7 @@ UPHENO:7001014 optic fissure closure phenotype UPHENO:0087924|UPHENO:0004478 Thi UPHENO:7001015 acetylcholinesterase activity; acetylcholinesterase activity variant (phenotype grouping) UPHENO:0031742|UPHENO:0066897 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001987 (acetylcholinesterase activity variant), MP:0012623 (abnormal acetylcholinesterase activity) UPHENO:7001016 endocardial heart tube morphology; endocardial tube morphology (phenotype grouping) UPHENO:0076810|UPHENO:0002571|UPHENO:0004831|UPHENO:0004401 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0012700 (abnormal endocardial heart tube morphology), XPO:0102651 (abnormal endocardial tube morphology) UPHENO:7001017 hemangioblast morphology phenotype UPHENO:0087660|UPHENO:0087663|UPHENO:0004459|UPHENO:0087665 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0103219 (abnormal hemangioblast morphology), MP:0012715 (abnormal hemangioblast morphology) -UPHENO:7001018 polar body morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102270 (abnormal polar body morphology), MP:0012736 (abnormal polar body morphology) +UPHENO:7001018 polar body morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102270 (abnormal polar body morphology), MP:0012736 (abnormal polar body morphology) UPHENO:7001019 trunk neural crest cell morphology phenotype UPHENO:0087423 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0008165 (trunk neural crest cell morphology, abnormal), MP:0013013 (abnormal trunk neural crest cell morphology) UPHENO:7001020 amino acid metabolism; amino acid metabolism variant (phenotype grouping) UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013242 (abnormal amino acid metabolism), WBPhenotype:0002255 (amino acid metabolism variant) UPHENO:7001021 carbohydrate metabolism; carbohydrate metabolism variant (phenotype grouping) UPHENO:0049904 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0013243 (abnormal carbohydrate metabolism), WBPhenotype:0002072 (carbohydrate metabolism variant) @@ -1028,14 +1028,14 @@ UPHENO:7001024 decreased l-tyrosine aminotransferase activity; decreased tyrosin UPHENO:7001025 increased l-tyrosine aminotransferase activity; increased tyrosine aminotransferase activity (phenotype grouping) UPHENO:0048682 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.UPHENO:0048682 (increased L-tyrosine aminotransferase activity), MP:0020047 (increased tyrosine aminotransferase activity) UPHENO:7001026 sleep duration phenotype UPHENO:0050855 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0017499 (sleep duration, abnormal), MP:0021198 (abnormal sleep duration) UPHENO:7001027 cementoblast morphology phenotype UPHENO:0081557 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102958 (abnormal cementoblast morphology), MP:0030550 (abnormal cementoblast morphology) -UPHENO:7001028 manganese homeostasis; manganese homeostasis variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001862 (manganese homeostasis variant), MP:0030592 (abnormal manganese homeostasis) +UPHENO:7001028 manganese homeostasis; manganese homeostasis variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001862 (manganese homeostasis variant), MP:0030592 (abnormal manganese homeostasis) UPHENO:7001029 enlarged atrioventricular valve; increased size of the atrioventricular valve (phenotype grouping) UPHENO:0087612|UPHENO:0076749|UPHENO:0001267 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.MP:0031570 (enlarged atrioventricular valve), XPO:0131613 (increased size of the atrioventricular valve) UPHENO:7001030 zygote phenotype UPHENO:0002949|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100337 (abnormal zygote), PLANP:0000006 (abnormal zygote) UPHENO:7001031 proximal tubule phenotype UPHENO:0004983|UPHENO:0002564|UPHENO:0004985 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000042 (abnormal proximal tubule), XPO:0101015 (abnormal proximal tubule) UPHENO:7001032 glial cell phenotype UPHENO:0002949|UPHENO:0004523|UPHENO:0002963 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100702 (abnormal glial cell), PLANP:0000045 (abnormal glial cell) UPHENO:7001033 goblet cell phenotype UPHENO:0003811|UPHENO:0002747|UPHENO:0005141|UPHENO:0004064 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101014 (abnormal goblet cell), PLANP:0000047 (abnormal goblet cell) UPHENO:7001034 bipolar neuron phenotype UPHENO:0004766|UPHENO:0005301 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101523 (abnormal bipolar neuron), PLANP:0000050 (abnormal bipolar neuron) -UPHENO:7001035 oocyte phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100025 (abnormal oocyte), PLANP:0000104 (abnormal oocyte) +UPHENO:7001035 oocyte phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100025 (abnormal oocyte), PLANP:0000104 (abnormal oocyte) UPHENO:7001036 gamete phenotype UPHENO:0002642|UPHENO:0001003|UPHENO:0003055 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100316 (abnormal gamete), PLANP:0000108 (abnormal gamete) UPHENO:7001037 neural progenitor; neural progenitor cell (phenotype grouping) UPHENO:0004523|UPHENO:0002963 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000143 (abnormal neural progenitor), XPO:0100954 (abnormal neural progenitor cell) UPHENO:7001038 plasma membrane phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000145 (abnormal plasma membrane), XPO:0101061 (abnormal plasma membrane) @@ -1043,7 +1043,7 @@ UPHENO:7001039 anterior-posterior axis phenotype UPHENO:0002864|UPHENO:0001003 T UPHENO:7001040 efferent neuron phenotype UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000188 (abnormal efferent neuron), XPO:0107286 (abnormal efferent neuron) UPHENO:7001041 left-right axis phenotype UPHENO:0002864|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0107262 (abnormal left-right axis), PLANP:0000213 (abnormal left-right axis) UPHENO:7001042 blastomere phenotype UPHENO:0004900 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000215 (abnormal blastomere), XPO:0100307 (abnormal blastomere) -UPHENO:7001043 spermatid phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100429 (abnormal spermatid), PLANP:0000221 (abnormal spermatid) +UPHENO:7001043 spermatid phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100429 (abnormal spermatid), PLANP:0000221 (abnormal spermatid) UPHENO:7001044 cytoplasm phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100907 (abnormal cytoplasm), PLANP:0000232 (abnormal cytoplasm) UPHENO:7001045 motor neuron phenotype UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101133 (abnormal motor neuron), PLANP:0000242 (abnormal motor neuron) UPHENO:7001046 anatomical region phenotype UPHENO:0002949|UPHENO:0002525|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000261 (abnormal anatomical region), XPO:0141315 (abnormal anatomical region) @@ -1053,7 +1053,7 @@ UPHENO:7001049 anterior commissure phenotype UPHENO:0004621|UPHENO:0005133|UPHEN UPHENO:7001050 proximal-distal axis phenotype UPHENO:0002864|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0107270 (abnormal proximal-distal axis), PLANP:0000299 (abnormal proximal-distal axis) UPHENO:7001051 progenitor cell phenotype UPHENO:0002949|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000304 (abnormal progenitor cell), XPO:0100285 (abnormal progenitor cell) UPHENO:7001052 epithelial cell phenotype UPHENO:0002949|UPHENO:0002564|UPHENO:0005141 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000310 (abnormal epithelial cell), XPO:0100218 (abnormal epithelial cell) -UPHENO:7001053 endoplasmic reticulum phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000313 (abnormal endoplasmic reticulum), XPO:0101071 (abnormal endoplasmic reticulum) +UPHENO:7001053 endoplasmic reticulum phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000313 (abnormal endoplasmic reticulum), XPO:0101071 (abnormal endoplasmic reticulum) UPHENO:7001054 distal tubule phenotype UPHENO:0004983|UPHENO:0002564|UPHENO:0004985 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000314 (abnormal distal tubule), XPO:0100487 (abnormal distal tubule) UPHENO:7001055 interneuron phenotype UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100336 (abnormal interneuron), PLANP:0000335 (abnormal interneuron) UPHENO:7001056 afferent neuron phenotype UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000354 (abnormal afferent neuron), XPO:0107287 (abnormal afferent neuron) @@ -1061,16 +1061,16 @@ UPHENO:7001057 cell phenotype UPHENO:0002949|UPHENO:0002525|UPHENO:0001003 This UPHENO:7001058 enteric neuron phenotype UPHENO:0004518|UPHENO:0002833|UPHENO:0002808|UPHENO:0004487|UPHENO:0005046|UPHENO:0004523|UPHENO:0003512|UPHENO:0002902|UPHENO:0002814|UPHENO:0002571 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000378 (abnormal enteric neuron), XPO:0100663 (abnormal enteric neuron) UPHENO:7001059 dorsal-ventral axis phenotype UPHENO:0002864|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000393 (abnormal dorsal-ventral axis), XPO:0107261 (abnormal dorsal-ventral axis) UPHENO:7001060 multicellular anatomical structure phenotype UPHENO:0002949|UPHENO:0002525|UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000410 (abnormal multicellular anatomical structure), XPO:0100010 (abnormal multicellular anatomical structure) -UPHENO:7001061 spermatocyte phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000445 (abnormal spermatocyte), XPO:0100902 (abnormal spermatocyte) +UPHENO:7001061 spermatocyte phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000445 (abnormal spermatocyte), XPO:0100902 (abnormal spermatocyte) UPHENO:7001062 neuron phenotype UPHENO:0002949|UPHENO:0004523|UPHENO:0002963 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100196 (abnormal neuron), PLANP:0000452 (abnormal neuron) UPHENO:7001063 head morphology; morphology of head (phenotype grouping) UPHENO:0002926|UPHENO:0002764 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000497 (abnormal morphology of head), ZP:0001609 (head morphology, abnormal) UPHENO:7001064 dorsal region phenotype UPHENO:0002949 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000546 (abnormal dorsal region), XPO:0107276 (abnormal dorsal region) UPHENO:7001065 antrum phenotype UPHENO:0001003|UPHENO:0002902|UPHENO:0003112 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101112 (abnormal antrum), PLANP:0000556 (abnormal antrum) -UPHENO:7001066 axon phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100570 (abnormal axon), PLANP:0000558 (abnormal axon) -UPHENO:7001067 basal body phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101513 (abnormal basal body), PLANP:0000560 (abnormal basal body) +UPHENO:7001066 axon phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0100570 (abnormal axon), PLANP:0000558 (abnormal axon) +UPHENO:7001067 basal body phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101513 (abnormal basal body), PLANP:0000560 (abnormal basal body) UPHENO:7001068 cilium phenotype UPHENO:0001003 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000574 (abnormal cilium), XPO:0100392 (abnormal cilium) UPHENO:7001069 commissure; commissure variant (phenotype grouping) UPHENO:0067666 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001226 (commissure variant), PLANP:0000575 (abnormal commissure) -UPHENO:7001070 dendrite phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101514 (abnormal dendrite), PLANP:0000577 (abnormal dendrite) +UPHENO:7001070 dendrite phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101514 (abnormal dendrite), PLANP:0000577 (abnormal dendrite) UPHENO:7001071 epidermal cell phenotype UPHENO:0004537|UPHENO:0002902|UPHENO:0004888|UPHENO:0005141|UPHENO:0003811 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000582 (abnormal epidermal cell), XPO:0100714 (abnormal epidermal cell) UPHENO:7001072 pigment cell phenotype UPHENO:0003811|UPHENO:0002747|UPHENO:0004064|UPHENO:0002949 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.PLANP:0000624 (abnormal pigment cell), XPO:0101278 (abnormal pigment cell) UPHENO:7001073 regulation of telomerase activity phenotype; regulation of telomerase activity process quality (phenotype grouping) UPHENO:0001003|UPHENO:0051237 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.UPHENO:0051237 (regulation of telomerase activity phenotype), ZP:0013206 (regulation of telomerase activity process quality, abnormal) @@ -1080,14 +1080,14 @@ UPHENO:7001076 activation of cysteine-type endopeptidase activity involved in ap UPHENO:7001077 activation of cysteine-type endopeptidase activity involved in apoptotic process increased process quality; increased qualitatively activation of cysteine-type endopeptidase activity involved in apoptotic process (phenotype grouping) UPHENO:0001003|UPHENO:0080756 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0010716 (activation of cysteine-type endopeptidase activity involved in apoptotic process increased process quality, abnormal), UPHENO:0080756 (increased qualitatively activation of cysteine-type endopeptidase activity involved in apoptotic process) UPHENO:7001078 5-methylcytosine metabolic process; 5-methylcytosine metabolic process phenotype (phenotype grouping) UPHENO:0049873|UPHENO:0050113|UPHENO:0088235 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0141864 (abnormal 5-methylcytosine metabolic process), UPHENO:0088235 (5-methylcytosine metabolic process phenotype) UPHENO:7001079 cellular lipid catabolic process increased occurrence; increased occurrence of cellular lipid catabolic process (phenotype grouping) UPHENO:0051118|UPHENO:0090131|UPHENO:0049723 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0149079 (cellular lipid catabolic process increased occurrence, abnormal), UPHENO:0090131 (increased occurrence of cellular lipid catabolic process) -UPHENO:7001080 egg morphology; egg morphology variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102648 (abnormal egg morphology), WBPhenotype:0000037 (egg morphology variant) +UPHENO:7001080 egg morphology; egg morphology variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102648 (abnormal egg morphology), WBPhenotype:0000037 (egg morphology variant) UPHENO:7001081 head morphology; head morphology variant (phenotype grouping) UPHENO:0002926|UPHENO:0002844 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000071 (head morphology variant), XPO:0101634 (abnormal head morphology) -UPHENO:7001082 sperm morphology; sperm morphology variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000388 (sperm morphology variant), ZP:0142394 (sperm morphology, abnormal) +UPHENO:7001082 sperm morphology; sperm morphology variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000388 (sperm morphology variant), ZP:0142394 (sperm morphology, abnormal) UPHENO:7001083 alimentary system morphology; alimentary system morphology variant (phenotype grouping) UPHENO:0002833|UPHENO:0081581|UPHENO:0002963 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000598 (alimentary system morphology variant), XPO:0101784 (abnormal alimentary system morphology) UPHENO:7001084 epithelial cell morphology; epithelial cell morphology variant (phenotype grouping) UPHENO:0005141 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101850 (abnormal epithelial cell morphology), WBPhenotype:0000899 (epithelial cell morphology variant) -UPHENO:7001085 muscle cell morphology; muscle cell morphology variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000904 (muscle cell morphology variant), ZP:0131122 (muscle cell morphology, abnormal) +UPHENO:7001085 muscle cell morphology; muscle cell morphology variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0000904 (muscle cell morphology variant), ZP:0131122 (muscle cell morphology, abnormal) UPHENO:7001086 connective tissue morphology; connective tissue morphology variant (phenotype grouping) UPHENO:0002564|UPHENO:0081581|UPHENO:0002712 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102009 (abnormal connective tissue morphology), WBPhenotype:0000947 (connective tissue morphology variant) -UPHENO:7001087 oocyte morphology; oocyte morphology variant (phenotype grouping) UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001260 (oocyte morphology variant), ZP:0107282 (oocyte morphology, abnormal) +UPHENO:7001087 oocyte morphology; oocyte morphology variant (phenotype grouping) UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001260 (oocyte morphology variant), ZP:0107282 (oocyte morphology, abnormal) UPHENO:7001088 gonad morphology; gonad morphology variant (phenotype grouping) UPHENO:0002536|UPHENO:0002909|UPHENO:0003056 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001355 (gonad morphology variant), XPO:0101669 (abnormal gonad morphology) UPHENO:7001089 proctodeum morphology; proctodeum morphology variant (phenotype grouping) UPHENO:0002747|UPHENO:0004867 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0001359 (proctodeum morphology variant), XPO:0103233 (abnormal proctodeum morphology) UPHENO:7001090 abnormally increased number of neuron; extra neuron (phenotype grouping) UPHENO:0004523 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.WBPhenotype:0002508 (extra neuron), XPO:0130970 (abnormally increased number of neuron) @@ -1126,7 +1126,7 @@ UPHENO:7001122 posterior crista morphology phenotype UPHENO:0004170|UPHENO:00030 UPHENO:7001123 heart primordium morphology phenotype UPHENO:0002564|UPHENO:0004507|UPHENO:0004482|UPHENO:0003158 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0004649 (heart primordium morphology, abnormal), XPO:0101919 (abnormal heart primordium morphology) UPHENO:7001124 epibranchial placode morphology phenotype UPHENO:0005116|UPHENO:0003190|UPHENO:0003824 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101934 (abnormal epibranchial placode morphology), ZP:0009640 (epibranchial placode morphology, abnormal) UPHENO:7001125 fin morphology phenotype UPHENO:0004877|UPHENO:0002747|UPHENO:0004888 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0004992 (fin morphology, abnormal), XPO:0101937 (abnormal fin morphology) -UPHENO:7001126 blastomere morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101939 (abnormal blastomere morphology), ZP:0020091 (blastomere morphology, abnormal) +UPHENO:7001126 blastomere morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101939 (abnormal blastomere morphology), ZP:0020091 (blastomere morphology, abnormal) UPHENO:7001127 early embryonic cell morphology phenotype UPHENO:0004900 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0020093 (early embryonic cell morphology, abnormal), XPO:0101940 (abnormal early embryonic cell morphology) UPHENO:7001128 lateral line morphology phenotype UPHENO:0002564|UPHENO:0003486|UPHENO:0005309 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0101952 (abnormal lateral line morphology), ZP:0008282 (lateral line morphology, abnormal) UPHENO:7001129 aortic arch 6 morphology phenotype UPHENO:0004996|UPHENO:0003296 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0102602 (aortic arch 6 morphology, abnormal), XPO:0101992 (abnormal aortic arch 6 morphology) @@ -1190,7 +1190,7 @@ UPHENO:7001186 pharyngeal pouch morphology phenotype UPHENO:0004439|UPHENO:00029 UPHENO:7001187 thymus morphology phenotype UPHENO:0002754|UPHENO:0002948|UPHENO:0002735|UPHENO:0003116 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0012494 (thymus morphology, abnormal), XPO:0102834 (abnormal thymus morphology) UPHENO:7001188 taste bud morphology phenotype UPHENO:0004492|UPHENO:0002564|UPHENO:0002902|UPHENO:0005296 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102863 (abnormal taste bud morphology), ZP:0102968 (taste bud morphology, abnormal) UPHENO:7001189 lagena morphology phenotype UPHENO:0004711|UPHENO:0002902|UPHENO:0004689 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0015510 (lagena morphology, abnormal), XPO:0102867 (abnormal lagena morphology) -UPHENO:7001190 nucleate erythrocyte morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102873 (abnormal nucleate erythrocyte morphology), ZP:0003123 (nucleate erythrocyte morphology, abnormal) +UPHENO:7001190 nucleate erythrocyte morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102873 (abnormal nucleate erythrocyte morphology), ZP:0003123 (nucleate erythrocyte morphology, abnormal) UPHENO:7001191 endocardial cushion morphology phenotype UPHENO:0003368|UPHENO:0002564|UPHENO:0003887 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102874 (abnormal endocardial cushion morphology), ZP:0001724 (endocardial cushion morphology, abnormal) UPHENO:7001192 rohon-beard neuron morphology phenotype UPHENO:0003186 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0003072 (Rohon-Beard neuron morphology, abnormal), XPO:0102878 (abnormal Rohon-Beard neuron morphology) UPHENO:7001193 mesencephalic vein morphology phenotype UPHENO:0004620|UPHENO:0005272|UPHENO:0003605|UPHENO:0005093 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0013685 (mesencephalic vein morphology, abnormal), XPO:0102887 (abnormal mesencephalic vein morphology) @@ -1198,7 +1198,7 @@ UPHENO:7001194 central canal morphology phenotype UPHENO:0002767|UPHENO:0002902 UPHENO:7001195 hypochord morphology phenotype UPHENO:0002564|UPHENO:0004891|UPHENO:0003232 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102907 (abnormal hypochord morphology), ZP:0002995 (hypochord morphology, abnormal) UPHENO:7001196 pigment cell morphology phenotype UPHENO:0003811 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0005680 (pigment cell morphology, abnormal), XPO:0102910 (abnormal pigment cell morphology) UPHENO:7001197 retinal ganglion cell layer morphology phenotype UPHENO:0002564|UPHENO:0005197|UPHENO:0005301 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102939 (abnormal retinal ganglion cell layer morphology), ZP:0001380 (retinal ganglion cell layer morphology, abnormal) -UPHENO:7001198 iridophore morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102954 (abnormal iridophore morphology), ZP:0010639 (iridophore morphology, abnormal) +UPHENO:7001198 iridophore morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102954 (abnormal iridophore morphology), ZP:0010639 (iridophore morphology, abnormal) UPHENO:7001199 pharyngeal epithelium morphology phenotype UPHENO:0005110|UPHENO:0003949 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0013623 (pharyngeal epithelium morphology, abnormal), XPO:0102961 (abnormal pharyngeal epithelium morphology) UPHENO:7001200 dorsal habenular nucleus morphology phenotype UPHENO:0004553 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0102983 (abnormal dorsal habenular nucleus morphology), ZP:0002239 (dorsal habenular nucleus morphology, abnormal) UPHENO:7001201 exocrine pancreas morphology phenotype UPHENO:0005094|UPHENO:0002902|UPHENO:0002799 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0004760 (exocrine pancreas morphology, abnormal), XPO:0102988 (abnormal exocrine pancreas morphology) @@ -1214,6 +1214,6 @@ UPHENO:7001210 inner limiting membrane morphology phenotype UPHENO:0002573|UPHEN UPHENO:7001211 posterior lateral line morphology phenotype UPHENO:0004389|UPHENO:0005309 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0012852 (posterior lateral line morphology, abnormal), XPO:0103198 (abnormal posterior lateral line morphology) UPHENO:7001212 oligodendrocyte morphology phenotype UPHENO:0002767|UPHENO:0004802 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0006222 (oligodendrocyte morphology, abnormal), XPO:0103206 (abnormal oligodendrocyte morphology) UPHENO:7001213 pupil morphology phenotype UPHENO:0002957|UPHENO:0005229|UPHENO:0005097 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0007728 (pupil morphology, abnormal), XPO:0103210 (abnormal pupil morphology) -UPHENO:7001214 xanthophore morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0001931 (xanthophore morphology, abnormal), XPO:0103223 (abnormal xanthophore morphology) -UPHENO:7001215 afferent neuron morphology phenotype UPHENO:0001002 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0102037 (afferent neuron morphology, abnormal), XPO:0107374 (abnormal afferent neuron morphology) +UPHENO:7001214 xanthophore morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0001931 (xanthophore morphology, abnormal), XPO:0103223 (abnormal xanthophore morphology) +UPHENO:7001215 afferent neuron morphology phenotype UPHENO:0001001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.ZP:0102037 (afferent neuron morphology, abnormal), XPO:0107374 (abnormal afferent neuron morphology) UPHENO:7001216 dorsal telencephalon morphology phenotype UPHENO:0002902|UPHENO:0003001 This phenotype grouping was automatically generated from an existing mapping.Its labels are generated by combining the labels of the phenotypes in the group, so they may look less ideal.XPO:0107380 (abnormal dorsal telencephalon morphology), ZP:0005475 (dorsal telencephalon morphology, abnormal)