Skip to content

Commit

Permalink
Add phosphosite.curation (#1137)
Browse files Browse the repository at this point in the history
* Add phosphosite.curation manually

* Fix URI key
  • Loading branch information
bgyori committed Jun 28, 2024
1 parent d27a17e commit 520b9cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -87371,6 +87371,20 @@
"uri_format": "http://kinase.bioinformatics.tw/showall.jsp?type=PhosphoProtein&info=Gene&name=$1&drawing=0&sorting=0&kinome=0"
}
},
"phosphosite.curation": {
"contributor": {
"email": "[email protected]",
"github": "bgyori",
"name": "Benjamin M. Gyori",
"orcid": "0000-0001-9439-5346"
},
"description": "PhosphoSite is a mammalian protein database that provides information about in vivo phosphorylation sites. This datatype refers to curation records that collect information extracted from specific publications.",
"example": "34665743",
"homepage": "https://www.phosphosite.org",
"name": "PhosphoSite Curation",
"pattern": "^\\d+$",
"uri_format": "https://www.phosphosite.org/curatedInfoAction.action?record=$1"
},
"phosphosite.protein": {
"biocontext": {
"prefix": "PHOSPHOSITE.PROTEIN"
Expand Down

0 comments on commit 520b9cd

Please sign in to comment.