Skip to content

Commit

Permalink
Add new provider for hgnc.symbol: g2p (#1228)
Browse files Browse the repository at this point in the history
Closes #1224 

This PR creates a new provider: `g2p` for the `hgnc.symbol` prefix

Co-authored-by: Mufaddal Naguthanawala <[email protected]>
  • Loading branch information
nagutm and Mufaddal Naguthanawala authored Oct 25, 2024
1 parent eef2cbc commit 1e95360
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -49649,6 +49649,22 @@
"uri_format": "https://www.genenames.org/cgi-bin/gene_symbol_report?match=$1"
},
"providers": [
{
"code": "g2p",
"description": "A resource for linking genetic screening outputs to protein sequences and structures",
"homepage": "https://g2p.broadinstitute.org/",
"name": "Genomics 2 Proteins Portal",
"publications": [
{
"doi": "10.1038/s41592-024-02409-0",
"pmc": "PMC11466821",
"pubmed": "39294369",
"title": "Genomics 2 Proteins portal: a resource and discovery tool for linking genetic screening outputs to protein sequences and structures",
"year": 2024
}
],
"uri_format": "https://g2p.broadinstitute.org/gene/$1"
},
{
"code": "depmap",
"description": "DepMap summary of the given gene",
Expand Down

0 comments on commit 1e95360

Please sign in to comment.