source: trunk/bio/tutorial/malariamine/dbmodel/resources/genomic_keyDefs.properties @ 22562

Revision 22562, 1.1 KB checked in by julie, 17 months ago (diff)

update malariamine

Line 
1# keys defined here are used in sources for integration
2
3Gene.key_primaryidentifier=primaryIdentifier
4Gene.key_secondaryidentifier=secondaryIdentifier, organism
5Gene.key_symbol_org=symbol, organism
6Gene.key_ncbiGeneNumber=ncbiGeneNumber
7
8Protein.key_primaryidentifier=primaryIdentifier
9Protein.key_primaryacc=primaryAccession
10
11CDS.key_primaryidentifier=primaryIdentifier
12Chromosome.key_primaryidentifier = primaryIdentifier, organism
13Comment.key_comment = text, type
14DataSet.key_title = name
15DataSource.key_name = name
16Exon.key_primaryidentifier=primaryIdentifier
17GOEvidence.key_code=code
18Location.key_all = feature,locatedOn, end, start, strand
19SequenceFeature.key_primaryidentifier=primaryIdentifier
20OntologyTerm.key_identifier=identifier
21OntologyTerm.key_name_ontology=name, ontology
22OntologyRelation.key=parentTerm, childTerm, relationship
23OntologyTermSynonym.key=name, type
24Ontology.key_title=name
25Organism.key_taxonid=taxonId
26Publication.key_paper = title, pages, issue, journal, year
27Publication.key_pubmed = pubMedId
28Synonym.key_synonym = subject, value
29Transcript.key_primaryidentifier=primaryIdentifier
30Transcript.key_secondaryidentifier=secondaryIdentifier
31
32
Note: See TracBrowser for help on using the repository browser.