Skip to content

Commit

Permalink
Add missing homozygous definition from GENO
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Nov 26, 2023
1 parent 806b2c0 commit 1e2617a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion TGEMO.OBO
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ id: EFO:0022483
name: FVB
is_a: NCBITaxon:10090 ! Mus musculus

[Term]
id: GENO:0000136
name: homozygous

[Term]
id: NCBITaxon:10090
name: Mus musculus
Expand All @@ -53,7 +57,7 @@ id: TGEMO:00001
name: Homozygous negative
def: "Double negative allele. Refers both to genetic null (missing gene/knock out) and phenotypic/functional null (inactive gene product). May be overloaded for severe loss-of-function alleles also." []
synonym: "Nullizygous" EXACT []
is_a: GENO:0000136
is_a: GENO:0000136 ! homozygous
property_value: replacedBy GENO:0000978
is_obsolete: true

Expand Down
4 changes: 3 additions & 1 deletion TGEMO.OWL
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,9 @@

<!-- http://purl.obolibrary.org/obo/GENO_0000136 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/GENO_0000136"/>
<owl:Class rdf:about="http://purl.obolibrary.org/obo/GENO_0000136">
<rdfs:label>homozygous</rdfs:label>
</owl:Class>



Expand Down

0 comments on commit 1e2617a

Please sign in to comment.