Skip to content

Commit

Permalink
Merge pull request #662 from geneontology/pgaudet-patch-66
Browse files Browse the repository at this point in the history
Update gene-product-information-gpi-format-20.md
  • Loading branch information
pgaudet authored Dec 3, 2024
2 parents adbdf52 + 87dd6dc commit 0719b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _docs/gene-product-information-gpi-format-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The group in the `generated-by` field must be present in the [dbxrefs.yaml file]
The file format comprises 11 tab-delimited fields. Fields with multiple values (for example, gene product synonyms) should separate values by pipes.
**Required fields are shown in bold.**

| **Column** | **Content** | | **Cardinality** | **Example 1**| **Example 2: isoform**| **Example 3: complex**
| **Column** | **Content** | **Cardinality** | **Example 1**| **Example 2: isoform**| **Example 3: complex**
|----------|---------|-------------|---------|--------|
| 1 | **[DB:DB_Object_ID](#1-dbdb-object-id "Definition and requirements for DB:DB_Object_ID (column 1)")** | 1 | UniProtKB:Q4VCS5| UniProtKB:Q4VCS5-1| SGD:S000217643
| 2 | **[DB_Object_Symbol](#2-db-object-symbol "Definition and requirements for DB Object Symbol (column 2)")** | 1 | AMOT| AMOT| CBF1:MET4:MET28
Expand All @@ -58,8 +58,8 @@ The file format comprises 11 tab-delimited fields. Fields with multiple values (
| 6 | **[DB_Object_Taxon](#6-db-object-taxon "Definition and requirements for DB Object Taxon (column 6)")** |1 | NCBITaxon:9606| NCBITaxon:9606| NCBITaxon:559292 | 
| 7 | **[Encoded_by](#7-encoded-by "Definition and requirements for Encoded by (column 7)")** | 0 or greater | HGNC:17810 | HGNC:17810 | | 
| 8 | **[Parent_Protein](#8-parent-protein "Definition and requirements for Parent Protein (column 8)")** | 0 or 1 | | UniProtKB:Q4VCS5 | | 
| 9 | **[Protein_Containing_Complex_Members](#9-protein-containing-complex-members "Definition and requirements for Protein Containing Complex Members (column 9)")** | 0 or greater | | | SGD:S000003821\|SGD:S000001456\|SGD:S000005047|
| 10 | **[DB_Xref(s)](#10-db-xrefs "Definition and requirements for DB_Xref(s) (column 10)")** | 0 or greater | NCBIGene:154796\|ENSEMBL:ENSG00000126016 | NCBIGene:154796\|ENSEMBL:ENSG00000126016 | ComplexPortal:CPX-1016
| 9 | **[Protein_Containing_Complex_Members](#9-protein-containing-complex-members "Definition and requirements for Protein Containing Complex Members (column 9)")** | 0 or greater | | | SGD:S000003821\|<br/>SGD:S000001456\|<br/>SGD:S000005047|
| 10 | **[DB_Xref(s)](#10-db-xrefs "Definition and requirements for DB_Xref(s) (column 10)")** | 0 or greater | NCBIGene:154796\|<br/>ENSEMBL:ENSG00000126016 | NCBIGene:154796\|<br/>ENSEMBL:ENSG00000126016 | ComplexPortal:CPX-1016
| 11 | **[Gene_Product_Properties](#11-gene-product-properties "Definition and requirements for Gene Product Properties (column 11)")** 0 or greater | db_subset=Swiss-Prot| | 


Expand Down

0 comments on commit 0719b9a

Please sign in to comment.