| Line | |
|---|
| 1 | # Specify keys for classes in the data model. Used to: |
|---|
| 2 | # |
|---|
| 3 | # * define which types can be stored in 'object' lists |
|---|
| 4 | # * define which fields in the webapp are links in results pages |
|---|
| 5 | # * porting lists between production databases |
|---|
| 6 | |
|---|
| 7 | BioEntity = primaryIdentifier, secondaryIdentifier |
|---|
| 8 | Gene = primaryIdentifier |
|---|
| 9 | Protein = primaryAccession |
|---|
| 10 | OntologyTerm = identifier, name |
|---|
| 11 | Organism = name, shortName, taxonid |
|---|
| 12 | Transcript = primaryIdentifier |
|---|
| 13 | Publication = pubMedId |
|---|
| 14 | Author = name |
|---|
| 15 | DataSource = name |
|---|
| 16 | DataSet = name |
|---|
Note: See
TracBrowser
for help on using the repository browser.