Skip to content

Commit

Permalink
vocabs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 30, 2017
1 parent f77779e commit dd3c751
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ontobio/vocabulary/categories.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from enum import Enum

class Categories(Enum):
function = 'function'
gene = 'gene'
genotype = 'genotype'
disease = 'disease'
phenotype = 'phenotype'
6 changes: 6 additions & 0 deletions ontobio/vocabulary/upper.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from enum import Enum

class UpperLevel():
molecular_function = 'GO:0003674'
biological_process = 'GO:0008150'
cellular_component = 'GO:0005575'

0 comments on commit dd3c751

Please sign in to comment.