Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gpad-gpi-2-0.md #5347

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specs/gpad-gpi-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Header property | Example value | Comment
| ------ | ------ | ------ | ------ | ------ |
| 1 | <code><a name="DB_Object_ID">DB_Object_ID</a></code> | <code>[ID](#ID)</code>| `UniProtKB:P11678` | |
| 2 | <code><a name="Negation">Negation</a></code> | <code>'NOT'?</code>| `NOT` | |
| 3 | <code><a name="Relation">Relation</a></code> | <code>[ID](#ID)</code>| `RO:0002263` | The relation used MUST come from the [allowed gene-product-to-term relations](#allowed-gene-product-to-go-term-relations) |
| 3 | <code><a name="Relation">Relation</a></code> | <code>[ID](#ID)</code>| `RO:0002263` | The relation used SHOULD come from the [allowed gene-product-to-term relations](#allowed-gene-product-to-go-term-relations) |
| 4 | <code><a name="Ontology_Class_ID">Ontology_Class_ID</a></code> | <code>[ID](#ID)</code>| `GO:0050803` | The identifier MUST be a term from the GO ontology |
| 5 | <code><a name="Reference">Reference</a></code> | <code>[ID](#ID) ( '\|' [ID](#ID) )*</code>| `PMID:30695063` | Different IDs, e.g. PMID and MOD paper ID, MUST correspond to the same publication or reference |
| 6 | <code><a name="Evidence_Type">Evidence_Type</a></code> | <code>[ID](#ID)</code>| `ECO:0000315` | The evidence identifier MUST be a term from the ECO ontology. [GO evidence-ECO mapping file](https://purl.obolibrary.org/obo/eco/gaf-eco-mapping-derived.txt) |
Expand All @@ -77,7 +77,7 @@ Header property | Example value | Comment
| 9 | <code><a name="Annotation_Date">Annotation_Date</a></code> | <code>[Date_Or_Date_Time](#Date_Or_Date_Time)</code>| `2019-01-30` | |
| 10 | <code><a name="Assigned_By">Assigned_By</a></code> | <code>[Prefix](#Prefix)</code>| `MGI` | |
| 11 | <code><a name="Annotation_Extensions">Annotation_Extensions</a></code> | <code>( [Extension_Conj](#Extension_Conj) ( '\|' [Extension_Conj](#Extension_Conj) )* )?</code>| `BFO:0000066(GO:0005829)` | |
| 12 | <code><a name="Annotation_Properties">Annotation_Properties</a></code> | <code>( [Property_Value_Pair](#Property_Value_Pair) ( '\|' [Property_Value_Pair](#Property_Value_Pair) )* )?</code>| `contributor-id=orcid:0000-0002-1478-7671` | Properties and values MUST come conform to the list in [GPAD annotation properties](#gpad-annotation-properties) |
| 12 | <code><a name="Annotation_Properties">Annotation_Properties</a></code> | <code>( [Property_Value_Pair](#Property_Value_Pair) ( '\|' [Property_Value_Pair](#Property_Value_Pair) )* )?</code>| `contributor-id=orcid:0000-0002-1478-7671` | Properties and values MUST conform to the list in [GPAD annotation properties](#gpad-annotation-properties) |

### GPI columns

Expand Down Expand Up @@ -112,7 +112,7 @@ Header property | Example value | Comment
| <code><a name="Property_Value">Property_Value</a></code> | <code>[Text](#Text)</code>| |
| <code><a name="ID">ID</a></code> | <code>[Prefix](#Prefix) ':' [Local_ID](#Local_ID)</code>| |
| <code><a name="Prefix">Prefix</a></code> | <code>[Alpha_Char](#Alpha_Char) [ID_Char](#ID_Char)*</code>| The [GO database registry](https://github.com/geneontology/go-site/blob/master/metadata/db-xrefs.yaml) contains a list of valid prefixes that can be used in GPAD or GPI files. Every identifier prefix used in a GPAD or GPI file MUST have an entry in the registry. |
| <code><a name="Local_ID">Local_ID</a></code> | <code>( [ID_Char](#ID_Char) \| ':' )+</code>| |
| <code><a name="Local_ID">Local_ID</a></code> | <code>( [ID_Char](#ID_Char) \| ':' \| '\/' )+</code>| |
| <code><a name="ID_Char">ID_Char</a></code> | <code>[Alpha_Char](#Alpha_Char) \| [Digit](#Digit) \| '_' \| '-' \| '.'</code>| |
| <code><a name="Date_Or_Date_Time">Date_Or_Date_Time</a></code> | <code>[Date](#Date) \| [Date_Time](#Date_Time)</code>| |
| <code><a name="Date">Date</a></code> | <code>YYYY-MM-DD</code>| Corresponds to [xsd:date](https://www.w3.org/TR/xmlschema-2/#date) without optional timezone (a subset of the ISO 8601 standard) |
Expand Down