Molecule model build

From WormBaseWiki
Jump to navigationJump to search

links to relevant pages
Caltech documentation
Overview of molecule pages
Example molecule pages


Proposed model

This model addresses the small_molecule class, or part of it, that was discussed in the 2007 WB grant.
Propose a shorter name if you care to.



This is the original model proposed by Anthony so that small molecules can be included on process pages
//
// ?Molecule
// Name ?Text
// Public_name ?Text
// Synonym ?Text
// DB_info Database ?Database ?Database_field ?Accession_number
// Involved_in_process ?WBProcess XREF Molecule
//
If molecules can be attached to phenotypes, microarray, gene regulation, and papers, it does not need to
be attached directly to the process model, so the following model omits the WBProcess XREF.


///////////////////////////small molecule/chemical/drug ////////////////////////////
// 
// ?Molecule
//  * metabolites: precursors, intermediates, or end products of a metabolic pathway
//  * monomeric or very small oligomeric nucleic acids (not RNAi primers), e.g. ATP, ADP, cAMP, GTP, trinucleotide repeats??
//  * chemicals/drugs
//  * minerals, ions, salts
//
////////////////////////////////////////////////////////////////////////////////////
?Molecule     Name ?Text
	       Public_name ?Text
	       Synonym ?Text
	       DB_info Database ?Database ?Database_field ?Accession_number 
               Gene_regulation Gene_regulator ?Gene_regulation XREF Molecule_regulator 
	      Affects_phenotype_of 	Variation ?Variation ?Phenotype #Phenotype_info
					Strain	?Strain	?Phenotype #Phenotype_info
					Transgene ?Transgene ?Phenotype #Phenotype_info
					RNAi ?RNAi ?Phenotype #Phenotype_info
///////////////////////////////////////////////////////////////////////////////////

Corresponding changes in touched models

/////
?Phenotype_info    Affected_by  Molecule  ?Molecule    #Evidence
/////
/////
?Gene_regulation  Regulator Molecule_regulator   ?Molecule  XREF  Gene_regulator  #Boolean 
/////

Model elements

  • Name-> WBMolID
  • Public name -> common name in elegans literature
  • Synonym -> other names, how do we mine these from other DBs?
  • DB_info -> links to entity in other database add following databases to database.ace

Possible model elements

  • KEGG ID (enzyme classification) , Gene product KEGG enzyme assignments been supplied by Makedonka and is in the database now.
  • Vendors/Sources //This information should be linked to a particular experiment and therefore paper?
    • Sigma-Aldrich
    • MP Biochemicals
    • Calbiochem
    • ZINC

Other databases


Anthony's notes

Chris's notes

Jolene's notes

Raymond's notes

Karen's notes

General concerns and comments