Skip to content

Commit

Permalink
Add new provider for hgnc.symbol: cbgda (#1225)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Mufaddal Naguthanawala <m.nguthana@hotmail.com>
Co-authored-by: Ben Gyori <ben.gyori@gmail.com>
  • Loading branch information
3 people authored Nov 2, 2024
1 parent d9a9df5 commit 84581d5
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 @@ -49798,6 +49798,22 @@
"uri_format": "https://www.genenames.org/cgi-bin/gene_symbol_report?match=$1"
},
"providers": [
{
"code": "cbgda",
"description": "A database of key host genes involved in the pathogenesis of different diseases identified through genome-wide CRISPR screens",
"homepage": "http://cbgda.zhounan.org/main",
"name": "CRISPR Based Gene-Disease Associations",
"publications": [
{
"doi": "10.1093/database/baae077",
"pmc": "PMC11363955",
"pubmed": "39213392",
"title": "CBGDA: a manually curated resource for gene-disease associations based on genome-wide CRISPR",
"year": 2024
}
],
"uri_format": "http://cbgda.zhounan.org/geneinfo?gene=$1"
},
{
"code": "g2p",
"description": "A resource for linking genetic screening outputs to protein sequences and structures",
Expand Down

0 comments on commit 84581d5

Please sign in to comment.