Sourced from the CFDE-CC Documentation Wiki
The domain_location.tsv
table will have as many rows as the number of unique domain_location terms appearing in the domain_location
column of ptm.tsv. This table can be empty (header-row only).
Field | Field Description | Required? | Field Value Type | Extra Info |
---|---|---|---|---|
id | A valid domain_location ID from Gene Ontology | Required | string | Example: GO:0005634 . These should be from the cellular component branch of Gene Ontology. |
name | A short, human-readable, machine-readable label for this Gene Ontology term | Required | string | Example: nucleus (for GO:0005634 ) |
description | A human-readable description of this Gene Ontology term | Optional | string | Example: A membrane-bounded organelle of eukaryotic cells in which chromosomes are housed and replicated. In most cells, the nucleus contains all of the cell's chromosomes except the organellar chromosomes, and is the site of RNA synthesis and processing. In some species, or specialized cell types, RNA metabolism or DNA replication may be absent (for GO:0005634 ). |
synonyms | A list of synonyms for this term as identified by the Gene Ontology metadata | Optional | JSON array of strings | Example: ["text1", "text2"]. Provide an empty JSON array [] if a value is null. |