Changing a Curated Model
From DictyWiki
[edit]
Change an existing curated model, including pseudogenes
Make change to gene model using Apollo or sequence coordinates (in the case of a pseudogene). Make the following private curator notes:
- changed curated model POSSIBLE EXPLANATION, date (25-JAN-2008) initials
- changed curated model to pseudogene POSSIBLE EXPLANATION, date (25-JAN-2008) initials
- changed pseudogene model POSSIBLE EXPLANATION, date (25-JAN-2008) initials
This allows to easily query the changed gene models with the following query:
SELECT d.gene_name , p.value FROM cgm_chado.featureprop p JOIN cgm_chado.v_gene_dictybaseid d on d.GENE_FEATURE_ID= p.FEATURE_ID WHERE p.type_id=995 AND value like '%change%model%' or value like '%Change%model%'
