sb-phenopackets Gene [ ↗ ]

{S}[B] Status [i]
implemented
Provenance
Used by
Contributors
Source (v1.0.0)

Attributes

Type: object
Description: Gene identifier

Properties

PropertyType
alternateIdsarray of "string"
idstring
symbolstring

alternateIds

alternate identifiers

alternateIds Value Example
[
   "HGNC:3477"
]

id

The official gene identifier as designated by the organism gene nomenclature committee e.g. HGNC:3477 or MGI:2385071 Preferentially this should be a CURIE, however it is acceptable to use another equivalent resource identifier such as ENSG00000120705, uc003ldc.6 refere to - https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/HGNC:3477

id Value Example
"HGNC:3477"

symbol

The official gene symbol as designated by the organism gene nomenclature committee e.g. ETF1 or Etf1

symbol Value Example
"ETF1"

Gene Value Examples

{
   "id" : "HGNC:3477",
   "symbol" : "ETF1"
}
{
   "id" : "HGNC:3689",
   "symbol" : "FGFR2"
}