Skip to content

Commit

Permalink
Additional KEGG Prefixes (#374)
Browse files Browse the repository at this point in the history
* Update bioregistry.json

* Update bioregistry.json

* Update bioregistry.json
  • Loading branch information
cthoyt authored May 16, 2022
1 parent 046fe81 commit 2944ca0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -27542,6 +27542,27 @@
"prefix": "P665"
}
},
"kegg.dgroup": {
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": " KEGG DGROUP contains structurally and functionally related groups of D number entries in KEGG DRUG. There are five types of drug groups.\n\n Chemical - grouped as identical chemical structures with minor variations of salts, hydration states, etc.\n Structure - grouped as similar chemical structures having the same skeleton, etc.\n Target - grouped by drug targets\n Class - drug classes often representing similar mechanisms of action\n Metabolism - grouped by substrates, inhibitors and inducers of drug metabolizing enzymes and transporters\n\nChemical groups are often used for identifying essentially the same active ingredients of drugs in different countries.",
"example": "DG00301",
"homepage": "http://www.genome.jp/kegg/reaction/",
"name": "KEGG Drug Group",
"part_of": "kegg",
"pattern": "^DG\\d+$",
"references": [
"https://github.com/prefixcommons/prefixes/pull/4"
],
"synonyms": [
"KEGG_DGROUP",
"KEGG_DRUG_GROUP"
]
},
"kegg.disease": {
"mappings": {
"miriam": "kegg.disease",
Expand Down Expand Up @@ -27987,6 +28008,27 @@
"prefix": "P665"
}
},
"kegg.rclass": {
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "KEGG RCLASS contains classification of reactions based on the chemical structure transformation patterns of substrate-product pairs (reactant pairs), which are represented by the so-called RDM patterns.",
"example": "RC00001",
"homepage": "http://www.genome.jp/kegg/reaction/",
"name": "KEGG Reaction Class",
"part_of": "kegg",
"pattern": "^RC\\d+$",
"references": [
"https://github.com/prefixcommons/prefixes/pull/2"
],
"synonyms": [
"KEGG_RCLASS",
"KEGG_REACTION_CLASS"
]
},
"kegg.reaction": {
"go": {
"homepage": "http://www.genome.jp/kegg/reaction/",
Expand Down

0 comments on commit 2944ca0

Please sign in to comment.