Skip to content

Commit

Permalink
New prefix: PharmGKB Variant (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Jan 19, 2025
1 parent e591cfc commit 3bd2d2b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -90330,6 +90330,7 @@
"obsolete": false,
"prefix": "2651"
},
"license": "CC-BY-SA-4.0",
"mappings": {
"biocontext": "PHARMGKB.DISEASE",
"biolink": "PHARMGKB.DISEASE",
Expand Down Expand Up @@ -90417,6 +90418,7 @@
"obsolete": false,
"prefix": "2652"
},
"license": "CC-BY-SA-4.0",
"mappings": {
"biocontext": "PHARMGKB.DRUG",
"biolink": "PHARMGKB.DRUG",
Expand Down Expand Up @@ -90509,6 +90511,7 @@
"prefix": "PharmGKB",
"uri_format": "https://www.pharmgkb.org/do/serve?objId=$1"
},
"license": "CC-BY-SA-4.0",
"mappings": {
"biocontext": "PHARMGKB.GENE",
"biolink": "PHARMGKB.GENE",
Expand Down Expand Up @@ -90613,6 +90616,7 @@
"obsolete": false,
"prefix": "2650"
},
"license": "CC-BY-SA-4.0",
"mappings": {
"biocontext": "PHARMGKB.PATHWAYS",
"biolink": "PHARMGKB.PATHWAYS",
Expand Down Expand Up @@ -90692,6 +90696,22 @@
"uri_format": "https://www.pharmgkb.org/accession/$1"
}
},
"pharmgkb.variant": {
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "SNPs and other variants that can be mapped to dbSNP.",
"example": "PA166156302",
"github_request_issue": 1368,
"homepage": "https://www.pharmgkb.org",
"license": "CC-BY-SA-4.0",
"name": "PharmGKB Variant",
"pattern": "^PA\\d+$",
"uri_format": "https://www.pharmgkb.org/variant/$1"
},
"pharmvar": {
"contact": {
"email": "agaedigk@cmh.edu",
Expand Down

0 comments on commit 3bd2d2b

Please sign in to comment.