diff --git a/src/bioregistry/align/utils.py b/src/bioregistry/align/utils.py index fdaf90ed1..74f4a6c85 100644 --- a/src/bioregistry/align/utils.py +++ b/src/bioregistry/align/utils.py @@ -219,10 +219,12 @@ def get_curation_row(self, external_id, external_entry) -> Sequence[str]: rv.append("") elif isinstance(value, str): rv.append(value.strip()) + elif isinstance(value, bool): + rv.append("true" if value else "false") elif isinstance(value, (list, tuple, set)): rv.append("|".join(sorted(v.strip() for v in value))) else: - raise TypeError + raise TypeError(f"unexpected type in curation header: {value}") return rv def _iter_curation_rows(self) -> Iterable[Sequence[str]]: diff --git a/src/bioregistry/data/bioregistry.json b/src/bioregistry/data/bioregistry.json index 6a14f26ef..9f3f5b028 100644 --- a/src/bioregistry/data/bioregistry.json +++ b/src/bioregistry/data/bioregistry.json @@ -2959,9 +2959,22 @@ "description": "Website with general information about Arabidopsis and functionalities such as a genomic viewer", "homepage": "https://www.araport.org/", "mappings": { + "miriam": "tair.name", "ncbi": "Araport", "uniprot": "DB-0221" }, + "miriam": { + "deprecated": false, + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. The name of a Locus is unique and used by TAIR, TIGR, and MIPS.", + "homepage": "https://www.arabidopsis.org/index.jsp", + "id": "00000976", + "name": "TAIR gene name", + "namespaceEmbeddedInLui": false, + "pattern": "^AT.G[0-9]{5}$", + "prefix": "tair.name", + "sampleId": "AT5G05330", + "uri_format": "https://www.arabidopsis.org/servlets/TairObject?type=locus&name=$1" + }, "name": "Arabidopsis Information Portal", "ncbi": { "example": "AT1G01010", @@ -3151,7 +3164,7 @@ "namespaceEmbeddedInLui": true, "pattern": "^(ark\\:)/*[0-9A-Za-z]+(?:/[\\w/.=*+@\\$-]*)?(?:\\?.*)?$", "prefix": "ark", - "sampleId": "/12345/fk1234", + "sampleId": "/87924/r4154jq8h", "uri_format": "http://n2t.net/ark:$1" }, "n2t": { @@ -7892,7 +7905,7 @@ "id": "00000694", "name": "BioStudies database", "namespaceEmbeddedInLui": false, - "pattern": "^S-[A-Z]{4}[A-Z\\d\\-]+$", + "pattern": "^S-[A-Z]{4}[\\-\\_A-Z\\d]+$", "prefix": "biostudies", "sampleId": "S-EPMC6266652", "uri_format": "https://www.ebi.ac.uk/biostudies/studies/$1" @@ -10575,7 +10588,7 @@ "id": "00000234", "name": "Cell Cycle Ontology", "namespaceEmbeddedInLui": true, - "pattern": "^CCO\\:\\w+$", + "pattern": "^CCO:\\w+$", "prefix": "cco", "sampleId": "0000003", "uri_format": "https://www.ebi.ac.uk/ols/ontologies/cco/terms?obo_id=CCO:$1" @@ -13915,6 +13928,23 @@ ], "uri_format": "http://classyfire.wishartlab.com/tax_nodes/C$1" }, + "clb": { + "mappings": { + "miriam": "clb" + }, + "miriam": { + "deprecated": false, + "description": "ChecklistBank is an index and repository for taxonomic and nomenclatural datasets", + "homepage": "https://www.checklistbank.org", + "id": "00000964", + "name": "ChecklistBank", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]+(LR)?$", + "prefix": "clb", + "sampleId": "1010", + "uri_format": "https://www.checklistbank.org/dataset/$1" + } + }, "cldb": { "biocontext": { "is_identifiers": true, @@ -16841,6 +16871,32 @@ "no_own_terms": true, "repository": "https://github.com/MIT-LCP/mimic-omop" }, + "col": { + "mappings": { + "miriam": "col" + }, + "miriam": { + "deprecated": false, + "description": "Identifier of a taxon or synonym in the Catalogue of Life", + "homepage": "https://www.checklistbank.org", + "id": "00000969", + "name": "Catalogue of Life", + "namespaceEmbeddedInLui": false, + "pattern": "^[23456789BCDFGHJKLMNPQRSTVWXYZ]{1,6}$", + "prefix": "col", + "providers": [ + { + "code": "col", + "description": "The Catalogue of Life website providing a view onto the latest release of the COL Checklist.", + "homepage": "https://www.catalogueoflife.org", + "name": "Catalogue of Life (COL)", + "uri_format": "https://www.catalogueoflife.org/data/taxon/$1" + } + ], + "sampleId": "4QHKG", + "uri_format": "https://www.checklistbank.org/dataset/3LR/taxon/$1" + } + }, "col.taiwan": { "contributor": { "email": "meghan.balk@gmail.com", @@ -38105,7 +38161,7 @@ "mappings": { "biocontext": "GRAMENE.GROWTHSTAGE", "bioportal": "GRO-CPGA", - "miriam": "gramene.growthstage", + "miriam": "gro", "n2t": "gramene.growthstage", "obofoundry": "gro", "prefixcommons": "gramene.po" @@ -38117,8 +38173,8 @@ "id": "00000508", "name": "Gramene Growth Stage Ontology", "namespaceEmbeddedInLui": true, - "pattern": "^GRO\\:\\d+$", - "prefix": "gramene.growthstage", + "pattern": "^GRO:\\d+$", + "prefix": "gro", "sampleId": "0007133", "uri_format": "http://www.gramene.org/db/ontology/search?id=GRO:$1" }, @@ -53377,7 +53433,7 @@ "prefixcommons": "aclame" }, "miriam": { - "deprecated": false, + "deprecated": true, "description": "ACLAME is a database dedicated to the collection and classification of mobile genetic elements (MGEs) from various sources, comprising all known phage genomes, plasmids and transposons.", "homepage": "http://aclame.ulb.ac.be/", "id": "00000063", @@ -64624,7 +64680,7 @@ "namespaceEmbeddedInLui": true, "pattern": "^HOG:[0-9]{7}(\\.[0-9a-z.]+)?(_[0-9]+)?$", "prefix": "oma.hog", - "sampleId": "HOG:0459895", + "sampleId": "0459895", "uri_format": "https://omabrowser.org/oma/hog/resolve/HOG:$1/" }, "pattern": "^[0-9]{7}(\\.[0-9a-z.]+)?(_[0-9]+)?$", @@ -81363,6 +81419,23 @@ "name": "Scholia Registry", "uri_format": "https://bioregistry.io/metaregistry/scholia/$1" }, + "sciflection": { + "mappings": { + "miriam": "sciflection" + }, + "miriam": { + "deprecated": false, + "description": "Sciflection is a public repository for experiments and associated spectra, usually uploaded from Electronic Lab Notebooks, shared under FAIR conditions", + "homepage": "https://sciformation.com/sciflection.html", + "id": "00000973", + "name": "Sciflection", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$", + "prefix": "sciflection", + "sampleId": "5ede4273-b26c-4ea4-adb7-3ce294ab3397", + "uri_format": "https://sciflection.com/$1" + } + }, "scomp": { "contributor": { "email": "cthoyt@gmail.com", @@ -83656,6 +83729,23 @@ "pattern": "^SKIP\\d+$", "uri_format": "https://skip.stemcellinformatics.org/SKIPSearch/cell_line_detail?accession=$1" }, + "skm": { + "mappings": { + "miriam": "skm" + }, + "miriam": { + "deprecated": false, + "description": "Stress Knowledge Map (SKM, available at https://skm.nib.si) is a knowledge graph resulting from the integration of dispersed published information on plant molecular responses to biotic and abiotic stressors. ", + "homepage": "http://www.nib.si/eng/", + "id": "00000968", + "name": "Stress Knowledge Map", + "namespaceEmbeddedInLui": false, + "pattern": "^rx[0-9]{5}$", + "prefix": "skm", + "sampleId": "rx00408", + "uri_format": "https://skm.nib.si/api/pss/reactions?reaction_id=$1&return_field=summary" + } + }, "skos": { "aberowl": { "description": "This file is imported by vivo-core-1.5.owl. It contains terms relating to concepts from the http://www.w3.org/2004/02/skos/core# namespace of the SKOS (Simple Knowledge Organization System) ontology that are included in the vivo ontology.", diff --git a/src/bioregistry/data/external/miriam/processed.json b/src/bioregistry/data/external/miriam/processed.json index 3d16e4b12..bfd7e886d 100644 --- a/src/bioregistry/data/external/miriam/processed.json +++ b/src/bioregistry/data/external/miriam/processed.json @@ -281,7 +281,7 @@ "namespaceEmbeddedInLui": true, "pattern": "^(ark\\:)/*[0-9A-Za-z]+(?:/[\\w/.=*+@\\$-]*)?(?:\\?.*)?$", "prefix": "ark", - "sampleId": "/12345/fk1234", + "sampleId": "/87924/r4154jq8h", "uri_format": "http://n2t.net/ark:$1" }, "arrayexpress": { @@ -960,7 +960,7 @@ "id": "00000694", "name": "BioStudies database", "namespaceEmbeddedInLui": false, - "pattern": "^S-[A-Z]{4}[A-Z\\d\\-]+$", + "pattern": "^S-[A-Z]{4}[\\-\\_A-Z\\d]+$", "prefix": "biostudies", "sampleId": "S-EPMC6266652", "uri_format": "https://www.ebi.ac.uk/biostudies/studies/$1" @@ -1302,7 +1302,7 @@ "id": "00000234", "name": "Cell Cycle Ontology", "namespaceEmbeddedInLui": true, - "pattern": "^CCO\\:\\w+$", + "pattern": "^CCO:\\w+$", "prefix": "cco", "sampleId": "0000003", "uri_format": "https://www.ebi.ac.uk/ols/ontologies/cco/terms?obo_id=CCO:$1" @@ -3804,18 +3804,6 @@ "sampleId": "GR:0080039", "uri_format": "http://www.gramene.org/db/genes/search_gene?acc=$1" }, - "gramene.growthstage": { - "deprecated": false, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This collection refers to growth stage ontology information in Gramene.", - "homepage": "http://www.gramene.org/", - "id": "00000508", - "name": "Gramene Growth Stage Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^GRO\\:\\d+$", - "prefix": "gramene.growthstage", - "sampleId": "0007133", - "uri_format": "http://www.gramene.org/db/ontology/search?id=GRO:$1" - }, "gramene.protein": { "deprecated": false, "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to proteins in Gramene.", @@ -3888,6 +3876,18 @@ "sampleId": "19333", "uri_format": "http://www.ars-grin.gov/cgi-bin/npgs/html/taxon.pl?$1" }, + "gro": { + "deprecated": false, + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This collection refers to growth stage ontology information in Gramene.", + "homepage": "http://www.gramene.org/", + "id": "00000508", + "name": "Gramene Growth Stage Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^GRO:\\d+$", + "prefix": "gro", + "sampleId": "0007133", + "uri_format": "http://www.gramene.org/db/ontology/search?id=GRO:$1" + }, "grsdb": { "deprecated": false, "description": "GRSDB is a database of G-quadruplexes and contains information on composition and distribution of putative Quadruplex-forming G-Rich Sequences (QGRS) mapped in the eukaryotic pre-mRNA sequences, including those that are alternatively processed (alternatively spliced or alternatively polyadenylated). The data stored in the GRSDB is based on computational analysis of NCBI Entrez Gene entries and their corresponding annotated genomic nucleotide sequences of RefSeq/GenBank.", @@ -5762,7 +5762,7 @@ "uri_format": "https://www.metabolome-express.org/datasetview.php?datasetid=$1" }, "mge": { - "deprecated": false, + "deprecated": true, "description": "ACLAME is a database dedicated to the collection and classification of mobile genetic elements (MGEs) from various sources, comprising all known phage genomes, plasmids and transposons.", "homepage": "http://aclame.ulb.ac.be/", "id": "00000063", @@ -6953,7 +6953,7 @@ "namespaceEmbeddedInLui": true, "pattern": "^HOG:[0-9]{7}(\\.[0-9a-z.]+)?(_[0-9]+)?$", "prefix": "oma.hog", - "sampleId": "HOG:0459895", + "sampleId": "0459895", "uri_format": "https://omabrowser.org/oma/hog/resolve/HOG:$1/" }, "oma.protein": { @@ -9243,6 +9243,18 @@ "sampleId": "2200950", "uri_format": "http://www.arabidopsis.org/servlets/TairObject?accession=Locus:$1" }, + "tair.name": { + "deprecated": false, + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. The name of a Locus is unique and used by TAIR, TIGR, and MIPS.", + "homepage": "https://www.arabidopsis.org/index.jsp", + "id": "00000976", + "name": "TAIR gene name", + "namespaceEmbeddedInLui": false, + "pattern": "^AT.G[0-9]{5}$", + "prefix": "tair.name", + "sampleId": "AT5G05330", + "uri_format": "https://www.arabidopsis.org/servlets/TairObject?type=locus&name=$1" + }, "tair.protein": { "deprecated": false, "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. This provides protein information for a given gene model and provides links to other sources such as UniProtKB and GenPept", diff --git a/src/bioregistry/data/external/miriam/raw.json b/src/bioregistry/data/external/miriam/raw.json index b98c1b592..bb651d12b 100644 --- a/src/bioregistry/data/external/miriam/raw.json +++ b/src/bioregistry/data/external/miriam/raw.json @@ -4,1271 +4,1179 @@ "payload": { "namespaces": [ { - "created": "2019-06-11T14:15:26.925+0000", + "created": "2019-06-11T14:15:50.652+0000", "deprecated": false, "deprecationDate": null, - "description": "Chemical Entities of Biological Interest (ChEBI) is a freely available dictionary of molecular entities focused on 'small' chemical compounds.", - "id": 1, - "mirId": "MIR:00000002", - "modified": "2019-06-11T14:15:26.925+0000", - "name": "ChEBI", - "namespaceEmbeddedInLui": true, - "pattern": "^CHEBI:\\d+$", - "prefix": "chebi", + "description": "3DMET is a database collecting three-dimensional structures of natural metabolites.", + "id": 230, + "mirId": "MIR:00000066", + "modified": "2019-06-11T14:15:50.652+0000", + "name": "3DMET", + "namespaceEmbeddedInLui": false, + "pattern": "^B\\d{5}$", + "prefix": "3dmet", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChEBI (Chemical Entities of Biological Interest)", - "id": 3, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100009", - "name": "ChEBI (Chemical Entities of Biological Interest)", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/chebi/", - "sampleId": "36927", - "urlPattern": "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "ChEBI through OLS", - "id": 4, + "description": "3DMET database", + "id": 232, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The National Institute of Agrobiological Sciences (NIAS) is the largest agricultural research institute in Japan for basic life sciences. As a major research institute of the Ministry of Agriculture, Forestry and Fisheries (MAFF), it was formerly known as the National Institute of Agrobiological Resources (NIAR) until it was re-established as an independent administrative institution in April 1, 2001. The institute focuses on understanding the biological phenomena of agriculturally important plants, insects, microbes and animals to create innovative technologies, and eventually contribute to the solution of global issues such as food shortage due to rapid population growth and environmental problems due to climate change", + "homeUrl": "http://www.naro.affrc.go.jp/archive/nias/index_e.html", + "id": 231, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "National Institute of Agrobiological Sciences", + "rorId": "https://ror.org/01786mp71" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100158", - "name": "ChEBI through OLS", + "mirId": "MIR:00100095", + "name": "3DMET database", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/chebi", - "sampleId": "36927", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/chebi/terms?obo_id=CHEBI:{$id}" - }, + "providerCode": "nias", + "resourceHomeUrl": "http://www.3dmet.dna.affrc.go.jp/", + "sampleId": "B00162", + "urlPattern": "http://www.3dmet.dna.affrc.go.jp/cgi/show_data.php?acc={$id}" + } + ], + "sampleId": "B00162" + }, + { + "created": "2022-02-27T20:31:54.933+0000", + "deprecated": false, + "deprecationDate": null, + "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3152, + "mirId": "MIR:00001020", + "modified": "2022-02-27T20:31:54.933+0000", + "name": "BioData Catalyst", + "namespaceEmbeddedInLui": false, + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "4503", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChEBI through BioPortal", - "id": 6, + "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3153, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 3145, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Open Commons Consortium ", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100565", - "name": "ChEBI through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/CHEBI", - "sampleId": "36927", - "urlPattern": "http://purl.bioontology.org/ontology/CHEBI/CHEBI:{$id}" + "mirId": "MIR:00000921", + "name": "BioData Catalyst", + "official": true, + "providerCode": "dg.4503", + "resourceHomeUrl": "https://gen3.biodatacatalyst.nhlbi.nih.gov/", + "sampleId": "3dab719c-1fa0-461b-a543-5f0e564a9be4", + "urlPattern": "https://gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "36927" + "sampleId": "3dab719c-1fa0-461b-a543-5f0e564a9be4" }, { - "created": "2019-06-11T14:15:28.483+0000", + "created": "2021-08-05T19:25:24.806+0000", "deprecated": false, "deprecationDate": null, - "description": "The Enzyme Classification contains the recommendations of the Nomenclature Committee of the International Union of Biochemistry and Molecular Biology on the nomenclature and classification of enzyme-catalysed reactions.", - "id": 13, - "mirId": "MIR:00000004", - "modified": "2019-06-11T14:15:28.483+0000", - "name": "Enzyme Nomenclature", + "description": "The 4D Nucleome Data Portal hosts data generated by the 4DN Network and other reference nucleomics data sets. The 4D Nucleome Network aims to understand the principles underlying nuclear organization in space and time, the role nuclear organization plays in gene expression and cellular function, and how changes in nuclear organization affect normal development as well as various diseases.", + "id": 2746, + "mirId": "MIR:00000833", + "modified": "2021-08-05T19:25:24.806+0000", + "name": "4D Nucleome", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+\\.-\\.-\\.-|\\d+\\.\\d+\\.-\\.-|\\d+\\.\\d+\\.\\d+\\.-|\\d+\\.\\d+\\.\\d+\\.(n)?\\d+$", - "prefix": "ec-code", + "pattern": "^4DN[A-Z]{2}[A-Z0-9]{7}$", + "prefix": "4dn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IntEnZ (Integrated relational Enzyme database)", - "id": 14, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100001", - "name": "IntEnZ (Integrated relational Enzyme database)", - "official": false, - "providerCode": "intenz", - "resourceHomeUrl": "https://www.ebi.ac.uk/intenz/", - "sampleId": "1.1.1.1", - "urlPattern": "https://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "KEGG Ligand Database for Enzyme Nomenclature", - "id": 16, + "description": "4D Nucleome Data Coordination and Integration Center at the Department of Biomedical Informatics, Harvard Medical School", + "id": 2747, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 15, + "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They’ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", + "homeUrl": "https://hms.harvard.edu/", + "id": 2745, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Harvard Medical School", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100002", - "name": "KEGG Ligand Database for Enzyme Nomenclature", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/dbget-bin/www_bfind?enzyme", - "sampleId": "1.1.1.1", - "urlPattern": "https://www.genome.jp/dbget-bin/www_bget?ec:{$id}" - }, + "mirId": "MIR:00000832", + "name": "4DN-DCIC (4D Nucleome Data Coordination and Integration Center)", + "official": true, + "providerCode": "4dn", + "resourceHomeUrl": "https://data.4dnucleome.org/", + "sampleId": "4DNES265ETYQ", + "urlPattern": "https://data.4dnucleome.org/{$id}" + } + ], + "sampleId": "4DNES265ETYQ" + }, + { + "created": "2022-02-27T20:34:03.581+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Helping to End Addiction Long-termSM Initiative, or NIH HEAL InitiativeSM, will support the Justice Community Opioid Innovation Network (JCOIN) to study approaches to increase high-quality care for people with opioid misuse and OUD in justice settings. JCOIN will test strategies to expand effective treatment and care in partnership with local and state justice systems and community-based treatment providers.", + "id": 3174, + "mirId": "MIR:00000934", + "modified": "2022-02-27T20:34:03.581+0000", + "name": "JCOIN Portal", + "namespaceEmbeddedInLui": false, + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "6vts", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ExploreEnz at Trinity College", - "id": 20, + "description": "The Helping to End Addiction Long-termSM Initiative, or NIH HEAL InitiativeSM, will support the Justice Community Opioid Innovation Network (JCOIN) to study approaches to increase high-quality care for people with opioid misuse and OUD in justice settings. JCOIN will test strategies to expand effective treatment and care in partnership with local and state justice systems and community-based treatment providers.", + "id": 3175, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 19, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Trinity College, Dublin", + "name": "Open Commons Consortium", "rorId": null }, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100308", - "name": "ExploreEnz at Trinity College", - "official": false, - "providerCode": "expenz", - "resourceHomeUrl": "http://www.enzyme-database.org/", - "sampleId": "1.1.1.1", - "urlPattern": "http://www.enzyme-database.org/query.php?ec={$id}" - }, + "mirId": "MIR:00000933", + "name": "JCOIN Portal", + "official": true, + "providerCode": "dg.6VTS", + "resourceHomeUrl": "https://jcoin.datacommons.io/", + "sampleId": "005bf193-fa93-44c0-9b2b-9b039f94d692", + "urlPattern": "https://jcoin.datacommons.io/ga4gh/drs/v1/objects/{$id}" + } + ], + "sampleId": "005bf193-fa93-44c0-9b2b-9b039f94d692" + }, + { + "created": "2019-06-11T14:16:43.224+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The database of Annotated regulatory Binding Sites (from orthologous promoters), ABS, is a public database of known binding sites identified in promoters of orthologous vertebrate genes that have been manually curated from bibliography.", + "id": 814, + "mirId": "MIR:00000277", + "modified": "2019-06-11T14:16:43.224+0000", + "name": "ABS", + "namespaceEmbeddedInLui": false, + "pattern": "^A\\d+$", + "prefix": "abs", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Enzyme Portal through EMBL-EBI", - "id": 22, + "description": "ABS at IMIM", + "id": 816, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 21, + "id": 815, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "name": "Enzyme Portal at European Bioinformatics Institute, Hinxton, Cambridge", + "name": "Institut Municipal d'Investigació Mèdica, Barcelona", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "mirId": "MIR:00100835", - "name": "Enzyme Portal through EMBL-EBI", + "mirId": "MIR:00100358", + "name": "ABS at IMIM", "official": false, - "providerCode": "enzymeportal", - "resourceHomeUrl": "https://www.ebi.ac.uk/enzymeportal", - "sampleId": "1.1.1.1", - "urlPattern": "https://www.ebi.ac.uk/enzymeportal/ec/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://genome.crg.es/datasets/abs2005/", + "sampleId": "A0014", + "urlPattern": "http://genome.crg.es/datasets/abs2005/entries/{$id}.html" + } + ], + "sampleId": "A0014" + }, + { + "created": "2019-06-11T14:16:44.374+0000", + "deprecated": false, + "deprecationDate": null, + "description": "AceView provides a curated sequence representation of all public mRNA sequences (mRNAs from GenBank or RefSeq, and single pass cDNA sequences from dbEST and Trace). These are aligned on the genome and clustered into a minimal number of alternative transcript variants and grouped into genes. In addition, alternative features such as promoters, and expression in tissues is recorded. This collection references C. elegans genes and expression.", + "id": 829, + "mirId": "MIR:00000282", + "modified": "2019-06-11T14:16:44.374+0000", + "name": "Aceview Worm", + "namespaceEmbeddedInLui": false, + "pattern": "^[a-z0-9-]+$", + "prefix": "aceview.worm", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Enzyme nomenclature database, ExPASy (Expert Protein Analysis System)", - "id": 18, + "description": "AceView Worm at NCBI", + "id": 830, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100003", - "name": "Enzyme nomenclature database, ExPASy (Expert Protein Analysis System)", + "mirId": "MIR:00100363", + "name": "AceView Worm at NCBI", "official": false, - "providerCode": "expasy", - "resourceHomeUrl": "https://enzyme.expasy.org/", - "sampleId": "1.1.1.1", - "urlPattern": "https://enzyme.expasy.org/EC/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/index.html?worm", + "sampleId": "aap-1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/av.cgi?db=worm&c=Gene&l={$id}" } ], - "sampleId": "1.1.1.1" + "sampleId": "aap-1" }, { - "created": "2019-06-11T14:15:29.457+0000", + "created": "2019-06-11T14:18:17.878+0000", "deprecated": false, "deprecationDate": null, - "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. Besides amino acid sequence and a description, it also provides taxonomic data and citation information.", - "id": 23, - "mirId": "MIR:00000005", - "modified": "2019-06-11T14:15:29.457+0000", - "name": "UniProt Knowledgebase", + "description": "Addgene is a non-profit plasmid repository. Addgene facilitates the exchange of genetic material between laboratories by offering plasmids and their associated cloning data to not-for-profit laboratories around the world.", + "id": 1870, + "mirId": "MIR:00000675", + "modified": "2019-06-11T14:18:17.878+0000", + "name": "Addgene Plasmid Repository", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9]([A-Z][A-Z, 0-9][A-Z, 0-9][0-9]){1,2})|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\.\\d+)?$", - "prefix": "uniprot", + "pattern": "^[0-9]{5}(-[a-zA-Z0-9-]{0,7})?$|^[0-9]{10}$", + "prefix": "addgene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniProt through NCBI", - "id": 27, + "description": "Addgene Plasmid Repository", + "id": 1872, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Addgene is a global, nonprofit repository that was created to help scientists share plasmids. Plasmids are DNA-based research reagents commonly used in the life sciences. When scientists publish research papers, they deposit their associated plasmids at Addgene. Then, when other scientists read the publication, they have easy access to the plasmids needed to conduct future experiments.", + "homeUrl": "https://www.addgene.org", + "id": 1871, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Addgene", + "rorId": "https://ror.org/01nn1pw54" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100330", - "name": "UniProt through NCBI", + "mirId": "MIR:00100899", + "name": "Addgene Plasmid Repository", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein/", - "sampleId": "P0DP23", - "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://addgene.org/", + "sampleId": "50943", + "urlPattern": "http://addgene.org/{$id}" + } + ], + "sampleId": "50943" + }, + { + "created": "2019-06-11T14:17:32.366+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Animal Diversity Web (ADW) is an online database of animal natural history, distribution, classification, and conservation biology.", + "id": 1395, + "mirId": "MIR:00000492", + "modified": "2019-06-11T14:17:32.366+0000", + "name": "Animal Diversity Web", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z_a-z]+$", + "prefix": "adw", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Universal Protein Resource using Persistent URL system", - "id": 25, + "description": "Animal Diversity Web at University of Michigan", + "id": 1397, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 24, + "id": 1396, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "UniProt Consortium", + "name": "University of Michigan Museum of Zoology, Ann Arbor, Michigan", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100164", - "name": "Universal Protein Resource using Persistent URL system", - "official": true, + "mirId": "MIR:00100633", + "name": "Animal Diversity Web at University of Michigan", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.uniprot.org/", - "sampleId": "P0DP23", - "urlPattern": "http://purl.uniprot.org/uniprot/{$id}" + "resourceHomeUrl": "https://animaldiversity.org/", + "sampleId": "Lycalopex_vetulus", + "urlPattern": "https://animaldiversity.org/accounts/{$id}/" } ], - "sampleId": "P0DP23" + "sampleId": "Lycalopex_vetulus" }, { - "created": "2019-06-11T14:15:29.882+0000", + "created": "2019-06-11T14:17:10.647+0000", "deprecated": false, "deprecationDate": null, - "description": "The taxonomy contains the relationships between all living forms for which nucleic acid or protein sequence have been determined.", - "id": 28, - "mirId": "MIR:00000006", - "modified": "2019-06-11T14:15:29.882+0000", - "name": "Taxonomy", + "description": "An Affymetrix ProbeSet is a collection of up to 11 short (~22 nucleotide) microarray probes designed to measure a single gene or a family of genes as a unit. Multiple probe sets may be available for each gene under consideration.", + "id": 1142, + "mirId": "MIR:00000394", + "modified": "2019-06-11T14:17:10.647+0000", + "name": "Affymetrix Probeset", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "taxonomy", + "pattern": "\\d{4,}((_[asx])?_at)?", + "prefix": "affy.probeset", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI Taxonomy", - "id": 29, + "description": "Affymetrix ProbeSet in Santa Clara", + "id": 1144, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Thermo Fisher Scientific provides innovative Affymetrix™ products, tools, and resources that help advance the work of researchers via microarray analysis", + "homeUrl": "https://www.thermofisher.com/uk/en/home/life-science/microarray-analysis.html", + "id": 1143, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Affymetrix", + "rorId": "https://ror.org/012kjw534" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100007", - "name": "NCBI Taxonomy", + "mirId": "MIR:00100514", + "name": "Affymetrix ProbeSet in Santa Clara", "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Taxonomy/", - "sampleId": "9606", - "urlPattern": "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.affymetrix.com/", + "sampleId": "243002_at", + "urlPattern": "https://www.affymetrix.com/LinkServlet?probeset={$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Taxonomy through UniProt PURL", - "id": 30, + "description": "Bio2RDF", + "id": 1145, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 24, + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "UniProt Consortium", + "name": "Bio2RDF.org", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100019", - "name": "Taxonomy through UniProt PURL", + "mirId": "MIR:00100672", + "name": "Bio2RDF", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.uniprot.org/taxonomy/", - "sampleId": "9606", - "urlPattern": "https://purl.uniprot.org/taxonomy/{$id}" - }, + "resourceHomeUrl": "http://cu.affymetrix.bio2rdf.org/fct/", + "sampleId": "243002_at", + "urlPattern": "http://cu.affymetrix.bio2rdf.org/describe/?url=http://bio2rdf.org/affymetrix:{$id}" + } + ], + "sampleId": "243002_at" + }, + { + "created": "2019-06-11T14:17:14.756+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Assembling the Fungal Tree of Life (AFTOL) project is dedicated to significantly enhancing our understanding of the evolution of the Kingdom Fungi, which represents one of the major clades of life. There are roughly 80,000 described species of Fungi, but the actual diversity in the group has been estimated to be about 1.5 million species.", + "id": 1192, + "mirId": "MIR:00000411", + "modified": "2019-06-11T14:17:14.756+0000", + "name": "AFTOL", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "aftol.taxonomy", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "European Nucleotide Archive (ENA)", - "id": 31, + "description": "AFTOL at University of Minnesota", + "id": 1194, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1193, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department of Plant Biology, University of Minnesota, Minnesota", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100299", - "name": "European Nucleotide Archive (ENA)", + "mirId": "MIR:00100533", + "name": "AFTOL at University of Minnesota", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", - "sampleId": "9606", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/Taxon:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://aftol.org/data.php", + "sampleId": "959", + "urlPattern": "http://wasabi.lutzonilab.net/pub/displayTaxonInfo?aftol_id={$id}" + } + ], + "sampleId": "959" + }, + { + "created": "2019-06-11T14:17:56.660+0000", + "deprecated": false, + "deprecationDate": null, + "description": "AGRICOLA (AGRICultural OnLine Access) serves as the catalog and index to the collections of the National Agricultural Library, as well as a primary public source for world-wide access to agricultural information. The database covers materials in all formats and periods, including printed works from as far back as the 15th century.", + "id": 1638, + "mirId": "MIR:00000589", + "modified": "2019-06-11T14:17:56.660+0000", + "name": "AGRICOLA", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "agricola", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioPortal", - "id": 32, + "description": "AGRICOLA at National Agricultural Library", + "id": 1640, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1639, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "National Agricultural Library, United States Department of Agriculture", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100507", - "name": "BioPortal", + "mirId": "MIR:00100789", + "name": "AGRICOLA at National Agricultural Library", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/NCBITAXON", - "sampleId": "9606", - "urlPattern": "http://purl.bioontology.org/ontology/NCBITAXON/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://agricola.nal.usda.gov/", + "sampleId": "50018", + "urlPattern": "http://ddr.nal.usda.gov/dspace/handle/10113/{$id}" + } + ], + "sampleId": "50018" + }, + { + "created": "2019-06-11T14:16:55.214+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Allergome is a repository of data related to all IgE-binding compounds. Its purpose is to collect a list of allergenic sources and molecules by using the widest selection criteria and sources.", + "id": 958, + "mirId": "MIR:00000334", + "modified": "2019-06-11T14:16:55.214+0000", + "name": "Allergome", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "allergome", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI Taxonomy through OLS", - "id": 35, + "description": "Allergome at Rome", + "id": 960, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 959, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Center for Clinical and Experimental Allergology, Rome", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100770", - "name": "NCBI Taxonomy through OLS", + "mirId": "MIR:00100429", + "name": "Allergome at Rome", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/", - "sampleId": "9606", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/terms?short_form=NCBITaxon_{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.allergome.org/", + "sampleId": "1948", + "urlPattern": "http://www.allergome.org/script/dettaglio.php?id_molecule={$id}" + } + ], + "sampleId": "1948" + }, + { + "created": "2019-06-11T14:16:12.793+0000", + "deprecated": false, + "deprecationDate": null, + "description": "AmoebaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 466, + "mirId": "MIR:00000148", + "modified": "2019-06-11T14:16:12.793+0000", + "name": "AmoebaDB", + "namespaceEmbeddedInLui": false, + "pattern": "^EDI_\\d+$", + "prefix": "amoebadb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bio2RDF", - "id": 34, + "description": "AmoebaDB at EuPathDB", + "id": 468, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 467, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Bio2RDF.org", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100695", - "name": "Bio2RDF", - "official": false, + "mirId": "MIR:00100193", + "name": "AmoebaDB at EuPathDB", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bio2rdf.org/", - "sampleId": "9606", - "urlPattern": "https://bio2rdf.org/taxonomy:{$id}" + "resourceHomeUrl": "http://amoebadb.org/amoeba/", + "sampleId": "EDI_244000", + "urlPattern": "https://amoebadb.org/amoeba/app/record/gene/{$id}" } ], - "sampleId": "9606" + "sampleId": "EDI_244000" }, { - "created": "2019-06-11T14:15:30.877+0000", + "created": "2019-06-11T14:17:38.379+0000", "deprecated": false, "deprecationDate": null, - "description": "BioModels Database is a data resource that allows biologists to store, search and retrieve published mathematical models of biological interests.", - "id": 36, - "mirId": "MIR:00000007", - "modified": "2019-06-11T14:15:30.877+0000", - "name": "BioModels Database", + "description": "The Antibody Registry provides identifiers for antibodies used in publications. It lists commercial antibodies from numerous vendors, each assigned with a unique identifier. Unlisted antibodies can be submitted by providing the catalog number and vendor information.", + "id": 1456, + "mirId": "MIR:00000516", + "modified": "2019-06-11T14:17:38.379+0000", + "name": "Antibody Registry", "namespaceEmbeddedInLui": false, - "pattern": "^((BIOMD|MODEL)\\d{10})|(BMID\\d{12})$", - "prefix": "biomodels.db", + "pattern": "^\\d{6}$", + "prefix": "antibodyregistry", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioModels Database", - "id": 37, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100006", - "name": "BioModels Database", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/biomodels/", - "sampleId": "BIOMD0000000048", - "urlPattern": "https://www.ebi.ac.uk/biomodels/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Caltech mirror", - "id": 39, + "description": "Antibody Registry at University of California", + "id": 1458, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 38, + "id": 1457, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "California Institute of Technology", + "name": "Neuroscience Information Framework, University of California, San Diego, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100107", - "name": "Caltech mirror", + "mirId": "MIR:00100664", + "name": "Antibody Registry at University of California", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://biomodels.caltech.edu/", - "sampleId": "BIOMD0000000048", - "urlPattern": "http://biomodels.caltech.edu/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "BioModels through OmicsDI", - "id": 40, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100855", - "name": "BioModels through OmicsDI", - "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "BIOMD0000000048", - "urlPattern": "https://www.omicsdi.org/dataset/biomodels/{$id}" + "resourceHomeUrl": "http://antibodyregistry.org/", + "sampleId": "493771", + "urlPattern": "http://antibodyregistry.org/AB_{$id}" } ], - "sampleId": "BIOMD0000000048" + "sampleId": "493771" }, { - "created": "2019-06-11T14:15:31.658+0000", + "created": "2019-06-11T14:16:12.204+0000", "deprecated": false, "deprecationDate": null, - "description": "The International Classification of Diseases is the international standard diagnostic classification for all general epidemiological and many health management purposes.", - "id": 43, - "mirId": "MIR:00000009", - "modified": "2019-06-11T14:15:31.658+0000", - "name": "ICD", + "description": "AntWeb is a website documenting the known species of ants, with records for each species linked to their geographical distribution, life history, and includes pictures.", + "id": 459, + "mirId": "MIR:00000146", + "modified": "2019-06-11T14:16:12.204+0000", + "name": "AntWeb", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]\\d+(\\.[-\\d+])?$", - "prefix": "icd", + "pattern": "^casent\\d+(\\-D\\d+)?$", + "prefix": "antweb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "International Statistical Classification of Diseases and Related Health Problems", - "id": 45, + "description": "AntWeb at California Academy of Sciences", + "id": 461, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 44, + "id": 460, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "German Institute of Medical Documentation and Information", + "name": "California Academy of Sciences, Goldengate Park, San Francisco", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100016", - "name": "International Statistical Classification of Diseases and Related Health Problems", + "mirId": "MIR:00100190", + "name": "AntWeb at California Academy of Sciences", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.who.int/classifications/icd/en/", - "sampleId": "C34", - "urlPattern": "http://apps.who.int/classifications/icd10/browse/2010/en#/{$id}" + "resourceHomeUrl": "http://www.antweb.org/", + "sampleId": "casent0106247", + "urlPattern": "http://www.antweb.org/specimen.do?name={$id}" } ], - "sampleId": "C34" + "sampleId": "casent0106247" }, { - "created": "2019-06-11T14:15:31.920+0000", + "created": "2019-06-11T14:18:03.584+0000", "deprecated": false, "deprecationDate": null, - "description": "IntAct provides a freely available, open source database system and analysis tools for protein interaction data.", - "id": 46, - "mirId": "MIR:00000010", - "modified": "2019-06-11T14:15:31.920+0000", - "name": "IntAct", + "description": "International repository of Adverse Outcome Pathways.", + "id": 1712, + "mirId": "MIR:00000617", + "modified": "2019-06-11T14:18:03.584+0000", + "name": "AOPWiki", "namespaceEmbeddedInLui": false, - "pattern": "^EBI\\-[0-9]+$", - "prefix": "intact", + "pattern": "^\\d+$", + "prefix": "aop", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IntAct at EBI", - "id": 47, + "description": "AOPWiki", + "id": 1714, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1713, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100017", - "name": "IntAct at EBI", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", - "sampleId": "EBI-2307691", - "urlPattern": "https://www.ebi.ac.uk/intact/interaction/{$id}" + "mirId": "MIR:00100821", + "name": "AOPWiki", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://aopwiki.org/", + "sampleId": "98", + "urlPattern": "https://aopwiki.org/aops/{$id}" } ], - "sampleId": "EBI-2307691" + "sampleId": "98" }, { - "created": "2019-06-11T14:15:32.153+0000", + "created": "2019-06-11T14:18:12.154+0000", "deprecated": false, "deprecationDate": null, - "description": "InterPro is a database of protein families, domains and functional sites in which identifiable features found in known proteins can be applied to unknown protein sequences.", - "id": 48, - "mirId": "MIR:00000011", - "modified": "2019-06-11T14:15:32.153+0000", - "name": "InterPro", + "description": "International repository of Adverse Outcome Pathways.", + "id": 1811, + "mirId": "MIR:00000652", + "modified": "2019-06-11T14:18:12.154+0000", + "name": "AOPWiki (Key Event)", "namespaceEmbeddedInLui": false, - "pattern": "^IPR\\d{6}$", - "prefix": "interpro", + "pattern": "^\\d+$", + "prefix": "aop.events", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InterPro", - "id": 49, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100018", - "name": "InterPro", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/interpro/", - "sampleId": "IPR000100", - "urlPattern": "https://www.ebi.ac.uk/interpro/entry/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Bio2RDF", - "id": 50, + "description": "AOPWiki (Key Event)", + "id": 1812, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1713, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Bio2RDF.org", + "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100697", - "name": "Bio2RDF", + "mirId": "MIR:00100870", + "name": "AOPWiki (Key Event)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://interpro.bio2rdf.org/fct/", - "sampleId": "IPR000100", - "urlPattern": "http://interpro.bio2rdf.org/describe/?url=http://bio2rdf.org/interpro:{$id}" + "resourceHomeUrl": "https://aopwiki.org/", + "sampleId": "3", + "urlPattern": "https://aopwiki.org/events/{$id}" } ], - "sampleId": "IPR000100" + "sampleId": "3" }, { - "created": "2019-06-11T14:15:32.480+0000", + "created": "2019-06-11T14:18:12.357+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG PATHWAY is a collection of manually drawn pathway maps representing our knowledge on the molecular interaction and reaction networks.", - "id": 51, - "mirId": "MIR:00000012", - "modified": "2019-06-11T14:15:32.480+0000", - "name": "KEGG Pathway", + "description": "International repository of Adverse Outcome Pathways.", + "id": 1813, + "mirId": "MIR:00000653", + "modified": "2019-06-11T14:18:12.357+0000", + "name": "AOPWiki (Key Event Relationship)", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{2,4}\\d{5}$", - "prefix": "kegg.pathway", + "pattern": "^\\d+$", + "prefix": "aop.relationships", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG PATHWAY Database", - "id": 52, + "description": "AOPWiki (Key Event Relationship)", + "id": 1814, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 1713, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kyoto University Bioinformatics Center", + "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100020", - "name": "KEGG PATHWAY Database", - "official": true, + "mirId": "MIR:00100871", + "name": "AOPWiki (Key Event Relationship)", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/kegg/pathway.html", - "sampleId": "hsa00620", - "urlPattern": "https://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "https://aopwiki.org/", + "sampleId": "5", + "urlPattern": "https://aopwiki.org/relationships/{$id}" } ], - "sampleId": "hsa00620" + "sampleId": "5" }, { - "created": "2019-06-11T14:15:32.730+0000", + "created": "2019-06-11T14:18:12.557+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG compound contains our knowledge on the universe of chemical substances that are relevant to life.", - "id": 53, - "mirId": "MIR:00000013", - "modified": "2019-06-11T14:15:32.730+0000", - "name": "KEGG Compound", + "description": "International repository of Adverse Outcome Pathways.", + "id": 1815, + "mirId": "MIR:00000654", + "modified": "2019-06-11T14:18:12.557+0000", + "name": "AOPWiki (Stressor)", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d+$", - "prefix": "kegg.compound", + "pattern": "^\\d+$", + "prefix": "aop.stressor", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG LIGAND Database", - "id": 54, + "description": "AOPWiki (Stressor)", + "id": 1816, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 1713, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kyoto University Bioinformatics Center", + "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100021", - "name": "KEGG LIGAND Database", - "official": true, + "mirId": "MIR:00100872", + "name": "AOPWiki (Stressor)", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/kegg/ligand.html", - "sampleId": "C12345", - "urlPattern": "https://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "https://aopwiki.org/", + "sampleId": "9", + "urlPattern": "https://aopwiki.org/stressors/{$id}" } ], - "sampleId": "C12345" + "sampleId": "9" }, { - "created": "2019-06-11T14:15:32.930+0000", + "created": "2019-06-11T14:16:43.451+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG reaction contains our knowledge on the universe of reactions that are relevant to life.", - "id": 55, - "mirId": "MIR:00000014", - "modified": "2019-06-11T14:15:32.930+0000", - "name": "KEGG Reaction", + "description": "The antimicrobial peptide database (APD) provides information on anticancer, antiviral, antifungal and antibacterial peptides.", + "id": 817, + "mirId": "MIR:00000278", + "modified": "2019-06-11T14:16:43.451+0000", + "name": "APD", "namespaceEmbeddedInLui": false, - "pattern": "^R\\d+$", - "prefix": "kegg.reaction", + "pattern": "^\\d{5}$", + "prefix": "apd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG Reaction Database", - "id": 56, + "description": "APD at Nebraska", + "id": 819, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 818, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Eppley Institute for Research in Cancer and Allied Diseases, University of Nebraska Medical Center, Omaha", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100022", - "name": "KEGG Reaction Database", - "official": true, + "mirId": "MIR:00100359", + "name": "APD at Nebraska", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/kegg/reaction/", - "sampleId": "R00100", - "urlPattern": "https://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://aps.unmc.edu/AP/", + "sampleId": "01001", + "urlPattern": "http://aps.unmc.edu/AP/database/query_output.php?ID={$id}" } ], - "sampleId": "R00100" + "sampleId": "01001" }, { - "created": "2019-06-11T14:15:33.142+0000", + "created": "2019-06-11T14:17:10.425+0000", "deprecated": false, "deprecationDate": null, - "description": "PubMed is a service of the U.S. National Library of Medicine that includes citations from MEDLINE and other life science journals for biomedical articles back to the 1950s.", - "id": 57, - "mirId": "MIR:00000015", - "modified": "2019-06-11T14:15:33.142+0000", - "name": "PubMed", + "description": "AphidBase is a centralized bioinformatic resource that was developed to facilitate community annotation of the pea aphid genome by the International Aphid Genomics Consortium (IAGC). The AphidBase Information System was designed to organize and distribute genomic data and annotations for a large international community. This collection references the transcript report, which describes genomic location, sequence and exon information.", + "id": 1139, + "mirId": "MIR:00000393", + "modified": "2019-06-11T14:17:10.425+0000", + "name": "AphidBase Transcript", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pubmed", + "pattern": "^ACYPI\\d{6}(-RA)?$", + "prefix": "aphidbase.transcript", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI PubMed", - "id": 58, - "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100023", - "name": "NCBI PubMed", - "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/PubMed/", - "sampleId": "16333295", - "urlPattern": "https://www.ncbi.nlm.nih.gov/pubmed/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "HubMed", - "id": 60, - "institution": { - "description": "The University Health Network has grown out of a series of mergers between our current hospitals, as we have adjusted and change to accommodate our growing and changing patient community in and around the GTA.", - "homeUrl": "https://www.uhn.ca/", - "id": 59, - "location": { - "countryCode": "CA", - "countryName": "Canada" - }, - "name": "University Health Network", - "rorId": "https://ror.org/042xt5161" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100064", - "name": "HubMed", - "official": false, - "providerCode": "hubmed", - "resourceHomeUrl": "http://www.hubmed.org/", - "sampleId": "16333295", - "urlPattern": "http://www.hubmed.org/display.cgi?uids={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Europe PMC", - "id": 62, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 61, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Europe PubMed Central partners", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100497", - "name": "Europe PMC", - "official": false, - "providerCode": "epmc", - "resourceHomeUrl": "http://europepmc.org/", - "sampleId": "16333295", - "urlPattern": "http://europepmc.org/abstract/MED/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "PubMed through Linkedlife data", - "id": 64, + "description": "AphidBase at INRA", + "id": 1141, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 63, + "id": 1140, "location": { - "countryCode": "BG", - "countryName": "Bulgaria" + "countryCode": "FR", + "countryName": "France" }, - "name": "Linkedlifedata, Ontotext, Sofia", + "name": "INRA UMR, Le Rheu", "rorId": null }, "location": { - "countryCode": "BG", - "countryName": "Bulgaria" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100745", - "name": "PubMed through Linkedlife data", + "mirId": "MIR:00100513", + "name": "AphidBase at INRA", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://linkedlifedata.com/", - "sampleId": "23735196", - "urlPattern": "http://linkedlifedata.com/resource/pubmed/id/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2466, - "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" - }, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "mirId": "MIR:00000788", - "name": "Scholia", - "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "29029422", - "urlPattern": "https://scholia.toolforge.org/pubmed/{$id}" + "resourceHomeUrl": "http://www.aphidbase.com/aphidbase", + "sampleId": "ACYPI000159", + "urlPattern": "http://bipaa.genouest.org/apps/grs-2.3/grs?reportID=aphidbase_transcript_report&objectID={$id}" } ], - "sampleId": "16333295" + "sampleId": "ACYPI000159" }, { - "created": "2019-06-11T14:15:33.878+0000", + "created": "2019-06-11T14:17:52.731+0000", "deprecated": false, "deprecationDate": null, - "description": "Online Mendelian Inheritance in Man is a catalog of human genes and genetic disorders.", - "id": 65, - "mirId": "MIR:00000016", - "modified": "2019-06-11T14:15:33.878+0000", - "name": "OMIM", + "description": "APID (Agile Protein Interactomes DataServer) provides information on the protein interactomes of numerous organisms, based on the integration of known experimentally validated protein-protein physical interactions (PPIs). Interactome data includes a report on quality levels and coverage over the proteomes for each organism included. APID integrates PPIs from primary databases of molecular interactions (BIND, BioGRID, DIP, HPRD, IntAct, MINT) and also from experimentally resolved 3D structures (PDB) where more than two distinct proteins have been identified. This collection references protein interactors, through a UniProt identifier.", + "id": 1603, + "mirId": "MIR:00000576", + "modified": "2019-06-11T14:17:52.731+0000", + "name": "APID Interactomes", "namespaceEmbeddedInLui": false, - "pattern": "^[*#+%^]?\\d{6}$", - "prefix": "mim", + "pattern": "^([A-N,R-Z][0-9]([A-Z][A-Z, 0-9][A-Z, 0-9][0-9]){1,2})|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\.\\d+)?$", + "prefix": "apid.interactions", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OMIM at John Hopkins", - "id": 67, + "description": "APID at Salamanca", + "id": 1605, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 66, + "id": 1604, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "ES", + "countryName": "Spain" }, - "name": "Johns Hopkins University, Baltimore, Maryland", + "name": "Cancer Research Center (CiC-IBMCC), Consejo Superior de Investigaciones Científicas (CSIC) and Universidad de Salamanca (USAL), Salamanca", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "ES", + "countryName": "Spain" }, - "mirId": "MIR:00100024", - "name": "OMIM at John Hopkins", - "official": true, + "mirId": "MIR:00100769", + "name": "APID at Salamanca", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://omim.org/", - "sampleId": "603903", - "urlPattern": "https://omim.org/entry/{$id}" - }, + "resourceHomeUrl": "http://cicblade.dep.usal.es:8080/APID/", + "sampleId": "P01116", + "urlPattern": "http://cicblade.dep.usal.es:8080/APID/Interactions.action?protein={$id}" + } + ], + "sampleId": "P01116" + }, + { + "created": "2019-06-11T14:16:22.902+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ArachnoServer (www.arachnoserver.org) is a manually curated database providing information on the sequence, structure and biological activity of protein toxins from spider venoms. It include a molecular target ontology designed specifically for venom toxins, as well as current and historic taxonomic information.", + "id": 581, + "mirId": "MIR:00000193", + "modified": "2019-06-11T14:16:22.902+0000", + "name": "ArachnoServer", + "namespaceEmbeddedInLui": false, + "pattern": "^AS\\d{6}$", + "prefix": "arachnoserver", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OMIM mirror at John Hopkins", - "id": 68, + "description": "ArachnoServer at Brisbane", + "id": 583, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 66, + "id": 582, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "Johns Hopkins University, Baltimore, Maryland", + "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100777", - "name": "OMIM mirror at John Hopkins", + "mirId": "MIR:00100250", + "name": "ArachnoServer at Brisbane", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mirror.omim.org/", - "sampleId": "603903", - "urlPattern": "http://mirror.omim.org/entry/{$id}" + "resourceHomeUrl": "http://www.arachnoserver.org/", + "sampleId": "AS000060", + "urlPattern": "http://www.arachnoserver.org/toxincard.html?id={$id}" } ], - "sampleId": "603903" + "sampleId": "AS000060" }, { - "created": "2019-06-11T14:15:34.294+0000", + "created": "2019-06-11T14:17:40.104+0000", "deprecated": false, "deprecationDate": null, - "description": "The PIR SuperFamily concept is being used as a guiding principle to provide comprehensive and non-overlapping clustering of UniProtKB sequences into a hierarchical order to reflect their evolutionary relationships.", - "id": 69, - "mirId": "MIR:00000017", - "modified": "2019-06-11T14:15:34.294+0000", - "name": "PIRSF", + "description": "The Antibiotic Resistance Genes Database (ARDB) is a manually curated database which characterises genes involved in antibiotic resistance. Each gene and resistance type is annotated with information, including resistance profile, mechanism of action, ontology, COG and CDD annotations, as well as external links to sequence and protein databases. This collection references resistance genes.", + "id": 1472, + "mirId": "MIR:00000522", + "modified": "2019-06-11T14:17:40.104+0000", + "name": "Antibiotic Resistance Genes Database", "namespaceEmbeddedInLui": false, - "pattern": "^PIRSF\\d{6}$", - "prefix": "pirsf", + "pattern": "^[A-Z_]{3}[0-9]{4,}$", + "prefix": "ardb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PIRSF", - "id": 71, + "description": "ARDB at University of Maryland", + "id": 1474, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 70, + "id": 1473, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Georgetown University Medical Center", + "name": "Center for Bioinformatics and Computational Biology, University of Maryland, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100025", - "name": "PIRSF", + "mirId": "MIR:00100678", + "name": "ARDB at University of Maryland", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://pir.georgetown.edu/", - "sampleId": "PIRSF000100", - "urlPattern": "https://pir.georgetown.edu/cgi-bin/ipcSF?id={$id}" + "resourceHomeUrl": "http://ardb.cbcb.umd.edu/", + "sampleId": "CAE46076", + "urlPattern": "http://ardb.cbcb.umd.edu/cgi/search.cgi?db=L&field=ni&term={$id}" } ], - "sampleId": "PIRSF000100" + "sampleId": "CAE46076" }, { - "created": "2019-06-11T14:15:34.555+0000", + "created": "2019-06-11T14:17:57.583+0000", "deprecated": false, "deprecationDate": null, - "description": "The Reactome project is a collaboration to develop a curated resource of core pathways and reactions in human biology.", - "id": 72, - "mirId": "MIR:00000018", - "modified": "2019-06-11T14:15:34.555+0000", - "name": "Reactome", - "namespaceEmbeddedInLui": false, - "pattern": "(^R-[A-Z]{3}-\\d+(-\\d+)?(\\.\\d+)?$)|(^REACT_\\d+(\\.\\d+)?$)", - "prefix": "reactome", + "description": "An Archival Resource Key (ARK) is a Uniform Resource Locator (URL) that is a multi-purpose persistent identifier for information objects of any type.", + "id": 1647, + "mirId": "MIR:00000592", + "modified": "2023-01-10T14:11:34.151+0000", + "name": "ARK", + "namespaceEmbeddedInLui": true, + "pattern": "^(ark\\:)/*[0-9A-Za-z]+(?:/[\\w/.=*+@\\$-]*)?(?:\\?.*)?$", + "prefix": "ark", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Reactome, a curated knowledgebase of biological pathways", - "id": 74, + "description": "ARK via the Name-to-Thing resolver.", + "id": 1649, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 73, + "id": 1648, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Ontario Institute for Cancer Research, NYU Medical School, Cold Spring Harbor Laboratory and European Bioinformatics Institute", + "name": "California Digital Library, University of California Office of the President", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100026", - "name": "Reactome, a curated knowledgebase of biological pathways", + "mirId": "MIR:00100792", + "name": "ARK via the Name-to-Thing resolver.", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.reactome.org/", - "sampleId": "R-HSA-201451", - "urlPattern": "https://reactome.org/content/detail/{$id}" + "resourceHomeUrl": "http://n2t.net/", + "sampleId": "/12345/fk1234", + "urlPattern": "http://n2t.net/ark:{$id}" } ], - "sampleId": "R-HSA-201451" + "sampleId": "/87924/r4154jq8h" }, { - "created": "2019-06-11T14:15:35.100+0000", + "created": "2019-06-11T14:15:41.970+0000", "deprecated": false, "deprecationDate": null, - "description": "The Protein Data Bank is the single worldwide archive of structural data of biological macromolecules.", - "id": 78, - "mirId": "MIR:00000020", - "modified": "2019-06-11T14:15:35.100+0000", - "name": "Protein Data Bank", + "description": "ArrayExpress is a public repository for microarray data, which is aimed at storing MIAME-compliant data in accordance with Microarray Gene Expression Data (MGED) recommendations.", + "id": 143, + "mirId": "MIR:00000036", + "modified": "2019-06-11T14:15:41.970+0000", + "name": "ArrayExpress", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}$", - "prefix": "pdb", + "pattern": "^[AEP]-\\w{4}-\\d+$", + "prefix": "arrayexpress", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Proteopedia", - "id": 83, + "description": "ArrayExpress", + "id": 144, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 82, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Weizmann Institute of Science", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100096", - "name": "Proteopedia", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.proteopedia.org/", - "sampleId": "2gc4", - "urlPattern": "http://proteopedia.org/wiki/index.php/{$id}" + "mirId": "MIR:00100061", + "name": "ArrayExpress", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/arrayexpress/", + "sampleId": "E-MEXP-1712", + "urlPattern": "https://www.ebi.ac.uk/arrayexpress/experiments/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Protein Databank through PDBsum", - "id": 86, + "description": "ArrayExpress through OmicsDI", + "id": 145, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -1284,1467 +1192,1603 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100166", - "name": "Protein Databank through PDBsum", + "mirId": "MIR:00100854", + "name": "ArrayExpress through OmicsDI", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/pdbsum/", - "sampleId": "2gc4", - "urlPattern": "https://www.ebi.ac.uk/pdbsum/{$id}" - }, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "E-MEXP-1712", + "urlPattern": "https://www.omicsdi.org/dataset/arrayexpress-repository/{$id}" + } + ], + "sampleId": "E-MEXP-1712" + }, + { + "created": "2019-06-11T14:16:46.944+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ArrayExpress is a public repository for microarray data, which is aimed at storing MIAME-compliant data in accordance with Microarray Gene Expression Data (MGED) recommendations.This collection references the specific platforms used in the generation of experimental results.", + "id": 861, + "mirId": "MIR:00000294", + "modified": "2019-06-11T14:16:46.944+0000", + "name": "ArrayExpress Platform", + "namespaceEmbeddedInLui": false, + "pattern": "^[AEP]-\\w{4}-\\d+$", + "prefix": "arrayexpress.platform", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RCSB PDB", - "id": 80, + "description": "ArrayExpress Platform at EBI", + "id": 862, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 79, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Rutgers, The State University of New Jersey", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100029", - "name": "RCSB PDB", + "mirId": "MIR:00100376", + "name": "ArrayExpress Platform at EBI", "official": false, - "providerCode": "rcsb", - "resourceHomeUrl": "https://www.rcsb.org/", - "sampleId": "2gc4", - "urlPattern": "https://www.rcsb.org/structure/{$id}" - }, - { + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/arrayexpress/", + "sampleId": "A-GEOD-50", + "urlPattern": "https://www.ebi.ac.uk/arrayexpress/arrays/{$id}" + } + ], + "sampleId": "A-GEOD-50" + }, + { + "created": "2019-06-11T14:18:04.557+0000", + "deprecated": false, + "deprecationDate": null, + "description": "arrayMap is a collection of pre-processed oncogenomic array data sets and CNA (somatic copy number aberrations) profiles. CNA are a type of mutation commonly found in cancer genomes. arrayMap data is assembled from public repositories and supplemented with additional sources, using custom curation pipelines. This information has been mapped to multiple editions of the reference human genome.", + "id": 1724, + "mirId": "MIR:00000621", + "modified": "2019-06-11T14:18:04.557+0000", + "name": "ArrayMap", + "namespaceEmbeddedInLui": false, + "pattern": "^[\\w\\-:,]{3,64}$", + "prefix": "arraymap", + "resources": [ + { "deprecated": false, "deprecationDate": null, - "description": "Protein Data Bank Japan (PDBj)", - "id": 85, + "description": "ArrayMap", + "id": 1725, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 84, + "id": 1385, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Institute for Protein Research, Osaka University", + "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "mirId": "MIR:00100165", - "name": "Protein Data Bank Japan (PDBj)", - "official": false, - "providerCode": "pdbj", - "resourceHomeUrl": "http://www.pdbj.org/", - "sampleId": "2gc4", - "urlPattern": "https://pdbj.org/mine/summary/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Protein Databank in Europe (PDBe)", - "id": 81, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100037", - "name": "Protein Databank in Europe (PDBe)", + "mirId": "MIR:00100825", + "name": "ArrayMap", "official": false, - "providerCode": "pdbe", - "resourceHomeUrl": "http://www.pdbe.org/", - "sampleId": "2gc4", - "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/pdb/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.arraymap.org", + "sampleId": "icdom:8500_3", + "urlPattern": "https://www.arraymap.org/pgx:{$id}" + } + ], + "sampleId": "icdom:8500_3" + }, + { + "created": "2019-06-11T14:15:41.707+0000", + "deprecated": false, + "deprecationDate": null, + "description": "arXiv is an e-print service in the fields of physics, mathematics, non-linear science, computer science, and quantitative biology.", + "id": 140, + "mirId": "MIR:00000035", + "modified": "2019-06-11T14:15:41.707+0000", + "name": "arXiv", + "namespaceEmbeddedInLui": false, + "pattern": "^(\\w+(\\-\\w+)?(\\.\\w+)?)?\\d{4,7}(\\.\\d+(v\\d+)?)?$", + "prefix": "arxiv", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Worldwide PDB (wwPDB) organization manages the PDB archive and ensures that the PDB is freely and publicly available to the global community.", - "id": 3061, + "description": "Cornell University arXiv", + "id": 142, "institution": { - "description": "The Worldwide PDB (wwPDB) organization manages the PDB archive and ensures that the PDB is freely and publicly available to the global community.", - "homeUrl": "https://www.wwpdb.org/", - "id": 3060, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 141, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Worldwide Protein Data Bank", + "name": "Cornell University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00001018", - "name": "Worldwide Protein Data Bank", - "official": true, - "providerCode": "wwpdb", - "resourceHomeUrl": "https://www.wwpdb.org/", - "sampleId": "2g4c", - "urlPattern": "https://www.wwpdb.org/pdb?id={$id}" + "mirId": "MIR:00100060", + "name": "Cornell University arXiv", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://arxiv.org/", + "sampleId": "0807.4956v1", + "urlPattern": "https://arxiv.org/abs/{$id}" } ], - "sampleId": "2gc4" + "sampleId": "0807.4956v1" }, { - "created": "2019-06-11T14:15:35.970+0000", + "created": "2019-06-11T14:16:44.568+0000", "deprecated": false, "deprecationDate": null, - "description": "The Gene Ontology project provides a controlled vocabulary to describe gene and gene product attributes in any organism.", - "id": 87, - "mirId": "MIR:00000022", - "modified": "2019-06-11T14:15:35.970+0000", - "name": "Gene Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^GO:\\d{7}$", - "prefix": "go", + "description": "ASAP (a systematic annotation package for community analysis of genomes) stores bacterial genome sequence and functional characterization data. It includes multiple genome sequences at various stages of analysis, corresponding experimental data and access to collections of related genome resources.", + "id": 831, + "mirId": "MIR:00000283", + "modified": "2019-06-11T14:16:44.568+0000", + "name": "ASAP", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z0-9-]+$", + "prefix": "asap", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "QuickGO (Gene Ontology browser)", - "id": 88, + "description": "ASAP at University of Wisconsin", + "id": 833, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The University of Wisconsin–Madison is a public research university in Madison, Wisconsin. Founded when Wisconsin achieved statehood in 1848, UW–Madison is the official state university of Wisconsin, and the flagship campus of the University of Wisconsin System.\nIt was the first public university established in Wisconsin and remains the oldest and largest public university in the state. It became a land-grant institution in 1866.\nThe 933-acre (378 ha) main campus, located on the shores of Lake Mendota, includes four National Historic Landmarks.\nThe University also owns and operates a historic 1,200-acre (486 ha) arboretum established in 1932, located 4 miles (6.4 km) south of the main campus.", + "homeUrl": "https://www.wisc.edu/", + "id": 2054, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Wisconsin-Madison", + "rorId": "https://ror.org/01y2jtd41" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100012", - "name": "QuickGO (Gene Ontology browser)", + "mirId": "MIR:00100364", + "name": "ASAP at University of Wisconsin", "official": false, - "providerCode": "quickgo", - "resourceHomeUrl": "https://www.ebi.ac.uk/QuickGO/", - "sampleId": "0006915", - "urlPattern": "https://www.ebi.ac.uk/QuickGO/GTerm?id=GO:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://asap.ahabs.wisc.edu/asap/home.php", + "sampleId": "ABE-0009634", + "urlPattern": "http://asap.ahabs.wisc.edu/asap/feature_info.php?LocationID=WIS&FeatureID={$id}" + } + ], + "sampleId": "ABE-0009634" + }, + { + "created": "2019-06-11T14:18:09.136+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Astrophysics Source Code Library (ASCL) is a free online registry for software that have been used in research that has appeared in, or been submitted to, peer-reviewed publications. The ASCL is indexed by the SAO/NASA Astrophysics Data System (ADS) and Web of Science's Data Citation Index (WoS DCI), and is citable by using the unique ascl ID assigned to each code. The ascl ID can be used to link to the code entry by prefacing the number with ascl.net (i.e., ascl.net/1201.001).", + "id": 1777, + "mirId": "MIR:00000641", + "modified": "2019-06-11T14:18:09.136+0000", + "name": "Astrophysics Source Code Library", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9\\.]+$", + "prefix": "ascl", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AmiGO 2", - "id": 90, + "description": "Astrophysics Source Code Library", + "id": 1779, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 89, + "description": "The Astrophysics Source Code Library (ASCL), founded in 1999 by Robert Nemiroff and John Wallin, takes an active approach to sharing astrophysical source code.", + "homeUrl": "http://ascl.net/", + "id": 1778, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Gene Ontology Consortium", + "name": "Astrophysics Source Code Library", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100013", - "name": "AmiGO 2", - "official": true, - "providerCode": "amigo", - "resourceHomeUrl": "http://amigo.geneontology.org/", - "sampleId": "0006915", - "urlPattern": "http://amigo.geneontology.org/amigo/term/GO:{$id}" - }, + "mirId": "MIR:00100846", + "name": "Astrophysics Source Code Library", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ascl.net/", + "sampleId": "1801.012", + "urlPattern": "http://ascl.net/{$id}" + } + ], + "sampleId": "1801.012" + }, + { + "created": "2019-06-11T14:18:16.611+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Almost every product on our site has its own ASIN, a unique code we use to identify it. For books, the ASIN is the same as the ISBN number, but for all other products a new ASIN is created when the item is uploaded to our catalogue.", + "id": 1856, + "mirId": "MIR:00000670", + "modified": "2019-06-11T14:18:16.611+0000", + "name": "Amazon Standard Identification Number (ASIN)", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]{10}$", + "prefix": "asin", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GO Browser", - "id": 92, + "description": "Amazon Standard Identification Number (ASIN)", + "id": 1858, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 91, + "description": "is an American multinational technology company based in Seattle, Washington, that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence", + "homeUrl": "https://amazon.com", + "id": 1857, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Jackson Laboratory", - "rorId": null + "name": "Amazon", + "rorId": "https://ror.org/04mv4n011" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100015", - "name": "GO Browser", + "mirId": "MIR:00100888", + "name": "Amazon Standard Identification Number (ASIN)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.informatics.jax.org/searches/GO_form.shtml", - "sampleId": "0006915", - "urlPattern": "http://www.informatics.jax.org/searches/GO.cgi?id=GO:{$id}" - }, + "resourceHomeUrl": "https://www.amazon.co.uk/gp/help/customer/display.html/277-3416785-8259466?ie=UTF8&nodeId=898182", + "sampleId": "0471491039", + "urlPattern": "https://amzn.com/{$id}" + } + ], + "sampleId": "0471491039" + }, + { + "created": "2019-06-11T14:17:14.975+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Aspergillus Genome Database (AspGD) is a repository for information relating to fungi of the genus Aspergillus, which includes organisms of clinical, agricultural and industrial importance. AspGD facilitates comparative genomics by providing a full-featured genomics viewer, as well as matched and standardized sets of genomic information for the sequenced aspergilli. This collection references gene information.", + "id": 1195, + "mirId": "MIR:00000412", + "modified": "2019-06-11T14:17:14.975+0000", + "name": "AspGD Locus", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z_0-9]+$", + "prefix": "aspgd.locus", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GO through BioPortal", - "id": 93, + "description": "AspGD at Stanford Medical School", + "id": 1197, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1196, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Department of Genetics, Stanford University Medical School, Stanford, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100237", - "name": "GO through BioPortal", + "mirId": "MIR:00100534", + "name": "AspGD at Stanford Medical School", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/GO", - "sampleId": "0006915", - "urlPattern": "http://purl.bioontology.org/ontology/GO/GO:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.aspgd.org/", + "sampleId": "ASPL0000349247", + "urlPattern": "http://www.aspergillusgenome.org/cgi-bin/locus.pl?dbid={$id}" + } + ], + "sampleId": "ASPL0000349247" + }, + { + "created": "2019-06-11T14:17:15.227+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Aspergillus Genome Database (AspGD) is a repository for information relating to fungi of the genus Aspergillus, which includes organisms of clinical, agricultural and industrial importance. AspGD facilitates comparative genomics by providing a full-featured genomics viewer, as well as matched and standardized sets of genomic information for the sequenced aspergilli. This collection references protein information.", + "id": 1198, + "mirId": "MIR:00000413", + "modified": "2019-06-11T14:17:15.227+0000", + "name": "AspGD Protein", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z_0-9]+$", + "prefix": "aspgd.protein", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GO through PANTHER", - "id": 95, + "description": "AspGD Protein at Stanford Medical School", + "id": 1199, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 94, + "id": 1196, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Keck School of Medicine, University of Southern California", + "name": "Department of Genetics, Stanford University Medical School, Stanford, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100585", - "name": "GO through PANTHER", + "mirId": "MIR:00100535", + "name": "AspGD Protein at Stanford Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pantherdb.org/", - "sampleId": "0000003", - "urlPattern": "http://www.pantherdb.org/panther/category.do?categoryAcc=GO:{$id}" - }, + "resourceHomeUrl": "http://www.aspgd.org/", + "sampleId": "ASPL0000349247", + "urlPattern": "http://www.aspergillusgenome.org/cgi-bin/protein/proteinPage.pl?dbid={$id}" + } + ], + "sampleId": "ASPL0000349247" + }, + { + "created": "2021-10-17T10:22:37.356+0000", + "deprecated": false, + "deprecationDate": null, + "description": "A database providing information on the structure of assembled genomes, assembly names and other meta-data, statistical reports, and links to genomic sequence data.", + "id": 2929, + "mirId": "MIR:00000884", + "modified": "2021-10-17T10:22:37.356+0000", + "name": "Assembly", + "namespaceEmbeddedInLui": false, + "pattern": "^[a-zA-Z0-9_\\.]+$", + "prefix": "assembly", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GO through OLS", - "id": 96, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "id": 2930, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100675", - "name": "GO through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/go", - "sampleId": "0006915", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/go/terms?obo_id=GO:{$id}" + "mirId": "MIR:00000883", + "name": "National Center for Biotechnology Information", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/", + "sampleId": "GCF_000005845.2", + "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}" } ], - "sampleId": "0006915" + "sampleId": "GCF_000005845.2" }, { - "created": "2019-06-11T14:15:37.056+0000", + "created": "2019-06-11T14:15:56.747+0000", "deprecated": false, "deprecationDate": null, - "description": "The Saccharomyces Genome Database (SGD) project collects information and maintains a database of the molecular biology of the yeast Saccharomyces cerevisiae.", - "id": 97, - "mirId": "MIR:00000023", - "modified": "2019-06-11T14:15:37.056+0000", - "name": "SGD", + "description": "The Anatomical Therapeutic Chemical (ATC) classification system, divides active substances into different groups according to the organ or system on which they act and their therapeutic, pharmacological and chemical properties. Drugs are classified in groups at five different levels; Drugs are divided into fourteen main groups (1st level), with pharmacological/therapeutic subgroups (2nd level). The 3rd and 4th levels are chemical/pharmacological/therapeutic subgroups and the 5th level is the chemical substance. The Anatomical Therapeutic Chemical (ATC) classification system and the Defined Daily Dose (DDD) is a tool for exchanging and comparing data on drug use at international, national or local levels.", + "id": 294, + "mirId": "MIR:00000088", + "modified": "2019-06-11T14:15:56.747+0000", + "name": "Anatomical Therapeutic Chemical", "namespaceEmbeddedInLui": false, - "pattern": "^((S\\d+$)|(Y[A-Z]{2}\\d{3}[a-zA-Z](\\-[A-Z])?))$", - "prefix": "sgd", + "pattern": "^[A-Z](\\d+([A-Z]{1,2}(\\d+)?)?)?$", + "prefix": "atc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SGD", - "id": 99, + "description": "Anatomical Therapeutic Chemical Index at WHO", + "id": 296, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 98, + "id": 295, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Stanford University", + "name": "World Health Organisation", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100033", - "name": "SGD", - "official": true, + "mirId": "MIR:00100119", + "name": "Anatomical Therapeutic Chemical Index at WHO", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.yeastgenome.org/", - "sampleId": "S000003909", - "urlPattern": "https://www.yeastgenome.org/locus/{$id}" - }, + "resourceHomeUrl": "http://www.whocc.no/atc_ddd_index/", + "sampleId": "A10BA02", + "urlPattern": "http://www.whocc.no/atc_ddd_index/?code={$id}" + } + ], + "sampleId": "A10BA02" + }, + { + "created": "2019-06-11T14:16:44.811+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The American Type Culture Collection (ATCC) is a private, nonprofit biological resource center whose mission focuses on the acquisition, authentication, production, preservation, development and distribution of standard reference microorganisms, cell lines and other materials for research in the life sciences.", + "id": 834, + "mirId": "MIR:00000284", + "modified": "2019-06-11T14:16:44.811+0000", + "name": "ATCC", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "atcc", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bio2RDF", - "id": 100, + "description": "ATCC in Virginia", + "id": 836, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "ATCC is the premier global biological materials resource and standards organization whose mission focuses on the acquisition, authentication, production, preservation, development, and distribution of standard reference microorganisms, cell lines, and other materials. While maintaining traditional collection materials, ATCC develops high quality products, standards, and services to support scientific research and breakthroughs that improve the health of global populations.", + "homeUrl": "https://atcc.org", + "id": 835, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Bio2RDF.org", - "rorId": null + "name": "American Type Culture Collection", + "rorId": "https://ror.org/03thhhv76" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100703", - "name": "Bio2RDF", + "mirId": "MIR:00100365", + "name": "ATCC in Virginia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sgd.bio2rdf.org/fct", - "sampleId": "S000003909", - "urlPattern": "http://sgd.bio2rdf.org/describe/?url=http://bio2rdf.org/sgd:{$id}" - }, + "resourceHomeUrl": "http://www.atcc.org/", + "sampleId": "11303", + "urlPattern": "https://www.atcc.org/products/{$id}" + } + ], + "sampleId": "11303" + }, + { + "created": "2019-06-11T14:16:40.712+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The ATCvet system for the classification of veterinary medicines is based on the same overall principles as the ATC system for substances used in human medicine. In ATCvet systems, preparations are divided into groups, according to their therapeutic use. First, they are divided into 15 anatomical groups (1st level), classified as QA-QV in the ATCvet system, on the basis of their main therapeutic use.", + "id": 783, + "mirId": "MIR:00000267", + "modified": "2019-06-11T14:16:40.712+0000", + "name": "Anatomical Therapeutic Chemical Vetinary", + "namespaceEmbeddedInLui": false, + "pattern": "^Q[A-Z0-9]+$", + "prefix": "atcvet", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SGD through BioEntity Link", - "id": 102, + "description": "Anatomical Therapeutic Chemical Vet Index at WHO", + "id": 784, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 101, + "id": 295, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "InSilico Inc, in Eugene, Oregon", + "name": "World Health Organisation", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100892", - "name": "SGD through BioEntity Link", + "mirId": "MIR:00100344", + "name": "Anatomical Therapeutic Chemical Vet Index at WHO", "official": false, - "providerCode": "bioentitylink", - "resourceHomeUrl": "https://bioentity.link/", - "sampleId": "S000003909", - "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.whocc.no/atcvet/atcvet_index/", + "sampleId": "QJ51RV02", + "urlPattern": "http://www.whocc.no/atcvet/atcvet_index/?code={$id}" + } + ], + "sampleId": "QJ51RV02" + }, + { + "created": "2019-06-11T14:16:51.241+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Animal Transcription Factor DataBase (AnimalTFDB) classifies TFs in sequenced animal genomes, as well as collecting the transcription co-factors and chromatin remodeling factors of those genomes. This collections refers to transcription factor families, and the species in which they are found.", + "id": 911, + "mirId": "MIR:00000316", + "modified": "2019-06-11T14:16:51.241+0000", + "name": "Animal TFDB Family", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w+$", + "prefix": "atfdb.family", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SGD through the Alliance of Genome Resources", - "id": 104, + "description": "Animal TFDB at Hubei Bioinformatics & Molecular Imaging Key Laboratory", + "id": 913, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 912, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Alliance of Genome Resources", + "name": "Hubei Bioinformatics and Molecular Imaging Key Laboratory, Wuhan", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100906", - "name": "SGD through the Alliance of Genome Resources", + "mirId": "MIR:00100399", + "name": "Animal TFDB at Hubei Bioinformatics & Molecular Imaging Key Laboratory", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "S000003909", - "urlPattern": "https://www.alliancegenome.org/gene/SGD:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.bioguo.org/AnimalTFDB/family_index.php", + "sampleId": "CUT", + "urlPattern": "http://www.bioguo.org/AnimalTFDB/family.php?fam={$id}" } ], - "sampleId": "S000003909" + "sampleId": "CUT" }, { - "created": "2019-06-11T14:15:37.756+0000", + "created": "2019-06-11T14:17:15.426+0000", "deprecated": false, "deprecationDate": null, - "description": "The goal of the Systems Biology Ontology is to develop controlled vocabularies and ontologies tailored specifically for the kinds of problems being faced in Systems Biology, especially in the context of computational modeling. SBO is a project of the BioModels.net effort.", - "id": 105, - "mirId": "MIR:00000024", - "modified": "2019-06-11T14:15:37.756+0000", - "name": "Systems Biology Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^SBO:\\d{7}$", - "prefix": "sbo", + "description": "AutDB is a curated database for autism research. It is built on information extracted from the studies on molecular genetics and biology of Autism Spectrum Disorders (ASD). The four modules of AutDB include information on Human Genes, Animal models, Protein Interactions (PIN) and Copy Number Variants (CNV) respectively. It provides an annotated list of ASD candidate genes in the form of reference dataset for interrogating molecular mechanisms underlying the disorder.", + "id": 1200, + "mirId": "MIR:00000415", + "modified": "2019-06-11T14:17:15.426+0000", + "name": "AutDB", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z]+[A-Z-0-9]{2,}$", + "prefix": "autdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SBO through BioPortal", - "id": 108, + "description": "AutDB at MindSpec", + "id": 1202, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1201, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "MindSpec Inc., Fairfax, Virginia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100242", - "name": "SBO through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/SBO", - "sampleId": "0000262", - "urlPattern": "http://purl.bioontology.org/ontology/SBO/SBO:{$id}" - }, - { - "deprecated": true, - "deprecationDate": "2022-11-10T10:15:12.911+0000", - "description": "SBO", - "id": 106, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100034", - "name": "SBO", + "mirId": "MIR:00100538", + "name": "AutDB at MindSpec", "official": false, - "providerCode": "biomodels.sbo", - "resourceHomeUrl": "https://www.ebi.ac.uk/sbo/", - "sampleId": "0000262", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100034/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "SBO through OLS", - "id": 107, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100176", - "name": "SBO through OLS", - "official": true, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/sbo", - "sampleId": "0000262", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sbo/terms?obo_id=SBO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://autism.mindspec.org/autdb/", + "sampleId": "ADA", + "urlPattern": "http://autism.mindspec.org/GeneDetail/{$id}" } ], - "sampleId": "0000262" + "sampleId": "ADA" }, { - "created": "2019-06-11T14:15:38.268+0000", + "created": "2019-06-11T14:18:18.125+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG DRUG contains chemical structures of drugs and additional information such as therapeutic categories and target molecules.", - "id": 109, - "mirId": "MIR:00000025", - "modified": "2019-06-11T14:15:38.268+0000", - "name": "KEGG Drug", + "description": "BacDive—the Bacterial Diversity Metadatabase merges detailed strain-linked information on the different aspects of bacterial and archaeal biodiversity.", + "id": 1873, + "mirId": "MIR:00000676", + "modified": "2019-06-11T14:18:18.125+0000", + "name": "Bacterial Diversity Metadatabase", "namespaceEmbeddedInLui": false, - "pattern": "^D\\d+$", - "prefix": "kegg.drug", + "pattern": "^[0-9]+$", + "prefix": "bacdive", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG DRUG Database", - "id": 110, + "description": "Bacterial Diversity Metadatabase", + "id": 1875, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 1874, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Leibniz-Institut DSMZ-Deutsche Sammlung von Mikroorganismen und Zellkulturen", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100035", - "name": "KEGG DRUG Database", - "official": true, + "mirId": "MIR:00100900", + "name": "Bacterial Diversity Metadatabase", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/kegg/drug/", - "sampleId": "D00123", - "urlPattern": "https://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "https://bacdive.dsmz.de/", + "sampleId": "131392", + "urlPattern": "https://bacdive.dsmz.de/strain/{$id}" } ], - "sampleId": "D00123" + "sampleId": "131392" }, { - "created": "2019-06-11T14:15:38.579+0000", + "created": "2019-06-11T14:17:01.735+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG GLYCAN, a part of the KEGG LIGAND database, is a collection of experimentally determined glycan structures. It contains all unique structures taken from CarbBank, structures entered from recent publications, and structures present in KEGG pathways.", - "id": 111, - "mirId": "MIR:00000026", - "modified": "2019-06-11T14:15:38.579+0000", - "name": "KEGG Glycan", + "description": "BacMap is an electronic, interactive atlas of fully sequenced bacterial genomes. It contains labeled, zoomable and searchable chromosome maps for sequenced prokaryotic (archaebacterial and eubacterial) species. Each map can be zoomed to the level of individual genes and each gene is hyperlinked to a richly annotated gene card. All bacterial genome maps are supplemented with separate prophage genome maps as well as separate tRNA and rRNA maps. Each bacterial chromosome entry in BacMap contains graphs and tables on a variety of gene and protein statistics. Likewise, every bacterial species entry contains a bacterial 'biography' card, with taxonomic details, phenotypic details, textual descriptions and images. This collection references 'biography' information.", + "id": 1036, + "mirId": "MIR:00000361", + "modified": "2019-06-11T14:17:01.735+0000", + "name": "BacMap Biography", "namespaceEmbeddedInLui": false, - "pattern": "^G\\d+$", - "prefix": "kegg.glycan", + "pattern": "^\\d+$", + "prefix": "bacmap.biog", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG GLYCAN Database", - "id": 112, + "description": "BacMap Biography at University of Alberta", + "id": 1038, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 1037, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100036", - "name": "KEGG GLYCAN Database", - "official": true, + "mirId": "MIR:00100459", + "name": "BacMap Biography at University of Alberta", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genome.jp/kegg/glycan/", - "sampleId": "G00123", - "urlPattern": "https://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://bacmap.wishartlab.com/", + "sampleId": "1050", + "urlPattern": "http://bacmap.wishartlab.com/organisms/{$id}" } ], - "sampleId": "G00123" + "sampleId": "1050" }, { - "created": "2019-06-11T14:15:38.790+0000", + "created": "2019-06-11T14:17:15.634+0000", "deprecated": false, "deprecationDate": null, - "description": "WormBase is an online bioinformatics database of the biology and genome of the model organism Caenorhabditis elegans and other nematodes. It is used by the C. elegans research community both as an information resource and as a mode to publish and distribute their results. This collection references WormBase-accessioned entities.", - "id": 113, - "mirId": "MIR:00000027", - "modified": "2019-06-11T14:15:38.790+0000", - "name": "WormBase", + "description": "BacMap is an electronic, interactive atlas of fully sequenced bacterial genomes. It contains labeled, zoomable and searchable chromosome maps for sequenced prokaryotic (archaebacterial and eubacterial) species. Each map can be zoomed to the level of individual genes and each gene is hyperlinked to a richly annotated gene card. All bacterial genome maps are supplemented with separate prophage genome maps as well as separate tRNA and rRNA maps. Each bacterial chromosome entry in BacMap contains graphs and tables on a variety of gene and protein statistics. Likewise, every bacterial species entry contains a bacterial 'biography' card, with taxonomic details, phenotypic details, textual descriptions and images. This collection references genome map information.", + "id": 1203, + "mirId": "MIR:00000416", + "modified": "2019-06-11T14:17:15.634+0000", + "name": "BacMap Map", "namespaceEmbeddedInLui": false, - "pattern": "^WB[A-Z][a-z]+\\d+$", - "prefix": "wb", + "pattern": "^\\w+(\\_)?\\d+(\\.\\d+)?$", + "prefix": "bacmap.map", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "WormBase", - "id": 114, + "description": "BacMap Genome Map at University of Alberta", + "id": 1204, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1037, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100038", - "name": "WormBase", - "official": true, + "mirId": "MIR:00100539", + "name": "BacMap Genome Map at University of Alberta", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.wormbase.org/", - "sampleId": "WBGene00000001", - "urlPattern": "https://www.wormbase.org/get?name={$id}" - }, + "resourceHomeUrl": "http://bacmap.wishartlab.com/", + "sampleId": "AP011135", + "urlPattern": "http://bacmap.wishartlab.com/maps/{$id}/index.html" + } + ], + "sampleId": "AP011135" + }, + { + "created": "2019-06-11T14:17:58.671+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The BioAssay Ontology (BAO) describes chemical biology screening assays and their results including high-throughput screening (HTS) data for the purpose of categorizing assays and data analysis.", + "id": 1659, + "mirId": "MIR:00000597", + "modified": "2019-06-11T14:17:58.671+0000", + "name": "BioAssay Ontology", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d{7}$", + "prefix": "bao", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "WormBase through BioEntity Link", - "id": 115, + "description": "BioAssay Ontology through BioPortal", + "id": 1660, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 101, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "InSilico Inc, in Eugene, Oregon", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100890", - "name": "WormBase through BioEntity Link", + "mirId": "MIR:00100797", + "name": "BioAssay Ontology through BioPortal", "official": false, - "providerCode": "bioentitylink", - "resourceHomeUrl": "https://bioentity.link/", - "sampleId": "WBGene00021291", - "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BAO/", + "sampleId": "0002989", + "urlPattern": "http://bioportal.bioontology.org/ontologies/BAO/bao:BAO_{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "WormBase through the Alliance of Genome Resources", - "id": 116, + "description": "BioAssay Ontology through OLS", + "id": 1661, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Alliance of Genome Resources", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100901", - "name": "WormBase through the Alliance of Genome Resources", + "mirId": "MIR:00100798", + "name": "BioAssay Ontology through OLS", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "WBGene00000001", - "urlPattern": "https://www.alliancegenome.org/gene/WB:{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/BAO/", + "sampleId": "0002989", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/bao/terms?obo_id=BAO:{$id}" } ], - "sampleId": "WBGene00000001" + "sampleId": "0002989" }, { - "created": "2019-06-11T14:15:34.841+0000", + "created": "2022-01-10T18:54:31.118+0000", "deprecated": false, "deprecationDate": null, - "description": "The Digital Object Identifier System is for identifying content objects in the digital environment.", - "id": 75, - "mirId": "MIR:00000019", - "modified": "2023-01-05T18:09:18.209+0000", - "name": "DOI", + "description": "Blue Brain Project's published data as knowledge graphs and Web Studios.", + "id": 3020, + "mirId": "MIR:00000903", + "modified": "2022-01-10T18:54:31.118+0000", + "name": "Blue Brain Project Knowledge Graph", "namespaceEmbeddedInLui": false, - "pattern": "^(doi\\:)?10\\.\\d+/.*$", - "prefix": "doi", + "pattern": "^[-\\w]+(?:\\/[-\\w]+)(?:\\/\\b[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}\\b)$", + "prefix": "bbkg", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Digital Object Identifier", - "id": 77, + "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", + "id": 3021, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 76, + "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", + "homeUrl": "https://portal.bluebrain.epfl.ch", + "id": 2985, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "International DOI Foundation", + "name": "Blue Brain Project, EPFL", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100010", - "name": "Digital Object Identifier", + "mirId": "MIR:00000902", + "name": "Blue Brain Project, EPFL", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.doi.org/", - "sampleId": "10.1038/nbt1156", - "urlPattern": "https://doi.org/{$id}" - }, + "providerCode": "bbkg", + "resourceHomeUrl": "https://portal.bluebrain.epfl.ch", + "sampleId": "topological-sampling/studios/f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a", + "urlPattern": "https://bbp.epfl.ch/nexus/web/studios/public/{$id}" + } + ], + "sampleId": "topological-sampling/studios/f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a" + }, + { + "created": "2022-01-09T18:52:31.186+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Input data and analysis results for the paper \"Topology of synaptic connectivity constrains neuronal stimulus representation, predicting two complementary coding strategies (https://www.biorxiv.org/content/10.1101/2020.11.02.363929v2 ).", + "id": 2986, + "mirId": "MIR:00000889", + "modified": "2022-01-09T18:52:31.186+0000", + "name": "Blue Brain Project Topological sampling Knowledge Graph", + "namespaceEmbeddedInLui": false, + "pattern": "\\b[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}\\b", + "prefix": "bbtp", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2462, + "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", + "id": 2987, "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, + "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", + "homeUrl": "https://portal.bluebrain.epfl.ch", + "id": 2985, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" + "name": "Blue Brain Project, EPFL", + "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000793", - "name": "Scholia", - "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "10.1186/S13321-016-0161-3", - "urlPattern": "https://scholia.toolforge.org/doi/{$id}" + "mirId": "MIR:00000888", + "name": "Blue Brain Project, EPFL", + "official": true, + "providerCode": "bbp", + "resourceHomeUrl": "https://portal.bluebrain.epfl.ch", + "sampleId": "f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a", + "urlPattern": "https://bbp.epfl.ch/nexus/web/studios/public/topological-sampling/studios/data:{$id}" } ], - "sampleId": "10.1038/nbt1156" + "sampleId": "f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a" }, { - "created": "2019-06-11T14:15:27.869+0000", + "created": "2019-06-11T14:16:45.049+0000", "deprecated": false, "deprecationDate": null, - "description": "Ensembl is a joint project between EMBL - EBI and the Sanger Institute to develop a software system which produces and maintains automatic annotation on selected eukaryotic genomes. This collections also references outgroup organisms.", - "id": 7, - "mirId": "MIR:00000003", - "modified": "2023-01-09T13:51:48.046+0000", - "name": "Ensembl", + "description": "The BDGP EST database collects the expressed sequence tags (ESTs) derived from a variety of tissues and developmental stages for Drosophila melanogaster. All BDGP ESTs are available at dbEST (NCBI).", + "id": 837, + "mirId": "MIR:00000285", + "modified": "2019-06-11T14:16:45.049+0000", + "name": "BDGP EST", "namespaceEmbeddedInLui": false, - "pattern": "^((ENS[FPTG]\\d{11}(\\.\\d+)?)|(FB\\w{2}\\d{7})|(Y[A-Z]{2}\\d{3}[a-zA-Z](\\-[A-Z])?)|([A-Z_a-z0-9]+(\\.)?(t)?(\\d+)?([a-z])?))$", - "prefix": "ensembl", + "pattern": "^\\w+(\\.)?(\\d+)?$", + "prefix": "bdgp.est", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ensembl at Sanger/EMBL-EBI", - "id": 9, + "description": "BDGP EST at NCBI", + "id": 838, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 8, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100011", - "name": "Ensembl at Sanger/EMBL-EBI", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ensembl.org/", - "sampleId": "ENSG00000139618", - "urlPattern": "https://www.ensembl.org/id/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Ensembl US West mirror", - "id": 10, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 8, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100561", - "name": "Ensembl US West mirror", + "mirId": "MIR:00100366", + "name": "BDGP EST at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://uswest.ensembl.org/", - "sampleId": "ENSG00000139618", - "urlPattern": "http://uswest.ensembl.org/id/{$id}" - }, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/dbEST/index.html", + "sampleId": "EY223054.1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nucest/{$id}" + } + ], + "sampleId": "EY223054.1" + }, + { + "created": "2019-06-11T14:16:14.437+0000", + "deprecated": false, + "deprecationDate": null, + "description": "BDGP gene disruption collection provides a public resource of gene disruptions of Drosophila genes using a single transposable element.", + "id": 484, + "mirId": "MIR:00000156", + "modified": "2019-06-11T14:16:14.437+0000", + "name": "BDGP insertion DB", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w+$", + "prefix": "bdgp.insertion", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ensembl US East mirror", - "id": 11, + "description": "BDGP Gene Disruption Project", + "id": 486, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 8, + "description": "Baylor College of Medicine is a health sciences university that creates knowledge and applies science and discoveries to further education, healthcare and community service locally and globally.", + "homeUrl": "https://www.bcm.edu", + "id": 485, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "rorId": null + "name": "Baylor College of Medicine", + "rorId": "https://ror.org/02pttbw34" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100562", - "name": "Ensembl US East mirror", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://useast.ensembl.org/", - "sampleId": "ENSG00000139618", - "urlPattern": "http://useast.ensembl.org/id/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Ensembl Asia mirror", - "id": 12, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 8, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", - "rorId": null - }, - "location": { - "countryCode": "SG", - "countryName": "Singapore" - }, - "mirId": "MIR:00100563", - "name": "Ensembl Asia mirror", + "mirId": "MIR:00100201", + "name": "BDGP Gene Disruption Project", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://asia.ensembl.org/", - "sampleId": "ENSG00000139618", - "urlPattern": "http://asia.ensembl.org/id/{$id}" + "resourceHomeUrl": "http://flypush.imgen.bcm.tmc.edu/pscreen/", + "sampleId": "KG09531", + "urlPattern": "http://flypush.imgen.bcm.tmc.edu/pscreen/details.php?line={$id}" } ], - "sampleId": "ENSG00000139618" + "sampleId": "KG09531" }, { - "created": "2019-06-11T14:15:39.270+0000", + "created": "2019-06-11T14:16:54.741+0000", "deprecated": false, "deprecationDate": null, - "description": "The Pfam database contains information about protein domains and families. For each entry a protein sequence alignment and a Hidden Markov Model is stored.", - "id": 117, - "mirId": "MIR:00000028", - "modified": "2019-06-11T14:15:39.270+0000", - "name": "Pfam", + "description": "The Bloomington Drosophila Stock Center collects, maintains and distributes Drosophila melanogaster strains for research.", + "id": 952, + "mirId": "MIR:00000332", + "modified": "2019-06-11T14:16:54.741+0000", + "name": "Bloomington Drosophila Stock Center", "namespaceEmbeddedInLui": false, - "pattern": "^PF\\d{5}$", - "prefix": "pfam", + "pattern": "^\\d+$", + "prefix": "bdsc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pfam at EMBL-EBI", - "id": 118, + "description": "BDSC at Indiana University", + "id": 954, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 953, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department of Biology, Indiana University, Bloomington", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100685", - "name": "Pfam at EMBL-EBI", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://pfam.xfam.org/", - "sampleId": "PF01234", - "urlPattern": "https://pfam.xfam.org/family/{$id}" + "mirId": "MIR:00100426", + "name": "BDSC at Indiana University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://bdsc.indiana.edu/about/mission.html", + "sampleId": "33607", + "urlPattern": "https://bdsc.indiana.edu/stocks/{$id}" } ], - "sampleId": "PF01234" + "sampleId": "33607" }, { - "created": "2019-06-11T14:15:39.496+0000", + "created": "2019-06-11T14:16:14.695+0000", "deprecated": false, "deprecationDate": null, - "description": "The International Nucleotide Sequence Database Collaboration (INSDC) consists of a joint effort to collect and disseminate databases containing DNA and RNA sequences.", - "id": 119, - "mirId": "MIR:00000029", - "modified": "2019-06-11T14:15:39.496+0000", - "name": "Nucleotide Sequence Database", + "description": "BeetleBase is a comprehensive sequence database and community resource for Tribolium genetics, genomics and developmental biology. It incorporates information about genes, mutants, genetic markers, expressed sequence tags and publications.", + "id": 487, + "mirId": "MIR:00000157", + "modified": "2019-06-11T14:16:14.695+0000", + "name": "BeetleBase", "namespaceEmbeddedInLui": false, - "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4}\\d{8}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", - "prefix": "insdc", + "pattern": "^TC\\d+$", + "prefix": "beetlebase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "INSDC through GenBank", - "id": 120, + "description": "BeetleBase at Kansas State University", + "id": 489, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Kansas State University is a comprehensive, research, land-grant institution serving students and the people of Kansas, the nation, and the world.", + "homeUrl": "https://www.k-state.edu/", + "id": 488, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Kansas State University", + "rorId": "https://ror.org/05p1j8758" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100049", - "name": "INSDC through GenBank", + "mirId": "MIR:00100202", + "name": "BeetleBase at Kansas State University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", - "sampleId": "X58356", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" - }, + "resourceHomeUrl": "http://beetlebase.org/", + "sampleId": "TC010103", + "urlPattern": "http://beetlebase.org/cgi-bin/gbrowse/BeetleBase3.gff3/?name={$id}" + } + ], + "sampleId": "TC010103" + }, + { + "created": "2019-06-11T14:18:04.748+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Benchmark Energy & Geometry Database (BEGDB) collects results of highly accurate quantum mechanics (QM) calculations of molecular structures, energies and properties. These data can serve as benchmarks for testing and parameterization of other computational methods.", + "id": 1726, + "mirId": "MIR:00000622", + "modified": "2019-06-11T14:18:04.748+0000", + "name": "Benchmark Energy & Geometry Database", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]+$", + "prefix": "begdb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "INSDC through DDBJ", - "id": 122, + "description": "Benchmark Energy & Geometry Database", + "id": 1728, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 121, + "id": 1727, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "name": "Institute of Organic Chemistry and Biochemistry, Academy of Sciences of the Czech Republic, Prague", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100066", - "name": "INSDC through DDBJ", + "mirId": "MIR:00100826", + "name": "Benchmark Energy & Geometry Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", - "sampleId": "X58356", - "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry?database=ddbj&accession_number={$id}" - }, + "resourceHomeUrl": "http://www.begdb.com", + "sampleId": "4214", + "urlPattern": "http://www.begdb.com/index.php?action=oneMolecule&state=show&id={$id}" + } + ], + "sampleId": "4214" + }, + { + "created": "2019-06-11T14:17:15.821+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to expression across species.", + "id": 1205, + "mirId": "MIR:00000417", + "modified": "2019-06-11T14:17:15.821+0000", + "name": "Bgee family", + "namespaceEmbeddedInLui": false, + "pattern": "^(ENSFM|ENSGTV:)\\d+$", + "prefix": "bgee.family", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "INSDC through European Nucleotide Archive (ENA)", - "id": 123, + "description": "Bgee at Lausanne", + "id": 1207, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100487", - "name": "INSDC through European Nucleotide Archive (ENA)", + "mirId": "MIR:00100540", + "name": "Bgee at Lausanne", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", - "sampleId": "X58356", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" - }, + "providerCode": "sib", + "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", + "sampleId": "ENSFM00500000270089", + "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=gene_family&action=family_details&gene_family_id={$id}" + } + ], + "sampleId": "ENSFM00500000270089" + }, + { + "created": "2019-06-11T14:17:16.067+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Bgee is a database to retrieve and compare gene expression patterns in multiple species, produced from multiple data types (RNA-Seq, Affymetrix, in situ hybridization, and EST data). This collection references genes in Bgee.", + "id": 1208, + "mirId": "MIR:00000418", + "modified": "2019-06-11T14:17:16.067+0000", + "name": "Bgee gene", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z]+\\d+$", + "prefix": "bgee.gene", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "INSDC through Nucleotide database at NCBI", - "id": 124, + "description": "Bgee gene", + "id": 1210, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100490", - "name": "INSDC through Nucleotide database at NCBI", + "mirId": "MIR:00100541", + "name": "Bgee gene", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nuccore/", - "sampleId": "X58356", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" + "providerCode": "sib", + "resourceHomeUrl": "https://bgee.org/", + "sampleId": "FBgn0000015", + "urlPattern": "https://bgee.org/?page=gene&gene_id={$id}" } ], - "sampleId": "X58356" + "sampleId": "FBgn0000015" }, { - "created": "2019-06-11T14:15:40.188+0000", + "created": "2019-06-11T14:17:16.514+0000", "deprecated": false, "deprecationDate": null, - "description": "FlyBase is the database of the Drosophila Genome Projects and of associated literature.", - "id": 125, - "mirId": "MIR:00000030", - "modified": "2019-06-11T14:15:40.188+0000", - "name": "FlyBase", + "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to anatomical structures.", + "id": 1213, + "mirId": "MIR:00000420", + "modified": "2019-06-11T14:17:16.514+0000", + "name": "Bgee organ", "namespaceEmbeddedInLui": false, - "pattern": "^FB\\w{2}\\d{7}$", - "prefix": "fb", + "pattern": "^(XAO|ZFA|EHDAA|EMAPA|EV|MA)\\:\\d+$", + "prefix": "bgee.organ", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The FlyBase Database", - "id": 127, + "description": "Bgee at Lausanne", + "id": 1214, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 126, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "The FlyBase Consortium", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100050", - "name": "The FlyBase Database", + "mirId": "MIR:00100543", + "name": "Bgee at Lausanne", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://flybase.org/", - "sampleId": "FBgn0011293", - "urlPattern": "http://flybase.org/reports/{$id}.html" - }, + "providerCode": "sib", + "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", + "sampleId": "EHDAA:2185", + "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=anatomy&action=organ_details&organ_id={$id}&organ_children=on" + } + ], + "sampleId": "EHDAA:2185" + }, + { + "created": "2019-06-11T14:17:16.333+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to developmental stages.", + "id": 1211, + "mirId": "MIR:00000419", + "modified": "2019-06-11T14:17:16.333+0000", + "name": "Bgee stage", + "namespaceEmbeddedInLui": false, + "pattern": "^(FBvd|XtroDO|HsapDO|MmusDO)\\:\\d+$", + "prefix": "bgee.stage", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FlyBase through BioEntity Link", - "id": 128, + "description": "Bgee at Lausanne", + "id": 1212, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 101, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "InSilico Inc, in Eugene, Oregon", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100893", - "name": "FlyBase through BioEntity Link", + "mirId": "MIR:00100542", + "name": "Bgee at Lausanne", "official": false, - "providerCode": "bioentitylink", - "resourceHomeUrl": "https://bioentity.link/", - "sampleId": "FBgn0011293", - "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" - }, + "providerCode": "sib", + "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", + "sampleId": "HsapDO:0000004", + "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=anatomy&action=organs&stage_id={$id}&stage_children=on" + } + ], + "sampleId": "HsapDO:0000004" + }, + { + "created": "2019-06-11T14:17:47.621+0000", + "deprecated": false, + "deprecationDate": null, + "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references model compartments.", + "id": 1553, + "mirId": "MIR:00000555", + "modified": "2019-06-11T14:17:47.621+0000", + "name": "BiGG Compartment", + "namespaceEmbeddedInLui": false, + "pattern": "^[a-z_A-Z]+$", + "prefix": "bigg.compartment", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FlyBase through the Alliance of Genome Resources", - "id": 129, + "description": "BiGG Compartment at University of California", + "id": 1554, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Alliance of Genome Resources", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100904", - "name": "FlyBase through the Alliance of Genome Resources", + "mirId": "MIR:00100732", + "name": "BiGG Compartment at University of California", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "FBgn0011293", - "urlPattern": "https://www.alliancegenome.org/gene/FB:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bigg.ucsd.edu/compartments/", + "sampleId": "c", + "urlPattern": "http://bigg.ucsd.edu/compartments/{$id}" } ], - "sampleId": "FBgn0011293" + "sampleId": "c" }, { - "created": "2019-06-11T14:15:40.709+0000", + "created": "2019-06-11T14:17:47.850+0000", "deprecated": false, "deprecationDate": null, - "description": "Wormpep contains the predicted proteins from the Caenorhabditis elegans genome sequencing project.", - "id": 130, - "mirId": "MIR:00000031", - "modified": "2019-06-11T14:15:40.709+0000", - "name": "Wormpep", + "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual metabolotes.", + "id": 1555, + "mirId": "MIR:00000556", + "modified": "2019-06-11T14:17:47.850+0000", + "name": "BiGG Metabolite", "namespaceEmbeddedInLui": false, - "pattern": "^CE\\d{5}$", - "prefix": "wormpep", + "pattern": "^[a-z_A-Z0-9]+$", + "prefix": "bigg.metabolite", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Wormpep (Master)", - "id": 132, + "description": "BiGG Metabolite at University of Cakifornia", + "id": 1556, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 131, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cold Spring Harbor Laboratory", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100051", - "name": "Wormpep (Master)", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.wormbase.org/db/seq/protein", - "sampleId": "CE28239", - "urlPattern": "https://www.wormbase.org/db/seq/protein?name={$id}" + "mirId": "MIR:00100733", + "name": "BiGG Metabolite at University of Cakifornia", + "official": false, + "providerCode": "ucsd", + "resourceHomeUrl": "http://bigg.ucsd.edu/universal/metabolites", + "sampleId": "12dgr161", + "urlPattern": "http://bigg.ucsd.edu/models/universal/metabolites/{$id}" } ], - "sampleId": "CE28239" + "sampleId": "12dgr161" }, { - "created": "2019-06-11T14:15:40.983+0000", + "created": "2019-06-11T14:17:47.362+0000", "deprecated": false, "deprecationDate": null, - "description": "PROSITE consists of documentation entries describing protein domains, families and functional sites as well as associated patterns and profiles to identify them.", - "id": 133, - "mirId": "MIR:00000032", - "modified": "2019-06-11T14:15:40.983+0000", - "name": "PROSITE", + "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual models.", + "id": 1550, + "mirId": "MIR:00000554", + "modified": "2019-06-11T14:17:47.362+0000", + "name": "BiGG Model", "namespaceEmbeddedInLui": false, - "pattern": "^PS\\d{5}$", - "prefix": "prosite", + "pattern": "^[a-z_A-Z0-9]+$", + "prefix": "bigg.model", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ExPASy PROSITE", - "id": 135, + "description": "BiGG Model at University of California", + "id": 1552, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100056", - "name": "ExPASy PROSITE", + "mirId": "MIR:00100731", + "name": "BiGG Model at University of California", "official": false, - "providerCode": "expasy", - "resourceHomeUrl": "https://www.expasy.org/prosite/", - "sampleId": "PS00001", - "urlPattern": "https://prosite.expasy.org/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bigg.ucsd.edu/models", + "sampleId": "iECABU_c1320", + "urlPattern": "http://bigg.ucsd.edu/models/{$id}" } ], - "sampleId": "PS00001" + "sampleId": "iECABU_c1320" }, { - "created": "2019-06-11T14:15:41.269+0000", + "created": "2019-06-11T14:17:48.059+0000", "deprecated": false, "deprecationDate": null, - "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem Substance archives chemical substance records.", - "id": 136, - "mirId": "MIR:00000033", - "modified": "2019-06-11T14:15:41.269+0000", - "name": "PubChem-substance", + "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references reactions.", + "id": 1557, + "mirId": "MIR:00000557", + "modified": "2019-06-11T14:17:48.059+0000", + "name": "BiGG Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pubchem.substance", + "pattern": "^[a-z_A-Z0-9]+$", + "prefix": "bigg.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI PubChem Substance", - "id": 137, + "description": "BiGG Reaction at University of California", + "id": 1558, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100058", - "name": "NCBI PubChem Substance", + "mirId": "MIR:00100734", + "name": "BiGG Reaction at University of California", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://pubchem.ncbi.nlm.nih.gov/", - "sampleId": "100101", - "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/substance/{$id}" + "providerCode": "ucsd", + "resourceHomeUrl": "http://bigg.ucsd.edu/universal/reactions", + "sampleId": "13GS", + "urlPattern": "http://bigg.ucsd.edu/models/universal/reactions/{$id}" } ], - "sampleId": "100101" + "sampleId": "13GS" }, { - "created": "2019-06-11T14:15:41.493+0000", + "created": "2019-06-11T14:16:39.982+0000", "deprecated": false, "deprecationDate": null, - "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem Compound archives chemical structures and records.", - "id": 138, - "mirId": "MIR:00000034", - "modified": "2019-06-11T14:15:41.493+0000", - "name": "PubChem-compound", + "description": "BindingDB is the first public database of protein-small molecule affinity data.", + "id": 775, + "mirId": "MIR:00000264", + "modified": "2019-06-11T14:16:39.982+0000", + "name": "BindingDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pubchem.compound", + "pattern": "^\\w\\d+$", + "prefix": "bindingdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI PubChem Compound", - "id": 139, + "description": "BindingDB", + "id": 777, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100059", - "name": "NCBI PubChem Compound", + "mirId": "MIR:00100340", + "name": "BindingDB", "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://pubchem.ncbi.nlm.nih.gov/", - "sampleId": "100101", - "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/compound/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2449, - "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" - }, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "mirId": "MIR:00000698", - "name": "Scholia", - "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "14123361", - "urlPattern": "https://scholia.toolforge.org/pubchem/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.bindingdb.org", + "sampleId": "e999", + "urlPattern": "http://www.bindingdb.org/compact/{$id}" } ], - "sampleId": "100101" + "sampleId": "e999" }, { - "created": "2019-06-11T14:15:41.707+0000", + "created": "2019-06-11T14:17:16.688+0000", "deprecated": false, "deprecationDate": null, - "description": "arXiv is an e-print service in the fields of physics, mathematics, non-linear science, computer science, and quantitative biology.", - "id": 140, - "mirId": "MIR:00000035", - "modified": "2019-06-11T14:15:41.707+0000", - "name": "arXiv", + "description": "BioCarta is a supplier and distributor of characterized reagents and assays for biopharmaceutical and academic research. It catalogs community produced online maps depicting molecular relationships from areas of active research, generating classical pathways as well as suggestions for new pathways. This collections references pathway maps.", + "id": 1215, + "mirId": "MIR:00000421", + "modified": "2019-06-11T14:17:16.688+0000", + "name": "BioCarta Pathway", "namespaceEmbeddedInLui": false, - "pattern": "^(\\w+(\\-\\w+)?(\\.\\w+)?)?\\d{4,7}(\\.\\d+(v\\d+)?)?$", - "prefix": "arxiv", + "pattern": "^([hm]\\_)?\\w+Pathway$", + "prefix": "biocarta.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cornell University arXiv", - "id": 142, + "description": "BioCarta Pathway at NCI", + "id": 1216, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 141, + "id": 442, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cornell University", + "name": "National Cancer Institute, Center for Bioinformatics, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100060", - "name": "Cornell University arXiv", - "official": false, + "mirId": "MIR:00100544", + "name": "BioCarta Pathway at NCI", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://arxiv.org/", - "sampleId": "0807.4956v1", - "urlPattern": "https://arxiv.org/abs/{$id}" + "resourceHomeUrl": "https://www.biocarta.com/", + "sampleId": "h_aktPathway", + "urlPattern": "https://cgap.nci.nih.gov/Pathways/BioCarta/{$id}" } ], - "sampleId": "0807.4956v1" + "sampleId": "h_aktPathway" }, { - "created": "2019-06-11T14:15:41.970+0000", + "created": "2019-06-11T14:16:10.872+0000", "deprecated": false, "deprecationDate": null, - "description": "ArrayExpress is a public repository for microarray data, which is aimed at storing MIAME-compliant data in accordance with Microarray Gene Expression Data (MGED) recommendations.", - "id": 143, - "mirId": "MIR:00000036", - "modified": "2019-06-11T14:15:41.970+0000", - "name": "ArrayExpress", + "description": "The BioCatalogue provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Registered services are monitored, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. BioCatalogue is free to use, for all.", + "id": 445, + "mirId": "MIR:00000140", + "modified": "2019-06-11T14:16:10.872+0000", + "name": "BioCatalogue", "namespaceEmbeddedInLui": false, - "pattern": "^[AEP]-\\w{4}-\\d+$", - "prefix": "arrayexpress", + "pattern": "^\\d+$", + "prefix": "biocatalogue.service", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ArrayExpress", - "id": 144, + "description": "BioCatalogue at EMBL-EBI", + "id": 446, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -2760,251 +2804,339 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100061", - "name": "ArrayExpress", - "official": true, + "mirId": "MIR:00100182", + "name": "BioCatalogue at EMBL-EBI", + "official": false, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/arrayexpress/", - "sampleId": "E-MEXP-1712", - "urlPattern": "https://www.ebi.ac.uk/arrayexpress/experiments/{$id}" - }, + "resourceHomeUrl": "https://www.biocatalogue.org/", + "sampleId": "614", + "urlPattern": "https://www.biocatalogue.org/services/{$id}" + } + ], + "sampleId": "614" + }, + { + "created": "2019-06-11T14:16:23.132+0000", + "deprecated": false, + "deprecationDate": null, + "description": "BioCyc is a collection of Pathway/Genome Databases (PGDBs) which provides an electronic reference source on the genomes and metabolic pathways of sequenced organisms.", + "id": 584, + "mirId": "MIR:00000194", + "modified": "2019-06-11T14:16:23.132+0000", + "name": "BioCyc", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z-0-9]+(\\:)?[A-Za-z0-9+_.%-:]+$", + "prefix": "biocyc", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ArrayExpress through OmicsDI", - "id": 145, + "description": "BioCyc at SRI International", + "id": 586, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", + "homeUrl": "https://www.sri.com/", + "id": 1692, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "SRI International", + "rorId": "https://ror.org/05s570m15" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100854", - "name": "ArrayExpress through OmicsDI", + "mirId": "MIR:00100251", + "name": "BioCyc at SRI International", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "E-MEXP-1712", - "urlPattern": "https://www.omicsdi.org/dataset/arrayexpress-repository/{$id}" + "providerCode": "sri", + "resourceHomeUrl": "http://biocyc.org", + "sampleId": "ECOLI:CYT-D-UBIOX-CPLX", + "urlPattern": "http://biocyc.org/getid?id={$id}" } ], - "sampleId": "E-MEXP-1712" + "sampleId": "ECOLI:CYT-D-UBIOX-CPLX" }, { - "created": "2019-06-11T14:15:42.331+0000", + "created": "2019-06-11T14:15:48.429+0000", "deprecated": false, "deprecationDate": null, - "description": "The Mouse Genome Database (MGD) project includes data on gene characterization, nomenclature, mapping, gene homologies among mammals, sequence links, phenotypes, allelic variants and mutants, and strain data.", - "id": 146, - "mirId": "MIR:00000037", - "modified": "2019-06-11T14:15:42.331+0000", - "name": "Mouse Genome Database", - "namespaceEmbeddedInLui": true, - "pattern": "^MGI:\\d+$", - "prefix": "mgi", + "description": "BioGRID is a database of physical and genetic interactions in Saccharomyces cerevisiae, Caenorhabditis elegans, Drosophila melanogaster, Homo sapiens, and Schizosaccharomyces pombe.", + "id": 206, + "mirId": "MIR:00000058", + "modified": "2019-06-11T14:15:48.429+0000", + "name": "BioGRID", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "biogrid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mouse Genome Informatics Database", - "id": 147, + "description": "BioGRID database of physical and genetic interactions", + "id": 208, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 91, + "id": 207, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "The Jackson Laboratory", + "name": "Ontario Cancer Institute", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100062", - "name": "Mouse Genome Informatics Database", - "official": true, + "mirId": "MIR:00100086", + "name": "BioGRID database of physical and genetic interactions", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.informatics.jax.org/", - "sampleId": "2442292", - "urlPattern": "http://www.informatics.jax.org/accession/MGI:{$id}" - }, + "resourceHomeUrl": "http://thebiogrid.org/", + "sampleId": "31623", + "urlPattern": "http://thebiogrid.org/{$id}" + } + ], + "sampleId": "31623" + }, + { + "created": "2020-03-20T15:04:54.734+0000", + "deprecated": false, + "deprecationDate": null, + "description": "A high level datamodel of biological entities (genes, diseases, phenotypes, pathways, individuals, substances, etc) and their associations.", + "id": 2160, + "mirId": "MIR:00000782", + "modified": "2020-03-20T15:04:54.734+0000", + "name": "BioLink Model", + "namespaceEmbeddedInLui": false, + "pattern": "^\\S+$", + "prefix": "biolink", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGD through BioEntity Link", - "id": 148, + "description": "This resource is not backed by a physical institution. The resource is managed and deployed on GitHub, and is maintained by a broad community of develops", + "id": 2161, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 101, + "description": "This resource is not backed by a physical institution. The resource is managed and deployed on GitHub, and is maintained by a broad community of develops", + "homeUrl": "https://biolink.github.io/biolink-model", + "id": 2159, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "InSilico Inc, in Eugene, Oregon", + "name": "BioLink GitHub Organization", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100894", - "name": "MGD through BioEntity Link", - "official": false, - "providerCode": "bioentitylink", - "resourceHomeUrl": "https://bioentity.link/", - "sampleId": "2442292", - "urlPattern": "https://bioentity.link/#/lexicon/public/MGI:{$id}" - }, + "mirId": "MIR:00000778", + "name": "BioLink GitHub Organization", + "official": true, + "providerCode": "biolinkgithub", + "resourceHomeUrl": "https://biolink.github.io/biolink-model", + "sampleId": "Gene", + "urlPattern": "https://w3id.org/biolink/vocab/{$id}" + } + ], + "sampleId": "Gene" + }, + { + "created": "2019-06-11T14:18:07.548+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Database of the dielectric properties of biological tissues.", + "id": 1760, + "mirId": "MIR:00000634", + "modified": "2019-06-11T14:18:07.548+0000", + "name": "Bio-MINDER Tissue Database", + "namespaceEmbeddedInLui": false, + "pattern": "^[a-z0-9\\-]+$", + "prefix": "biominder", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGI through the Alliance of Genome Resources", - "id": 149, + "description": "Bio-MINDER Tissue Database", + "id": 1762, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1761, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "name": "Alliance of Genome Resources", + "name": "RWTH Aachen University / NUIG Galway", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "mirId": "MIR:00100903", - "name": "MGI through the Alliance of Genome Resources", + "mirId": "MIR:00100839", + "name": "Bio-MINDER Tissue Database", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "2442292", - "urlPattern": "https://www.alliancegenome.org/gene/MGI:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://datalab.rwth-aachen.de/MINDER", + "sampleId": "aef4c195-9cf9-46db-a12a-7cfd1ff3eec3", + "urlPattern": "https://datalab.rwth-aachen.de/MINDER/resource/{$id}" } ], - "sampleId": "2442292" + "sampleId": "aef4c195-9cf9-46db-a12a-7cfd1ff3eec3" }, { - "created": "2019-06-11T14:15:42.838+0000", + "created": "2019-06-11T14:15:30.877+0000", "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The reaction data set provides information regarding the organism in which a reaction is observed, pathways in which it participates, and links to further information.", - "id": 150, - "mirId": "MIR:00000038", - "modified": "2019-06-11T14:15:42.838+0000", - "name": "SABIO-RK Reaction", + "description": "BioModels Database is a data resource that allows biologists to store, search and retrieve published mathematical models of biological interests.", + "id": 36, + "mirId": "MIR:00000007", + "modified": "2019-06-11T14:15:30.877+0000", + "name": "BioModels Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sabiork.reaction", + "pattern": "^((BIOMD|MODEL)\\d{10})|(BMID\\d{12})$", + "prefix": "biomodels.db", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK reaction", - "id": 152, + "description": "BioModels Database", + "id": 37, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100006", + "name": "BioModels Database", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/biomodels/", + "sampleId": "BIOMD0000000048", + "urlPattern": "https://www.ebi.ac.uk/biomodels/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Caltech mirror", + "id": 39, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 151, + "id": 38, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "name": "California Institute of Technology", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100063", - "name": "SABIO-RK reaction", + "mirId": "MIR:00100107", + "name": "Caltech mirror", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sabiork.h-its.org/", - "sampleId": "75", - "urlPattern": "http://sabiork.h-its.org/newSearch?q=sabioreactionid:{$id}" + "resourceHomeUrl": "http://biomodels.caltech.edu/", + "sampleId": "BIOMD0000000048", + "urlPattern": "http://biomodels.caltech.edu/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "BioModels through OmicsDI", + "id": 40, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100855", + "name": "BioModels through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "BIOMD0000000048", + "urlPattern": "https://www.omicsdi.org/dataset/biomodels/{$id}" } ], - "sampleId": "75" + "sampleId": "BIOMD0000000048" }, { - "created": "2019-06-11T14:15:43.342+0000", + "created": "2019-06-11T14:16:01.508+0000", "deprecated": false, "deprecationDate": null, - "description": "The database details a comprehensive IUBMB approved classification system for membrane transport proteins known as the Transporter Classification (TC) system. The TC system is analogous to the Enzyme Commission (EC) system for classification of enzymes, but incorporates phylogenetic information additionally.", - "id": 156, - "mirId": "MIR:00000040", - "modified": "2019-06-11T14:15:43.342+0000", - "name": "Transport Classification Database", + "description": "The Kinetic Simulation Algorithm Ontology (KiSAO) is an ontology that describes simulation algorithms and methods used for biological kinetic models, and the relationships between them. This provides a means to unambiguously refer to simulation algorithms when describing a simulation experiment.", + "id": 347, + "mirId": "MIR:00000108", + "modified": "2019-06-11T14:16:01.508+0000", + "name": "KiSAO", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+(\\.[A-Z])?(\\.\\d+)?(\\.\\d+)?(\\.\\d+)?$", - "prefix": "tcdb", + "pattern": "^KISAO_\\d+$", + "prefix": "biomodels.kisao", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TCDB", - "id": 158, + "description": "KiSAO via NCBO's Bioportal", + "id": 348, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 157, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Division of Biological Sciences, UCSD", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100068", - "name": "TCDB", + "mirId": "MIR:00100141", + "name": "KiSAO via NCBO's Bioportal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.tcdb.org/", - "sampleId": "5.A.1.1.1", - "urlPattern": "http://www.tcdb.org/search/result.php?tc={$id}" - } - ], - "sampleId": "5.A.1.1.1" - }, - { - "created": "2019-06-11T14:15:43.590+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The UniProt Archive (UniParc) is a database containing non-redundant protein sequence information from many sources. Each unique sequence is given a stable and unique identifier (UPI) making it possible to identify the same protein from different source databases.", - "id": 159, - "mirId": "MIR:00000041", - "modified": "2019-06-11T14:15:43.590+0000", - "name": "UniParc", - "namespaceEmbeddedInLui": false, - "pattern": "^UPI[A-F0-9]{10}$", - "prefix": "uniparc", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/KISAO", + "sampleId": "KISAO_0000057", + "urlPattern": "http://purl.bioontology.org/ontology/KISAO/kisao:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "UniProt Archive (UniParc)", - "id": 160, + "description": "KiSAO through OLS", + "id": 349, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -3020,91 +3152,63 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100069", - "name": "UniProt Archive (UniParc)", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/uniparc/", - "sampleId": "UPI000000000A", - "urlPattern": "https://www.ebi.ac.uk/cgi-bin/dbfetch?db=uniparc&id={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "UniParc through UniProt", - "id": 161, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 24, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "UniProt Consortium", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100476", - "name": "UniParc through UniProt", + "mirId": "MIR:00100757", + "name": "KiSAO through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.uniprot.org/uniparc/", - "sampleId": "UPI000000000A", - "urlPattern": "https://www.uniprot.org/uniparc/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/kisao", + "sampleId": "KISAO_0000057", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/kisao/terms?short_form={$id}" } ], - "sampleId": "UPI000000000A" + "sampleId": "KISAO_0000057" }, { - "created": "2019-06-11T14:15:43.925+0000", + "created": "2019-06-11T14:16:01.178+0000", "deprecated": false, "deprecationDate": null, - "description": "The Molecular INTeraction database (MINT) stores, in a structured format, information about molecular interactions by extracting experimental details from work published in peer-reviewed journals.", - "id": 162, - "mirId": "MIR:00000042", - "modified": "2019-06-11T14:15:43.925+0000", - "name": "MINT", + "description": "The Terminology for Description of Dynamics (TEDDY) is an ontology for dynamical behaviours, observable dynamical phenomena, and control elements of bio-models and biological systems in Systems Biology and Synthetic Biology.", + "id": 344, + "mirId": "MIR:00000107", + "modified": "2019-06-11T14:16:01.178+0000", + "name": "TEDDY", "namespaceEmbeddedInLui": false, - "pattern": "^MINT\\-\\d{1,7}$", - "prefix": "mint", + "pattern": "^TEDDY_\\d{7}$", + "prefix": "biomodels.teddy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Molecular INTeraction database (MINT)", - "id": 164, + "description": "TEDDY through BioPortal", + "id": 345, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 163, + "id": 5, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Rome Tor Vergata, Rome", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100070", - "name": "The Molecular INTeraction database (MINT)", + "mirId": "MIR:00100140", + "name": "TEDDY through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mint.bio.uniroma2.it/mint/", - "sampleId": "MINT-10000", - "urlPattern": "http://mint.bio.uniroma2.it/mint/search/inFrameInteraction.do?interactionAc={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://teddyontology.sourceforge.net/", + "sampleId": "TEDDY_0000066", + "urlPattern": "http://purl.bioontology.org/ontology/TEDDY/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "MINT subset through IntAct", - "id": 165, + "description": "TEDDY though OLS", + "id": 346, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -3120,1563 +3224,1727 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100654", - "name": "MINT subset through IntAct", + "mirId": "MIR:00100761", + "name": "TEDDY though OLS", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", - "sampleId": "MINT-7905142", - "urlPattern": "https://www.ebi.ac.uk/intact/query/interaction_id:{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/teddy", + "sampleId": "TEDDY_0000066", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/teddy/terms?short_form={$id}" } ], - "sampleId": "MINT-10000" + "sampleId": "TEDDY_0000066" }, { - "created": "2019-06-11T14:15:44.329+0000", + "created": "2019-06-11T14:17:37.784+0000", "deprecated": false, "deprecationDate": null, - "description": "The database of interacting protein (DIP) database stores experimentally determined interactions between proteins. It combines information from a variety of sources to create a single, consistent set of protein-protein interactions", - "id": 166, - "mirId": "MIR:00000044", - "modified": "2019-06-11T14:15:44.329+0000", - "name": "Database of Interacting Proteins", + "description": "Vocabulary used in the RDF representation of SBML models.", + "id": 1450, + "mirId": "MIR:00000514", + "modified": "2019-06-11T14:17:37.784+0000", + "name": "SBML RDF Vocabulary", "namespaceEmbeddedInLui": false, - "pattern": "^DIP(\\:)?\\-\\d{1,}[ENXS]$", - "prefix": "dip", + "pattern": "^[A-Za-z]+$", + "prefix": "biomodels.vocabulary", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Database of interacting proteins", - "id": 168, + "description": "Vocabulary via BioModels.net", + "id": 1452, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 167, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "UCLA", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100072", - "name": "Database of interacting proteins", + "mirId": "MIR:00100661", + "name": "Vocabulary via BioModels.net", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://dip.doe-mbi.ucla.edu/", - "sampleId": "DIP-743N", - "urlPattern": "https://dip.doe-mbi.ucla.edu/dip/DIPview.cgi?ID={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "http://biomodels.net/rdf/vocabulary.rdf", + "sampleId": "rateRule", + "urlPattern": "http://biomodels.net/rdf/vocabulary.rdf#{$id}" } ], - "sampleId": "DIP-743N" + "sampleId": "rateRule" }, { - "created": "2019-06-11T14:15:44.579+0000", + "created": "2019-06-11T14:15:59.756+0000", "deprecated": false, "deprecationDate": null, - "description": "The Signaling Gateway provides information on mammalian proteins involved in cellular signaling.", - "id": 169, - "mirId": "MIR:00000045", - "modified": "2019-06-11T14:15:44.579+0000", - "name": "Signaling Gateway", + "description": "BioNumbers is a database of key numberical information that may be used in molecular biology. Along with the numbers, it contains references to the original literature, useful comments, and related numeric data.", + "id": 327, + "mirId": "MIR:00000101", + "modified": "2019-06-11T14:15:59.756+0000", + "name": "BioNumbers", "namespaceEmbeddedInLui": false, - "pattern": "A\\d{6}$", - "prefix": "signaling-gateway", + "pattern": "^\\d+$", + "prefix": "bionumbers", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Signaling Gateway Molecule Pages", - "id": 171, + "description": "BioNumbers database", + "id": 329, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 170, + "id": 328, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "UC San Diego", + "name": "Weizmann Institute", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100073", - "name": "Signaling Gateway Molecule Pages", - "official": false, + "mirId": "MIR:00100132", + "name": "BioNumbers database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.signaling-gateway.org/molecule", - "sampleId": "A001094", - "urlPattern": "http://www.signaling-gateway.org/molecule/query?afcsid={$id}" + "resourceHomeUrl": "https://bionumbers.hms.harvard.edu", + "sampleId": "104674", + "urlPattern": "https://bionumbers.hms.harvard.edu/bionumber.aspx?id={$id}" } ], - "sampleId": "A001094" + "sampleId": "104674" }, { - "created": "2019-06-11T14:15:44.821+0000", + "created": "2019-06-11T14:16:21.882+0000", "deprecated": false, "deprecationDate": null, - "description": "The RESID Database of Protein Modifications is a comprehensive collection of annotations and structures for protein modifications including amino-terminal, carboxyl-terminal and peptide chain cross-link post-translational modifications.", - "id": 172, - "mirId": "MIR:00000046", - "modified": "2019-06-11T14:15:44.821+0000", - "name": "RESID", + "description": "BioPortal is an open repository of biomedical ontologies that provides access via Web services and Web browsers to ontologies developed in OWL, RDF, OBO format and Protégé frames. BioPortal functionality includes the ability to browse, search and visualize ontologies.", + "id": 570, + "mirId": "MIR:00000187", + "modified": "2019-06-11T14:16:21.882+0000", + "name": "BioPortal", "namespaceEmbeddedInLui": false, - "pattern": "^AA\\d{4}$", - "prefix": "resid", + "pattern": "^\\d+$", + "prefix": "bioportal", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RESID at Georgetown University", - "id": 174, + "description": "BioPortal at National Center for Biomedical Ontology", + "id": 572, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 173, + "id": 571, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Georgetown University Medical Center, Washington", + "name": "National Center for Biomedical Ontology, Stanford University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100653", - "name": "RESID at Georgetown University", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pir0.georgetown.edu/resid/", - "sampleId": "AA0001", - "urlPattern": "http://pir0.georgetown.edu/cgi-bin/resid?id={$id}" + "mirId": "MIR:00100244", + "name": "BioPortal at National Center for Biomedical Ontology", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/", + "sampleId": "1046", + "urlPattern": "http://bioportal.bioontology.org/ontologies/{$id}" } ], - "sampleId": "AA0001" + "sampleId": "1046" }, { - "created": "2019-06-11T14:15:45.062+0000", + "created": "2019-06-11T14:16:58.543+0000", "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references genes.", - "id": 175, - "mirId": "MIR:00000047", - "modified": "2019-06-11T14:15:45.062+0000", - "name": "Rat Genome Database", + "description": "BioProject provides an organizational framework to access metadata about research projects and the data from the projects that are deposited into different databases. It provides information about a project’s scope, material, objectives, funding source and general relevance categories.", + "id": 999, + "mirId": "MIR:00000349", + "modified": "2019-06-11T14:16:58.543+0000", + "name": "BioProject", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{4,}$", - "prefix": "rgd", + "pattern": "^PRJ[DEN][A-Z]\\d+$", + "prefix": "bioproject", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database", - "id": 177, + "description": "BioProject at DNA Data Bank of Japan", + "id": 1001, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 176, + "id": 1000, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Medical College of Wisconsin", + "name": "DNA Data Bank of Japan, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100075", - "name": "Rat Genome Database", - "official": true, + "mirId": "MIR:00100444", + "name": "BioProject at DNA Data Bank of Japan", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rgd.mcw.edu/", - "sampleId": "2018", - "urlPattern": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id={$id}" + "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/bioproject/", + "sampleId": "PRJDB3", + "urlPattern": "http://trace.ddbj.nig.ac.jp/BPSearch/bioproject?acc={$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "RGD through the Alliance of Genome Resources", - "id": 178, + "description": "BioProject at NCBI", + "id": 1002, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Alliance of Genome Resources", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100905", - "name": "RGD through the Alliance of Genome Resources", + "mirId": "MIR:00100445", + "name": "BioProject at NCBI", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "2018", - "urlPattern": "https://www.alliancegenome.org/gene/RGD:{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/bioproject", + "sampleId": "PRJDB3", + "urlPattern": "https://www.ncbi.nlm.nih.gov/bioproject?term={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "BioProject at European Nucleotide Archive (ENA)", + "id": 1003, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100446", + "name": "BioProject at European Nucleotide Archive (ENA)", + "official": false, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", + "sampleId": "PRJDB3", + "urlPattern": "https://www.ebi.ac.uk/ena/browser/view/{$id}" } ], - "sampleId": "2018" + "sampleId": "PRJDB3" }, { - "created": "2019-06-11T14:15:45.813+0000", + "created": "2019-06-11T14:16:59.017+0000", "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. This provides protein information for a given gene model and provides links to other sources such as UniProtKB and GenPept", - "id": 179, - "mirId": "MIR:00000048", - "modified": "2019-06-11T14:15:45.813+0000", - "name": "TAIR Protein", + "description": "The BioSample Database stores information about biological samples used in molecular experiments, such as sequencing, gene expression or proteomics. It includes reference samples, such as cell lines, which are repeatedly used in experiments. Accession numbers for the reference samples will be exchanged with a similar database at NCBI, and DDBJ (Japan). Record access may be affected due to different release cycles and inter-institutional synchronisation.", + "id": 1004, + "mirId": "MIR:00000350", + "modified": "2019-06-11T14:16:59.017+0000", + "name": "BioSample", "namespaceEmbeddedInLui": false, - "pattern": "^AASequence:\\d{10}$", - "prefix": "tair.protein", + "pattern": "^SAM[NED](\\w)?\\d+$", + "prefix": "biosample", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) Protein", - "id": 181, + "description": "BioSamples Database at EBI", + "id": 1005, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100447", + "name": "BioSamples Database at EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/biosamples/", + "sampleId": "SAMEA2397676", + "urlPattern": "https://www.ebi.ac.uk/biosamples/sample/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "BioSample at NCBI", + "id": 1006, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100706", + "name": "BioSample at NCBI", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/biosample", + "sampleId": "SAMN00000002", + "urlPattern": "http://www.ncbi.nlm.nih.gov/biosample?term={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "BioSample at DNA Data Bank of Japan", + "id": 1008, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 180, + "id": 1007, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", + "name": "Institution DNA Data Bank of Japan, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100076", - "name": "The Arabidopsis Information Resource (TAIR) Protein", + "mirId": "MIR:00100707", + "name": "BioSample at DNA Data Bank of Japan", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://arabidopsis.org/index.jsp", - "sampleId": "AASequence:1009107926", - "urlPattern": "http://arabidopsis.org/servlets/TairObject?accession={$id}" + "providerCode": "ddbj", + "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/biosample/", + "sampleId": "SAMD00005257", + "urlPattern": "http://trace.ddbj.nig.ac.jp/BSSearch/biosample?acc={$id}" } ], - "sampleId": "AASequence:1009107926" + "sampleId": "SAMEA2397676" }, { - "created": "2019-06-11T14:15:46.061+0000", + "created": "2021-10-11T12:50:59.916+0000", "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. This is the reference gene model for a given locus.", - "id": 182, - "mirId": "MIR:00000049", - "modified": "2019-06-11T14:15:46.061+0000", - "name": "TAIR Gene", + "description": "BioSimulations is an open repository of simulation projects, including simulation experiments, their results, and data visualizations of their results. BioSimulations supports a broad range of model languages, modeling frameworks, simulation algorithms, and simulation software tools.", + "id": 2903, + "mirId": "MIR:00000880", + "modified": "2021-10-11T12:50:59.916+0000", + "name": "biosimulations", "namespaceEmbeddedInLui": false, - "pattern": "^Gene:\\d{7}$", - "prefix": "tair.gene", + "pattern": "^[a-zA-Z0-9_-]{3,}$", + "prefix": "biosimulations", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) Gene", - "id": 183, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", + "id": 2904, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 180, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100077", - "name": "The Arabidopsis Information Resource (TAIR) Gene", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://arabidopsis.org/index.jsp", - "sampleId": "Gene:2200934", - "urlPattern": "http://arabidopsis.org/servlets/TairObject?accession={$id}" + "mirId": "MIR:00000879", + "name": "Icahn School of Medicine at Mount Sinai", + "official": true, + "providerCode": "icahn", + "resourceHomeUrl": "https://icahn.mssm.edu/", + "sampleId": "Yeast-cell-cycle-Irons-J-Theor-Biol-2009", + "urlPattern": "https://biosimulations.org/projects/{$id}" } ], - "sampleId": "Gene:2200934" + "sampleId": "Yeast-cell-cycle-Irons-J-Theor-Biol-2009" }, { - "created": "2019-06-11T14:15:46.274+0000", + "created": "2020-10-22T01:16:20.744+0000", "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. The name of a Locus is unique and used by TAIR, TIGR, and MIPS.", - "id": 184, - "mirId": "MIR:00000050", - "modified": "2019-06-11T14:15:46.274+0000", - "name": "TAIR Locus", + "description": "BioSimulators is a registry of containerized simulation tools that support a common interface. The containers in BioSimulators support a range of modeling frameworks (e.g., logical, constraint-based, continuous kinetic, discrete kinetic), simulation algorithms (e.g., CVODE, FBA, SSA), and modeling formats (e.g., BGNL, SBML, SED-ML).", + "id": 2416, + "mirId": "MIR:00000767", + "modified": "2020-10-22T01:16:20.744+0000", + "name": "BioSimulators", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{7}$", - "prefix": "tair.locus", + "pattern": "[a-zA-Z0-9-_]+", + "prefix": "biosimulators", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Arabidopsis Information Resource (TAIR) Locus", - "id": 185, + "description": "The BioSimulators project aims to make it easier for the research community to reuse biosimulation tools through standards and a registry of simulation tools.", + "id": 2417, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 180, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100078", - "name": "The Arabidopsis Information Resource (TAIR) Locus", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://arabidopsis.org/index.jsp", - "sampleId": "2200950", - "urlPattern": "http://www.arabidopsis.org/servlets/TairObject?accession=Locus:{$id}" + "mirId": "MIR:00000746", + "name": "BioSimulators", + "official": true, + "providerCode": "icahn", + "resourceHomeUrl": "https://biosimulators.org/", + "sampleId": "vcell", + "urlPattern": "https://biosimulators.org/simulators/{$id}" } ], - "sampleId": "2200950" + "sampleId": "vcell" }, { - "created": "2019-06-11T14:15:46.469+0000", + "created": "2019-06-11T14:18:22.448+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Metabolome Database (HMDB) is a database containing detailed information about small molecule metabolites found in the human body.It contains or links 1) chemical 2) clinical and 3) molecular biology/biochemistry data.", - "id": 186, - "mirId": "MIR:00000051", - "modified": "2019-06-11T14:15:46.469+0000", - "name": "HMDB", + "description": "The BioStudies database holds descriptions of biological studies, links to data from these studies in other databases at EMBL-EBI or outside, as well as data that do not fit in the structured archives at EMBL-EBI. The database can accept a wide range of types of studies described via a simple format. It also enables manuscript authors to submit supplementary information and link to it from the publication.", + "id": 1921, + "mirId": "MIR:00000694", + "modified": "2023-01-12T08:36:02.758+0000", + "name": "BioStudies database", "namespaceEmbeddedInLui": false, - "pattern": "^HMDB\\d+$", - "prefix": "hmdb", + "pattern": "^S-[A-Z]{4}[\\-\\_A-Z\\d]+$", + "prefix": "biostudies", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Human Metabolome Database", - "id": 188, + "description": "BioStudies database", + "id": 1922, "institution": { - "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", - "homeUrl": "https://www.ualberta.ca", - "id": 334, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Alberta", - "rorId": "https://ror.org/0160cpw27" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100079", - "name": "The Human Metabolome Database", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.hmdb.ca/", - "sampleId": "HMDB00001", - "urlPattern": "http://www.hmdb.ca/metabolites/{$id}" + "mirId": "MIR:00100926", + "name": "BioStudies database", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/biostudies/", + "sampleId": "S-EPMC6266652", + "urlPattern": "https://www.ebi.ac.uk/biostudies/studies/{$id}" } ], - "sampleId": "HMDB00001" + "sampleId": "S-EPMC6266652" }, { - "created": "2019-06-11T14:15:46.708+0000", + "created": "2019-06-11T14:15:58.906+0000", "deprecated": false, "deprecationDate": null, - "description": "The LIPID MAPS Lipid Classification System is comprised of eight lipid categories, each with its own subclassification hierarchy. All lipids in the LIPID MAPS Structure Database (LMSD) have been classified using this system and have been assigned LIPID MAPS ID's which reflects their position in the classification hierarchy.", - "id": 189, - "mirId": "MIR:00000052", - "modified": "2019-06-11T14:15:46.708+0000", - "name": "LIPID MAPS", + "description": "The NCBI BioSystems database centralizes and cross-links existing biological systems databases, increasing their utility and target audience by integrating their pathways and systems into NCBI resources.", + "id": 318, + "mirId": "MIR:00000097", + "modified": "2019-06-11T14:15:58.906+0000", + "name": "BioSystems", "namespaceEmbeddedInLui": false, - "pattern": "^LM(FA|GL|GP|SP|ST|PR|SL|PK)[0-9]{4}([0-9a-zA-Z]{4,6})?$", - "prefix": "lipidmaps", + "pattern": "^\\d+$", + "prefix": "biosystems", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Department of Bioengineering and the San Diego Supercomputer Center", - "id": 191, + "description": "BioSystems database at NCBI", + "id": 319, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100080", - "name": "Department of Bioengineering and the San Diego Supercomputer Center", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.lipidmaps.org", - "sampleId": "LMPR0102010012", - "urlPattern": "http://www.lipidmaps.org/data/LMSDRecord.php?LMID={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2458, - "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" - }, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "mirId": "MIR:00000781", - "name": "Scholia", + "mirId": "MIR:00100128", + "name": "BioSystems database at NCBI", "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "LMFA00000007", - "urlPattern": "https://scholia.toolforge.org/lipidmaps/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/biosystems/", + "sampleId": "001", + "urlPattern": "https://www.ncbi.nlm.nih.gov/biosystems/{$id}" } ], - "sampleId": "LMPR0102010012" + "sampleId": "001" }, { - "created": "2019-06-11T14:15:46.969+0000", + "created": "2019-06-11T14:18:03.353+0000", "deprecated": false, "deprecationDate": null, - "description": "The PeptideAtlas Project provides a publicly accessible database of peptides identified in tandem mass spectrometry proteomics studies and software tools.", - "id": 192, - "mirId": "MIR:00000053", - "modified": "2019-06-11T14:15:46.969+0000", - "name": "PeptideAtlas", + "description": "Tool and data services registry.", + "id": 1709, + "mirId": "MIR:00000616", + "modified": "2023-01-05T19:09:45.468+0000", + "name": "BioTools", "namespaceEmbeddedInLui": false, - "pattern": "^PAp[0-9]{8}$", - "prefix": "peptideatlas", + "pattern": "^[-A-Za-z0-9\\_]*$", + "prefix": "biotools", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PeptideAtlas at ISB", - "id": 194, + "description": "BioTools", + "id": 1711, "institution": { - "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", - "homeUrl": "https://isbscience.org/", - "id": 193, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1710, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "name": "Institute for Systems Biology", - "rorId": "https://ror.org/02tpgw303" + "name": "Elixir-DK", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "mirId": "MIR:00100081", - "name": "PeptideAtlas at ISB", - "official": true, + "mirId": "MIR:00100820", + "name": "BioTools", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.peptideatlas.org/", - "sampleId": "PAp00000009", - "urlPattern": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/Summarize_Peptide?query=QUERY&searchForThis={$id}" + "resourceHomeUrl": "https://bio.tools/", + "sampleId": "uniprotkb", + "urlPattern": "https://bio.tools/{$id}" } ], - "sampleId": "PAp00000009" + "sampleId": "uniprotkb" }, { - "created": "2019-06-11T14:15:47.245+0000", + "created": "2022-01-09T19:35:12.259+0000", "deprecated": false, "deprecationDate": null, - "description": "The Gene Expression Omnibus (GEO) is a gene expression repository providing a curated, online resource for gene expression data browsing, query and retrieval.", - "id": 195, - "mirId": "MIR:00000054", - "modified": "2019-06-11T14:15:47.245+0000", - "name": "GEO", + "description": "Bitbucket is a Git-based source code repository hosting service owned by Atlassian.", + "id": 3009, + "mirId": "MIR:00000899", + "modified": "2022-01-09T19:35:12.259+0000", + "name": "Bitbucket", "namespaceEmbeddedInLui": false, - "pattern": "^G(PL|SM|SE|DS)\\d+$", - "prefix": "geo", + "pattern": "^[0-9A-Za-z-_\\.]+/[0-9A-Za-z-_\\.]+$", + "prefix": "bitbucket", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gene Expression Omnibus at NCBI", - "id": 196, + "description": "Atlassian Corporation Plc is an Australian software company that develops products for software developers, project managers and other software development teams.", + "id": 3010, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Atlassian Corporation Plc is an Australian software company that develops products for software developers, project managers and other software development teams.", + "homeUrl": "https://www.atlassian.com/", + "id": 3008, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Atlassian", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100082", - "name": "Gene Expression Omnibus at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/geo/", - "sampleId": "GDS1234", - "urlPattern": "https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc={$id}" + "mirId": "MIR:00000896", + "name": "Atlassian", + "official": true, + "providerCode": "atlassian", + "resourceHomeUrl": "https://www.atlassian.com/", + "sampleId": "andreadega/systems-biology-compiler", + "urlPattern": "https://bitbucket.org/{$id}" } ], - "sampleId": "GDS1234" + "sampleId": "andreadega/systems-biology-compiler" }, { - "created": "2019-06-11T14:15:47.447+0000", + "created": "2019-06-11T14:16:58.347+0000", "deprecated": false, "deprecationDate": null, - "description": "Evidence codes can be used to specify the type of supporting evidence for a piece of knowledge. This allows inference of a 'level of support' between an entity and an annotation made to an entity.", - "id": 197, - "mirId": "MIR:00000055", - "modified": "2019-06-11T14:15:47.447+0000", - "name": "Evidence Code Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "ECO:\\d{7}$", - "prefix": "eco", + "description": "BitterDB is a database of compounds reported to taste bitter to humans. The compounds can be searched by name, chemical structure, similarity to other bitter compounds, association with a particular human bitter taste receptor, and so on. The database also contains information on mutations in bitter taste receptors that were shown to influence receptor activation by bitter compounds. The aim of BitterDB is to facilitate studying the chemical features associated with bitterness. This collection references compounds.", + "id": 997, + "mirId": "MIR:00000348", + "modified": "2019-06-11T14:16:58.347+0000", + "name": "BitterDB Compound", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "bitterdb.cpd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Evidence Codes via the Ontology Lookup Service (OLS)", - "id": 198, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100083", - "name": "Evidence Codes via the Ontology Lookup Service (OLS)", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/eco", - "sampleId": "0000006", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/eco/terms?obo_id=ECO:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Evidence Code Ontology through BioPortal", - "id": 199, + "description": "BitterDB Compound at The Hebrew University of Jerusalem", + "id": 998, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 995, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "The Robert H Smith Faculty of Agriculture, Food and Environment, The Institute of Biochemistry, Food Science and Nutrition, The Hebrew University of Jerusalem, Rehovot", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100235", - "name": "Evidence Code Ontology through BioPortal", + "mirId": "MIR:00100443", + "name": "BitterDB Compound at The Hebrew University of Jerusalem", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/ECO", - "sampleId": "0000006", - "urlPattern": "http://purl.bioontology.org/ontology/ECO/ECO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bitterdb.agri.huji.ac.il/dbbitter.php", + "sampleId": "46", + "urlPattern": "http://bitterdb.agri.huji.ac.il/bitterdb/compound.php?id={$id}" } ], - "sampleId": "0000006" + "sampleId": "46" }, { - "created": "2019-06-11T14:15:47.775+0000", + "created": "2019-06-11T14:16:58.089+0000", "deprecated": false, "deprecationDate": null, - "description": "The Proteomics Standards Initiative modification ontology (PSI-MOD) aims to define a concensus nomenclature and ontology reconciling, in a hierarchical representation, the complementary descriptions of residue modifications.", - "id": 200, - "mirId": "MIR:00000056", - "modified": "2019-06-11T14:15:47.775+0000", - "name": "Protein Modification Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^MOD:\\d{5}", - "prefix": "mod", + "description": "BitterDB is a database of compounds reported to taste bitter to humans. The compounds can be searched by name, chemical structure, similarity to other bitter compounds, association with a particular human bitter taste receptor, and so on. The database also contains information on mutations in bitter taste receptors that were shown to influence receptor activation by bitter compounds. The aim of BitterDB is to facilitate studying the chemical features associated with bitterness. This collection references receptors.", + "id": 994, + "mirId": "MIR:00000347", + "modified": "2019-06-11T14:16:58.089+0000", + "name": "BitterDB Receptor", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "bitterdb.rec", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein modifications ontology via the Ontology Lookup Service (OLS)", - "id": 201, + "description": "BitterDB Receptor at The Hebrew University of Jerusalem", + "id": 996, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 995, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "The Robert H Smith Faculty of Agriculture, Food and Environment, The Institute of Biochemistry, Food Science and Nutrition, The Hebrew University of Jerusalem, Rehovot", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100084", - "name": "Protein modifications ontology via the Ontology Lookup Service (OLS)", + "mirId": "MIR:00100442", + "name": "BitterDB Receptor at The Hebrew University of Jerusalem", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mod", - "sampleId": "00001", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mod/terms?obo_id=MOD:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bitterdb.agri.huji.ac.il/dbbitter.php", + "sampleId": "1", + "urlPattern": "http://bitterdb.agri.huji.ac.il/Receptor.php?id={$id}" + } + ], + "sampleId": "1" + }, + { + "created": "2019-12-09T15:05:02.665+0000", + "deprecated": false, + "deprecationDate": null, + "description": "BMRB collects, annotates, archives, and disseminates (worldwide in the public domain) the important spectral and quantitative data derived from NMR spectroscopic investigations of biological macromolecules and metabolites. The goal is to empower scientists in their analysis of the structure, dynamics, and chemistry of biological systems and to support further development of the field of biomolecular NMR spectroscopy.", + "id": 2055, + "mirId": "MIR:00000716", + "modified": "2019-12-09T15:05:02.665+0000", + "name": "Biological Magnetic Resonance Data Bank", + "namespaceEmbeddedInLui": false, + "pattern": "^(bmr|bmse|bmst)?[0-9]{1,6}$", + "prefix": "bmrb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein modifications ontology through BioPortal", - "id": 202, + "description": "BMRB collects, annotates, archives, and disseminates (worldwide in the public domain) the important spectral and quantitative data derived from NMR spectroscopic investigations of biological macromolecules and metabolites. The goal is to empower scientists in their analysis of the structure, dynamics, and chemistry of biological systems and to support further development of the field of biomolecular NMR spectroscopy.", + "id": 2056, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "The University of Wisconsin–Madison is a public research university in Madison, Wisconsin. Founded when Wisconsin achieved statehood in 1848, UW–Madison is the official state university of Wisconsin, and the flagship campus of the University of Wisconsin System.\nIt was the first public university established in Wisconsin and remains the oldest and largest public university in the state. It became a land-grant institution in 1866.\nThe 933-acre (378 ha) main campus, located on the shores of Lake Mendota, includes four National Historic Landmarks.\nThe University also owns and operates a historic 1,200-acre (486 ha) arboretum established in 1932, located 4 miles (6.4 km) south of the main campus.", + "homeUrl": "https://www.wisc.edu/", + "id": 2054, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null + "name": "University of Wisconsin-Madison", + "rorId": "https://ror.org/01y2jtd41" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100239", - "name": "Protein modifications ontology through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PSIMOD", - "sampleId": "00001", - "urlPattern": "http://bioportal.bioontology.org/ontologies/1041?p=terms&conceptid=MOD:{$id}" + "mirId": "MIR:00000735", + "name": "Biological Magnetic Resonance Data Bank", + "official": true, + "providerCode": "bmrb", + "resourceHomeUrl": "http://www.bmrb.wisc.edu/", + "sampleId": "15000", + "urlPattern": "http://rest.bmrb.wisc.edu/bmrb/{$id}/html" } ], - "sampleId": "00001" + "sampleId": "15000" }, { - "created": "2019-06-11T14:15:48.132+0000", + "created": "2019-06-11T14:16:14.938+0000", "deprecated": false, "deprecationDate": null, - "description": "Curated biochemical pathways for Saccharomyces cerevisiae at Saccharomyces genome database (SGD).", - "id": 203, - "mirId": "MIR:00000057", - "modified": "2019-06-11T14:15:48.132+0000", - "name": "Saccharomyces genome database pathways", + "description": "The Barcode of Life Data System (BOLD) is an informatics workbench aiding the acquisition, storage, analysis and publication of DNA barcode records. The associated taxonomy browser shows the progress of DNA barcoding and provides sample collection site distribution, and taxon occurence information.", + "id": 490, + "mirId": "MIR:00000158", + "modified": "2019-06-11T14:16:14.938+0000", + "name": "BOLD Taxonomy", "namespaceEmbeddedInLui": false, - "pattern": "^PWY\\w{2}\\-\\d{3}$", - "prefix": "sgd.pathways", + "pattern": "^\\d+$", + "prefix": "bold.taxonomy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Saccharomyces cerevisiae pathways at SGD.", - "id": 205, + "description": "BOLD taxonomy browser", + "id": 492, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 204, + "id": 491, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "SGD, Stanford University", + "name": "Canadian Centre for DNA Barcoding, Biodiversity Institute of Ontario", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100085", - "name": "Saccharomyces cerevisiae pathways at SGD.", + "mirId": "MIR:00100203", + "name": "BOLD taxonomy browser", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pathway.yeastgenome.org/", - "sampleId": "PWY3O-214", - "urlPattern": "http://pathway.yeastgenome.org/YEAST/new-image?type=PATHWAY&object={$id}" + "resourceHomeUrl": "http://www.boldsystems.org/", + "sampleId": "27267", + "urlPattern": "http://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid={$id}" } ], - "sampleId": "PWY3O-214" + "sampleId": "27267" }, { - "created": "2019-06-11T14:15:48.429+0000", + "created": "2019-06-11T14:15:51.985+0000", "deprecated": false, "deprecationDate": null, - "description": "BioGRID is a database of physical and genetic interactions in Saccharomyces cerevisiae, Caenorhabditis elegans, Drosophila melanogaster, Homo sapiens, and Schizosaccharomyces pombe.", - "id": 206, - "mirId": "MIR:00000058", - "modified": "2019-06-11T14:15:48.429+0000", - "name": "BioGRID", + "description": "BRENDA is a collection of enzyme functional data available to the scientific community. Data on enzyme function are extracted directly from the primary literature The database covers information on classification and nomenclature, reaction and specificity, functional parameters, occurrence, enzyme structure and stability, mutants and enzyme engineering, preparation and isolation, the application of enzymes, and ligand-related data.", + "id": 244, + "mirId": "MIR:00000071", + "modified": "2019-06-11T14:15:51.985+0000", + "name": "BRENDA", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "biogrid", + "pattern": "^((\\d+\\.-\\.-\\.-)|(\\d+\\.\\d+\\.-\\.-)|(\\d+\\.\\d+\\.\\d+\\.-)|(\\d+\\.\\d+\\.\\d+\\.\\d+))$", + "prefix": "brenda", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioGRID database of physical and genetic interactions", - "id": 208, + "description": "Brenda enzyme database", + "id": 246, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 207, + "id": 245, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Ontario Cancer Institute", + "name": "Technical University Braunschweig, Institute for Bioinformatics and Biochemistry", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100086", - "name": "BioGRID database of physical and genetic interactions", + "mirId": "MIR:00100101", + "name": "Brenda enzyme database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://thebiogrid.org/", - "sampleId": "31623", - "urlPattern": "http://thebiogrid.org/{$id}" + "resourceHomeUrl": "https://www.brenda-enzymes.org/", + "sampleId": "1.1.1.1", + "urlPattern": "https://www.brenda-enzymes.org/php/result_flat.php4?ecno={$id}" } ], - "sampleId": "31623" + "sampleId": "1.1.1.1" }, { - "created": "2019-06-11T14:15:48.677+0000", + "created": "2019-06-11T14:17:20.539+0000", "deprecated": false, "deprecationDate": null, - "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them.", - "id": 209, - "mirId": "MIR:00000059", - "modified": "2019-06-11T14:15:48.677+0000", - "name": "MEROPS", + "description": "Magnaporthe grisea, the causal agent of rice blast disease, is one of the most devasting threats to food security worldwide and is a model organism for studying fungal phytopathogenicity and host-parasite interactions. The Magnaporthe comparative genomics database provides accesses to multiple fungal genomes from the Magnaporthaceae family to facilitate the comparative analysis. As part of the Broad Fungal Genome Initiative, the Magnaporthe comparative project includes the finished M. oryzae (formerly M. grisea) genome, as well as the draft assemblies of Gaeumannomyces graminis var. tritici and M. poae.", + "id": 1258, + "mirId": "MIR:00000438", + "modified": "2019-06-11T14:17:20.539+0000", + "name": "Broad Fungal Genome Initiative", "namespaceEmbeddedInLui": false, - "pattern": "^[SCTAGMNU]\\d{2}\\.([AB]\\d{2}|\\d{3})$", - "prefix": "merops", + "pattern": "^S\\d+$", + "prefix": "broad", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MEROPS database at Sanger Institute", - "id": 211, + "description": "Broad Fungal Genome Initiative at Broad Institute", + "id": 1260, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 210, + "id": 1259, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Wellcome Trust Sanger Institute", + "name": "Broad Institute of MIT and Harvard, Cambridge, Massachuchetts", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100087", - "name": "MEROPS database at Sanger Institute", - "official": false, + "mirId": "MIR:00100569", + "name": "Broad Fungal Genome Initiative at Broad Institute", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", - "sampleId": "S01.001", - "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/pepsum?mid={$id}" + "resourceHomeUrl": "https://www.broadinstitute.org/annotation/genome/magnaporthe_grisea/", + "sampleId": "S7000002168151102", + "urlPattern": "https://www.broadinstitute.org/annotation/genome/magnaporthe_grisea/GeneDetails.html?sp={$id}" } ], - "sampleId": "S01.001" + "sampleId": "S7000002168151102" }, { - "created": "2019-06-11T14:15:48.923+0000", + "created": "2019-06-11T14:16:02.399+0000", "deprecated": false, "deprecationDate": null, - "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. This collection references groups of genes that have been organised as families.", - "id": 212, - "mirId": "MIR:00000060", - "modified": "2019-06-11T14:15:48.923+0000", - "name": "PANTHER Family", - "namespaceEmbeddedInLui": false, - "pattern": "^PTHR\\d{5}(\\:SF\\d{1,3})?$", - "prefix": "panther.family", + "description": "The Brenda tissue ontology is a structured controlled vocabulary eastablished to identify the source of an enzyme cited in the Brenda enzyme database. It comprises terms of tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms.", + "id": 355, + "mirId": "MIR:00000111", + "modified": "2019-06-11T14:16:02.399+0000", + "name": "Brenda Tissue Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^BTO:\\d{7}$", + "prefix": "bto", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PANTHER Family at USC (Los Angeles)", - "id": 213, + "description": "Brenda Tissue Ontology through OLS", + "id": 356, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100144", + "name": "Brenda Tissue Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/bto", + "sampleId": "0000146", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/bto/terms?obo_id=BTO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Brenda Tissue Ontology through BioPortal", + "id": 357, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 94, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Keck School of Medicine, University of Southern California", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100088", - "name": "PANTHER Family at USC (Los Angeles)", + "mirId": "MIR:00100233", + "name": "Brenda Tissue Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pantherdb.org/", - "sampleId": "PTHR12345", - "urlPattern": "http://www.pantherdb.org/panther/family.do?clsAccession={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BTO", + "sampleId": "0000146", + "urlPattern": "http://purl.bioontology.org/ontology/BTO/BTO:{$id}" } ], - "sampleId": "PTHR12345" + "sampleId": "0000146" }, { - "created": "2019-06-11T14:15:49.123+0000", + "created": "2019-06-11T14:17:12.968+0000", "deprecated": false, "deprecationDate": null, - "description": "PRINTS is a compendium of protein fingerprints. A fingerprint is a group of conserved motifs used to characterise a protein family; its diagnostic power is refined by iterative scanning of a SWISS-PROT/TrEMBL composite. Usually the motifs do not overlap, but are separated along a sequence, though they may be contiguous in 3D-space. Fingerprints can encode protein folds and functionalities more flexibly and powerfully than can single motifs, full diagnostic potency deriving from the mutual context provided by motif neighbours.", - "id": 214, - "mirId": "MIR:00000061", - "modified": "2019-06-11T14:15:49.123+0000", - "name": "PRINTS", + "description": "BugBase is a MIAME-compliant microbial gene expression and comparative genomic database. It stores experimental annotation and multiple raw and analysed data formats, as well as protocols for bacterial microarray designs. This collection references microarray experiments.", + "id": 1172, + "mirId": "MIR:00000404", + "modified": "2019-06-11T14:17:12.968+0000", + "name": "BugBase Expt", "namespaceEmbeddedInLui": false, - "pattern": "^PR\\d{5}$", - "prefix": "prints", + "pattern": "^\\d+$", + "prefix": "bugbase.expt", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PRINTS through SPRINT", - "id": 216, + "description": "BugBase Expt at University of London", + "id": 1173, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 215, + "description": "St George’s Hospital Medical School was established in 1733 and initially based at Hyde Park Corner, before moving to our Tooting site in 1980. It was the second institution in England to provide formal training courses for doctors.\nSt George’s has a dynamic research culture, with teams working to improve the health of people of all ages, from children to the elderly, in populations locally and globally.", + "homeUrl": "https://www.sgul.ac.uk/", + "id": 1170, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "University of Manchester", - "rorId": null + "name": "St George's, University of London", + "rorId": "https://ror.org/040f08y74" }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100089", - "name": "PRINTS through SPRINT", + "mirId": "MIR:00100524", + "name": "BugBase Expt at University of London", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.bioinf.manchester.ac.uk/dbbrowser/sprint/", - "sampleId": "PR00001", - "urlPattern": "http://www.bioinf.manchester.ac.uk/cgi-bin/dbbrowser/sprint/searchprintss.cgi?prints_accn={$id}&display_opts=Prints&category=None&queryform=false®expr=off" + "resourceHomeUrl": "http://bugs.sgul.ac.uk/E-BUGS", + "sampleId": "288", + "urlPattern": "http://bugs.sgul.ac.uk/bugsbase/tabs/experiment.php?expt_id={$id}&action=view" } ], - "sampleId": "PR00001" + "sampleId": "288" }, { - "created": "2019-06-11T14:15:49.385+0000", + "created": "2019-06-11T14:17:12.749+0000", "deprecated": false, "deprecationDate": null, - "description": "Ligand Expo is a data resource for finding information about small molecules bound to proteins and nucleic acids.", - "id": 217, - "mirId": "MIR:00000062", - "modified": "2019-06-11T14:15:49.385+0000", - "name": "Ligand Expo", + "description": "BugBase is a MIAME-compliant microbial gene expression and comparative genomic database. It stores experimental annotation and multiple raw and analysed data formats, as well as protocols for bacterial microarray designs. This collection references design protocols.", + "id": 1169, + "mirId": "MIR:00000403", + "modified": "2019-06-11T14:17:12.749+0000", + "name": "BugBase Protocol", "namespaceEmbeddedInLui": false, - "pattern": "^(\\w){3}$", - "prefix": "ligandexpo", + "pattern": "^\\d+$", + "prefix": "bugbase.protocol", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ligand Expo at RutgersRCSB PDB", - "id": 218, + "description": "BugBase Protocol at University of London", + "id": 1171, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 79, + "description": "St George’s Hospital Medical School was established in 1733 and initially based at Hyde Park Corner, before moving to our Tooting site in 1980. It was the second institution in England to provide formal training courses for doctors.\nSt George’s has a dynamic research culture, with teams working to improve the health of people of all ages, from children to the elderly, in populations locally and globally.", + "homeUrl": "https://www.sgul.ac.uk/", + "id": 1170, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Rutgers, The State University of New Jersey", - "rorId": null + "name": "St George's, University of London", + "rorId": "https://ror.org/040f08y74" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100090", - "name": "Ligand Expo at RutgersRCSB PDB", + "mirId": "MIR:00100523", + "name": "BugBase Protocol at University of London", "official": false, - "providerCode": "rcsb", - "resourceHomeUrl": "http://ligand-depot.rutgers.edu/index.html", - "sampleId": "ABC", - "urlPattern": "http://ligand-depot.rutgers.edu/pyapps/ldHandler.py?formid=cc-index-search&target={$id}&operation=ccid" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bugs.sgul.ac.uk/E-BUGS", + "sampleId": "67", + "urlPattern": "http://bugs.sgul.ac.uk/bugsbase/tabs/protocol.php?protocol_id={$id}&action=view" + } + ], + "sampleId": "67" + }, + { + "created": "2019-06-11T14:16:38.105+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The bacterial tyrosine kinase database (BYKdb) that collects sequences of putative and authentic bacterial tyrosine kinases, providing structural and functional information.", + "id": 751, + "mirId": "MIR:00000253", + "modified": "2019-06-11T14:16:38.105+0000", + "name": "BYKdb", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z0-9]+$", + "prefix": "bykdb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ligand Expo at Rutgers", - "id": 219, + "description": "BYKdb at CNRS", + "id": 753, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 79, + "id": 752, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "Rutgers, The State University of New Jersey", + "name": "Unité Bases Moléculaires et Structurales des Systèmes Infectieux; CNRS - Université Claude Bernard, Lyon", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100615", - "name": "Ligand Expo at Rutgers", + "mirId": "MIR:00100324", + "name": "BYKdb at CNRS", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ligand-expo.rcsb.org/", - "sampleId": "ABC", - "urlPattern": "http://ligand-expo.rcsb.org/pyapps/ldHandler.py?formid=cc-index-search&target={$id}&operation=ccid" + "resourceHomeUrl": "https://bykdb.ibcp.fr/BYKdb/", + "sampleId": "A0A009E7X8", + "urlPattern": "https://bykdb.ibcp.fr/data/html/annotated/{$id}.html" } ], - "sampleId": "ABC" + "sampleId": "A0A009E7X8" }, { - "created": "2019-06-11T14:15:49.786+0000", + "created": "2019-06-11T14:16:39.396+0000", "deprecated": false, "deprecationDate": null, - "description": "ACLAME is a database dedicated to the collection and classification of mobile genetic elements (MGEs) from various sources, comprising all known phage genomes, plasmids and transposons.", - "id": 220, - "mirId": "MIR:00000063", - "modified": "2019-06-11T14:15:49.786+0000", - "name": "Aclame", - "namespaceEmbeddedInLui": true, - "pattern": "^mge:\\d+$", - "prefix": "mge", + "description": "CABRI (Common Access to Biotechnological Resources and Information) is an online service where users can search a number of European Biological Resource Centre catalogues. It lists the availability of a particular organism or genetic resource and defines the set of technical specifications and procedures which should be used to handle it.", + "id": 767, + "mirId": "MIR:00000261", + "modified": "2019-06-11T14:16:39.396+0000", + "name": "CABRI", + "namespaceEmbeddedInLui": false, + "pattern": "^([A-Za-z]+)?(\\_)?([A-Za-z-]+)\\:([A-Za-z0-9 ]+)$", + "prefix": "cabri", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Aclame database of mobile genetic elements", - "id": 222, + "description": "CABRI Cell Lines catalogue in Genova (SRS)", + "id": 769, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 221, + "id": 768, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "name": "National Cancer Research Institute of Genova, Genova", + "rorId": null + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "mirId": "MIR:00100334", + "name": "CABRI Cell Lines catalogue in Genova (SRS)", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.cabri.org/", + "sampleId": "dsmz_mutz-id:ACC 291", + "urlPattern": "http://www.cabri.org/CABRI/srs-bin/wgetz?-e+-page+EntryPage+[{$id}]" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "CABRI Cell Lines catalogue in Brussels (SRS)", + "id": 771, + "institution": { + "description": "he BCCM consortium has grown to become one of the most important culture collections in the world, both in terms of the size and quality of the collections (bacteria, yeasts, moulds, plasmids, diatoms, DNA libraries) and its expertise. Not only does the consortium keep more than 200,000 quality controlled, characterised and documented units of biological material, but it also offers its expertise through services and partnership projects.", + "homeUrl": "http://bccm.belspo.be/", + "id": 770, "location": { "countryCode": "BE", "countryName": "Belgium" }, - "name": "Service de Conformation de Macromolécules Biologiques et de Bioinformatique, Université Libre de Bruxelles", + "name": "BCCM", "rorId": null }, "location": { "countryCode": "BE", "countryName": "Belgium" }, - "mirId": "MIR:00100091", - "name": "Aclame database of mobile genetic elements", + "mirId": "MIR:00100335", + "name": "CABRI Cell Lines catalogue in Brussels (SRS)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://aclame.ulb.ac.be/", - "sampleId": "2", - "urlPattern": "http://aclame.ulb.ac.be/perl/Aclame/Genomes/mge_view.cgi?view=info&id=mge:{$id}" + "resourceHomeUrl": "http://www.be.cabri.org/", + "sampleId": "dsmz_mutz-id:ACC 291", + "urlPattern": "http://www.be.cabri.org/CABRI/srs-bin/wgetz?-e+-page+EntryPage+[{$id}]" } ], - "sampleId": "2" + "sampleId": "dsmz_mutz-id:ACC 291" }, { - "created": "2019-06-11T14:15:50.037+0000", + "created": "2019-06-11T14:18:22.646+0000", "deprecated": false, "deprecationDate": null, - "description": "The International Standard Book Number (ISBN) is for identifying printed books.", - "id": 223, - "mirId": "MIR:00000064", - "modified": "2019-06-11T14:15:50.037+0000", - "name": "ISBN", + "description": "The US National Cancer Institute (NCI) maintains and administers data elements, forms, models, and components of these items in a metadata registry referred to as the Cancer Data Standards Registry and Repository, or caDSR.", + "id": 1923, + "mirId": "MIR:00000695", + "modified": "2019-06-11T14:18:22.646+0000", + "name": "Cancer Data Standards Registry and Repository", "namespaceEmbeddedInLui": false, - "pattern": "^(ISBN)?(-13|-10)?[:]?[ ]?(\\d{2,3}[ -]?)?\\d{1,5}[ -]?\\d{1,7}[ -]?\\d{1,6}[ -]?(\\d|X)$", - "prefix": "isbn", + "pattern": "^[0-9]*$", + "prefix": "cadsr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ISBNDB - ISBN Database", - "id": 225, + "description": "Cancer Data Standards Registry and Repository", + "id": 1925, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 224, + "id": 1924, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "ISNBdb project, San Gabriel, California", + "name": "National Cancer Institute, National Institutes of Health, Bethesda, MD", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100092", - "name": "ISBNDB - ISBN Database", - "official": false, + "mirId": "MIR:00100928", + "name": "Cancer Data Standards Registry and Repository", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://isbndb.com/", - "sampleId": "9781584885658", - "urlPattern": "http://isbndb.com/search-all.html?kw={$id}" - }, + "resourceHomeUrl": "https://wiki.nci.nih.gov/display/caDSR/caDSR+Wiki", + "sampleId": "3771992", + "urlPattern": "https://cadsrapi.nci.nih.gov/cadsrapi4/GetXML?query=DataElement[@publicId={$id}]" + } + ], + "sampleId": "3771992" + }, + { + "created": "2019-06-11T14:18:04.976+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The goal of the CAMEO (Continuous Automated Model EvaluatiOn) community project is to continuously evaluate the accuracy and reliability of protein structure prediction servers, offering scores on tertiary and quaternary structure prediction, model quality estimation, accessible surface area prediction, ligand binding site residue prediction and contact prediction services in a fully automated manner. These predictions are regularly compared against reference structures from PDB.", + "id": 1729, + "mirId": "MIR:00000623", + "modified": "2019-10-01T11:46:06.302+0000", + "name": "CAMEO", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9\\-_]+$", + "prefix": "cameo", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ISBN database at WorldCat", - "id": 227, + "description": "CAMEO", + "id": 1731, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 226, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "OCLC Online Computer Library Center, Inc. Ohio", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100093", - "name": "ISBN database at WorldCat", + "mirId": "MIR:00100827", + "name": "CAMEO", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.worldcat.org/", - "sampleId": "9781584885658", - "urlPattern": "http://www.worldcat.org/isbn/{$id}" + "providerCode": "sib", + "resourceHomeUrl": "https://cameo3d.org", + "sampleId": "2019-08-03_00000089_1", + "urlPattern": "https://www.cameo3d.org/sp/targets/target/{$id}" } ], - "sampleId": "9781584885658" + "sampleId": "2019-08-03_00000089_1" }, { - "created": "2019-06-11T14:15:50.454+0000", + "created": "2019-06-11T14:17:11.199+0000", "deprecated": false, "deprecationDate": null, - "description": "The PRIDE PRoteomics IDEntifications database is a centralized, standards compliant, public data repository that provides protein and peptide identifications together with supporting evidence. This collection references experiments and assays.", - "id": 228, - "mirId": "MIR:00000065", - "modified": "2019-06-11T14:15:50.454+0000", - "name": "PRIDE", + "description": "CAPS-DB is a structural classification of helix-cappings or caps compiled from protein structures. The regions of the polypeptide chain immediately preceding or following an alpha-helix are known as Nt- and Ct cappings, respectively. Caps extracted from protein structures have been structurally classified based on geometry and conformation and organized in a tree-like hierarchical classification where the different levels correspond to different properties of the caps.", + "id": 1149, + "mirId": "MIR:00000396", + "modified": "2019-06-11T14:17:11.199+0000", + "name": "CAPS-DB", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "pride", + "prefix": "caps", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PRIDE at EBI", - "id": 229, + "description": "CAPS-DB at Leeds Institute of Molecular Medicine", + "id": 1151, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1150, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Leeds Institute of Molecular Medicine, Section of Experimental Therapeutics, University of Leeds, Leeds", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100094", - "name": "PRIDE at EBI", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/pride/", - "sampleId": "1", - "urlPattern": "https://www.ebi.ac.uk/pride/archive/assays/{$id}" + "mirId": "MIR:00100516", + "name": "CAPS-DB at Leeds Institute of Molecular Medicine", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.bioinsilico.org/cgi-bin/CAPSDB/staticHTML/home", + "sampleId": "434", + "urlPattern": "http://www.bioinsilico.org/cgi-bin/CAPSDB/getCAPScluster?nidcl={$id}" } ], - "sampleId": "1" + "sampleId": "434" }, { - "created": "2019-06-11T14:15:50.652+0000", + "created": "2019-06-11T14:16:33.869+0000", "deprecated": false, "deprecationDate": null, - "description": "3DMET is a database collecting three-dimensional structures of natural metabolites.", - "id": 230, - "mirId": "MIR:00000066", - "modified": "2019-06-11T14:15:50.652+0000", - "name": "3DMET", + "description": "CAS (Chemical Abstracts Service) is a division of the American Chemical Society and is the producer of comprehensive databases of chemical information.", + "id": 701, + "mirId": "MIR:00000237", + "modified": "2019-06-11T14:16:33.869+0000", + "name": "CAS", "namespaceEmbeddedInLui": false, - "pattern": "^B\\d{5}$", - "prefix": "3dmet", + "pattern": "^\\d{1,7}\\-\\d{2}\\-\\d$", + "prefix": "cas", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "3DMET database", - "id": 232, + "description": "CAS Common Chemistry", + "id": 703, "institution": { - "description": "The National Institute of Agrobiological Sciences (NIAS) is the largest agricultural research institute in Japan for basic life sciences. As a major research institute of the Ministry of Agriculture, Forestry and Fisheries (MAFF), it was formerly known as the National Institute of Agrobiological Resources (NIAR) until it was re-established as an independent administrative institution in April 1, 2001. The institute focuses on understanding the biological phenomena of agriculturally important plants, insects, microbes and animals to create innovative technologies, and eventually contribute to the solution of global issues such as food shortage due to rapid population growth and environmental problems due to climate change", - "homeUrl": "http://www.naro.affrc.go.jp/archive/nias/index_e.html", - "id": 231, + "description": "CAS is a global organization of expert scientists, technologists, and business leaders with a successful and extended history of delivering scientific information opportunities.", + "homeUrl": "https://www.cas.org", + "id": 702, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "National Institute of Agrobiological Sciences", - "rorId": "https://ror.org/01786mp71" + "name": "CAS American Chemical Society", + "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100095", - "name": "3DMET database", + "mirId": "MIR:00100301", + "name": "CAS Common Chemistry", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://commonchemistry.cas.org/", + "sampleId": "50-00-0", + "urlPattern": "https://commonchemistry.cas.org/detail?ref={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2454, + "institution": { + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" + }, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "mirId": "MIR:00000732", + "name": "Scholia", "official": false, - "providerCode": "nias", - "resourceHomeUrl": "http://www.3dmet.dna.affrc.go.jp/", - "sampleId": "B00162", - "urlPattern": "http://www.3dmet.dna.affrc.go.jp/cgi/show_data.php?acc={$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "50-00-0", + "urlPattern": "https://scholia.toolforge.org/cas/{$id}" } ], - "sampleId": "B00162" + "sampleId": "50-00-0" }, { - "created": "2019-06-11T14:15:50.895+0000", + "created": "2019-06-11T14:18:02.470+0000", "deprecated": false, "deprecationDate": null, - "description": "The Foundational Model of Anatomy Ontology (FMA) is a biomedical informatics ontology. It is concerned with the representation of classes or types and relationships necessary for the symbolic representation of the phenotypic structure of the human body. Specifically, the FMA is a domain ontology that represents a coherent body of explicit declarative knowledge about human anatomy.", - "id": 233, - "mirId": "MIR:00000067", - "modified": "2019-06-11T14:15:50.895+0000", - "name": "FMA", - "namespaceEmbeddedInLui": true, - "pattern": "^FMA:\\d+$", - "prefix": "fma", + "description": "CATH is a classification of protein structural domains. We group protein domains into superfamilies when there is sufficient evidence they have diverged from a common ancestor. CATH can be used to predict structural and functional information directly from protein sequence.", + "id": 1699, + "mirId": "MIR:00000612", + "modified": "2021-02-01T16:12:25.234+0000", + "name": "CATH Protein Structural Domain Superfamily", + "namespaceEmbeddedInLui": false, + "pattern": "^[1-6]\\.[0-9]+\\.[0-9]+\\.[0-9]+$", + "prefix": "cath", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", - "id": 234, + "description": "CATH Node through UCL", + "id": 1701, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1700, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University College London", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100097", - "name": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", + "mirId": "MIR:00100816", + "name": "CATH Node through UCL", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/fma/", - "sampleId": "67112", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/fma/terms?obo_id=FMA:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.cathdb.info", + "sampleId": "1.10.8.10", + "urlPattern": "http://www.cathdb.info/cathnode/{$id}" + } + ], + "sampleId": "1.10.8.10" + }, + { + "created": "2019-06-11T14:16:26.899+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The CATH database is a hierarchical domain classification of protein structures in the Protein Data Bank. Protein structures are classified using a combination of automated and manual procedures. There are four major levels in this hierarchy; Class (secondary structure classification, e.g. mostly alpha), Architecture (classification based on overall shape), Topology (fold family) and Homologous superfamily (protein domains which are thought to share a common ancestor). This colelction is concerned with CATH domains.", + "id": 626, + "mirId": "MIR:00000210", + "modified": "2019-06-11T14:16:26.899+0000", + "name": "CATH domain", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w+$", + "prefix": "cath.domain", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Foundational Model of Anatomy through BioPortal", - "id": 235, + "description": "CATH domain at UCL", + "id": 627, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 624, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Institute of Structural and Molecular Biology, University College London", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100236", - "name": "Foundational Model of Anatomy through BioPortal", + "mirId": "MIR:00100269", + "name": "CATH domain at UCL", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/FMA", - "sampleId": "67112", - "urlPattern": "http://purl.bioontology.org/ontology/FMA_subset/FMA:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.cathdb.info/", + "sampleId": "1cukA01", + "urlPattern": "http://www.cathdb.info/domain/{$id}" } ], - "sampleId": "67112" + "sampleId": "1cukA01" }, { - "created": "2019-06-11T14:15:51.252+0000", + "created": "2019-06-11T14:16:26.635+0000", "deprecated": false, "deprecationDate": null, - "description": "MatrixDB stores experimentally determined interactions involving at least one extracellular biomolecule. It includes mostly protein-protein and protein-glycosaminoglycan interactions, as well as interactions with lipids and cations.", - "id": 236, - "mirId": "MIR:00000068", - "modified": "2019-06-11T14:15:51.252+0000", - "name": "MatrixDB", + "description": "The CATH database is a hierarchical domain classification of protein structures in the Protein Data Bank. Protein structures are classified using a combination of automated and manual procedures. There are four major levels in this hierarchy; Class (secondary structure classification, e.g. mostly alpha), Architecture (classification based on overall shape), Topology (fold family) and Homologous superfamily (protein domains which are thought to share a common ancestor). This colelction is concerned with superfamily classification.", + "id": 623, + "mirId": "MIR:00000209", + "modified": "2019-06-11T14:16:26.635+0000", + "name": "CATH superfamily", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])_.*|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]_.*)|(GAG_.*)|(MULT_.*)|(PFRAG_.*)|(LIP_.*)|(CAT_.*)$", - "prefix": "matrixdb.association", + "pattern": "^\\d+(\\.\\d+(\\.\\d+(\\.\\d+)?)?)?$", + "prefix": "cath.superfamily", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MatrixDB Association", - "id": 238, + "description": "CATH superfamily at UCL", + "id": 625, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 237, + "id": 624, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Institut de Biologie et Chimie des Protéines, Lyon University", + "name": "Institute of Structural and Molecular Biology, University College London", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100098", - "name": "MatrixDB Association", - "official": true, + "mirId": "MIR:00100268", + "name": "CATH superfamily at UCL", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://matrixdb.univ-lyon1.fr/", - "sampleId": "P00747__P07355", - "urlPattern": "http://matrixdb.univ-lyon1.fr//cgi-bin/current/newPort?type=association&value={$id}&class=Association" + "resourceHomeUrl": "http://www.cathdb.info/", + "sampleId": "1.10.10.200", + "urlPattern": "http://www.cathdb.info/cathnode/{$id}" } ], - "sampleId": "P00747__P07355" + "sampleId": "1.10.10.200" }, { - "created": "2019-06-11T14:15:51.483+0000", + "created": "2019-06-11T14:17:35.485+0000", "deprecated": false, "deprecationDate": null, - "description": "Entrez Gene is the NCBI's database for gene-specific information, focusing on completely sequenced genomes, those with an active research community to contribute gene-specific information, or those that are scheduled for intense sequence analysis.", - "id": 239, - "mirId": "MIR:00000069", - "modified": "2019-06-11T14:15:51.483+0000", - "name": "NCBI Gene", + "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references cattle QTLs.", + "id": 1428, + "mirId": "MIR:00000504", + "modified": "2019-06-11T14:17:35.485+0000", + "name": "Animal Genome Cattle QTL", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "ncbigene", + "prefix": "cattleqtldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Entrez Gene (NCBI)", - "id": 240, - "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100099", - "name": "Entrez Gene (NCBI)", - "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/gene", - "sampleId": "100010", - "urlPattern": "https://www.ncbi.nlm.nih.gov/gene/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Bio2RDF", - "id": 241, + "description": "Animal QTL Cattle at Iowa State University", + "id": 1430, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1429, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Bio2RDF.org", + "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100693", - "name": "Bio2RDF", + "mirId": "MIR:00100645", + "name": "Animal QTL Cattle at Iowa State University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ncbigene.bio2rdf.org/fct", - "sampleId": "100010", - "urlPattern": "http://ncbigene.bio2rdf.org/describe/?url=http://bio2rdf.org/ncbigene:{$id}" + "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", + "sampleId": "4685", + "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" } ], - "sampleId": "100010" + "sampleId": "4685" }, { - "created": "2019-06-11T14:15:51.781+0000", + "created": "2019-06-11T14:16:23.358+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG GENES is a collection of gene catalogs for all complete genomes and some partial genomes, generated from publicly available resources.", - "id": 242, - "mirId": "MIR:00000070", - "modified": "2019-06-11T14:15:51.781+0000", - "name": "KEGG Genes", + "description": "The Carbohydrate-Active Enzyme (CAZy) database is a resource specialized in enzymes that build and breakdown complex carbohydrates and glycoconjugates. These enzymes are classified into families based on structural features.", + "id": 587, + "mirId": "MIR:00000195", + "modified": "2019-06-11T14:16:23.358+0000", + "name": "CAZy", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+:[\\w\\d\\.-]*$", - "prefix": "kegg.genes", + "pattern": "^(GT|GH|PL|CE|CBM)\\d+(\\_\\d+)?$", + "prefix": "cazy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG GENES Database", - "id": 243, + "description": "CAZy at CNRS", + "id": 589, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 15, + "description": "The Architecture et Fonction des Macromolécules Biologiques (AFMB) laboratory, overseen by the CNRS and AMU, is a center of structural biology localized on the Luminy campus in the South of Marseilles, France, and in partnership with INRA under contract.", + "homeUrl": "http://www.afmb.univ-mrs.fr", + "id": 588, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "name": "Kyoto University Bioinformatics Center", - "rorId": null + "name": "Architecture et Fonction des Macromolécules Biologiques", + "rorId": "https://ror.org/04jm8zw14" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100100", - "name": "KEGG GENES Database", - "official": true, + "mirId": "MIR:00100252", + "name": "CAZy at CNRS", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/genes.html", - "sampleId": "syn:ssr3451", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://www.cazy.org/", + "sampleId": "GT10", + "urlPattern": "http://www.cazy.org/{$id}.html" } ], - "sampleId": "syn:ssr3451" + "sampleId": "GT10" }, { - "created": "2019-06-11T14:15:51.985+0000", + "created": "2019-06-11T14:18:18.874+0000", "deprecated": false, "deprecationDate": null, - "description": "BRENDA is a collection of enzyme functional data available to the scientific community. Data on enzyme function are extracted directly from the primary literature The database covers information on classification and nomenclature, reaction and specificity, functional parameters, occurrence, enzyme structure and stability, mutants and enzyme engineering, preparation and isolation, the application of enzymes, and ligand-related data.", - "id": 244, - "mirId": "MIR:00000071", - "modified": "2019-06-11T14:15:51.985+0000", - "name": "BRENDA", + "description": "The cBioPortal for Cancer Genomics provides visualization, analysis and download of large-scale cancer genomics data sets.", + "id": 1881, + "mirId": "MIR:00000679", + "modified": "2019-06-11T14:18:18.874+0000", + "name": "The cBioPortal for Cancer Genomics", "namespaceEmbeddedInLui": false, - "pattern": "^((\\d+\\.-\\.-\\.-)|(\\d+\\.\\d+\\.-\\.-)|(\\d+\\.\\d+\\.\\d+\\.-)|(\\d+\\.\\d+\\.\\d+\\.\\d+))$", - "prefix": "brenda", + "pattern": "^[a-z0-9\\_]+$", + "prefix": "cbioportal", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Brenda enzyme database", - "id": 246, + "description": "The cBioPortal for Cancer Genomics", + "id": 1883, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 245, + "id": 1882, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Technical University Braunschweig, Institute for Bioinformatics and Biochemistry", + "name": "Memorial Sloan Kettering Cancer Center", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100101", - "name": "Brenda enzyme database", + "mirId": "MIR:00100909", + "name": "The cBioPortal for Cancer Genomics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.brenda-enzymes.org/", - "sampleId": "1.1.1.1", - "urlPattern": "https://www.brenda-enzymes.org/php/result_flat.php4?ecno={$id}" + "resourceHomeUrl": "http://www.cbioportal.org", + "sampleId": "laml_tcga_pub", + "urlPattern": "http://www.cbioportal.org/study?id={$id}#summary" } ], - "sampleId": "1.1.1.1" + "sampleId": "laml_tcga_pub" }, { - "created": "2019-06-11T14:15:52.227+0000", + "created": "2021-05-30T10:05:35.955+0000", "deprecated": false, "deprecationDate": null, - "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem bioassay archives active compounds and bioassay results.", - "id": 247, - "mirId": "MIR:00000072", - "modified": "2019-06-11T14:15:52.227+0000", - "name": "PubChem-bioassay", + "description": "The Cambridge Crystallographic Data Centre (CCDC) develops and maintains the Cambridge Stuctural Database, the world's most comprehensive archive of small-molecule crystal structure data. A CCDC Number is a unique identifier assigned to a dataset deposited with the CCDC.", + "id": 2665, + "mirId": "MIR:00000818", + "modified": "2021-05-30T10:05:35.955+0000", + "name": "CCDC Number", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pubchem.bioassay", + "pattern": "^\\d{6,7}$", + "prefix": "ccdc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PubChem Bioassay at NCBI", - "id": 248, + "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", + "id": 2666, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", + "homeUrl": "https://www.ccdc.cam.ac.uk/", + "id": 2664, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Cambridge Crystallographic Data Centre", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100102", - "name": "PubChem Bioassay at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=pcassay", - "sampleId": "1018", - "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/bioassay/{$id}" + "mirId": "MIR:00000817", + "name": "Cambridge Crystallographic Data Centre", + "official": true, + "providerCode": "ccdc", + "resourceHomeUrl": "https://www.ccdc.cam.ac.uk/", + "sampleId": "1829126", + "urlPattern": "https://www.ccdc.cam.ac.uk/services/structures?pid=ccdc:{$id}&sid=IDORG" } ], - "sampleId": "1018" + "sampleId": "1829126" }, { - "created": "2019-06-11T14:17:58.671+0000", + "created": "2019-06-11T14:17:04.925+0000", "deprecated": false, "deprecationDate": null, - "description": "The BioAssay Ontology (BAO) describes chemical biology screening assays and their results including high-throughput screening (HTS) data for the purpose of categorizing assays and data analysis.", - "id": 1659, - "mirId": "MIR:00000597", - "modified": "2019-06-11T14:17:58.671+0000", - "name": "BioAssay Ontology", + "description": "The Consensus CDS (CCDS) project is a collaborative effort to identify a core set of human and mouse protein coding regions that are consistently annotated and of high quality. The CCDS set is calculated following coordinated whole genome annotation updates carried out by the NCBI, WTSI, and Ensembl. The long term goal is to support convergence towards a standard set of gene annotations.", + "id": 1076, + "mirId": "MIR:00000375", + "modified": "2019-06-11T14:17:04.925+0000", + "name": "Consensus CDS", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{7}$", - "prefix": "bao", + "pattern": "^CCDS\\d+\\.\\d+$", + "prefix": "ccds", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioAssay Ontology through BioPortal", - "id": 1660, + "description": "Consensus CDS at NCBI", + "id": 1077, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100797", - "name": "BioAssay Ontology through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BAO/", - "sampleId": "0002989", - "urlPattern": "http://bioportal.bioontology.org/ontologies/BAO/bao:BAO_{$id}" - }, + "mirId": "MIR:00100477", + "name": "Consensus CDS at NCBI", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/CCDS/", + "sampleId": "CCDS13573.1", + "urlPattern": "http://www.ncbi.nlm.nih.gov/CCDS/CcdsBrowse.cgi?REQUEST=CCDS&DATA={$id}" + } + ], + "sampleId": "CCDS13573.1" + }, + { + "created": "2019-06-11T14:16:33.213+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Cell Cycle Ontology is an application ontology that captures and integrates detailed knowledge on the cell cycle process.", + "id": 694, + "mirId": "MIR:00000234", + "modified": "2023-01-10T14:47:52.365+0000", + "name": "Cell Cycle Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^CCO:\\w+$", + "prefix": "cco", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioAssay Ontology through OLS", - "id": 1661, + "description": "Cell Cycle Ontology through OLS", + "id": 695, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -4692,355 +4960,387 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100798", - "name": "BioAssay Ontology through OLS", + "mirId": "MIR:00100294", + "name": "Cell Cycle Ontology through OLS", "official": false, "providerCode": "ols", - "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/BAO/", - "sampleId": "0002989", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/bao/terms?obo_id=BAO:{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=CCO", + "sampleId": "0000003", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cco/terms?obo_id=CCO:{$id}" } ], - "sampleId": "0002989" + "sampleId": "0000003" }, { - "created": "2019-06-11T14:15:52.436+0000", + "created": "2019-06-11T14:16:04.400+0000", "deprecated": false, "deprecationDate": null, - "description": "Pathway Commons is a convenient point of access to biological pathway information collected from public pathway databases, which you can browse or search. It is a collection of publicly available pathways from multiple organisms that provides researchers with convenient access to a comprehensive collection of pathways from multiple sources represented in a common language.", - "id": 249, - "mirId": "MIR:00000073", - "modified": "2019-06-11T14:15:52.436+0000", - "name": "Pathway Commons", + "description": "The Conserved Domain Database (CDD) is a collection of multiple sequence alignments and derived database search models, which represent protein domains conserved in molecular evolution.", + "id": 377, + "mirId": "MIR:00000119", + "modified": "2019-06-11T14:16:04.400+0000", + "name": "Conserved Domain Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pathwaycommons", + "pattern": "^(cd)?\\d{5}$", + "prefix": "cdd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pathway Commons", - "id": 251, + "description": "Conserved Domain Database at NCBI", + "id": 379, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 250, + "id": 378, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Memorial Sloan-Kettering Cancer Center", + "name": "National Library of Medicine, National Institutes of Health, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100103", - "name": "Pathway Commons", + "mirId": "MIR:00100152", + "name": "Conserved Domain Database at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pathwaycommons.org/pc/", - "sampleId": "485991", - "urlPattern": "http://www.pathwaycommons.org/pc/record2.do?id={$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=cdd", + "sampleId": "cd00400", + "urlPattern": "https://www.ncbi.nlm.nih.gov/Structure/cdd/cddsrv.cgi?uid={$id}" } ], - "sampleId": "485991" + "sampleId": "cd00400" }, { - "created": "2019-06-11T14:15:52.667+0000", + "created": "2019-06-11T14:16:41.852+0000", "deprecated": false, "deprecationDate": null, - "description": "HOVERGEN is a database of homologous vertebrate genes that allows one to select sets of homologous genes among vertebrate species, and to visualize multiple alignments and phylogenetic trees.", - "id": 252, - "mirId": "MIR:00000074", - "modified": "2019-06-11T14:15:52.667+0000", - "name": "HOVERGEN", + "description": "The Canadian Drug Product Database (DPD) contains product specific information on drugs approved for use in Canada, and includes human pharmaceutical and biological drugs, veterinary drugs and disinfectant products. This information includes 'brand name', 'route of administration' and a Canadian 'Drug Identification Number' (DIN).", + "id": 797, + "mirId": "MIR:00000272", + "modified": "2019-06-11T14:16:41.852+0000", + "name": "Canadian Drug Product Database", "namespaceEmbeddedInLui": false, - "pattern": "^HBG\\d+$", - "prefix": "hovergen", + "pattern": "^\\d+$", + "prefix": "cdpd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Hovergen", - "id": 254, + "description": "Canadian Drug Identification Number at Health Canada", + "id": 799, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 253, + "id": 798, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Laboratoire de Biométrie, Génétique et Biologie des Populations", + "name": "Health Canada, Ottawa, Ontario", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100104", - "name": "Hovergen", + "mirId": "MIR:00100351", + "name": "Canadian Drug Identification Number at Health Canada", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pbil.univ-lyon1.fr/databases/hovergen.php", - "sampleId": "HBG004341", - "urlPattern": "http://pbil.univ-lyon1.fr/cgi-bin/view-tree.pl?query={$id}&db=HOVERGEN" + "resourceHomeUrl": "http://webprod3.hc-sc.gc.ca/dpd-bdpp/index-eng.jsp", + "sampleId": "63250", + "urlPattern": "http://webprod3.hc-sc.gc.ca/dpd-bdpp/info.do?lang=eng&code={$id}" } ], - "sampleId": "HBG004341" + "sampleId": "63250" }, { - "created": "2019-06-11T14:15:52.916+0000", + "created": "2019-06-11T14:16:38.984+0000", "deprecated": false, "deprecationDate": null, - "description": "A collection of molecular interaction maps and pathways involved in cancer development and progression with a focus on melanoma.", - "id": 255, - "mirId": "MIR:00000075", - "modified": "2019-06-11T14:15:52.916+0000", - "name": "Melanoma Molecular Map Project Biomaps", + "description": "The Cell: An Image Library™ is a freely accessible, public repository of reviewed and annotated images, videos, and animations of cells from a variety of organisms, showcasing cell architecture, intracellular functionalities, and both normal and abnormal processes.", + "id": 762, + "mirId": "MIR:00000257", + "modified": "2019-06-11T14:16:38.984+0000", + "name": "Cell Image Library", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "mmmp:biomaps", + "prefix": "cellimage", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "main webpage", - "id": 257, + "description": "Cell Image Library at American Society for Cell Biology", + "id": 764, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 256, + "description": "The mission of NCMIR is to develop technologies to bridge understanding of biological systems between the gross anatomical and molecular scales and to make these technologies broadly available to biomedical researchers. NCMIR provides expertise, infrastructure, technological development, and an environment in which new information about the 3D ultrastructure of tissues, cells, and macromolecular complexes may be accurately and easily obtained and analyzed.", + "homeUrl": "https://ncmir.ucsd.edu", + "id": 763, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "Melanoma Molecular Map Project", + "name": "National Center for Microscopy and Imaging Research", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100105", - "name": "main webpage", + "mirId": "MIR:00100328", + "name": "Cell Image Library at American Society for Cell Biology", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mmmp.org/MMMP/public/biomap/listBiomap.mmmp", - "sampleId": "37", - "urlPattern": "http://www.mmmp.org/MMMP/public/biomap/viewBiomap.mmmp?id={$id}" + "resourceHomeUrl": "http://cellimagelibrary.org/", + "sampleId": "24801", + "urlPattern": "http://cellimagelibrary.org/images/{$id}" } ], - "sampleId": "37" + "sampleId": "24801" }, { - "created": "2019-06-11T14:15:53.388+0000", + "created": "2019-06-11T14:17:59.000+0000", "deprecated": false, "deprecationDate": null, - "description": "MACiE (Mechanism, Annotation and Classification in Enzymes) is a database of enzyme reaction mechanisms. Each entry in MACiE consists of an overall reaction describing the chemical compounds involved, as well as the species name in which the reaction occurs. The individual reaction stages for each overall reaction are listed with mechanisms, alternative mechanisms, and amino acids involved.", - "id": 261, - "mirId": "MIR:00000077", - "modified": "2019-06-11T14:15:53.388+0000", - "name": "MACiE", + "description": "The Cellosaurus is a knowledge resource on cell lines. It attempts to describe all cell lines used in biomedical research. Its scope includes: Immortalized cell lines; naturally immortal cell lines (example: stem cell lines); finite life cell lines when those are distributed and used widely; vertebrate cell line with an emphasis on human, mouse and rat cell lines; and invertebrate (insects and ticks) cell lines. Its scope does not include primary cell lines (with the exception of the finite life cell lines described above) and plant cell lines.", + "id": 1662, + "mirId": "MIR:00000598", + "modified": "2023-01-09T15:31:03.506+0000", + "name": "Cellosaurus", "namespaceEmbeddedInLui": false, - "pattern": "^M\\d{4}$", - "prefix": "macie", + "pattern": "^CVCL_[A-Z0-9]{4}(\\.txt)?$", + "prefix": "cellosaurus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MACiE database of mechanisms, annotation and classification in enzymes", - "id": 262, + "description": "Cellosaurus through SIB", + "id": 1663, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100108", - "name": "MACiE database of mechanisms, annotation and classification in enzymes", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/thornton-srv/databases/MACiE/index.html", - "sampleId": "M0001", - "urlPattern": "https://www.ebi.ac.uk/thornton-srv/databases/cgi-bin/MACiE/entry/getPage.pl?id={$id}" + "mirId": "MIR:00100799", + "name": "Cellosaurus through SIB", + "official": false, + "providerCode": "sib", + "resourceHomeUrl": "https://www.cellosaurus.org/", + "sampleId": "CVCL_0030", + "urlPattern": "https://www.cellosaurus.org/{$id}" } ], - "sampleId": "M0001" + "sampleId": "CVCL_0030" }, { - "created": "2019-06-11T14:15:53.607+0000", + "created": "2021-06-24T15:54:23.109+0000", "deprecated": false, "deprecationDate": null, - "description": "The miRBase Sequence Database is a searchable database of published miRNA sequences and annotation. The data were previously provided by the miRNA Registry. Each entry in the miRBase Sequence database represents a predicted hairpin portion of a miRNA transcript (termed mir in the database), with information on the location and sequence of the mature miRNA sequence (termed miR).", - "id": 263, - "mirId": "MIR:00000078", - "modified": "2019-06-11T14:15:53.607+0000", - "name": "miRBase Sequence", + "description": "The Cell Version Control Repository is the single worldwide version control repository for engineered and natural cell lines", + "id": 2702, + "mirId": "MIR:00000829", + "modified": "2021-06-24T15:54:23.109+0000", + "name": "Cell Version Control Repository", "namespaceEmbeddedInLui": false, - "pattern": "MI\\d{7}", - "prefix": "mirbase", + "pattern": "^[0-9]+$", + "prefix": "cellrepo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "miRBase Sequence Database", - "id": 265, + "description": "CellRepo is the single worldwide version control repository for engineered and natural cell lines", + "id": 2703, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 264, + "description": "The mission of the ICOS group is to carry out ground breaking research at the interface of computing science and complex biological systems. We seek to create the next generation of algorithms that provide innovative solutions to problems arising in natural complex systems (e.g. in biology, chemistry, physics) as well as synthetic ones (e.g. in biological engineering, health care, software engineering) and derive new knowledge from them. To accomplish its mission, the group leverages its interdisciplinary expertise in Machine Intelligence, Complex Systems and Computational Biology and pursues collaborative activities with relevant stakeholders.", + "homeUrl": "https://ico2s.org/", + "id": 2701, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Faculty of Life Sciences, University of Manchester", + "name": "Interdisciplinary Computing and Complex BioSystems (ICOS) Research Group, Newcastle University, Newcastle upon Tyne, UK", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100135", - "name": "miRBase Sequence Database", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mirbase.org/", - "sampleId": "MI0000001", - "urlPattern": "http://www.mirbase.org/cgi-bin/mirna_entry.pl?acc={$id}" + "mirId": "MIR:00000826", + "name": "CellRepo", + "official": true, + "providerCode": "cellrepo", + "resourceHomeUrl": "https://cellrepo.ico2s.org/", + "sampleId": "82", + "urlPattern": "https://cellrepo.ico2s.org/repositories/{$id}" } ], - "sampleId": "MI0000001" + "sampleId": "82" }, { - "created": "2019-06-11T14:15:53.859+0000", + "created": "2019-06-11T14:16:11.955+0000", "deprecated": false, "deprecationDate": null, - "description": "ZFIN serves as the zebrafish model organism database. This collection references all zebrafish biological entities in ZFIN.", - "id": 266, - "mirId": "MIR:00000079", - "modified": "2019-06-11T14:15:53.859+0000", - "name": "ZFIN Bioentity", + "description": "The Candida Genome Database (CGD) provides access to genomic sequence data and manually curated functional information about genes and proteins of the human pathogen Candida albicans. It collects gene names and aliases, and assigns gene ontology terms to describe the molecular function, biological process, and subcellular localization of gene products.", + "id": 456, + "mirId": "MIR:00000145", + "modified": "2019-06-11T14:16:11.955+0000", + "name": "Candida Genome Database", "namespaceEmbeddedInLui": false, - "pattern": "^ZDB\\-\\w+\\-\\d+\\-\\d+$", - "prefix": "zfin", + "pattern": "^CAL\\d{7}$", + "prefix": "cgd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ZFIN at University of Oregon", - "id": 268, + "description": "Candida Genome Database at Stanford University", + "id": 458, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 267, + "id": 457, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Zebrafish Information Network, University of Oregon", + "name": "Stanford University,", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100110", - "name": "ZFIN at University of Oregon", - "official": true, + "mirId": "MIR:00100189", + "name": "Candida Genome Database at Stanford University", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://zfin.org", - "sampleId": "ZDB-GENE-041118-11", - "urlPattern": "http://zfin.org/{$id}" - }, + "resourceHomeUrl": "http://www.candidagenome.org/", + "sampleId": "CAL0003079", + "urlPattern": "http://www.candidagenome.org/cgi-bin/locus.pl?dbid={$id}" + } + ], + "sampleId": "CAL0003079" + }, + { + "created": "2019-06-11T14:16:47.138+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The CGSC Database of E. coli genetic information includes genotypes and reference information for the strains in the CGSC collection, the names, synonyms, properties, and map position for genes, gene product information, and information on specific mutations and references to primary literature.", + "id": 863, + "mirId": "MIR:00000295", + "modified": "2019-06-11T14:16:47.138+0000", + "name": "CGSC Strain", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "cgsc", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ZFIN through BioEntity Link", - "id": 269, + "description": "CGSC at Yale university", + "id": 865, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 101, + "id": 864, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "InSilico Inc, in Eugene, Oregon", + "name": "Dept. of Molecular, Cellular, and Developmental Biology, Yale University, Conneticut", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100891", - "name": "ZFIN through BioEntity Link", + "mirId": "MIR:00100377", + "name": "CGSC at Yale university", "official": false, - "providerCode": "bioentitylink", - "resourceHomeUrl": "https://bioentity.link/", - "sampleId": "ZDB-GENE-041118-11", - "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://cgsc.biology.yale.edu/index.php", + "sampleId": "74", + "urlPattern": "http://cgsc.biology.yale.edu/Site.php?ID={$id}" + } + ], + "sampleId": "74" + }, + { + "created": "2019-06-11T14:16:56.827+0000", + "deprecated": false, + "deprecationDate": null, + "description": "CharProt is a database of biochemically characterized proteins designed to support automated annotation pipelines. Entries are annotated with gene name, symbol and various controlled vocabulary terms, including Gene Ontology terms, Enzyme Commission number and TransportDB accession.", + "id": 979, + "mirId": "MIR:00000341", + "modified": "2019-06-11T14:16:56.827+0000", + "name": "CharProt", + "namespaceEmbeddedInLui": false, + "pattern": "^CH_\\d+$", + "prefix": "charprot", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ZFIN through the Alliance of Genome Resources", - "id": 270, + "description": "CharProt at JCVI", + "id": 981, "institution": { - "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", - "homeUrl": "https://www.alliancegenome.org", - "id": 103, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 980, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Alliance of Genome Resources", + "name": "J Craig Venter institute, Rockville, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100902", - "name": "ZFIN through the Alliance of Genome Resources", + "mirId": "MIR:00100436", + "name": "CharProt at JCVI", "official": false, - "providerCode": "agr", - "resourceHomeUrl": "https://www.alliancegenome.org", - "sampleId": "ZDB-GENE-041118-11", - "urlPattern": "https://test.alliancegenome.org/gene/ZFIN:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.jcvi.org/charprotdb", + "sampleId": "CH_001923", + "urlPattern": "http://www.jcvi.org/charprotdb/index.cgi/view/{$id}" } ], - "sampleId": "ZDB-GENE-041118-11" + "sampleId": "CH_001923" }, { - "created": "2019-06-11T14:15:54.375+0000", + "created": "2019-06-11T14:15:26.925+0000", "deprecated": false, "deprecationDate": null, - "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. HGNC identifiers refer to records in the HGNC symbol database.", - "id": 271, - "mirId": "MIR:00000080", - "modified": "2019-06-11T14:15:54.375+0000", - "name": "HGNC", - "namespaceEmbeddedInLui": false, - "pattern": "^((HGNC|hgnc):)?\\d{1,5}$", - "prefix": "hgnc", + "description": "Chemical Entities of Biological Interest (ChEBI) is a freely available dictionary of molecular entities focused on 'small' chemical compounds.", + "id": 1, + "mirId": "MIR:00000002", + "modified": "2019-06-11T14:15:26.925+0000", + "name": "ChEBI", + "namespaceEmbeddedInLui": true, + "pattern": "^CHEBI:\\d+$", + "prefix": "chebi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HUGO Genome Nomenclature Committee", - "id": 272, + "description": "ChEBI (Chemical Entities of Biological Interest)", + "id": 3, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -5056,63 +5356,47 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100111", - "name": "HUGO Genome Nomenclature Committee", + "mirId": "MIR:00100009", + "name": "ChEBI (Chemical Entities of Biological Interest)", "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://www.genenames.org", - "sampleId": "2674", - "urlPattern": "https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/{$id}" - } - ], - "sampleId": "2674" - }, - { - "created": "2019-06-11T14:15:54.604+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Sequence Ontology (SO) is a structured controlled vocabulary for the parts of a genomic annotation. It provides a common set of terms and definitions to facilitate the exchange, analysis and management of genomic data.", - "id": 273, - "mirId": "MIR:00000081", - "modified": "2019-06-11T14:15:54.604+0000", - "name": "Sequence Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^SO:\\d{7}$", - "prefix": "so", - "resources": [ + "resourceHomeUrl": "https://www.ebi.ac.uk/chebi/", + "sampleId": "36927", + "urlPattern": "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Sequence Ontology", - "id": 275, + "description": "ChEBI through OLS", + "id": 4, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 274, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Molecular and Cellular Biology, University of California, Berkeley", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100112", - "name": "Sequence Ontology", + "mirId": "MIR:00100158", + "name": "ChEBI through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.sequenceontology.org/", - "sampleId": "0000704", - "urlPattern": "http://www.sequenceontology.org/miso/current_release/term/SO:{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/chebi", + "sampleId": "36927", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/chebi/terms?obo_id=CHEBI:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Sequence Ontology through BioPortal", - "id": 276, + "description": "ChEBI through BioPortal", + "id": 6, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", @@ -5128,19 +5412,35 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100241", - "name": "Sequence Ontology through BioPortal", + "mirId": "MIR:00100565", + "name": "ChEBI through BioPortal", "official": false, "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/SO", - "sampleId": "0000704", - "urlPattern": "http://purl.bioontology.org/ontology/SO/SO:{$id}" - }, + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/CHEBI", + "sampleId": "36927", + "urlPattern": "http://purl.bioontology.org/ontology/CHEBI/CHEBI:{$id}" + } + ], + "sampleId": "36927" + }, + { + "created": "2021-02-28T16:13:04.331+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ChEMBL is a database of bioactive compounds, their quantitative properties and bioactivities (binding constants, pharmacology and ADMET, etc). The data is abstracted and curated from the primary scientific literature.", + "id": 2571, + "mirId": "MIR:00000799", + "modified": "2021-02-28T16:13:04.331+0000", + "name": "ChEMBL", + "namespaceEmbeddedInLui": false, + "pattern": "^CHEMBL\\d+$", + "prefix": "chembl", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Sequence Ontology through Ontology Lookup Service (OLS)", - "id": 277, + "description": "ChEMBL is a database of bioactive compounds, their quantitative properties and bioactivities (binding constants, pharmacology and ADMET, etc). The data is abstracted and curated from the primary scientific literature.", + "id": 2572, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -5156,16 +5456,16 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100628", - "name": "Sequence Ontology through Ontology Lookup Service (OLS)", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/so", - "sampleId": "0000704", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/so/terms?obo_id=SO:{$id}" + "mirId": "MIR:00000800", + "name": "European Bioinformatics Institute", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/chembl", + "sampleId": "CHEMBL4303805", + "urlPattern": "https://www.ebi.ac.uk/chembl/entity/{$id}" } ], - "sampleId": "0000704" + "sampleId": "CHEMBL4303805" }, { "created": "2019-06-11T14:15:55.368+0000", @@ -5368,1119 +5668,1003 @@ "sampleId": "CHEMBL3467" }, { - "created": "2019-06-11T14:15:56.334+0000", + "created": "2019-06-11T14:16:43.696+0000", "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The kinetic record data set provides information regarding the kinetic law, measurement conditions, parameter details and other reference information.", - "id": 290, - "mirId": "MIR:00000086", - "modified": "2019-06-11T14:15:56.334+0000", - "name": "SABIO-RK Kinetic Record", + "description": "ChemDB is a chemical database containing commercially available small molecules, important for use as synthetic building blocks, probes in systems biology and as leads for the discovery of drugs and other useful compounds.", + "id": 820, + "mirId": "MIR:00000279", + "modified": "2019-06-11T14:16:43.696+0000", + "name": "ChemDB", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "sabiork.kineticrecord", + "prefix": "chemdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK Reaction Kinetics Database - Kinetic Dataset", - "id": 291, + "description": "ChemDB at UC Irvine", + "id": 822, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 151, + "id": 821, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "name": "University of California, Irvine", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100117", - "name": "SABIO-RK Reaction Kinetics Database - Kinetic Dataset", + "mirId": "MIR:00100360", + "name": "ChemDB at UC Irvine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sabiork.h-its.org/", - "sampleId": "5046", - "urlPattern": "http://sabiork.h-its.org/kineticLawEntry.jsp?viewData=true&kinlawid={$id}" - } - ], - "sampleId": "5046" - }, - { - "created": "2019-06-11T14:15:56.548+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Ligand-Gated Ion Channel database provides nucleic and proteic sequences of the subunits of ligand-gated ion channels. These transmembrane proteins can exist under different conformations, at least one of which forms a pore through the membrane connecting two neighbouring compartments. The database can be used to generate multiple sequence alignments from selected subunits, and gives the atomic coordinates of subunits, or portion of subunits, where available.", - "id": 292, - "mirId": "MIR:00000087", - "modified": "2019-06-11T14:15:56.548+0000", - "name": "Ligand-Gated Ion Channel database", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "lgic", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "Ligand-Gated Ion Channel database at EBI", - "id": 293, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100118", - "name": "Ligand-Gated Ion Channel database at EBI", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/compneur-srv/LGICdb/LGICdb.php", - "sampleId": "5HT3Arano", - "urlPattern": "https://www.ebi.ac.uk/compneur-srv/LGICdb/HTML/{$id}.php" + "resourceHomeUrl": "http://cdb.ics.uci.edu/", + "sampleId": "3966782", + "urlPattern": "http://cdb.ics.uci.edu/cgibin/ChemicalDetailWeb.py?chemical_id={$id}" } ], - "sampleId": "5HT3Arano" + "sampleId": "3966782" }, { - "created": "2019-06-11T14:15:56.747+0000", + "created": "2019-06-11T14:15:58.577+0000", "deprecated": false, "deprecationDate": null, - "description": "The Anatomical Therapeutic Chemical (ATC) classification system, divides active substances into different groups according to the organ or system on which they act and their therapeutic, pharmacological and chemical properties. Drugs are classified in groups at five different levels; Drugs are divided into fourteen main groups (1st level), with pharmacological/therapeutic subgroups (2nd level). The 3rd and 4th levels are chemical/pharmacological/therapeutic subgroups and the 5th level is the chemical substance. The Anatomical Therapeutic Chemical (ATC) classification system and the Defined Daily Dose (DDD) is a tool for exchanging and comparing data on drug use at international, national or local levels.", - "id": 294, - "mirId": "MIR:00000088", - "modified": "2019-06-11T14:15:56.747+0000", - "name": "Anatomical Therapeutic Chemical", + "description": "ChemIDplus is a web-based search system that provides access to structure and nomenclature authority files used for the identification of chemical substances cited in National Library of Medicine (NLM) databases. It also provides structure searching and direct links to many biomedical resources at NLM and on the Internet for chemicals of interest.", + "id": 315, + "mirId": "MIR:00000096", + "modified": "2019-06-11T14:15:58.577+0000", + "name": "ChemIDplus", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z](\\d+([A-Z]{1,2}(\\d+)?)?)?$", - "prefix": "atc", + "pattern": "^\\d+\\-\\d+\\-\\d+$", + "prefix": "chemidplus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Anatomical Therapeutic Chemical Index at WHO", - "id": 296, + "description": "ChemIDplus at National Library of Medicine", + "id": 317, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 295, + "id": 316, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "World Health Organisation", + "name": "National Library of Medicine, Maryland", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100119", - "name": "Anatomical Therapeutic Chemical Index at WHO", + "mirId": "MIR:00100127", + "name": "ChemIDplus at National Library of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.whocc.no/atc_ddd_index/", - "sampleId": "A10BA02", - "urlPattern": "http://www.whocc.no/atc_ddd_index/?code={$id}" + "resourceHomeUrl": "https://chem.nlm.nih.gov/chemidplus/chemidheavy.jsp", + "sampleId": "57-27-2", + "urlPattern": "https://chem.nlm.nih.gov/chemidplus/rn/{$id}" } ], - "sampleId": "A10BA02" + "sampleId": "57-27-2" }, { - "created": "2019-06-11T14:15:57.006+0000", + "created": "2019-06-11T14:16:10.254+0000", "deprecated": false, "deprecationDate": null, - "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains. \r\nPharmGKB Pathways are drug centric, gene based, interactive pathways which focus on candidate genes and gene groups and associated genotype and phenotype data of relevance for pharmacogenetic and pharmacogenomic studies.", - "id": 297, - "mirId": "MIR:00000089", - "modified": "2019-06-11T14:15:57.006+0000", - "name": "PharmGKB Pathways", + "description": "ChemSpider is a collection of compound data from across the web, which aggregates chemical structures and their associated information into a single searchable repository entry. These entries are supplemented with additional properties, related information and links back to original data sources.", + "id": 438, + "mirId": "MIR:00000138", + "modified": "2019-06-11T14:16:10.254+0000", + "name": "ChemSpider", "namespaceEmbeddedInLui": false, - "pattern": "^PA\\d+$", - "prefix": "pharmgkb.pathways", + "pattern": "^\\d+$", + "prefix": "chemspider", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PharmGKB at Stanford", - "id": 299, + "description": "ChemSpider at RSC", + "id": 440, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 298, + "id": 439, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "name": "Royal Society of Chemistry, Cambridge", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100120", - "name": "PharmGKB at Stanford", + "mirId": "MIR:00100180", + "name": "ChemSpider at RSC", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pharmgkb.org/", - "sampleId": "PA146123006", - "urlPattern": "http://www.pharmgkb.org/pathway/{$id}" + "resourceHomeUrl": "http://www.chemspider.com/", + "sampleId": "56586", + "urlPattern": "http://www.chemspider.com/Chemical-Structure.{$id}.html" } ], - "sampleId": "PA146123006" + "sampleId": "56586" }, { - "created": "2019-06-11T14:15:57.258+0000", + "created": "2019-06-11T14:17:35.752+0000", "deprecated": false, "deprecationDate": null, - "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", - "id": 300, - "mirId": "MIR:00000090", - "modified": "2019-06-11T14:15:57.258+0000", - "name": "PharmGKB Disease", + "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references chicken QTLs.", + "id": 1431, + "mirId": "MIR:00000505", + "modified": "2019-06-11T14:17:35.752+0000", + "name": "Animal Genome Chicken QTL", "namespaceEmbeddedInLui": false, - "pattern": "^PA\\d+$", - "prefix": "pharmgkb.disease", + "pattern": "^\\d+$", + "prefix": "chickenqtldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PharmGKB Disease at Stanford", - "id": 301, + "description": "Animal QTL Chicken at Iowa State University", + "id": 1432, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 298, + "id": 1429, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100121", - "name": "PharmGKB Disease at Stanford", + "mirId": "MIR:00100646", + "name": "Animal QTL Chicken at Iowa State University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pharmgkb.org/", - "sampleId": "PA447218", - "urlPattern": "http://www.pharmgkb.org/disease/{$id}" + "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", + "sampleId": "14362", + "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" } ], - "sampleId": "PA447218" + "sampleId": "14362" }, { - "created": "2019-06-11T14:15:53.125+0000", + "created": "2021-08-05T19:47:08.870+0000", "deprecated": false, "deprecationDate": null, - "description": "WikiPathways is a resource providing an open and public collection of pathway maps created and curated by the community in a Wiki-like style.", - "id": 258, - "mirId": "MIR:00000076", - "modified": "2023-01-05T18:26:05.922+0000", - "name": "WikiPathways", + "description": "A CIViC assertion classifies the clinical significance of a variant-disease relationship under recognized guidelines. The CIViC Assertion (AID) summarizes a collection of Evidence Items (EIDs) that covers predictive/therapeutic, diagnostic, prognostic or predisposing clinical information for a variant in a specific cancer context. CIViC currently has two main types of Assertions: those based on variants of primarily somatic origin (predictive/therapeutic, prognostic, and diagnostic) and those based on variants of primarily germline origin (predisposing). When the number and quality of Predictive, Prognostic, Diagnostic or Predisposing Evidence Items (EIDs) in CIViC sufficiently cover what is known for a particular variant and cancer type, then a corresponding assertion be created in CIViC.", + "id": 2751, + "mirId": "MIR:00000835", + "modified": "2021-08-05T19:47:08.870+0000", + "name": "CIViC Assertion", "namespaceEmbeddedInLui": false, - "pattern": "WP\\d{1,5}(\\_r\\d+)?$", - "prefix": "wikipathways", + "pattern": "^[0-9]+$", + "prefix": "civic.aid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "WikiPathways", - "id": 260, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 2752, "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" + "name": "Washington University in St. Louis", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100106", - "name": "WikiPathways", + "mirId": "MIR:00000834", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", "official": true, - "providerCode": "um", - "resourceHomeUrl": "http://www.wikipathways.org/", - "sampleId": "WP100", - "urlPattern": "http://www.wikipathways.org/instance/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.\n", - "id": 2316, - "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" - }, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "mirId": "MIR:00000696", - "name": "Scholia", - "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "WP111", - "urlPattern": "https://scholia.toolforge.org/wikipathways/{$id}" + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "3", + "urlPattern": "https://civicdb.org/links/assertions/{$id}" } ], - "sampleId": "WP100" + "sampleId": "3" }, { - "created": "2019-06-11T14:15:57.451+0000", + "created": "2022-08-08T18:34:15.882+0000", "deprecated": false, "deprecationDate": null, - "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", - "id": 302, - "mirId": "MIR:00000091", - "modified": "2019-06-11T14:15:57.451+0000", - "name": "PharmGKB Drug", + "description": "Within the CIViC database, the disease should be the cancer or cancer subtype that is a result of the described variant. The disease selected should be as specific as possible should reflect the disease type used in the source that supports the evidence statement.", + "id": 3258, + "mirId": "MIR:00000957", + "modified": "2022-08-08T18:34:15.882+0000", + "name": "CIViC Disease", "namespaceEmbeddedInLui": false, - "pattern": "^PA\\d+$", - "prefix": "pharmgkb.drug", + "pattern": "^[0-9]+$", + "prefix": "civic.did", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PharmGKB Drug at Stanford", - "id": 303, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.https://civicdb.org/\n", + "id": 3259, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 298, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "name": "Washington University in St. Louis", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100122", - "name": "PharmGKB Drug at Stanford", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pharmgkb.org/", - "sampleId": "PA448710", - "urlPattern": "http://www.pharmgkb.org/drug/{$id}" - } - ], - "sampleId": "PA448710" - }, - { - "created": "2019-06-11T14:15:57.654+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Therapeutic Target Database (TTD) is designed to provide information about the known therapeutic protein and nucleic acid targets described in the literature, the targeted disease conditions, the pathway information and the corresponding drugs/ligands directed at each of these targets. Cross-links to other databases allow the access to information about the sequence, 3D structure, function, nomenclature, drug/ligand binding properties, drug usage and effects, and related literature for each target.", - "id": 304, - "mirId": "MIR:00000092", - "modified": "2019-06-11T14:15:57.654+0000", - "name": "TTD Drug", - "namespaceEmbeddedInLui": false, - "pattern": "^DAP\\d+$", - "prefix": "ttd.drug", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "Therapeutic Target Database Drug", - "id": 306, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 305, - "location": { - "countryCode": "SG", - "countryName": "Singapore" - }, - "name": "Computational Science Department, National University of Singapore", - "rorId": null - }, - "location": { - "countryCode": "SG", - "countryName": "Singapore" - }, - "mirId": "MIR:00100123", - "name": "Therapeutic Target Database Drug", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bidd.nus.edu.sg/group/ttd/ttd.asp", - "sampleId": "DAP000773", - "urlPattern": "http://bidd.nus.edu.sg/group/TTD/ZFTTDDRUG.asp?ID={$id}" + "mirId": "MIR:00000956", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "46", + "urlPattern": "https://civicdb.org/links/diseases/{$id}" } ], - "sampleId": "DAP000773" + "sampleId": "46" }, { - "created": "2019-06-11T14:15:57.896+0000", + "created": "2021-08-08T09:28:56.816+0000", "deprecated": false, "deprecationDate": null, - "description": "The Therapeutic Target Database (TTD) is designed to provide information about the known therapeutic protein and nucleic acid targets described in the literature, the targeted disease conditions, the pathway information and the corresponding drugs/ligands directed at each of these targets. Cross-links to other databases are also introduced to facilitate the access of information about the sequence, 3D structure, function, nomenclature, drug/ligand binding properties, drug usage and effects, and related literature for each target.", - "id": 307, - "mirId": "MIR:00000093", - "modified": "2019-06-11T14:15:57.896+0000", - "name": "TTD Target", + "description": "Evidence Items are the central building block of the Clinical Interpretation of Variants in Cancer (CIViC) knowledgebase. The clinical Evidence Item is a piece of information that has been manually curated from trustable medical literature about a Variant or genomic ‘event’ that has implications in cancer Predisposition, Diagnosis (aka molecular classification), Prognosis, Predictive response to therapy, Oncogenicity or protein Function. For example, an Evidence Item might describe a line of evidence supporting the notion that tumors with a somatic BRAF V600 mutation generally respond well to the drug dabrafenib. A Variant may be a single nucleotide substitution, a small insertion or deletion, an RNA gene fusion, a chromosomal rearrangement, an RNA expression pattern (e.g. over-expression), etc. Each clinical Evidence statement corresponds to a single citable Source (a publication or conference abstract).", + "id": 2784, + "mirId": "MIR:00000839", + "modified": "2021-08-08T09:28:56.816+0000", + "name": "CIViC Evidence", "namespaceEmbeddedInLui": false, - "pattern": "^TTDS\\d+$", - "prefix": "ttd.target", + "pattern": "^[0-9]+$", + "prefix": "civic.eid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Therapeutic Target Database Target", - "id": 308, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 2785, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 305, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { - "countryCode": "SG", - "countryName": "Singapore" + "countryCode": "US", + "countryName": "United States" }, - "name": "Computational Science Department, National University of Singapore", + "name": "Washington University in St. Louis", "rorId": null }, "location": { - "countryCode": "SG", - "countryName": "Singapore" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100124", - "name": "Therapeutic Target Database Target", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bidd.nus.edu.sg/group/ttd/ttd.asp", - "sampleId": "TTDS00056", - "urlPattern": "http://bidd.nus.edu.sg/group/TTD/ZFTTDDetail.asp?ID={$id}" + "mirId": "MIR:00000838", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "1199", + "urlPattern": "https://civicdb.org/links/evidence/{$id}" } ], - "sampleId": "TTDS00056" + "sampleId": "1199" }, { - "created": "2019-06-11T14:15:58.106+0000", + "created": "2022-01-29T10:47:57.098+0000", "deprecated": false, "deprecationDate": null, - "description": "NeuronDB provides a dynamically searchable database of three types of neuronal properties: voltage gated conductances, neurotransmitter receptors, and neurotransmitter substances. It contains tools that provide for integration of these properties in a given type of neuron and compartment, and for comparison of properties across different types of neurons and compartments.", - "id": 309, - "mirId": "MIR:00000094", - "modified": "2019-06-11T14:15:58.106+0000", - "name": "NeuronDB", + "description": "A CIViC Gene Summary is created to provide a high-level overview of clinical relevance of cancer variants for the gene. Gene Summaries in CIViC focus on emphasizing the clinical relevance from a molecular perspective rather than describing the biological function of the gene unless necessary to contextualize its clinical relevance in cancer. Gene Summaries include relevant cancer subtypes, specific treatments for the gene’s associated variants, pathway interactions, functional alterations caused by the variants in the gene, and normal/abnormal functions of the gene with associated roles in oncogenesis", + "id": 3039, + "mirId": "MIR:00000907", + "modified": "2022-01-29T10:47:57.098+0000", + "name": "CIViC Gene", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "neurondb", + "pattern": "^[0-9]+$", + "prefix": "civic.gid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NeuronDB at SenseLab", - "id": 311, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 3040, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 310, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Yale University School of Medicine", + "name": "Washington University in St. Louis", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100125", - "name": "NeuronDB at SenseLab", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://senselab.med.yale.edu/NeuronDB/", - "sampleId": "265", - "urlPattern": "http://senselab.med.yale.edu/NeuronDB/NeuronProp.aspx?id={$id}" + "mirId": "MIR:00000906", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "272", + "urlPattern": "https://civicdb.org/links/gene/{$id}" } ], - "sampleId": "265" + "sampleId": "272" }, { - "created": "2019-06-11T14:15:58.342+0000", + "created": "2022-08-08T18:32:17.171+0000", "deprecated": false, "deprecationDate": null, - "description": "NeuroMorpho.Org is a centrally curated inventory of digitally reconstructed neurons.", - "id": 312, - "mirId": "MIR:00000095", - "modified": "2019-06-11T14:15:58.342+0000", - "name": "NeuroMorpho", + "description": "In CIViC, each Evidence Item must be associated with a Source Type and Source ID, which link the Evidence Item to the original source of information supporting clinical claims. Currently, CIViC accepts publications indexed on PubMed OR abstracts published through the American Society of Clinical Oncology (ASCO). Each such source entered into CIViC is assigned a unique identifier and expert curators can curate guidance that assists future curators in the interpretation of information from this source.", + "id": 3252, + "mirId": "MIR:00000953", + "modified": "2022-08-08T18:32:17.171+0000", + "name": "CIViC Source", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "neuromorpho", + "pattern": "^[0-9]+$", + "prefix": "civic.sid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NeuroMorpho", - "id": 314, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 3253, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 313, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Krasnow Institute, Virginia", + "name": "Washington University in St. Louis", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100126", - "name": "NeuroMorpho", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://neuromorpho.org/index.jsp", - "sampleId": "Rosa2", - "urlPattern": "http://neuromorpho.org/neuron_info.jsp?neuron_name={$id}" + "mirId": "MIR:00000952", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "62", + "urlPattern": "https://civicdb.org/links/sources/{$id}" } ], - "sampleId": "Rosa2" + "sampleId": "62" }, { - "created": "2019-06-11T14:15:58.577+0000", + "created": "2022-08-08T18:33:25.710+0000", "deprecated": false, "deprecationDate": null, - "description": "ChemIDplus is a web-based search system that provides access to structure and nomenclature authority files used for the identification of chemical substances cited in National Library of Medicine (NLM) databases. It also provides structure searching and direct links to many biomedical resources at NLM and on the Internet for chemicals of interest.", - "id": 315, - "mirId": "MIR:00000096", - "modified": "2019-06-11T14:15:58.577+0000", - "name": "ChemIDplus", + "description": "Therapies (often drugs) in CIViC are associated with Predictive Evidence Types, which describe sensitivity, resistance or adverse response to therapies when a given variant is present. The Therapy field may also be used to describe more general treatment types and regimes, such as FOLFOX or Radiation, as long as the literature derived Evidence Item makes a scientific association between the Therapy (treatment type) and the presence of the variant.", + "id": 3255, + "mirId": "MIR:00000955", + "modified": "2022-08-08T18:33:25.710+0000", + "name": "CIViC Therapy", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+\\-\\d+\\-\\d+$", - "prefix": "chemidplus", + "pattern": "^[0-9]+$", + "prefix": "civic.tid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChemIDplus at National Library of Medicine", - "id": 317, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 3256, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 316, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Library of Medicine, Maryland", + "name": "Washington University in St. Louis", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100127", - "name": "ChemIDplus at National Library of Medicine", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://chem.nlm.nih.gov/chemidplus/chemidheavy.jsp", - "sampleId": "57-27-2", - "urlPattern": "https://chem.nlm.nih.gov/chemidplus/rn/{$id}" + "mirId": "MIR:00000954", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "14", + "urlPattern": "https://civicdb.org/links/drugs/{$id}" } ], - "sampleId": "57-27-2" + "sampleId": "14" }, { - "created": "2019-06-11T14:15:58.906+0000", + "created": "2022-01-29T10:48:56.640+0000", "deprecated": false, "deprecationDate": null, - "description": "The NCBI BioSystems database centralizes and cross-links existing biological systems databases, increasing their utility and target audience by integrating their pathways and systems into NCBI resources.", - "id": 318, - "mirId": "MIR:00000097", - "modified": "2019-06-11T14:15:58.906+0000", - "name": "BioSystems", + "description": "CIViC variants are usually genomic alterations, including single nucleotide variants (SNVs), insertion/deletion events (indels), copy number alterations (CNV’s such as amplification or deletion), structural variants (SVs such as translocations and inversions), and other events that differ from the “normal” genome. In some cases a CIViC variant may represent events of the transcriptome or proteome. For example, ‘expression’ or ‘over-expression’ is a valid variant. Regardless of the variant, it must have a Predictive, Prognostic, Predisposing, Diagnostic, Oncogenic, or Functional relevance that is clinical in nature to be entered in CIViC. i.e. There must be some rationale for why curation of this variant could ultimately aid clinical decision making.", + "id": 3042, + "mirId": "MIR:00000909", + "modified": "2022-01-29T10:48:56.640+0000", + "name": "CIViC Variant", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "biosystems", + "pattern": "^[0-9]+$", + "prefix": "civic.vid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioSystems database at NCBI", - "id": 319, + "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", + "id": 3043, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", + "homeUrl": "https://wustl.edu/", + "id": 2750, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Washington University in St. Louis", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100128", - "name": "BioSystems database at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/biosystems/", - "sampleId": "001", - "urlPattern": "https://www.ncbi.nlm.nih.gov/biosystems/{$id}" + "mirId": "MIR:00000908", + "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "official": true, + "providerCode": "civicdb", + "resourceHomeUrl": "https://civicdb.org/", + "sampleId": "12", + "urlPattern": "https://civicdb.org/links/variant/{$id}" } ], - "sampleId": "001" + "sampleId": "12" }, { - "created": "2019-06-11T14:15:59.108+0000", + "created": "2019-06-11T14:16:02.066+0000", "deprecated": false, "deprecationDate": null, - "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", - "id": 320, - "mirId": "MIR:00000098", - "modified": "2019-06-11T14:15:59.108+0000", - "name": "CTD Chemical", - "namespaceEmbeddedInLui": false, - "pattern": "^[CD]\\d+$", - "prefix": "ctd.chemical", + "description": "The Cell Ontology is designed as a structured controlled vocabulary for cell types. The ontology was constructed for use by the model organism and other bioinformatics databases, incorporating cell types from prokaryotes to mammals, and includes plants and fungi.", + "id": 352, + "mirId": "MIR:00000110", + "modified": "2019-06-11T14:16:02.066+0000", + "name": "Cell Type Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^CL:\\d{7}$", + "prefix": "cl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Comparative Toxicogenomics Database (Chemical)", - "id": 322, + "description": "Cell Type Ontology through OLS", + "id": 353, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100143", + "name": "Cell Type Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/cl", + "sampleId": "0000232", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Cell Type Ontology through BioPortal", + "id": 354, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 321, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Mount Desert Island Biological Laboratory", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100129", - "name": "Comparative Toxicogenomics Database (Chemical)", + "mirId": "MIR:00100234", + "name": "Cell Type Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ctdbase.org/", - "sampleId": "D001151", - "urlPattern": "http://ctdbase.org/detail.go?type=chem&acc={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/CL", + "sampleId": "0000232", + "urlPattern": "http://purl.bioontology.org/ontology/CL/CL:{$id}" } ], - "sampleId": "D001151" + "sampleId": "0000232" }, { - "created": "2019-06-11T14:15:59.348+0000", + "created": "2019-09-05T11:46:36.162+0000", "deprecated": false, "deprecationDate": null, - "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", - "id": 323, - "mirId": "MIR:00000099", - "modified": "2019-06-11T14:15:59.348+0000", - "name": "CTD Disease", + "description": "ClassyFire is a web-based application for automated structural classification of chemical entities. This application uses a rule-based approach that relies on a comprehensible, comprehensive, and computable chemical taxonomy. ClassyFire provides a hierarchical chemical classification of chemical entities (mostly small molecules and short peptide sequences), as well as a structure-based textual description, based on a chemical taxonomy named ChemOnt, which covers 4825 chemical classes of organic and inorganic compounds. Moreover, ClassyFire allows for text-based search via its web interface. It can be accessed via the web interface or via the ClassyFire API.", + "id": 1977, + "mirId": "MIR:00000770", + "modified": "2019-09-05T11:46:36.162+0000", + "name": "ClassyFire", "namespaceEmbeddedInLui": false, - "pattern": "^D\\d+$", - "prefix": "ctd.disease", + "pattern": "^C[0-9]{7}$", + "prefix": "classyfire", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Comparative Toxicogenomics Database (Disease)", - "id": 324, + "description": "Dr. David Wishart (PhD Yale, 1991) is a Professor in the Departments of Biological Sciences and Computing Science at the University of Alberta. He is also a senior research officer and the director of the Nano Life Science program at the NRC’s National Institute for Nanotechnology (NINT). He has been with the University of Alberta since 1995. Dr. Wishart has active research programs in Ua Colour structural biology, nanobiology, synthetic biology, prion biology, bioinformatics and metabolomics. Some of his lab's most significant contributions have been in the area of protein chemical shift analysis and the prediction of protein structure.", + "id": 1978, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 321, + "description": "Dr. David Wishart (PhD Yale, 1991) is a Professor in the Departments of Biological Sciences and Computing Science at the University of Alberta. He is also a senior research officer and the director of the Nano Life Science program at the NRC’s National Institute for Nanotechnology (NINT). He has been with the University of Alberta since 1995. Dr. Wishart has active research programs in Ua Colour structural biology, nanobiology, synthetic biology, prion biology, bioinformatics and metabolomics. Some of his lab's most significant contributions have been in the area of protein chemical shift analysis and the prediction of protein structure.", + "homeUrl": "http://www.wishartlab.com/", + "id": 1976, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "The Mount Desert Island Biological Laboratory", + "name": "The Wishart Research Group, University of Alberta, Edmonton, Alberta, Canada", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100130", - "name": "Comparative Toxicogenomics Database (Disease)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ctdbase.org/", - "sampleId": "D053716", - "urlPattern": "http://ctdbase.org/detail.go?type=disease&db=MESH&acc={$id}" + "mirId": "MIR:00000710", + "name": "The Wishart Research Group, University of Alberta, Edmonton, Alberta, Canada", + "official": true, + "providerCode": "classyfire", + "resourceHomeUrl": "http://classyfire.wishartlab.com/", + "sampleId": "C0004828", + "urlPattern": "http://classyfire.wishartlab.com/tax_nodes/{$id}" } ], - "sampleId": "D053716" + "sampleId": "C0004828" }, { - "created": "2019-06-11T14:15:59.547+0000", + "created": "2022-11-03T14:17:05.019+0000", "deprecated": false, "deprecationDate": null, - "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", - "id": 325, - "mirId": "MIR:00000100", - "modified": "2019-06-11T14:15:59.547+0000", - "name": "CTD Gene", + "description": "ChecklistBank is an index and repository for taxonomic and nomenclatural datasets", + "id": 3292, + "mirId": "MIR:00000964", + "modified": "2022-11-03T14:17:05.019+0000", + "name": "ChecklistBank", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "ctd.gene", + "pattern": "^[0-9]+(LR)?$", + "prefix": "clb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Comparative Toxicogenomics Database (Gene)", - "id": 326, + "description": "ChecklistBank at GBIF. Codeveloped with the Catalogue of Life", + "id": 3293, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 321, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", + "homeUrl": "https://www.gbif.org/", + "id": 3291, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "name": "The Mount Desert Island Biological Laboratory", + "name": "Global Biodiversity Information Facility", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "mirId": "MIR:00100131", - "name": "Comparative Toxicogenomics Database (Gene)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ctdbase.org/", - "sampleId": "101", - "urlPattern": "http://ctdbase.org/detail.go?type=gene&acc={$id}" + "mirId": "MIR:00000963", + "name": "ChecklistBank", + "official": true, + "providerCode": "clb", + "resourceHomeUrl": "https://www.checklistbank.org", + "sampleId": "1010", + "urlPattern": "https://www.checklistbank.org/dataset/{$id}" } ], - "sampleId": "101" + "sampleId": "1010" }, { - "created": "2019-06-11T14:15:59.756+0000", + "created": "2019-06-11T14:17:09.531+0000", "deprecated": false, "deprecationDate": null, - "description": "BioNumbers is a database of key numberical information that may be used in molecular biology. Along with the numbers, it contains references to the original literature, useful comments, and related numeric data.", - "id": 327, - "mirId": "MIR:00000101", - "modified": "2019-06-11T14:15:59.756+0000", - "name": "BioNumbers", + "description": "The Cell Line Data Base (CLDB) is a reference information source for human and animal cell lines. It provides the characteristics of the cell lines and their availability through distributors, allowing cell line requests to be made from collections and laboratories.", + "id": 1129, + "mirId": "MIR:00000390", + "modified": "2019-06-11T14:17:09.531+0000", + "name": "CLDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "bionumbers", + "pattern": "^(cl|tum)\\d+$", + "prefix": "cldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioNumbers database", - "id": 329, + "description": "CLDB at Genova", + "id": 1131, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 328, + "description": "NOTE - No international description has been found on its website, so it's not been possible to include a brief summary here.", + "homeUrl": "http://www.ospedalesanmartino.it", + "id": 1130, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "Weizmann Institute", - "rorId": null + "name": "Ospedale San Martino", + "rorId": "https://ror.org/04d7es448" }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100132", - "name": "BioNumbers database", - "official": true, + "mirId": "MIR:00100508", + "name": "CLDB at Genova", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bionumbers.hms.harvard.edu", - "sampleId": "104674", - "urlPattern": "https://bionumbers.hms.harvard.edu/bionumber.aspx?id={$id}" + "resourceHomeUrl": "http://bioinformatics.hsanmartino.it/hypercldb/indexes.html", + "sampleId": "cl3603", + "urlPattern": "http://bioinformatics.hsanmartino.it/hypercldb/{$id}.html" } ], - "sampleId": "104674" + "sampleId": "cl3603" }, { - "created": "2019-06-11T14:16:00.005+0000", + "created": "2019-06-11T14:16:09.937+0000", "deprecated": false, "deprecationDate": null, - "description": "The DrugBank database is a bioinformatics and chemoinformatics resource that combines detailed drug (i.e. chemical, pharmacological and pharmaceutical) data with comprehensive drug target (i.e. sequence, structure, and pathway) information. This collection references drug information.", - "id": 330, - "mirId": "MIR:00000102", - "modified": "2019-06-11T14:16:00.005+0000", - "name": "DrugBank", + "description": "ClinicalTrials.gov provides free access to information on clinical studies for a wide range of diseases and conditions. Studies listed in the database are conducted in 175 countries", + "id": 435, + "mirId": "MIR:00000137", + "modified": "2019-06-11T14:16:09.937+0000", + "name": "ClinicalTrials.gov", "namespaceEmbeddedInLui": false, - "pattern": "^DB\\d{5}$", - "prefix": "drugbank", + "pattern": "^NCT\\d{8}$", + "prefix": "clinicaltrials", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DrugBank drug information", - "id": 332, + "description": "ClinicalTrials.gov at NIH", + "id": 437, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 331, + "id": 436, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Departments of Computing Science & Biological Sciences, University of Alberta", + "name": "National Library of Medicine and ClinicalTrials.gov, Maryland", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100133", - "name": "DrugBank drug information", + "mirId": "MIR:00100179", + "name": "ClinicalTrials.gov at NIH", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.drugbank.ca/", - "sampleId": "DB00001", - "urlPattern": "http://www.drugbank.ca/drugs/{$id}" + "resourceHomeUrl": "https://clinicaltrials.gov/", + "sampleId": "NCT00222573", + "urlPattern": "https://clinicaltrials.gov/ct2/show/{$id}" } ], - "sampleId": "DB00001" + "sampleId": "NCT00222573" }, { - "created": "2019-06-11T14:16:00.251+0000", + "created": "2019-06-11T14:17:58.490+0000", "deprecated": false, "deprecationDate": null, - "description": "Toxin and Toxin Target Database (T3DB) is a bioinformatics resource that combines detailed toxin data with comprehensive toxin target information.", - "id": 333, - "mirId": "MIR:00000103", - "modified": "2019-06-11T14:16:00.251+0000", - "name": "T3DB", + "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references the Variant identifier.", + "id": 1657, + "mirId": "MIR:00000596", + "modified": "2019-06-11T14:17:58.490+0000", + "name": "ClinVar Variant", "namespaceEmbeddedInLui": false, - "pattern": "^T3D\\d+$", - "prefix": "t3db", + "pattern": "^\\d+$", + "prefix": "clinvar", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Toxin and Toxin Target Database", - "id": 335, + "description": "ClinVar Variant at NCBI", + "id": 1658, "institution": { - "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", - "homeUrl": "https://www.ualberta.ca", - "id": 334, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Alberta", - "rorId": "https://ror.org/0160cpw27" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100136", - "name": "Toxin and Toxin Target Database", + "mirId": "MIR:00100796", + "name": "ClinVar Variant at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.t3db.org/", - "sampleId": "T3D0001", - "urlPattern": "http://www.t3db.org/toxins/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", + "sampleId": "12345", + "urlPattern": "https://www.ncbi.nlm.nih.gov/clinvar/variation/{$id}" } ], - "sampleId": "T3D0001" + "sampleId": "12345" }, { - "created": "2019-06-11T14:16:00.499+0000", + "created": "2019-06-11T14:17:42.685+0000", "deprecated": false, "deprecationDate": null, - "description": "The Small Molecule Pathway Database (SMPDB) contains small molecule pathways found in humans, which are presented visually. All SMPDB pathways include information on the relevant organs, subcellular compartments, protein cofactors, protein locations, metabolite locations, chemical structures and protein quaternary structures. Accompanying data includes detailed descriptions and references, providing an overview of the pathway, condition or processes depicted in each diagram.", - "id": 336, - "mirId": "MIR:00000104", - "modified": "2019-06-11T14:16:00.499+0000", - "name": "Small Molecule Pathway Database", + "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references the Record Report, based on RCV accession.", + "id": 1499, + "mirId": "MIR:00000534", + "modified": "2019-06-11T14:17:42.685+0000", + "name": "ClinVar Record", "namespaceEmbeddedInLui": false, - "pattern": "^SMP\\d+$", - "prefix": "smpdb", + "pattern": "^RCV\\d+(\\.\\d+)?$", + "prefix": "clinvar.record", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Small Molecule Pathway Database", - "id": 337, + "description": "ClinVar Record at NCBI", + "id": 1501, "institution": { - "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", - "homeUrl": "https://www.ualberta.ca", - "id": 334, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Alberta", - "rorId": "https://ror.org/0160cpw27" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100137", - "name": "Small Molecule Pathway Database", + "mirId": "MIR:00100710", + "name": "ClinVar Record at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://smpdb.ca/", - "sampleId": "SMP00001", - "urlPattern": "http://smpdb.ca/view/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", + "sampleId": "RCV000033555.3", + "urlPattern": "http://www.ncbi.nlm.nih.gov/clinvar/{$id}/" } ], - "sampleId": "SMP00001" + "sampleId": "RCV000033555.3" }, { - "created": "2019-06-11T14:16:00.712+0000", + "created": "2019-06-11T14:17:58.273+0000", "deprecated": false, "deprecationDate": null, - "description": "PhosphoSite is a mammalian protein database that provides information about in vivo phosphorylation sites. This datatype refers to protein-level information, providing a list of phosphorylation sites for each protein in the database.", - "id": 338, - "mirId": "MIR:00000105", - "modified": "2019-06-11T14:16:00.712+0000", - "name": "PhosphoSite Protein", + "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references submissions, and is based on SCV accession.", + "id": 1655, + "mirId": "MIR:00000595", + "modified": "2019-06-11T14:17:58.273+0000", + "name": "ClinVar Submission", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{5}$", - "prefix": "phosphosite.protein", + "pattern": "^SCV\\d+(\\.\\d+)?$", + "prefix": "clinvar.submission", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PhosphoSite", - "id": 340, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 339, + "description": "ClinVar Submission at NCBI", + "id": 1656, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cell Signaling Technology, Inc.", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100138", - "name": "PhosphoSite", + "mirId": "MIR:00100795", + "name": "ClinVar Submission at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.phosphosite.org/homeAction.do", - "sampleId": "12300", - "urlPattern": "http://www.phosphosite.org/proteinAction.do?id={$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", + "sampleId": "SCV000151292", + "urlPattern": "http://www.ncbi.nlm.nih.gov/clinvar?term={$id}" } ], - "sampleId": "12300" + "sampleId": "SCV000151292" }, { - "created": "2019-06-11T14:16:01.178+0000", + "created": "2021-02-17T17:56:14.329+0000", "deprecated": false, "deprecationDate": null, - "description": "The Terminology for Description of Dynamics (TEDDY) is an ontology for dynamical behaviours, observable dynamical phenomena, and control elements of bio-models and biological systems in Systems Biology and Synthetic Biology.", - "id": 344, - "mirId": "MIR:00000107", - "modified": "2019-06-11T14:16:01.178+0000", - "name": "TEDDY", + "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters (Submitter IDs). Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references submitters (submitter ids) that submit the submissions (SCVs).", + "id": 2518, + "mirId": "MIR:00000769", + "modified": "2021-02-17T17:56:14.329+0000", + "name": "ClinVar Submitter", "namespaceEmbeddedInLui": false, - "pattern": "^TEDDY_\\d{7}$", - "prefix": "biomodels.teddy", + "pattern": "^\\d+$", + "prefix": "clinvar.submitter", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TEDDY through BioPortal", - "id": 345, + "description": "ClinVar Submitter ids are assigned by NCBI for all authorized submitters of clinvar submissions (SCVs)", + "id": 2519, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100140", - "name": "TEDDY through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://teddyontology.sourceforge.net/", - "sampleId": "TEDDY_0000066", - "urlPattern": "http://purl.bioontology.org/ontology/TEDDY/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "TEDDY though OLS", - "id": 346, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100761", - "name": "TEDDY though OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/teddy", - "sampleId": "TEDDY_0000066", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/teddy/terms?short_form={$id}" + "mirId": "MIR:00000783", + "name": "ClinVar Submitter at NCBI", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/clinvar/", + "sampleId": "26957", + "urlPattern": "https://www.ncbi.nlm.nih.gov/clinvar/submitters/{$id}" } ], - "sampleId": "TEDDY_0000066" + "sampleId": "26957" }, { - "created": "2019-06-11T14:16:01.508+0000", + "created": "2022-11-04T13:50:22.141+0000", "deprecated": false, "deprecationDate": null, - "description": "The Kinetic Simulation Algorithm Ontology (KiSAO) is an ontology that describes simulation algorithms and methods used for biological kinetic models, and the relationships between them. This provides a means to unambiguously refer to simulation algorithms when describing a simulation experiment.", - "id": 347, - "mirId": "MIR:00000108", - "modified": "2019-06-11T14:16:01.508+0000", - "name": "KiSAO", + "description": "Identifier of a taxon or synonym in the Catalogue of Life", + "id": 3311, + "mirId": "MIR:00000969", + "modified": "2022-11-04T13:50:22.141+0000", + "name": "Catalogue of Life", "namespaceEmbeddedInLui": false, - "pattern": "^KISAO_\\d+$", - "prefix": "biomodels.kisao", + "pattern": "^[23456789BCDFGHJKLMNPQRSTVWXYZ]{1,6}$", + "prefix": "col", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KiSAO via NCBO's Bioportal", - "id": 348, + "description": "ChecklistBank, an index and repository for taxonomic data, hosted at GBIF\n", + "id": 3312, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", + "homeUrl": "https://www.gbif.org/", + "id": 3291, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Global Biodiversity Information Facility", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DK", + "countryName": "Denmark" }, - "mirId": "MIR:00100141", - "name": "KiSAO via NCBO's Bioportal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/KISAO", - "sampleId": "KISAO_0000057", - "urlPattern": "http://purl.bioontology.org/ontology/KISAO/kisao:{$id}" + "mirId": "MIR:00000970", + "name": "ChecklistBank", + "official": true, + "providerCode": "clb", + "resourceHomeUrl": "https://www.checklistbank.org", + "sampleId": "4QHKG", + "urlPattern": "https://www.checklistbank.org/dataset/3LR/taxon/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "KiSAO through OLS", - "id": 349, + "description": "The Catalogue of Life website providing a view onto the latest release of the COL Checklist.", + "id": 3328, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", + "homeUrl": "https://www.gbif.org/", + "id": 3291, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DK", + "countryName": "Denmark" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Global Biodiversity Information Facility", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DK", + "countryName": "Denmark" }, - "mirId": "MIR:00100757", - "name": "KiSAO through OLS", + "mirId": "MIR:00000971", + "name": "Catalogue of Life (COL)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/kisao", - "sampleId": "KISAO_0000057", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/kisao/terms?short_form={$id}" + "providerCode": "col", + "resourceHomeUrl": "https://www.catalogueoflife.org", + "sampleId": "4QHKG", + "urlPattern": "https://www.catalogueoflife.org/data/taxon/{$id}" } ], - "sampleId": "KISAO_0000057" + "sampleId": "4QHKG" }, { - "created": "2019-06-11T14:16:02.066+0000", + "created": "2019-06-11T14:16:39.210+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cell Ontology is designed as a structured controlled vocabulary for cell types. The ontology was constructed for use by the model organism and other bioinformatics databases, incorporating cell types from prokaryotes to mammals, and includes plants and fungi.", - "id": 352, - "mirId": "MIR:00000110", - "modified": "2019-06-11T14:16:02.066+0000", - "name": "Cell Type Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^CL:\\d{7}$", - "prefix": "cl", + "description": "The 'COmputational Modeling in BIology' NEtwork (COMBINE) is an initiative to coordinate the development of the various community standards and formats for computational models, initially in Systems Biology and related fields. This collection pertains to specifications of the standard formats developed by the Computational Modeling in Biology Network.", + "id": 765, + "mirId": "MIR:00000258", + "modified": "2023-01-04T15:31:16.641+0000", + "name": "COMBINE specifications", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w+(\\-|\\.|\\w)*$", + "prefix": "combine.specifications", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cell Type Ontology through OLS", - "id": 353, + "description": "COMBINE at EBI", + "id": 766, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -6496,63 +6680,35 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100143", - "name": "Cell Type Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/cl", - "sampleId": "0000232", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cl/terms?obo_id=CL:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Cell Type Ontology through BioPortal", - "id": 354, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100234", - "name": "Cell Type Ontology through BioPortal", + "mirId": "MIR:00100329", + "name": "COMBINE at EBI", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/CL", - "sampleId": "0000232", - "urlPattern": "http://purl.bioontology.org/ontology/CL/CL:{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://co.mbine.org/standards/", + "sampleId": "sed-ml.level-1.version-1", + "urlPattern": "https://github.com/combine-org/combine-specifications/blob/main/specifications/{$id}.md" } ], - "sampleId": "0000232" + "sampleId": "sed-ml.level-1.version-1" }, { - "created": "2019-06-11T14:16:02.399+0000", + "created": "2019-06-11T14:18:13.254+0000", "deprecated": false, "deprecationDate": null, - "description": "The Brenda tissue ontology is a structured controlled vocabulary eastablished to identify the source of an enzyme cited in the Brenda enzyme database. It comprises terms of tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms.", - "id": 355, - "mirId": "MIR:00000111", - "modified": "2019-06-11T14:16:02.399+0000", - "name": "Brenda Tissue Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^BTO:\\d{7}$", - "prefix": "bto", + "description": "A database that describes manually curated macromolecular complexes and provides links to details about these complexes in other databases.", + "id": 1823, + "mirId": "MIR:00000657", + "modified": "2019-06-11T14:18:13.254+0000", + "name": "Complex Portal", + "namespaceEmbeddedInLui": false, + "pattern": "^CPX-[0-9]+$", + "prefix": "complexportal", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Brenda Tissue Ontology through OLS", - "id": 356, + "description": "Complex Portal", + "id": 1824, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -6568,515 +6724,563 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100144", - "name": "Brenda Tissue Ontology through OLS", + "mirId": "MIR:00100875", + "name": "Complex Portal", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/bto", - "sampleId": "0000146", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/bto/terms?obo_id=BTO:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.ebi.ac.uk/complexportal", + "sampleId": "CPX-2158", + "urlPattern": "https://www.ebi.ac.uk/complexportal/complex/{$id}" + } + ], + "sampleId": "CPX-2158" + }, + { + "created": "2019-06-11T14:18:13.452+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Chemistry Dashboard is a part of a suite of databases and web applications developed by the US Environmental Protection Agency's Chemical Safety for Sustainability Research Program. These databases and apps support EPA's computational toxicology research efforts to develop innovative methods to change how chemicals are currently evaluated for potential health risks.", + "id": 1825, + "mirId": "MIR:00000658", + "modified": "2019-06-11T14:18:13.452+0000", + "name": "CompTox Chemistry Dashboard", + "namespaceEmbeddedInLui": false, + "pattern": "^DTXSID\\d+$", + "prefix": "comptox", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Brenda Tissue Ontology through BioPortal", - "id": 357, + "description": "CompTox Chemistry Dashboard", + "id": 1827, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1826, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Environmental Protection Agency", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100233", - "name": "Brenda Tissue Ontology through BioPortal", + "mirId": "MIR:00100876", + "name": "CompTox Chemistry Dashboard", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BTO", - "sampleId": "0000146", - "urlPattern": "http://purl.bioontology.org/ontology/BTO/BTO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://comptox.epa.gov/dashboard", + "sampleId": "DTXSID2021028", + "urlPattern": "https://comptox.epa.gov/dashboard/{$id}" } ], - "sampleId": "0000146" + "sampleId": "DTXSID2021028" }, { - "created": "2019-06-11T14:16:02.730+0000", + "created": "2019-06-11T14:16:24.045+0000", "deprecated": false, "deprecationDate": null, - "description": "PATO is an ontology of phenotypic qualities, intended for use in a number of applications, primarily defining composite phenotypes and phenotype annotation.", - "id": 358, - "mirId": "MIR:00000112", - "modified": "2019-06-11T14:16:02.730+0000", - "name": "PATO", - "namespaceEmbeddedInLui": true, - "pattern": "^PATO:\\d{7}$", - "prefix": "pato", + "description": "Compluyeast-2D-DB is a two-dimensional polyacrylamide gel electrophoresis federated database. This collection references a subset of Uniprot, and contains general information about the protein record.", + "id": 595, + "mirId": "MIR:00000198", + "modified": "2019-06-11T14:16:24.045+0000", + "name": "Compulyeast", + "namespaceEmbeddedInLui": false, + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", + "prefix": "compulyeast", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PATO through OLS", - "id": 359, + "description": "Compluyeast database at Universidad Complutense Madrid", + "id": 597, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 596, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department Microbiology II, Universidad Complutense Madrid, Madrid", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "mirId": "MIR:00100145", - "name": "PATO through OLS", + "mirId": "MIR:00100257", + "name": "Compluyeast database at Universidad Complutense Madrid", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pato", - "sampleId": "0001998", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pato/terms?obo_id=PATO:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://compluyeast2dpage.dacya.ucm.es/", + "sampleId": "O08709", + "urlPattern": "http://compluyeast2dpage.dacya.ucm.es/cgi-bin/2d/2d.cgi?ac={$id}" + } + ], + "sampleId": "O08709" + }, + { + "created": "2019-06-11T14:16:38.340+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ConoServer is a database specialized in the sequence and structures of conopeptides, which are peptides expressed by carnivorous marine cone snails.", + "id": 754, + "mirId": "MIR:00000254", + "modified": "2019-06-11T14:16:38.340+0000", + "name": "Conoserver", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "conoserver", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PATO through BioPortal", - "id": 360, + "description": "ConoServer at University of Queensland", + "id": 755, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 582, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100238", - "name": "PATO through BioPortal", + "mirId": "MIR:00100325", + "name": "ConoServer at University of Queensland", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PATO", - "sampleId": "0001998", - "urlPattern": "http://purl.bioontology.org/ontology/PATO/PATO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.conoserver.org/", + "sampleId": "2639", + "urlPattern": "http://www.conoserver.org/?page=card&table=protein&id={$id}" } ], - "sampleId": "0001998" + "sampleId": "2639" }, { - "created": "2019-06-11T14:16:03.253+0000", + "created": "2019-06-11T14:17:20.763+0000", "deprecated": false, "deprecationDate": null, - "description": "GlycomeDB is the result of a systematic data integration effort, and provides an overview of all carbohydrate structures available in public databases, as well as cross-links.", - "id": 363, - "mirId": "MIR:00000114", - "modified": "2019-06-11T14:16:03.253+0000", - "name": "GlycomeDB", + "description": "The Coriell Cell Repositories provide essential research reagents to the scientific community by establishing, verifying, maintaining, and distributing cell cultures and DNA derived from cell cultures. These collections, supported by funds from the National Institutes of Health (NIH) and several foundations, are extensively utilized by research scientists around the world.", + "id": 1261, + "mirId": "MIR:00000439", + "modified": "2019-06-11T14:17:20.763+0000", + "name": "Coriell Cell Repositories", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "glycomedb", + "pattern": "^[A-Z]{2}\\d+$", + "prefix": "coriell", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GlycomeDB carbohydrate structure database", - "id": 365, + "description": "Coriell Cell Repositories at Coriell Institute", + "id": 1263, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 364, + "id": 1262, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "German Cancer Research Center, Heidelberg", + "name": "Coriell Institute for Medical Research, New Jersey", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100147", - "name": "GlycomeDB carbohydrate structure database", + "mirId": "MIR:00100570", + "name": "Coriell Cell Repositories at Coriell Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://glytoucan.org/", - "sampleId": "G77500AY", - "urlPattern": "https://glytoucan.org/Structures/Glycans/{$id}" + "resourceHomeUrl": "http://ccr.coriell.org/", + "sampleId": "GM17027", + "urlPattern": "http://ccr.coriell.org/Sections/Search/Sample_Detail.aspx?Ref={$id}" } ], - "sampleId": "G77500AY" + "sampleId": "GM17027" }, { - "created": "2019-06-11T14:16:03.490+0000", + "created": "2021-07-06T14:35:18.469+0000", "deprecated": false, "deprecationDate": null, - "description": "LipidBank is an open, publicly free database of natural lipids including fatty acids, glycerolipids, sphingolipids, steroids, and various vitamins.", - "id": 366, - "mirId": "MIR:00000115", - "modified": "2019-06-11T14:16:03.490+0000", - "name": "LipidBank", + "description": "A genetic correlation is the proportion of shared variance between two traits that is due to genetic causes; a phenotypic correlation is the degree to which two traits co-vary among individuals in a population. In the genomics era, while gene expression, genetic association, and network analysis provide unprecedented means to decode the genetic basis of complex phenotypes, it is important to recognize the possible effects genetic progress in one trait can have on other traits. This database is designed to collect all published livestock genetic/phenotypic trait correlation data, aimed at facilitating genetic network analysis or systems biology studies.", + "id": 2720, + "mirId": "MIR:00000831", + "modified": "2021-07-06T14:35:18.469+0000", + "name": "CorrDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+\\d+$", - "prefix": "lipidbank", + "pattern": "^[0-9]+$", + "prefix": "corrdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LipidBank the Lipid database", - "id": 368, + "description": "National Animal Genome Research Program, NAGRP Bioinformatics Coordination Project, supported by funding from the USDA-NRI (former CSREES), USA", + "id": 2721, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 367, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", + "homeUrl": "https://www.iastate.edu/", + "id": 2558, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Computational Biology, University of Tokyo, Tokyo", + "name": "Iowa State University", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100148", - "name": "LipidBank the Lipid database", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lipidbank.jp/index.html", - "sampleId": "BBA0001", - "urlPattern": "http://lipidbank.jp/cgi-bin/detail.cgi?id={$id}" + "mirId": "MIR:00000825", + "name": "USA National Animal Genome Research Program", + "official": true, + "providerCode": "CorrDB", + "resourceHomeUrl": "https://www.animalgenome.org", + "sampleId": "37232", + "urlPattern": "https://www.animalgenome.org/CorrDB/q/?id=CorrID:{$id}" } ], - "sampleId": "BBA0001" + "sampleId": "37232" }, { - "created": "2019-06-11T14:16:03.735+0000", + "created": "2019-06-11T14:17:20.995+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG Orthology (KO) consists of manually defined, generalised ortholog groups that correspond to KEGG pathway nodes and BRITE hierarchy nodes in all organisms.", - "id": 369, - "mirId": "MIR:00000116", - "modified": "2019-06-11T14:16:03.735+0000", - "name": "KEGG Orthology", + "description": "The CORUM database provides a resource of manually annotated protein complexes from mammalian organisms. Annotation includes protein complex function, localization, subunit composition, literature references and more. All information is obtained from individual experiments published in scientific articles, data from high-throughput experiments is excluded.", + "id": 1264, + "mirId": "MIR:00000440", + "modified": "2019-06-11T14:17:20.995+0000", + "name": "CORUM", "namespaceEmbeddedInLui": false, - "pattern": "^K\\d+$", - "prefix": "kegg.orthology", + "pattern": "^\\d+$", + "prefix": "corum", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG Orthology Database", - "id": 370, + "description": "CORUM at Institute for Bioinformatics and Systems Biology (Germany)", + "id": 1266, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 367, + "id": 1265, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Department of Computational Biology, University of Tokyo, Tokyo", + "name": "Institute for Bioinformatics and Systems Biology, Helmholtz Zentrum M&uuml;nchen-German Research Center for Environmental Health, Neuherberg", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100149", - "name": "KEGG Orthology Database", - "official": true, + "mirId": "MIR:00100571", + "name": "CORUM at Institute for Bioinformatics and Systems Biology (Germany)", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/ko.html", - "sampleId": "K00001", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "https://mips.helmholtz-muenchen.de/genre/proj/corum/", + "sampleId": "100", + "urlPattern": "https://mips.helmholtz-muenchen.de/corum/?id={$id}" } ], - "sampleId": "K00001" + "sampleId": "100" }, { - "created": "2019-06-11T14:16:03.923+0000", + "created": "2019-06-11T14:17:59.699+0000", "deprecated": false, "deprecationDate": null, - "description": "ProDom is a database of protein domain families generated from the global comparison of all available protein sequences.", - "id": 371, - "mirId": "MIR:00000117", - "modified": "2019-06-11T14:16:03.923+0000", - "name": "ProDom", + "description": "COSMIC is a comprehensive global resource for information on somatic mutations in human cancer, combining curation of the scientific literature with tumor resequencing data from the Cancer Genome Project at the Sanger Institute, U.K. This collection references genes.", + "id": 1669, + "mirId": "MIR:00000601", + "modified": "2019-06-11T14:17:59.699+0000", + "name": "COSMIC Gene", "namespaceEmbeddedInLui": false, - "pattern": "^PD\\d+$", - "prefix": "prodom", + "pattern": "^[A-Z0-9]+$", + "prefix": "cosmic", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProDom Protein Domain Database", - "id": 373, + "description": "COSMIC Gene at Sanger", + "id": 1670, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 372, + "id": 1393, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Laboratoire des Interactions Plantes-Microorganismes, INRA/CNRS", + "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100150", - "name": "ProDom Protein Domain Database", + "mirId": "MIR:00100802", + "name": "COSMIC Gene at Sanger", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://prodom.prabi.fr/prodom/current/html/home.php", - "sampleId": "PD10000", - "urlPattern": "http://prodom.prabi.fr/prodom/current/cgi-bin/request.pl?question=DBEN&query={$id}" + "resourceHomeUrl": "http://cancer.sanger.ac.uk/cosmic/", + "sampleId": "BRAF", + "urlPattern": "http://cancer.sanger.ac.uk/cosmic/gene/overview?ln={$id}" } ], - "sampleId": "PD10000" + "sampleId": "BRAF" }, { - "created": "2019-06-11T14:16:04.151+0000", + "created": "2020-12-14T12:49:56.333+0000", "deprecated": false, "deprecationDate": null, - "description": "The Simple Modular Architecture Research Tool (SMART) is an online tool for the identification and annotation of protein domains, and the analysis of domain architectures.", - "id": 374, - "mirId": "MIR:00000118", - "modified": "2019-06-11T14:16:04.151+0000", - "name": "SMART", + "description": "Curated contextual database gathering samples related to SARS-CoV-2 virus and covid-19 disease.", + "id": 2477, + "mirId": "MIR:00000789", + "modified": "2020-12-14T12:49:56.333+0000", + "name": "SARS-CoV-2", "namespaceEmbeddedInLui": false, - "pattern": "^SM\\d{5}$", - "prefix": "smart", + "pattern": "^\\w+_COVID19_[-\\w]+$", + "prefix": "covid19", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SMART (Simple Modular Architecture Research Tool)", - "id": 376, + "description": "Elixir@UiT is the local branch of ELIXIR-NO node based at UiT.", + "id": 2478, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 375, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/00wge5k78' with Wikidata IDs [Q279724], and ISNI IDs [0000000122595234]", + "homeUrl": "https://uit.no/startsida", + "id": 2476, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "EMBL, Heidelberg", + "name": "University of Tromsø - The Arctic University of Norway", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100151", - "name": "SMART (Simple Modular Architecture Research Tool)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://smart.embl-heidelberg.de/", - "sampleId": "SM00015", - "urlPattern": "http://smart.embl-heidelberg.de/smart/do_annotation.pl?DOMAIN={$id}" + "mirId": "MIR:00000787", + "name": "Elixir@UiT", + "official": true, + "providerCode": "sfb", + "resourceHomeUrl": "https://covid19.sfb.uit.no", + "sampleId": "SFB_COVID19_MW286762", + "urlPattern": "https://covid19.sfb.uit.no/api/records/{$id}" } ], - "sampleId": "SM00015" + "sampleId": "SFB_COVID19_MW286762" }, { - "created": "2019-06-11T14:16:04.400+0000", + "created": "2019-06-11T14:17:43.853+0000", "deprecated": false, "deprecationDate": null, - "description": "The Conserved Domain Database (CDD) is a collection of multiple sequence alignments and derived database search models, which represent protein domains conserved in molecular evolution.", - "id": 377, - "mirId": "MIR:00000119", - "modified": "2019-06-11T14:16:04.400+0000", - "name": "Conserved Domain Database", + "description": "The Cooperative Patent Classification (CPC) is a patent classification system, developed jointly by the European Patent Office (EPO) and the United States Patent and Trademark Office (USPTO). It is based on the previous European classification system (ECLA), which itself was a version of the International Patent Classification (IPC) system. The CPC patent classification system has been used by EPO and USPTO since 1st January, 2013.", + "id": 1513, + "mirId": "MIR:00000539", + "modified": "2019-06-11T14:17:43.853+0000", + "name": "Cooperative Patent Classification", "namespaceEmbeddedInLui": false, - "pattern": "^(cd)?\\d{5}$", - "prefix": "cdd", + "pattern": "^([A-H,Y]|[A-H, Y]\\d{2}|[A-H, Y]\\d{2}[A-Z]|[A-H, Y]\\d{2}[A-Z]\\d{1,3}|[A-H, Y]\\d{2}[A-Z]\\d{1,3}(\\/)?\\d{2,})$", + "prefix": "cpc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Conserved Domain Database at NCBI", - "id": 379, + "description": "Cooperative Patent Classification at Espace", + "id": 1515, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 378, + "id": 1514, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Library of Medicine, National Institutes of Health, Maryland", + "name": "Espace, European Patent Office", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100152", - "name": "Conserved Domain Database at NCBI", + "mirId": "MIR:00100716", + "name": "Cooperative Patent Classification at Espace", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=cdd", - "sampleId": "cd00400", - "urlPattern": "https://www.ncbi.nlm.nih.gov/Structure/cdd/cddsrv.cgi?uid={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://worldwide.espacenet.com/classification", + "sampleId": "A01M1/026", + "urlPattern": "https://worldwide.espacenet.com/classification?locale=en_EP#!/CPC={$id}" } ], - "sampleId": "cd00400" + "sampleId": "A01M1/026" }, { - "created": "2019-06-11T14:16:04.654+0000", + "created": "2019-06-11T14:18:05.694+0000", "deprecated": false, "deprecationDate": null, - "description": "The OBO Relation Ontology provides consistent and unambiguous formal definitions of the relational expressions used in biomedical ontologies.", - "id": 380, - "mirId": "MIR:00000120", - "modified": "2019-06-11T14:16:04.654+0000", - "name": "Relation Ontology", + "description": "Repeated CRISPR (\"clustered regularly interspaced short palindromic repeats\") elements found in archaebacteria and eubacteria are believed to defend against viral infection, potentially targeting invading DNA for degradation. CRISPRdb is a database that stores information on CRISPRs that are automatically extracted from newly released genome sequence data.", + "id": 1738, + "mirId": "MIR:00000626", + "modified": "2019-06-11T14:18:05.694+0000", + "name": "CRISPRdb", "namespaceEmbeddedInLui": false, - "pattern": "^RO_\\d{7}$", - "prefix": "ro", + "pattern": "^[0-9]+$", + "prefix": "crisprdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OBO Relation Ontology through OntoBee", - "id": 382, + "description": "CRISPRdb", + "id": 1740, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 381, + "id": 1739, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "University of Michigan Medical School (MI), Lawrence Berkeley National Laboratory (CA) and Science Commons (MA)", + "name": "Université Paris-Sud, Institut de Génétique et Microbiologie, Orsay,", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100764", - "name": "OBO Relation Ontology through OntoBee", + "mirId": "MIR:00100830", + "name": "CRISPRdb", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://obofoundry.org/ontology/ro.html", - "sampleId": "RO_0002533", - "urlPattern": "http://purl.obolibrary.org/obo/{$id}" - }, + "resourceHomeUrl": "http://crispr.i2bc.paris-saclay.fr/", + "sampleId": "551115", + "urlPattern": "http://crispr.i2bc.paris-saclay.fr/cgi-bin/crispr/SpecieProperties_db.cgi?Taxon_id[]={$id}" + } + ], + "sampleId": "551115" + }, + { + "created": "2022-02-01T17:20:51.953+0000", + "deprecated": false, + "deprecationDate": null, + "description": "CropMRespository is a database of soil and crop biophysical process models.", + "id": 3067, + "mirId": "MIR:00001015", + "modified": "2022-02-01T17:20:51.953+0000", + "name": "CropMRepository", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]{9}$", + "prefix": "crop2ml", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OBO Relation Ontology through OLS", - "id": 383, + "description": "CropMRespository is a database of soil and crop biophysical process models.", + "id": 3068, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "INRAE is France's new National Research Institute for Agriculture, Food and Environment, created on January 1, 2020, It was formed by the merger of INRA, the National Institute for Agricultural Research, and IRSTEA, the National Research Institute of Science and Technology for the Environment and Agriculture.", + "homeUrl": "https://www.inrae.fr/", + "id": 2292, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "National Research Institute for Agriculture, Food and Environment", + "rorId": "https://ror.org/003vg9w96" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100767", - "name": "OBO Relation Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ro", - "sampleId": "RO_0002533", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ro/terms?short_form={$id}" + "mirId": "MIR:00001016", + "name": "Crop2ML model repository", + "official": true, + "providerCode": "cropmdb", + "resourceHomeUrl": "http://www.crop2ml.org", + "sampleId": "000000001", + "urlPattern": "http://www.crop2ml.org/cropmdb/{$id}" } ], - "sampleId": "RO_0002533" + "sampleId": "000000001" }, { - "created": "2019-06-11T14:16:05.062+0000", + "created": "2019-06-11T14:16:13.024+0000", "deprecated": false, "deprecationDate": null, - "description": "The Molecular Modeling Database (MMDB) is a database of experimentally determined structures obtained from the Protein Data Bank (PDB). Since structures are known for a large fraction of all protein families, structure homologs may facilitate inference of biological function, or the identification of binding or catalytic sites.", - "id": 384, - "mirId": "MIR:00000121", - "modified": "2019-06-11T14:16:05.062+0000", - "name": "Molecular Modeling Database", + "description": "CryptoDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 469, + "mirId": "MIR:00000149", + "modified": "2019-06-11T14:16:13.024+0000", + "name": "CryptoDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{1,5}$", - "prefix": "mmdb", + "pattern": "^\\w+", + "prefix": "cryptodb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MMDB at NCBI", - "id": 385, + "description": "CryptoDB at EuPathDB", + "id": 470, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 378, + "id": 467, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Library of Medicine, National Institutes of Health, Maryland", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100154", - "name": "MMDB at NCBI", + "mirId": "MIR:00100194", + "name": "CryptoDB at EuPathDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/sites/entrez?db=structure", - "sampleId": "50885", - "urlPattern": "http://www.ncbi.nlm.nih.gov/Structure/mmdb/mmdbsrv.cgi?uid={$id}" + "resourceHomeUrl": "https://cryptodb.org/cryptodb/", + "sampleId": "cgd7_230", + "urlPattern": "https://cryptodb.org/cryptodb/app/record/gene/{$id}" } ], - "sampleId": "50885" + "sampleId": "cgd7_230" }, { - "created": "2019-06-11T14:16:05.272+0000", + "created": "2019-06-11T14:16:11.769+0000", "deprecated": false, "deprecationDate": null, - "description": "The International Molecular Exchange (IMEx) is a consortium of molecular interaction databases which collaborate to share manual curation efforts and provide accessibility to multiple information sources.", - "id": 386, - "mirId": "MIR:00000122", - "modified": "2019-06-11T14:16:05.272+0000", - "name": "IMEx", + "description": "The Catalytic Site Atlas (CSA) is a database documenting enzyme active sites and catalytic residues in enzymes of 3D structure. It uses a defined classification for catalytic residues which includes only those residues thought to be directly involved in some aspect of the reaction catalysed by an enzyme.", + "id": 454, + "mirId": "MIR:00000144", + "modified": "2019-06-11T14:16:11.769+0000", + "name": "CSA", "namespaceEmbeddedInLui": false, - "pattern": "^IM-\\d+(-?)(\\d+?)$", - "prefix": "imex", + "pattern": "^[0-9][A-Za-z0-9]{3}$", + "prefix": "csa", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IMEx Consortium running at EBI", - "id": 387, + "description": "CSA at EBI", + "id": 455, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -7092,847 +7296,855 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100155", - "name": "IMEx Consortium running at EBI", + "mirId": "MIR:00100188", + "name": "CSA at EBI", "official": false, "providerCode": "ebi", - "resourceHomeUrl": "https://www.imexconsortium.org/", - "sampleId": "IM-19210-3", - "urlPattern": "https://www.ebi.ac.uk/intact/imex/main.xhtml?query={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "IMEx Consortium though Intact", - "id": 388, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100663", - "name": "IMEx Consortium though Intact", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", - "sampleId": "IM-19210-3", - "urlPattern": "https://imexcentral.org/icentral/imex/rec/{$id}" - } - ], - "sampleId": "IM-19210-3" - }, - { - "created": "2019-06-11T14:16:05.614+0000", - "deprecated": false, - "deprecationDate": null, - "description": "iRefWeb is an interface to a relational database containing the latest build of the interaction Reference Index (iRefIndex) which integrates protein interaction data from ten different interaction databases: BioGRID, BIND, CORUM, DIP, HPRD, INTACT, MINT, MPPI, MPACT and OPHID. In addition, iRefWeb associates interactions with the PubMed record from which they are derived.", - "id": 389, - "mirId": "MIR:00000123", - "modified": "2019-06-11T14:16:05.614+0000", - "name": "iRefWeb", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "irefweb", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "iRefWeb Protein Interaction Reference Index", - "id": 391, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 390, - "location": { - "countryCode": "CA", - "countryName": "Canada" - }, - "name": "Wodak Lab, Hospital for Sick Children, Toronto", - "rorId": null - }, - "location": { - "countryCode": "CA", - "countryName": "Canada" - }, - "mirId": "MIR:00100156", - "name": "iRefWeb Protein Interaction Reference Index", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://wodaklab.org/iRefWeb/", - "sampleId": "617102", - "urlPattern": "http://wodaklab.org/iRefWeb/interaction/show/{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/thornton-srv/databases/CSA/", + "sampleId": "1a05", + "urlPattern": "https://www.ebi.ac.uk/thornton-srv/databases/CSA/SearchResults.php?PDBID={$id}" } ], - "sampleId": "617102" + "sampleId": "1a05" }, { - "created": "2019-06-11T14:16:05.849+0000", + "created": "2021-05-30T10:06:48.264+0000", "deprecated": false, "deprecationDate": null, - "description": "The microbial protein interaction database (MPIDB) provides physical microbial interaction data. The interactions are manually curated from the literature or imported from other databases, and are linked to supporting experimental evidence, as well as evidences based on interaction conservation, protein complex membership, and 3D domain contacts.", - "id": 392, - "mirId": "MIR:00000124", - "modified": "2019-06-11T14:16:05.849+0000", - "name": "Microbial Protein Interaction Database", + "description": "The Cambridge Stuctural Database (CSD) is the world's most comprehensive collection of small-molecule crystal structures. Entries curated into the CSD are identified by a CSD Refcode.", + "id": 2668, + "mirId": "MIR:00000820", + "modified": "2021-05-30T10:06:48.264+0000", + "name": "Cambridge Structural Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "mpid", + "pattern": "^[A-Z]{6}(\\d{2})?$", + "prefix": "csd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Microbial Protein Interaction Database", - "id": 394, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 393, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "J. Craig Venter Institute, Maryland", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100157", - "name": "Microbial Protein Interaction Database", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.jcvi.org/mpidb/about.php", - "sampleId": "172", - "urlPattern": "http://www.jcvi.org/mpidb/experiment.php?interaction_id={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Microbial Protein Interaction Database subset through IntAct", - "id": 395, + "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", + "id": 2669, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", + "homeUrl": "https://www.ccdc.cam.ac.uk/", + "id": 2664, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Cambridge Crystallographic Data Centre", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100655", - "name": "Microbial Protein Interaction Database subset through IntAct", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", - "sampleId": "1776", - "urlPattern": "https://www.ebi.ac.uk/intact/query/interaction_id:MPIDB-INT-{$id}" + "mirId": "MIR:00000819", + "name": "Cambridge Crystallographic Data Centre", + "official": true, + "providerCode": "csd", + "resourceHomeUrl": "https://www.ccdc.cam.ac.uk/", + "sampleId": "PELNAW", + "urlPattern": "https://www.ccdc.cam.ac.uk/services/structures?pid=csd:{$id}&sid=IDORG" } ], - "sampleId": "172" + "sampleId": "PELNAW" }, { - "created": "2019-06-11T14:16:06.208+0000", + "created": "2019-06-11T14:17:18.324+0000", "deprecated": false, "deprecationDate": null, - "description": "PhosphoSite is a mammalian protein database that provides information about in vivo phosphorylation sites. This datatype refers to residue-level information, providing a information about a single modification position in a specific protein sequence.", - "id": 396, - "mirId": "MIR:00000125", - "modified": "2019-06-11T14:16:06.208+0000", - "name": "PhosphoSite Residue", + "description": "Cell Signaling Technology is a commercial organisation which provides a pathway portal to showcase their phospho-antibody products. This collection references pathways.", + "id": 1232, + "mirId": "MIR:00000429", + "modified": "2019-06-11T14:17:18.324+0000", + "name": "Cell Signaling Technology Pathways", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "phosphosite.residue", + "pattern": "^[A-Za-z0-9_-]+$", + "prefix": "cst", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PhosphoSite Residue", - "id": 397, + "description": "CST Pathways at Cell Signaling Technology", + "id": 1234, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 339, + "id": 1233, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cell Signaling Technology, Inc.", + "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100159", - "name": "PhosphoSite Residue", + "mirId": "MIR:00100552", + "name": "CST Pathways at Cell Signaling Technology", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.phosphosite.org/homeAction.do", - "sampleId": "2842", - "urlPattern": "http://www.phosphosite.org/siteAction.do?id={$id}" + "resourceHomeUrl": "http://www.cellsignal.com/pathways/index.html", + "sampleId": "Akt_PKB", + "urlPattern": "http://www.cellsignal.com/reference/pathway/{$id}.html" } ], - "sampleId": "2842" + "sampleId": "Akt_PKB" }, { - "created": "2019-06-11T14:16:06.417+0000", + "created": "2019-06-11T14:17:18.559+0000", "deprecated": false, "deprecationDate": null, - "description": "The NeuroLex project is a dynamic lexicon of terms used in neuroscience. It is supported by the Neuroscience Information Framework project and incorporates information from the NIF standardised ontology (NIFSTD), and its predecessor, the Biomedical Informatics Research Network Lexicon (BIRNLex).", - "id": 398, - "mirId": "MIR:00000126", - "modified": "2019-06-11T14:16:06.417+0000", - "name": "NeuroLex", + "description": "Cell Signaling Technology is a commercial organisation which provides a pathway portal to showcase their phospho-antibody products. This collection references antibody products.", + "id": 1235, + "mirId": "MIR:00000430", + "modified": "2019-06-11T14:17:18.559+0000", + "name": "Cell Signaling Technology Antibody", "namespaceEmbeddedInLui": false, - "pattern": "^([Bb]irnlex_|Sao|nlx_|GO_|CogPO|HDO|nifext_)\\d+$", - "prefix": "neurolex", + "pattern": "^\\d+$", + "prefix": "cst.ab", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NeuroLex Neuroscience Lexicon", - "id": 400, + "description": "CST Antibody at Cell Signaling Technology", + "id": 1236, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 399, + "id": 1233, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Neuroscience, University of California, San Diego", + "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100160", - "name": "NeuroLex Neuroscience Lexicon", - "official": true, + "mirId": "MIR:00100553", + "name": "CST Antibody at Cell Signaling Technology", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.neurolex.org/wiki/Main_Page", - "sampleId": "Birnlex_721", - "urlPattern": "http://www.neurolex.org/wiki/{$id}" - }, + "resourceHomeUrl": "http://www.cellsignal.com/catalog/index.html", + "sampleId": "3305", + "urlPattern": "http://www.cellsignal.com/products/{$id}.html" + } + ], + "sampleId": "3305" + }, + { + "created": "2019-06-11T14:15:59.108+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", + "id": 320, + "mirId": "MIR:00000098", + "modified": "2019-06-11T14:15:59.108+0000", + "name": "CTD Chemical", + "namespaceEmbeddedInLui": false, + "pattern": "^[CD]\\d+$", + "prefix": "ctd.chemical", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NeuroLex through NCBO's BioPortal", - "id": 401, + "description": "Comparative Toxicogenomics Database (Chemical)", + "id": 322, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 321, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "The Mount Desert Island Biological Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100183", - "name": "NeuroLex through NCBO's BioPortal", + "mirId": "MIR:00100129", + "name": "Comparative Toxicogenomics Database (Chemical)", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BIRNLEX", - "sampleId": "birnlex_1672", - "urlPattern": "http://purl.bioontology.org/ontology/BIRNLEX/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ctdbase.org/", + "sampleId": "D001151", + "urlPattern": "http://ctdbase.org/detail.go?type=chem&acc={$id}" } ], - "sampleId": "Birnlex_721" + "sampleId": "D001151" }, { - "created": "2019-06-11T14:16:06.780+0000", + "created": "2019-06-11T14:15:59.348+0000", "deprecated": false, "deprecationDate": null, - "description": "The Ontology for Biomedical Investigations (OBI) project is developing an integrated ontology for the description of biological and clinical investigations. The ontology will represent the design of an investigation, the protocols and instrumentation used, the material used, the data generated and the type analysis performed on it. Currently OBI is being built under the Basic Formal Ontology (BFO).", - "id": 402, - "mirId": "MIR:00000127", - "modified": "2019-06-11T14:16:06.780+0000", - "name": "Ontology for Biomedical Investigations", + "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", + "id": 323, + "mirId": "MIR:00000099", + "modified": "2019-06-11T14:15:59.348+0000", + "name": "CTD Disease", "namespaceEmbeddedInLui": false, - "pattern": "(^OBI:\\d{7}$)|(^OBI_\\d{7}$)", - "prefix": "obi", + "pattern": "^D\\d+$", + "prefix": "ctd.disease", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OBI through Ontobee", - "id": 404, + "description": "Comparative Toxicogenomics Database (Disease)", + "id": 324, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 403, + "id": 321, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Michigan Medical School (MI), awrence Berkeley National Laboratory (CA) and Science Commons (MA)", + "name": "The Mount Desert Island Biological Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100162", - "name": "OBI through Ontobee", - "official": true, + "mirId": "MIR:00100130", + "name": "Comparative Toxicogenomics Database (Disease)", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ontobee.org/", - "sampleId": "OBI_0000070", - "urlPattern": "http://purl.obolibrary.org/obo/{$id}" - }, + "resourceHomeUrl": "http://ctdbase.org/", + "sampleId": "D053716", + "urlPattern": "http://ctdbase.org/detail.go?type=disease&db=MESH&acc={$id}" + } + ], + "sampleId": "D053716" + }, + { + "created": "2019-06-11T14:15:59.547+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences.", + "id": 325, + "mirId": "MIR:00000100", + "modified": "2019-06-11T14:15:59.547+0000", + "name": "CTD Gene", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "ctd.gene", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ontology for Biomedical Investigations through Bioportal", - "id": 405, + "description": "Comparative Toxicogenomics Database (Gene)", + "id": 326, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 321, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "The Mount Desert Island Biological Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100177", - "name": "Ontology for Biomedical Investigations through Bioportal", + "mirId": "MIR:00100131", + "name": "Comparative Toxicogenomics Database (Gene)", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/OBI", - "sampleId": "OBI:0000070", - "urlPattern": "http://purl.bioontology.org/ontology/OBI/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ctdbase.org/", + "sampleId": "101", + "urlPattern": "http://ctdbase.org/detail.go?type=gene&acc={$id}" + } + ], + "sampleId": "101" + }, + { + "created": "2019-06-11T14:17:11.437+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Cube-DB is a database of pre-evaluated results for detection of functional divergence in human/vertebrate protein families. It analyzes comparable taxonomical samples for all paralogues under consideration, storing functional specialisation at the level of residues. The data are presented as a table of per-residue scores, and mapped onto related structures where available.", + "id": 1152, + "mirId": "MIR:00000397", + "modified": "2019-06-11T14:17:11.437+0000", + "name": "Cube db", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z_0-9]+$", + "prefix": "cubedb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OBI through OLS", - "id": 406, + "description": "Cube db at Bioinformatics Institute (Singapore)", + "id": 1154, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The BII focuses on theoretical approaches aimed at understanding biomolecular mechanisms that underlie biological phenomena, the development of computational methods to support this discovery process, and experimental verification of predicted molecular and cellular functions of genes and proteins with biochemical methods.", + "homeUrl": "http://www.bii.a-star.edu.sg", + "id": 1153, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "SG", + "countryName": "Singapore" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "BII Bioinformatics Institute", + "rorId": "https://ror.org/044w3nw43" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100760", - "name": "OBI through OLS", + "mirId": "MIR:00100517", + "name": "Cube db at Bioinformatics Institute (Singapore)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/obi", - "sampleId": "OBI:0000070", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/obi/terms?obo_id={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://epsf.bmad.bii.a-star.edu.sg/cube/db/html/home.html", + "sampleId": "AKR", + "urlPattern": "http://epsf.bmad.bii.a-star.edu.sg/cube/db/data/{$id}/" } ], - "sampleId": "OBI_0000070" + "sampleId": "AKR" }, { - "created": "2019-06-11T14:16:44.568+0000", + "created": "2019-06-11T14:18:02.239+0000", "deprecated": false, "deprecationDate": null, - "description": "ASAP (a systematic annotation package for community analysis of genomes) stores bacterial genome sequence and functional characterization data. It includes multiple genome sequences at various stages of analysis, corresponding experimental data and access to collections of related genome resources.", - "id": 831, - "mirId": "MIR:00000283", - "modified": "2019-06-11T14:16:44.568+0000", - "name": "ASAP", + "description": "DataONE provides infrastructure facilitating long-term access to scientific research data of relevance to the earth sciences.", + "id": 1696, + "mirId": "MIR:00000611", + "modified": "2019-06-11T14:18:02.239+0000", + "name": "DataONE", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9-]+$", - "prefix": "asap", + "pattern": "\\S+", + "prefix": "d1id", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ASAP at University of Wisconsin", - "id": 833, + "description": "DataONE", + "id": 1698, "institution": { - "description": "The University of Wisconsin–Madison is a public research university in Madison, Wisconsin. Founded when Wisconsin achieved statehood in 1848, UW–Madison is the official state university of Wisconsin, and the flagship campus of the University of Wisconsin System.\nIt was the first public university established in Wisconsin and remains the oldest and largest public university in the state. It became a land-grant institution in 1866.\nThe 933-acre (378 ha) main campus, located on the shores of Lake Mendota, includes four National Historic Landmarks.\nThe University also owns and operates a historic 1,200-acre (486 ha) arboretum established in 1932, located 4 miles (6.4 km) south of the main campus.", - "homeUrl": "https://www.wisc.edu/", - "id": 2054, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1697, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Wisconsin-Madison", - "rorId": "https://ror.org/01y2jtd41" + "name": "DataONE, Albuquerque, NM", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100364", - "name": "ASAP at University of Wisconsin", + "mirId": "MIR:00100815", + "name": "DataONE", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://asap.ahabs.wisc.edu/asap/home.php", - "sampleId": "ABE-0009634", - "urlPattern": "http://asap.ahabs.wisc.edu/asap/feature_info.php?LocationID=WIS&FeatureID={$id}" + "resourceHomeUrl": "https://www.dataone.org", + "sampleId": "00030692-0FE1-4A1B-955E-A2E55D659267", + "urlPattern": "https://cn.dataone.org/cn/v2/resolve/{{$id}}" } ], - "sampleId": "ABE-0009634" + "sampleId": "00030692-0FE1-4A1B-955E-A2E55D659267" }, { - "created": "2019-06-11T14:16:07.366+0000", + "created": "2019-06-11T14:17:19.532+0000", "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The EC record provides for a given enzyme classification (EC) the associated list of enzyme-catalysed reactions and their corresponding kinetic data.", - "id": 407, - "mirId": "MIR:00000128", - "modified": "2019-06-11T14:16:07.366+0000", - "name": "SABIO-RK EC Record", + "description": "DailyMed provides information about marketed drugs. This information includes FDA labels (package inserts). The Web site provides a standard, comprehensive, up-to-date, look-up and download resource of medication content and labeling as found in medication package inserts. Drug labeling is the most recent submitted to the Food and Drug Administration (FDA) and currently in use; it may include, for example, strengthened warnings undergoing FDA review or minor editorial changes. These labels have been reformatted to make them easier to read.", + "id": 1247, + "mirId": "MIR:00000434", + "modified": "2019-06-11T14:17:19.532+0000", + "name": "DailyMed", "namespaceEmbeddedInLui": false, - "pattern": "^((\\d+)|(\\d+\\.\\d+)|(\\d+\\.\\d+\\.\\d+)|(\\d+\\.\\d+\\.\\d+\\.\\d+))$", - "prefix": "sabiork.ec", + "pattern": "^[A-Za-z0-9-]+", + "prefix": "dailymed", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK Reaction Kinetics Database - Enzyme Classification (EC)", - "id": 409, + "description": "DailyMed at NLM", + "id": 1249, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 408, + "id": 1248, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "name": "U.S. National Library of Medicine, Bethesda, Maryland", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100163", - "name": "SABIO-RK Reaction Kinetics Database - Enzyme Classification (EC)", + "mirId": "MIR:00100558", + "name": "DailyMed at NLM", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sabiork.h-its.org/", - "sampleId": "2.7.1.1", - "urlPattern": "http://sabiork.h-its.org/newSearch?q=ecnumber:{$id}" + "resourceHomeUrl": "https://dailymed.nlm.nih.gov/dailymed/", + "sampleId": "973a9333-fec7-46dd-8eb5-25738f06ee54", + "urlPattern": "https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid={$id}" } ], - "sampleId": "2.7.1.1" + "sampleId": "973a9333-fec7-46dd-8eb5-25738f06ee54" }, { - "created": "2019-06-11T14:16:07.624+0000", + "created": "2020-03-24T05:11:19.658+0000", "deprecated": false, "deprecationDate": null, - "description": "The OPB is a reference ontology of classical physics as applied to the dynamics of biological systems. It is designed to encompass the multiple structural scales (multiscale atoms to organisms) and multiple physical domains (multidomain fluid dynamics, chemical kinetics, particle diffusion, etc.) that are encountered in the study and analysis of biological organisms.", - "id": 410, - "mirId": "MIR:00000129", - "modified": "2019-06-11T14:16:07.624+0000", - "name": "Ontology of Physics for Biology", + "description": "DANDI works with BICCN and other BRAIN Initiative awardees to curate data using community data standards such as NWB and BIDS, and to make data and software for cellular neurophysiology FAIR (Findable, Accessible, Interoperable, and Reusable).\nDANDI references electrical and optical cellular neurophysiology recordings and associated MRI and/or optical imaging data.\nThese data will help scientists uncover and understand cellular level mechanisms of brain function. Scientists will study the formation of neural networks, how cells and networks enable functions such as learning and memory, and how these functions are disrupted in neurological disorders.", + "id": 2168, + "mirId": "MIR:00000786", + "modified": "2021-10-18T12:32:14.264+0000", + "name": "DANDI: Distributed Archives for Neurophysiology Data Integration", "namespaceEmbeddedInLui": false, - "pattern": "^OPB_\\d+$", - "prefix": "opb", + "pattern": "^\\d{6}(\\/\\d+\\.\\d+\\.\\d+)?$", + "prefix": "dandi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ontology of Physics for Biology through Bioportal", - "id": 411, + "description": "DANDI is a Web platform for scientists to share, collaborate, and process data from cellular neurophysiology experiments. DANDI works with BICCN and other BRAIN Initiative awardees to curate data using community data standards such as NWB and BIDS, and to make data and software for cellular neurophysiology FAIR (Findable, Accessible, Interoperable, and Reusable). DANDI will store electrical and optical cellular neurophysiology recordings and associated MRI and/or optical imaging data. DANDI will provide: 1) A cloud platform for neurophysiology data storage for the purposes of collaboration and dissemination of data; 2) Easy to use tools for neurophysiology data submission, visualization, and access in the archive; and 3) Standardized applications for data ingestion, visualization and processing, which facilitate adoption of NWB and other standards. These data will help scientists uncover and understand cellular level mechanisms of brain function. Scientists will study the formation of neural networks, how cells and networks enable functions such as learning and memory, and how these functions are disrupted in neurological disorders.", + "id": 2169, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "Founded to accelerate the nation’s industrial revolution, MIT is profoundly American. With ingenuity and drive, our graduates have invented fundamental technologies, launched new industries, and created millions of American jobs. At the same time, and without the slightest sense of contradiction, MIT is profoundly global(opens in new window). Our community gains tremendous strength as a magnet for talent from around the world. Through teaching, research, and innovation, MIT’s exceptional community pursues its mission of service to the nation and the world.", + "homeUrl": "http://web.mit.edu/", + "id": 2167, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Massachusetts Institute of Technology", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100167", - "name": "Ontology of Physics for Biology through Bioportal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/OPB", - "sampleId": "OPB_00573", - "urlPattern": "http://purl.bioontology.org/ontology/OPB?conceptid=http%3A%2F%2Fbhi.washington.edu%2FOPB%23{$id}" + "mirId": "MIR:00000750", + "name": "DANDI: Distributed Archives for Neurophysiology Data Integration", + "official": true, + "providerCode": "dandi", + "resourceHomeUrl": "https://dandiarchive.org/", + "sampleId": "000017", + "urlPattern": "https://dandiarchive.org/dandiset/{$id}" } ], - "sampleId": "OPB_00573" + "sampleId": "000017" }, { - "created": "2019-06-11T14:16:07.820+0000", + "created": "2019-06-11T14:17:02.814+0000", "deprecated": false, "deprecationDate": null, - "description": "JWS Online is a repository of curated biochemical pathway models, and additionally provides the ability to run simulations of these models in a web browser.", - "id": 412, - "mirId": "MIR:00000130", - "modified": "2019-06-11T14:16:07.820+0000", - "name": "JWS Online", + "description": "DARC (Database of Aligned Ribosomal Complexes) stores available cryo-EM (electron microscopy) data and atomic coordinates of ribosomal particles from the PDB, which are aligned within a common coordinate system. The aligned coordinate system simplifies direct visualization of conformational changes in the ribosome, such as subunit rotation and head-swiveling, as well as direct comparison of bound ligands, such as antibiotics or translation factors.", + "id": 1049, + "mirId": "MIR:00000366", + "modified": "2019-06-11T14:17:02.814+0000", + "name": "DARC", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "jws", + "pattern": "^\\d+$", + "prefix": "darc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JWS Online Model Repository at Stellenbosch", - "id": 414, + "description": "DARC at University of Munich", + "id": 1051, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 413, + "id": 1050, "location": { - "countryCode": "ZA", - "countryName": "South Africa" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Department of Biochemistry, Stellenbosch University", + "name": "Gene Center and Department for Biochemistry and Center for integrated Protein Science Munich, University of Munich, Munich", "rorId": null }, "location": { - "countryCode": "ZA", - "countryName": "South Africa" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100168", - "name": "JWS Online Model Repository at Stellenbosch", + "mirId": "MIR:00100465", + "name": "DARC at University of Munich", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jjj.biochem.sun.ac.za/models/", - "sampleId": "curien", - "urlPattern": "http://jjj.biochem.sun.ac.za/models/{$id}/" - }, + "resourceHomeUrl": "http://darcsite.genzentrum.lmu.de/darc/index.php", + "sampleId": "1250", + "urlPattern": "http://darcsite.genzentrum.lmu.de/darc/view.php?id={$id}" + } + ], + "sampleId": "1250" + }, + { + "created": "2019-06-11T14:17:49.634+0000", + "deprecated": false, + "deprecationDate": null, + "description": "DASHR reports the annotation, expression and evidence for specific RNA processing (cleavage specificity scores/entropy) of human sncRNA genes, precursor and mature sncRNA products across different human tissues and cell types. DASHR integrates information from multiple existing annotation resources for small non-coding RNAs, including microRNAs (miRNAs), Piwi-interacting (piRNAs), small nuclear (snRNAs), nucleolar (snoRNAs), cytoplasmic (scRNAs), transfer (tRNAs), tRNA fragments (tRFs), and ribosomal RNAs (rRNAs). These datasets were obtained from non-diseased human tissues and cell types and were generated for studying or profiling small non-coding RNAs. This collection references RNA records.", + "id": 1572, + "mirId": "MIR:00000564", + "modified": "2019-06-11T14:17:49.634+0000", + "name": "DASHR", + "namespaceEmbeddedInLui": false, + "pattern": "^(hsa-(let|mir)-\\w+(-\\w+)?)|(piR-\\d+)|(chr\\w+.tRNA\\d+-\\w+)|(chr\\w+.tRNA\\d+-\\w+-tRF\\d)|((SNORD|SNORA|ACA|HBII|HBI|U)(-)?\\w+)|(HY\\d\\+(-L\\d+)?)|((LSU|SSU|5S)(-rRNA_Hsa)?(-L\\d+)?)$", + "prefix": "dashr", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JWS Online Model Repository at Manchester", - "id": 418, + "description": "DASHR at University of Pennsylvania", + "id": 1574, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 417, + "id": 1573, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Manchester Interdisciplinary Biocentre, University of Manchester", + "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100170", - "name": "JWS Online Model Repository at Manchester", + "mirId": "MIR:00100741", + "name": "DASHR at University of Pennsylvania", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jjj.mib.ac.uk/index.html", - "sampleId": "curien", - "urlPattern": "http://jjj.mib.ac.uk/models/{$id}" - }, + "resourceHomeUrl": "http://lisanwanglab.org/DASHR/", + "sampleId": "hsa-mir-200a", + "urlPattern": "http://lisanwanglab.org/DASHR/entry/{$id}" + } + ], + "sampleId": "hsa-mir-200a" + }, + { + "created": "2019-06-11T14:17:49.866+0000", + "deprecated": false, + "deprecationDate": null, + "description": "DASHR reports the annotation, expression and evidence for specific RNA processing (cleavage specificity scores/entropy) of human sncRNA genes, precursor and mature sncRNA products across different human tissues and cell types. DASHR integrates information from multiple existing annotation resources for small non-coding RNAs, including microRNAs (miRNAs), Piwi-interacting (piRNAs), small nuclear (snRNAs), nucleolar (snoRNAs), cytoplasmic (scRNAs), transfer (tRNAs), tRNA fragments (tRFs), and ribosomal RNAs (rRNAs). These datasets were obtained from non-diseased human tissues and cell types and were generated for studying or profiling small non-coding RNAs. This collection references RNA expression.", + "id": 1575, + "mirId": "MIR:00000565", + "modified": "2019-06-11T14:17:49.866+0000", + "name": "DASHR expression", + "namespaceEmbeddedInLui": false, + "pattern": "^(hsa-(let|mir)-\\w+(-\\w+)?)|(piR-\\d+)|(chr\\w+.tRNA\\d+-\\w+)|(chr\\w+.tRNA\\d+-\\w+-tRF\\d)|((SNORD|SNORA|ACA|HBII|HBI|U)(-)?\\w+)|(HY\\d\\+(-L\\d+)?)|((LSU|SSU|5S)(-rRNA_Hsa)?(-L\\d+)?)$", + "prefix": "dashr.expression", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JWS Online Model Repository at Amsterdam", - "id": 416, + "description": "DASHR expression at University of Pennsylvania", + "id": 1576, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 415, + "id": 1573, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Amsterdam", + "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100169", - "name": "JWS Online Model Repository at Amsterdam", + "mirId": "MIR:00100742", + "name": "DASHR expression at University of Pennsylvania", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jjj.bio.vu.nl/models/", - "sampleId": "curien", - "urlPattern": "http://jjj.bio.vu.nl/models/{$id}/" + "resourceHomeUrl": "https://dashr1.lisanwanglab.org/show-expression-table.php?start=0", + "sampleId": "hsa-mir-200a", + "urlPattern": "https://dashr1.lisanwanglab.org/entry/hsa-mir-200a#{$id}#exprPerTissueTable" } ], - "sampleId": "curien" + "sampleId": "hsa-mir-200a" }, { - "created": "2019-06-11T14:16:08.429+0000", + "created": "2020-05-22T09:05:34.813+0000", "deprecated": false, "deprecationDate": null, - "description": "ModelDB is a curated, searchable database of published models in the computational neuroscience domain. It accommodates models expressed in textual form, including procedural or declarative languages (e.g. C++, XML dialects) and source code written for any simulation environment.", - "id": 419, - "mirId": "MIR:00000131", - "modified": "2019-06-11T14:16:08.429+0000", - "name": "ModelDB", + "description": "Datanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", + "id": 2251, + "mirId": "MIR:00000720", + "modified": "2020-05-22T09:05:34.813+0000", + "name": "Datanator Gene", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "modeldb", + "pattern": "^K[0-9]+$", + "prefix": "datanator.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ModelDB at SenseLab", - "id": 420, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "id": 2252, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 310, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Yale University School of Medicine", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100171", - "name": "ModelDB at SenseLab", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://senselab.med.yale.edu/ModelDB/", - "sampleId": "45539", - "urlPattern": "http://senselab.med.yale.edu/ModelDB/ShowModel.asp?model={$id}" + "mirId": "MIR:00000740", + "name": "Icahn School of Medicine at Mount Sinai", + "official": true, + "providerCode": "icahn", + "resourceHomeUrl": "https://datanator.info/", + "sampleId": "K00973", + "urlPattern": "https://www.datanator.info/gene/{$id}" } ], - "sampleId": "45539" + "sampleId": "K00973" }, { - "created": "2019-06-11T14:16:08.635+0000", + "created": "2020-05-22T09:04:15.866+0000", "deprecated": false, "deprecationDate": null, - "description": "SubtiWiki is a scientific wiki for the model bacterium Bacillus subtilis. It provides comprehensive information on all genes and their proteins and RNA products, as well as information related to the current investigation of the gene/protein. \r\nNote: Currently, direct access to RNA products is restricted. This is expected to be rectified soon.", - "id": 421, - "mirId": "MIR:00000132", - "modified": "2019-06-11T14:16:08.635+0000", - "name": "SubtiWiki", + "description": "Datanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", + "id": 2248, + "mirId": "MIR:00000718", + "modified": "2020-05-22T09:04:15.866+0000", + "name": "Datanator Metabolite", "namespaceEmbeddedInLui": false, - "pattern": "^BSU\\d{5}$", - "prefix": "subtiwiki", + "pattern": "^[A-Z\\-]+$", + "prefix": "datanator.metabolite", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SubtiWiki website", - "id": 423, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "id": 2249, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 422, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Göttingen, Department for General Microbiology", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100172", - "name": "SubtiWiki website", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.subtiwiki.uni-goettingen.de/wiki/index.php/Main_Page", - "sampleId": "BSU29180", - "urlPattern": "http://www.subtiwiki.uni-goettingen.de/wiki/index.php/{$id}" + "mirId": "MIR:00000772", + "name": "Icahn School of Medicine at Mount Sinai", + "official": true, + "providerCode": "icahn", + "resourceHomeUrl": "https://datanator.info/", + "sampleId": "OUYCCCASQSFEME-MRVPVSSYSA-N", + "urlPattern": "https://www.datanator.info/metabolite/{$id}" } ], - "sampleId": "BSU29180" + "sampleId": "OUYCCCASQSFEME-MRVPVSSYSA-N" }, { - "created": "2019-06-11T14:16:08.872+0000", + "created": "2021-08-08T09:56:43.759+0000", "deprecated": false, "deprecationDate": null, - "description": "The Pathway Interaction Database is a highly-structured, curated collection of information about known human biomolecular interactions and key cellular processes assembled into signaling pathways. This datatype provides access to pathway information.", - "id": 424, - "mirId": "MIR:00000133", - "modified": "2019-06-11T14:16:08.872+0000", - "name": "NCI Pathway Interaction Database: Pathway", + "description": "\tDatanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", + "id": 2813, + "mirId": "MIR:00000855", + "modified": "2021-08-08T13:31:35.848+0000", + "name": "Datanator Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "pid.pathway", + "pattern": "^.*?--%3E.*?$", + "prefix": "datanator.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCI Pathway Interaction Database (Pathway)", - "id": 426, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", + "id": 2814, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 425, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Cancer Institute, Rockville, Maryland", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100173", - "name": "NCI Pathway Interaction Database (Pathway)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pid.nci.nih.gov/", - "sampleId": "pi3kcipathway", - "urlPattern": "http://pid.nci.nih.gov/search/pathway_landing.shtml?what=graphic&jpg=on&pathway_id={$id}" + "mirId": "MIR:00000854", + "name": "Icahn School of Medicine at Mount Sinai", + "official": true, + "providerCode": "datanator.reaction", + "resourceHomeUrl": "https://icahn.mssm.edu/", + "sampleId": "XLYOFNOQVPJJNP-UHFFFAOYSA-N,NBSCHQHZLSJFNQ-GASJEMHNSA-N--%3ENBIIXXVUZAFLBC-UHFFFAOYSA-N,WQZGKKKJIJFFOK-GASJEMHNSA-N", + "urlPattern": "https://datanator.info/reaction/{$id}" } ], - "sampleId": "pi3kcipathway" + "sampleId": "XLYOFNOQVPJJNP-UHFFFAOYSA-N,NBSCHQHZLSJFNQ-GASJEMHNSA-N--%3ENBIIXXVUZAFLBC-UHFFFAOYSA-N,WQZGKKKJIJFFOK-GASJEMHNSA-N" }, { - "created": "2019-06-11T14:16:09.111+0000", + "created": "2019-06-11T14:17:24.701+0000", "deprecated": false, "deprecationDate": null, - "description": "The Database of Quantitative Cellular Signaling is a repository of models of signaling pathways. It includes reaction schemes, concentrations, rate constants, as well as annotations on the models. The database provides a range of search, navigation, and comparison functions. This datatype provides access to specific models.", - "id": 427, - "mirId": "MIR:00000134", - "modified": "2019-06-11T14:16:09.111+0000", - "name": "Database of Quantitative Cellular Signaling: Model", + "description": "DATF contains known and predicted Arabidopsis transcription factors (1827 genes in 56 families) with the unique information of 1177 cloned sequences and many other features including 3D structure templates, EST expression information, transcription factor binding sites and nuclear location signals.", + "id": 1307, + "mirId": "MIR:00000456", + "modified": "2019-06-11T14:17:24.701+0000", + "name": "DATF", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "doqcs.model", + "pattern": "^AT[1-5]G\\d{5}(\\.\\d+)?$", + "prefix": "datf", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Database of Quantitative Cellular Signaling (DOQCS) - Model Access", - "id": 429, + "description": "DATF through PlantTFDB", + "id": 1309, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 428, + "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"(the garden of Yan), is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", + "homeUrl": "http://english.pku.edu.cn/", + "id": 1612, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "CN", + "countryName": "China" }, - "name": "National Centre for Biological Sciences, Bangalore", + "name": "Peking University", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100174", - "name": "Database of Quantitative Cellular Signaling (DOQCS) - Model Access", + "mirId": "MIR:00100591", + "name": "DATF through PlantTFDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://doqcs.ncbs.res.in/", - "sampleId": "57", - "urlPattern": "http://doqcs.ncbs.res.in/template.php?&y=accessiondetails&an={$id}" + "resourceHomeUrl": "http://datf.cbi.pku.edu.cn/", + "sampleId": "AT1G01030.1", + "urlPattern": "http://planttfdb.cbi.pku.edu.cn/tf.php?sp=Ath&did={$id}" } ], - "sampleId": "57" + "sampleId": "AT1G01030.1" }, { - "created": "2019-06-11T14:16:09.372+0000", + "created": "2019-06-11T14:17:24.514+0000", "deprecated": false, "deprecationDate": null, - "description": "The Database of Quantitative Cellular Signaling is a repository of models of signaling pathways. It includes reaction schemes, concentrations, rate constants, as well as annotations on the models. The database provides a range of search, navigation, and comparison functions. This datatype provides access to pathways.", - "id": 430, - "mirId": "MIR:00000135", - "modified": "2019-06-11T14:16:09.372+0000", - "name": "Database of Quantitative Cellular Signaling: Pathway", + "description": "The DBD (transcription factor database) provides genome-wide transcription factor predictions for organisms across the tree of life. The prediction method identifies sequence-specific DNA-binding transcription factors through homology using profile hidden Markov models (HMMs) of domains from Pfam and SUPERFAMILY. It does not include basal transcription factors or chromatin-associated proteins.", + "id": 1305, + "mirId": "MIR:00000455", + "modified": "2019-06-11T14:17:24.514+0000", + "name": "DBD", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "doqcs.pathway", + "prefix": "dbd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Database of Quantitative Cellular Signaling (DOQCS) - Pathway Access", - "id": 431, + "description": "DBD at MRC Laboratory of Molecular Biology", + "id": 1306, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 428, + "id": 1026, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Centre for Biological Sciences, Bangalore", + "name": "MRC Laboratory of Molecular Biology, Cambridge", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100175", - "name": "Database of Quantitative Cellular Signaling (DOQCS) - Pathway Access", + "mirId": "MIR:00100590", + "name": "DBD at MRC Laboratory of Molecular Biology", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://doqcs.ncbs.res.in/", - "sampleId": "131", - "urlPattern": "http://doqcs.ncbs.res.in/template.php?&y=pathwaydetails&pn={$id}" + "resourceHomeUrl": "http://www.transcriptionfactor.org/", + "sampleId": "0045310", + "urlPattern": "http://www.transcriptionfactor.org/index.cgi?Search/Domain+domain:{$id}+cat:DBD" } ], - "sampleId": "131" + "sampleId": "0045310" }, { - "created": "2019-06-11T14:16:09.596+0000", + "created": "2019-06-11T14:16:15.166+0000", "deprecated": false, "deprecationDate": null, - "description": "Ontology of standardized units", - "id": 432, - "mirId": "MIR:00000136", - "modified": "2019-06-11T14:16:09.596+0000", - "name": "Unit Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^UO:\\d{7}?", - "prefix": "uo", + "description": "The dbEST contains sequence data and other information on \"single-pass\" cDNA sequences, or \"Expressed Sequence Tags\", from a number of organisms.", + "id": 493, + "mirId": "MIR:00000159", + "modified": "2019-06-11T14:16:15.166+0000", + "name": "dbEST", + "namespaceEmbeddedInLui": false, + "pattern": "^([A-Z]+)?\\d+(\\.\\d+)?$", + "prefix": "dbest", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Unit Ontology via Ontology Lookup Service", - "id": 433, + "description": "dbEST at NCBI", + "id": 494, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100204", + "name": "dbEST at NCBI", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nucest", + "sampleId": "BP100000", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nucest/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "dbEST through European Nucleotide Archive (ENA)", + "id": 495, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -7948,2403 +8160,2463 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100178", - "name": "Unit Ontology via Ontology Lookup Service", + "mirId": "MIR:00100331", + "name": "dbEST through European Nucleotide Archive (ENA)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uo", - "sampleId": "0000080", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uo/terms?obo_id=UO:{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena", + "sampleId": "BP100000.1", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Unit Ontology through BioPortal", - "id": 434, + "description": "dbEST through DNA Data Bank of Japan (DDBJ)", + "id": 496, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 121, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100243", - "name": "Unit Ontology through BioPortal", + "mirId": "MIR:00100651", + "name": "dbEST through DNA Data Bank of Japan (DDBJ)", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/UO", - "sampleId": "0000080", - "urlPattern": "http://purl.bioontology.org/ontology/UO/UO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", + "sampleId": "BP100000", + "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry/na/{$id}" } ], - "sampleId": "0000080" + "sampleId": "BP100000" }, { - "created": "2019-06-11T14:16:09.937+0000", + "created": "2019-06-11T14:16:51.708+0000", "deprecated": false, "deprecationDate": null, - "description": "ClinicalTrials.gov provides free access to information on clinical studies for a wide range of diseases and conditions. Studies listed in the database are conducted in 175 countries", - "id": 435, - "mirId": "MIR:00000137", - "modified": "2019-06-11T14:16:09.937+0000", - "name": "ClinicalTrials.gov", + "description": "The Database for Bacterial Group II Introns provides a catalogue of full-length, non-redundant group II introns present in bacterial DNA sequences in GenBank.", + "id": 917, + "mirId": "MIR:00000318", + "modified": "2019-06-11T14:16:51.708+0000", + "name": "DBG2 Introns", "namespaceEmbeddedInLui": false, - "pattern": "^NCT\\d{8}$", - "prefix": "clinicaltrials", + "pattern": "^\\w{1,2}\\.(\\w{1,2}\\.)?[A-Za-z0-9]+$", + "prefix": "dbg2introns", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ClinicalTrials.gov at NIH", - "id": 437, + "description": "Bacterial Group II Introns at University of Calgary", + "id": 919, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 436, + "description": "The University of Calgary is one of Canada’s top comprehensive research universities, combining the best of university tradition with the city of Calgary’s vibrant energy and diversity.", + "homeUrl": "https://www.ucalgary.ca/", + "id": 568, + "location": { + "countryCode": "CA", + "countryName": "Canada" + }, + "name": "University of Calgary", + "rorId": "https://ror.org/03yjb2x39" + }, + "location": { + "countryCode": "CA", + "countryName": "Canada" + }, + "mirId": "MIR:00100401", + "name": "Bacterial Group II Introns at University of Calgary", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://webapps2.ucalgary.ca/~groupii/", + "sampleId": "Cu.me.I1", + "urlPattern": "http://webapps2.ucalgary.ca/~groupii/cgi-bin/intron.cgi?name={$id}" + } + ], + "sampleId": "Cu.me.I1" + }, + { + "created": "2019-06-11T14:17:59.890+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The database of Genotypes and Phenotypes (dbGaP) archives and distributes the results of studies that have investigated the interaction of genotype and phenotype.", + "id": 1671, + "mirId": "MIR:00000602", + "modified": "2019-06-11T14:17:59.890+0000", + "name": "dbGaP", + "namespaceEmbeddedInLui": false, + "pattern": "^phs[0-9]{6}(.v\\d+.p\\d+)?$", + "prefix": "dbgap", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "dbGaP through NCBI", + "id": 1672, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Library of Medicine and ClinicalTrials.gov, Maryland", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100179", - "name": "ClinicalTrials.gov at NIH", + "mirId": "MIR:00100803", + "name": "dbGaP through NCBI", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://clinicaltrials.gov/", - "sampleId": "NCT00222573", - "urlPattern": "https://clinicaltrials.gov/ct2/show/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/projects/gap", + "sampleId": "phs000768.v2.p1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id={$id}" } ], - "sampleId": "NCT00222573" + "sampleId": "phs000768.v2.p1" }, { - "created": "2019-06-11T14:16:10.254+0000", + "created": "2019-06-11T14:16:15.607+0000", "deprecated": false, "deprecationDate": null, - "description": "ChemSpider is a collection of compound data from across the web, which aggregates chemical structures and their associated information into a single searchable repository entry. These entries are supplemented with additional properties, related information and links back to original data sources.", - "id": 438, - "mirId": "MIR:00000138", - "modified": "2019-06-11T14:16:10.254+0000", - "name": "ChemSpider", + "description": "The NCBI Probe Database is a public registry of nucleic acid reagents designed for use in a wide variety of biomedical research applications, together with information on reagent distributors, probe effectiveness, and computed sequence similarities.", + "id": 497, + "mirId": "MIR:00000160", + "modified": "2019-06-11T14:16:15.607+0000", + "name": "dbProbe", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "chemspider", + "prefix": "dbprobe", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChemSpider at RSC", - "id": 440, + "description": "dbProbe at NCBI", + "id": 498, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 439, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Royal Society of Chemistry, Cambridge", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100180", - "name": "ChemSpider at RSC", + "mirId": "MIR:00100205", + "name": "dbProbe at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.chemspider.com/", - "sampleId": "56586", - "urlPattern": "http://www.chemspider.com/Chemical-Structure.{$id}.html" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=probe", + "sampleId": "1000000", + "urlPattern": "https://www.ncbi.nlm.nih.gov/probe/?term={$id}" } ], - "sampleId": "56586" + "sampleId": "1000000" }, { - "created": "2019-06-11T14:16:10.500+0000", + "created": "2019-06-11T14:16:15.831+0000", "deprecated": false, "deprecationDate": null, - "description": "NCI Thesaurus (NCIt) provides reference terminology covering vocabulary for clinical care, translational and basic research, and public information and administrative activities, providing a stable and unique identification code.", - "id": 441, - "mirId": "MIR:00000139", - "modified": "2019-06-11T14:16:10.500+0000", - "name": "NCIt", + "description": "The dbSNP database is a repository for both single base nucleotide subsitutions and short deletion and insertion polymorphisms.", + "id": 499, + "mirId": "MIR:00000161", + "modified": "2019-06-11T14:16:15.831+0000", + "name": "dbSNP", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d+$", - "prefix": "ncit", + "pattern": "^rs\\d+$", + "prefix": "dbsnp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCIt at National Cancer Institute", - "id": 443, + "description": "dbSNP at NCBI", + "id": 500, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 442, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Cancer Institute, Center for Bioinformatics, Maryland", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100181", - "name": "NCIt at National Cancer Institute", + "mirId": "MIR:00100206", + "name": "dbSNP at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ncit.nci.nih.gov/", - "sampleId": "C80519", - "urlPattern": "http://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI%20Thesaurus&code={$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/snp/", + "sampleId": "rs121909098", + "urlPattern": "https://www.ncbi.nlm.nih.gov/snp/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "NCIt through OLS", - "id": 444, + "description": "SNP2TFBS", + "id": 502, + "institution": { + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" + }, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "mirId": "MIR:00100927", + "name": "SNP2TFBS", + "official": false, + "providerCode": "sib", + "resourceHomeUrl": "https://ccg.epfl.ch/snp2tfbs/", + "sampleId": "rs11603840", + "urlPattern": "https://ccg.epfl.ch/cgi-bin/snp2tfbs/snpviewer_form_parser.cgi?snpid={$id}" + } + ], + "sampleId": "rs121909098" + }, + { + "created": "2019-06-11T14:17:24.294+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Degradome Database contains information on the complete set of predicted proteases present in a a variety of mammalian species that have been subjected to whole genome sequencing. Each protease sequence is curated and, when necessary, cloned and sequenced.", + "id": 1302, + "mirId": "MIR:00000454", + "modified": "2019-06-11T14:17:24.294+0000", + "name": "Degradome Database", + "namespaceEmbeddedInLui": false, + "pattern": "^[AMCST][0-9x][0-9]$", + "prefix": "degradome", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "Degradome Database at", + "id": 1304, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1303, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Departamento de Bioqu&amp;iacute;mica y Biolog&amp;iacute;a Molecular, Facultad de Medicina, Universidad de Oviedo", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "mirId": "MIR:00100868", - "name": "NCIt through OLS", + "mirId": "MIR:00100589", + "name": "Degradome Database at", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncit", - "sampleId": "C16353", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncit/terms?short_form=NCIT_{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://degradome.uniovi.es/", + "sampleId": "Ax1", + "urlPattern": "http://degradome.uniovi.es/cgi-bin/protease/{$id}" } ], - "sampleId": "C80519" + "sampleId": "Ax1" }, { - "created": "2019-06-11T14:16:10.872+0000", + "created": "2019-06-11T14:17:18.034+0000", "deprecated": false, "deprecationDate": null, - "description": "The BioCatalogue provides a common interface for registering, browsing and annotating Web Services to the Life Science community. Registered services are monitored, allowing the identification of service problems and changes and the filtering-out of unavailable or unreliable resources. BioCatalogue is free to use, for all.", - "id": 445, - "mirId": "MIR:00000140", - "modified": "2019-06-11T14:16:10.872+0000", - "name": "BioCatalogue", + "description": "The human DEPhOsphorylation Database (DEPOD) contains information on known human active phosphatases and their experimentally verified protein and nonprotein substrates. Reliability scores are provided for dephosphorylation interactions, according to the type of assay used, as well as the number of laboratories that have confirmed such interaction. Phosphatase and substrate entries are listed along with the dephosphorylation site, bioassay type, and original literature, and contain links to other resources.", + "id": 1229, + "mirId": "MIR:00000428", + "modified": "2019-06-11T14:17:18.034+0000", + "name": "DEPOD", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "biocatalogue.service", + "pattern": "^[A-Z0-9]+$", + "prefix": "depod", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioCatalogue at EMBL-EBI", - "id": 446, + "description": "DEPOD at EMBL", + "id": 1231, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1230, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "European Molecular Biology Laboratory EMBL, Heidelberg", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100182", - "name": "BioCatalogue at EMBL-EBI", + "mirId": "MIR:00100551", + "name": "DEPOD at EMBL", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.biocatalogue.org/", - "sampleId": "614", - "urlPattern": "https://www.biocatalogue.org/services/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.depod.bioss.uni-freiburg.de", + "sampleId": "PTPN1", + "urlPattern": "http://www.depod.bioss.uni-freiburg.de/showp.php?gene={$id}" } ], - "sampleId": "614" + "sampleId": "PTPN1" }, { - "created": "2019-06-11T14:16:11.523+0000", + "created": "2019-06-11T14:18:12.998+0000", "deprecated": false, "deprecationDate": null, - "description": "Online Mendelian Inheritance in Animals is a a database of genes, inherited disorders and traits in animal species (other than human and mouse).", - "id": 451, - "mirId": "MIR:00000142", - "modified": "2019-06-11T14:16:11.523+0000", - "name": "OMIA", + "description": "Assists in resolving data across cloud resources.", + "id": 1820, + "mirId": "MIR:00000656", + "modified": "2019-06-11T14:18:12.998+0000", + "name": "Development Data Object Service", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "omia", + "pattern": "^[a-zA-Z0-9\\-:#\\.]+$", + "prefix": "dev.ga4ghdos", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OMIA at University of Sydney", - "id": 453, + "description": "Data Object Service", + "id": 1822, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 452, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "US", + "countryName": "United States" }, - "name": "Reprogen, Faculty of Veterinary Science, University of Sydney", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100185", - "name": "OMIA at University of Sydney", + "mirId": "MIR:00100874", + "name": "Data Object Service", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://omia.angis.org.au/", - "sampleId": "1000", - "urlPattern": "http://omia.angis.org.au/{$id}/" + "providerCode": "ucsd", + "resourceHomeUrl": "http://github.com/ga4gh/data-object-service-schemas", + "sampleId": "23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00", + "urlPattern": "https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/{$id}" } ], - "sampleId": "1000" + "sampleId": "23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00" }, { - "created": "2019-06-11T14:16:11.769+0000", + "created": "2022-02-27T20:32:23.416+0000", "deprecated": false, "deprecationDate": null, - "description": "The Catalytic Site Atlas (CSA) is a database documenting enzyme active sites and catalytic residues in enzymes of 3D structure. It uses a defined classification for catalytic residues which includes only those residues thought to be directly involved in some aspect of the reaction catalysed by an enzyme.", - "id": 454, - "mirId": "MIR:00000144", - "modified": "2019-06-11T14:16:11.769+0000", - "name": "CSA", + "description": "The AnVIL supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3155, + "mirId": "MIR:00000922", + "modified": "2022-02-27T20:32:23.416+0000", + "name": "The AnVIL", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}$", - "prefix": "csa", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.373f", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CSA at EBI", - "id": 455, + "description": "The AnVIL supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3156, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Open Commons Consortium", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100188", - "name": "CSA at EBI", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/thornton-srv/databases/CSA/", - "sampleId": "1a05", - "urlPattern": "https://www.ebi.ac.uk/thornton-srv/databases/CSA/SearchResults.php?PDBID={$id}" + "mirId": "MIR:00000913", + "name": "The AnVIL", + "official": true, + "providerCode": "dg.373F", + "resourceHomeUrl": "https://gen3.theanvil.io/", + "sampleId": "6f2f1d6c-c5b5-4171-8b5f-9b1ac8c8a8ca", + "urlPattern": "https://gen3.theanvil.io/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "1a05" + "sampleId": "6f2f1d6c-c5b5-4171-8b5f-9b1ac8c8a8ca" }, { - "created": "2019-06-11T14:16:11.955+0000", + "created": "2021-09-29T19:10:32.057+0000", "deprecated": false, "deprecationDate": null, - "description": "The Candida Genome Database (CGD) provides access to genomic sequence data and manually curated functional information about genes and proteins of the human pathogen Candida albicans. It collects gene names and aliases, and assigns gene ontology terms to describe the molecular function, biological process, and subcellular localization of gene products.", - "id": 456, - "mirId": "MIR:00000145", - "modified": "2019-06-11T14:16:11.955+0000", - "name": "Candida Genome Database", + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2881, + "mirId": "MIR:00000869", + "modified": "2021-09-29T19:10:32.057+0000", + "name": "BioData Catalyst", "namespaceEmbeddedInLui": false, - "pattern": "^CAL\\d{7}$", - "prefix": "cgd", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.4503", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Candida Genome Database at Stanford University", - "id": 458, + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2882, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 457, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Stanford University,", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100189", - "name": "Candida Genome Database at Stanford University", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.candidagenome.org/", - "sampleId": "CAL0003079", - "urlPattern": "http://www.candidagenome.org/cgi-bin/locus.pl?dbid={$id}" + "mirId": "MIR:00000868", + "name": "BioData Catalyst", + "official": true, + "providerCode": "dg.4503", + "resourceHomeUrl": "https://gen3.biodatacatalyst.nhlbi.nih.gov", + "sampleId": "0000ffeb-36e0-4a29-b21d-84423bda979d", + "urlPattern": "https://gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "CAL0003079" + "sampleId": "0000ffeb-36e0-4a29-b21d-84423bda979d" }, { - "created": "2019-06-11T14:16:12.204+0000", + "created": "2022-02-27T20:30:53.595+0000", "deprecated": false, "deprecationDate": null, - "description": "AntWeb is a website documenting the known species of ants, with records for each species linked to their geographical distribution, life history, and includes pictures.", - "id": 459, - "mirId": "MIR:00000146", - "modified": "2019-06-11T14:16:12.204+0000", - "name": "AntWeb", + "description": "This website provides a centralized, cloud-based discovery portal for African American pharmacogenomics data and aims to accelerate discovery of novel genetic variants in African Americans related to clinically actionable cardiovascular phenotypes.", + "id": 3142, + "mirId": "MIR:00001019", + "modified": "2022-02-27T20:30:53.595+0000", + "name": "ACCOuNT Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^casent\\d+(\\-D\\d+)?$", - "prefix": "antweb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.4825", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AntWeb at California Academy of Sciences", - "id": 461, + "description": "This website provides a centralized, cloud-based discovery portal for African American pharmacogenomics data and aims to accelerate discovery of novel genetic variants in African Americans related to clinically actionable cardiovascular phenotypes.", + "id": 3143, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 460, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "California Academy of Sciences, Goldengate Park, San Francisco", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100190", - "name": "AntWeb at California Academy of Sciences", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.antweb.org/", - "sampleId": "casent0106247", - "urlPattern": "http://www.antweb.org/specimen.do?name={$id}" + "mirId": "MIR:00001013", + "name": "ACCOuNT Data Commons", + "official": true, + "providerCode": "dg.4825", + "resourceHomeUrl": "https://acct.bionimbus.org/", + "sampleId": "003a12b5-1002-4791-bf7f-0d6f71ebd67b", + "urlPattern": "https://acct.bionimbus.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "casent0106247" + "sampleId": "003a12b5-1002-4791-bf7f-0d6f71ebd67b" }, { - "created": "2019-06-11T14:16:12.446+0000", + "created": "2021-08-09T15:20:17.184+0000", "deprecated": false, "deprecationDate": null, - "description": "PMC International (PMCI) is a free full-text archive of biomedical and life sciences journal literature. PMCI is a collaborative effort between the U.S. National Institutes of Health and the National Library of Medicine, the publishers whose journal content makes up the PMC archive, and organizations in other countries that share NIH's and NLM's interest in archiving life sciences literature.", - "id": 462, - "mirId": "MIR:00000147", - "modified": "2019-06-11T14:16:12.446+0000", - "name": "PMC International", + "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2821, + "mirId": "MIR:00000857", + "modified": "2021-08-09T15:20:17.184+0000", + "name": "NCI Data Commons Framework Services", "namespaceEmbeddedInLui": false, - "pattern": "PMC\\d+", - "prefix": "pmc", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.4dfc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Europe PMC", - "id": 465, + "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2822, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 61, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Europe PubMed Central partners", + "name": "Open Commons Consortium", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100498", - "name": "Europe PMC", + "mirId": "MIR:00000856", + "name": "NCI Data Commons Framework Services", "official": true, - "providerCode": "epmc", - "resourceHomeUrl": "http://europepmc.org/", - "sampleId": "PMC3084216", - "urlPattern": "http://europepmc.org/articles/{$id}" - }, + "providerCode": "dg.4dfc", + "resourceHomeUrl": "https://nci-crdc.datacommons.io/", + "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b", + "urlPattern": "https://nci-crdc.datacommons.io/ga4gh/drs/v1/objects/{$id}" + } + ], + "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b" + }, + { + "created": "2022-01-09T18:59:10.775+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Blood Profiling Atlas in Cancer (BloodPAC) supports the management, analysis and sharing of liquid biopsy data for the oncology research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for cancer treatment and prevention. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 2999, + "mirId": "MIR:00000895", + "modified": "2022-01-09T18:59:10.775+0000", + "name": "BloodPAC", + "namespaceEmbeddedInLui": false, + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.5b0d", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PubMed Central", - "id": 464, + "description": "The Blood Profiling Atlas in Cancer (BloodPAC) supports the management, analysis and sharing of liquid biopsy data for the oncology research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for cancer treatment and prevention. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3000, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100191", - "name": "PubMed Central", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/pmc/", - "sampleId": "PMC3084216", - "urlPattern": "https://www.ncbi.nlm.nih.gov/pmc/articles/{$id}/?tool=pubmed" + "mirId": "MIR:00000894", + "name": "BloodPAC", + "official": true, + "providerCode": "dg.5b0d", + "resourceHomeUrl": "https://data.bloodpac.org/.", + "sampleId": "00000d53-99bc-4d3e-8ed7-6dc358baccb7", + "urlPattern": "https://data.bloodpac.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "PMC3084216" + "sampleId": "00000d53-99bc-4d3e-8ed7-6dc358baccb7" }, { - "created": "2019-06-11T14:16:44.811+0000", + "created": "2022-02-27T20:33:18.862+0000", "deprecated": false, "deprecationDate": null, - "description": "The American Type Culture Collection (ATCC) is a private, nonprofit biological resource center whose mission focuses on the acquisition, authentication, production, preservation, development and distribution of standard reference microorganisms, cell lines and other materials for research in the life sciences.", - "id": 834, - "mirId": "MIR:00000284", - "modified": "2019-06-11T14:16:44.811+0000", - "name": "ATCC", + "description": "Chicago Pandemic Response Commons known as CCC is the first regional data commons launched under the Pandemic Response Commons Consortium. Born out of a consortium of Chicago-area civic and healthcare organizations with support from several technology partners, the PRC represents a persistent data resource for the research community engaging with COVID-19.", + "id": 3168, + "mirId": "MIR:00001026", + "modified": "2022-02-27T20:33:18.862+0000", + "name": "Chicago Pandemic Response Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "atcc", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.63d5", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ATCC in Virginia", - "id": 836, + "description": "Chicago Pandemic Response Commons known as CCC is the first regional data commons launched under the Pandemic Response Commons Consortium. Born out of a consortium of Chicago-area civic and healthcare organizations with support from several technology partners, the PRC represents a persistent data resource for the research community engaging with COVID-19.", + "id": 3169, "institution": { - "description": "ATCC is the premier global biological materials resource and standards organization whose mission focuses on the acquisition, authentication, production, preservation, development, and distribution of standard reference microorganisms, cell lines, and other materials. While maintaining traditional collection materials, ATCC develops high quality products, standards, and services to support scientific research and breakthroughs that improve the health of global populations.", - "homeUrl": "https://atcc.org", - "id": 835, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "American Type Culture Collection", - "rorId": "https://ror.org/03thhhv76" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100365", - "name": "ATCC in Virginia", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.atcc.org/", - "sampleId": "11303", - "urlPattern": "https://www.atcc.org/products/{$id}" + "mirId": "MIR:00000929", + "name": "Chicago Pandemic Response Commons", + "official": true, + "providerCode": "dg.63D5", + "resourceHomeUrl": "https://chicagoland.pandemicresponsecommons.org/", + "sampleId": "00002b0f-0adf-4015-b2b7-b38f9337044a", + "urlPattern": "https://chicagoland.pandemicresponsecommons.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "11303" + "sampleId": "00002b0f-0adf-4015-b2b7-b38f9337044a" }, { - "created": "2019-06-11T14:16:12.793+0000", + "created": "2021-09-29T19:13:19.448+0000", "deprecated": false, "deprecationDate": null, - "description": "AmoebaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 466, - "mirId": "MIR:00000148", - "modified": "2019-06-11T14:16:12.793+0000", - "name": "AmoebaDB", + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2892, + "mirId": "MIR:00000876", + "modified": "2021-09-29T19:13:19.448+0000", + "name": "JCOIN", "namespaceEmbeddedInLui": false, - "pattern": "^EDI_\\d+$", - "prefix": "amoebadb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.6vts", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AmoebaDB at EuPathDB", - "id": 468, + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2893, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100193", - "name": "AmoebaDB at EuPathDB", + "mirId": "MIR:00000875", + "name": "JCOIN", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://amoebadb.org/amoeba/", - "sampleId": "EDI_244000", - "urlPattern": "https://amoebadb.org/amoeba/app/record/gene/{$id}" + "providerCode": "dg.6vts", + "resourceHomeUrl": "https://jcoin.datacommons.io", + "sampleId": "2afacf00-9a1d-4d80-8c32-69d3923d3913", + "urlPattern": "https://jcoin.datacommons.io/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "EDI_244000" + "sampleId": "2afacf00-9a1d-4d80-8c32-69d3923d3913" }, { - "created": "2019-06-11T14:16:13.024+0000", + "created": "2022-02-27T20:33:06.143+0000", "deprecated": false, "deprecationDate": null, - "description": "CryptoDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 469, - "mirId": "MIR:00000149", - "modified": "2019-06-11T14:16:13.024+0000", - "name": "CryptoDB", + "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.\n", + "id": 3165, + "mirId": "MIR:00000928", + "modified": "2022-02-27T20:33:06.143+0000", + "name": "NHLBI BioData Catalyst", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+", - "prefix": "cryptodb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.712c", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CryptoDB at EuPathDB", - "id": 470, + "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.\n", + "id": 3166, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 3164, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": " Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100194", - "name": "CryptoDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://cryptodb.org/cryptodb/", - "sampleId": "cgd7_230", - "urlPattern": "https://cryptodb.org/cryptodb/app/record/gene/{$id}" + "mirId": "MIR:00000927", + "name": "NHLBI BioData Catalyst", + "official": true, + "providerCode": "dg.712C", + "resourceHomeUrl": "https://staging.gen3.biodatacatalyst.nhlbi.nih.gov/", + "sampleId": "0129cb63-1cc7-4151-b119-5e3ba3a8eb07", + "urlPattern": "https://staging.gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "cgd7_230" + "sampleId": "0129cb63-1cc7-4151-b119-5e3ba3a8eb07" }, { - "created": "2019-06-11T14:16:13.221+0000", + "created": "2022-02-27T20:32:37.384+0000", "deprecated": false, "deprecationDate": null, - "description": "AmoebaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 471, - "mirId": "MIR:00000150", - "modified": "2019-06-11T14:16:13.221+0000", - "name": "PlasmoDB", + "description": "This website provides a centralized, cloud-based portal for the open redistribution and analysis of environmental datasets and satellite imagery from OCC stakeholders like NASA and NOAA and aims to support the earth science research community as well as human assisted disaster relief.", + "id": 3158, + "mirId": "MIR:00000925", + "modified": "2022-02-27T20:32:37.384+0000", + "name": "Environmental Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "plasmodb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.7c5b", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PlasmoDB at EuPathDB", - "id": 472, + "description": "This website provides a centralized, cloud-based portal for the open redistribution and analysis of environmental datasets and satellite imagery from OCC stakeholders like NASA and NOAA and aims to support the earth science research community as well as human assisted disaster relief.", + "id": 3159, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100195", - "name": "PlasmoDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://plasmodb.org/plasmo/", - "sampleId": "PF11_0344", - "urlPattern": "http://plasmodb.org/plasmo/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "mirId": "MIR:00000923", + "name": "Environmental Data Commons", + "official": true, + "providerCode": "dg.7C5B", + "resourceHomeUrl": "https://portal.occ-data.org/", + "sampleId": "00000014-990c-48f2-b0a8-fbb533860512", + "urlPattern": "https://portal.occ-data.org/loginga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "PF11_0344" + "sampleId": "00000014-990c-48f2-b0a8-fbb533860512" }, { - "created": "2019-06-11T14:16:13.424+0000", + "created": "2022-02-27T20:31:14.555+0000", "deprecated": false, "deprecationDate": null, - "description": "GiardiaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 473, - "mirId": "MIR:00000151", - "modified": "2019-06-11T14:16:13.424+0000", - "name": "GiardiaDB", + "description": "The GenoMEL data commons supports the management, analysis and sharing of next generation sequencing data for the GenoMEL research community and aims to accelerate opportunities for discovery of susceptibility genes for melanoma. The data commons supports cross-project analyses by harmonizing data from different projects through the development of a data dictionary and utilization of common workflows, providing an API for data queries, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3146, + "mirId": "MIR:00000919", + "modified": "2022-02-27T20:31:14.555+0000", + "name": "GenoMEL Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "giardiadb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.80b6", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GiardiaDB at EuPathDB", - "id": 474, + "description": "The GenoMEL data commons supports the management, analysis and sharing of next generation sequencing data for the GenoMEL research community and aims to accelerate opportunities for discovery of susceptibility genes for melanoma. The data commons supports cross-project analyses by harmonizing data from different projects through the development of a data dictionary and utilization of common workflows, providing an API for data queries, and providing a cloud-based analysis workspace with rich tools and resources.", + "id": 3147, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 3145, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium ", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100196", - "name": "GiardiaDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://giardiadb.org/giardiadb/", - "sampleId": "GL50803_102438", - "urlPattern": "https://giardiadb.org/giardiadb/app/record/gene/{$id}" + "mirId": "MIR:00000918", + "name": "GenoMEL Data Commons", + "official": true, + "providerCode": "dg.80b6", + "resourceHomeUrl": "https://genomel.bionimbus.org/", + "sampleId": "000e5d06-1326-4b6f-8d8a-95c63374c7c1", + "urlPattern": "https://genomel.bionimbus.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "GL50803_102438" + "sampleId": "000e5d06-1326-4b6f-8d8a-95c63374c7c1" }, { - "created": "2019-06-11T14:16:13.630+0000", + "created": "2021-09-29T19:11:14.294+0000", "deprecated": false, "deprecationDate": null, - "description": "MicrosporidiaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 475, - "mirId": "MIR:00000152", - "modified": "2019-06-11T14:16:13.630+0000", - "name": "MicrosporidiaDB", + "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2884, + "mirId": "MIR:00000871", + "modified": "2021-09-29T19:11:14.294+0000", + "name": "Anvil", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "microsporidia", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}", + "prefix": "dg.anv0", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MicrosporidiaDB at EuPathDB", - "id": 476, + "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2885, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100197", - "name": "MicrosporidiaDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://microsporidiadb.org/micro/", - "sampleId": "ECU03_0820i", - "urlPattern": "http://microsporidiadb.org/micro/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "mirId": "MIR:00000870", + "name": "Anvil", + "official": true, + "providerCode": "dg.anv0", + "resourceHomeUrl": "https://gen3.theanvil.io", + "sampleId": "00077f1c-c45a-47ba-8e6c-1bf6b6b43fce", + "urlPattern": "https://gen3.theanvil.io/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "ECU03_0820i" + "sampleId": "00077f1c-c45a-47ba-8e6c-1bf6b6b43fce" }, { - "created": "2019-06-11T14:16:13.817+0000", + "created": "2022-02-27T20:38:48.115+0000", "deprecated": false, "deprecationDate": null, - "description": "ToxoDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 477, - "mirId": "MIR:00000153", - "modified": "2019-06-11T14:16:13.817+0000", - "name": "ToxoDB", + "description": "This website analyzes and shares genomic architecture of modern dog breeds and runs analysis for canine cancer to create clean, easy to navigate visualizations for data-driven discovery for canine cancer.", + "id": 3183, + "mirId": "MIR:00000940", + "modified": "2022-02-27T20:38:48.115+0000", + "name": "Canine Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "toxoplasma", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.c78ne", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ToxoDB at EuPathDB", - "id": 478, + "description": "This website analyzes and shares genomic architecture of modern dog breeds and runs analysis for canine cancer to create clean, easy to navigate visualizations for data-driven discovery for canine cancer.", + "id": 3184, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100198", - "name": "ToxoDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://toxodb.org/toxo/", - "sampleId": "TGME49_053730", - "urlPattern": "http://toxodb.org/toxo/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "mirId": "MIR:00000939", + "name": "Canine Data Commons", + "official": true, + "providerCode": "dg.C78ne", + "resourceHomeUrl": "https://caninedc.org/", + "sampleId": "0002346e-5ee7-45fb-8c92-8333f8e13854", + "urlPattern": "https://caninedc.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "TGME49_053730" + "sampleId": "0002346e-5ee7-45fb-8c92-8333f8e13854" }, { - "created": "2019-06-11T14:16:14.019+0000", + "created": "2022-02-27T20:31:33.330+0000", "deprecated": false, "deprecationDate": null, - "description": "TrichDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 479, - "mirId": "MIR:00000154", - "modified": "2019-06-11T14:16:14.019+0000", - "name": "TrichDB", + "description": "The Inflammatory Bowel Disease Genetics Consortium Data Commons supports the management, analysis, and sharing of genetic data to support the vision and mission of the IBD genetics consortium.", + "id": 3149, + "mirId": "MIR:00001021", + "modified": "2022-02-27T20:31:33.330+0000", + "name": "NIDDK IBD Genetics Consortium Portal", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "trichdb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.ea80", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TrichDB at EuPathDB", - "id": 480, + "description": "The Inflammatory Bowel Disease Genetics Consortium Data Commons supports the management, analysis, and sharing of genetic data to support the vision and mission of the IBD genetics consortium.", + "id": 3150, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 467, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "name": "Open Commons Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100199", - "name": "TrichDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://trichdb.org/trichdb/", - "sampleId": "TVAG_386080", - "urlPattern": "http://trichdb.org/trichdb/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "mirId": "MIR:00000920", + "name": "NIDDK IBD Genetics Consortium Portal", + "official": true, + "providerCode": "dg.EA80", + "resourceHomeUrl": "https://ibdgc.datacommons.io/", + "sampleId": "00083977-d4d7-4593-a216-2b9c931b8b03", + "urlPattern": "https://ibdgc.datacommons.io/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "TVAG_386080" + "sampleId": "00083977-d4d7-4593-a216-2b9c931b8b03" }, { - "created": "2019-06-11T14:16:14.213+0000", + "created": "2022-02-27T20:29:04.474+0000", "deprecated": false, "deprecationDate": null, - "description": "TriTrypDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 481, - "mirId": "MIR:00000155", - "modified": "2019-06-11T14:16:14.213+0000", - "name": "TriTrypDB", + "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", + "id": 3135, + "mirId": "MIR:00000916", + "modified": "2022-02-27T20:29:04.474+0000", + "name": "VA Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\.)?\\w+(\\.)?\\w+", - "prefix": "tritrypdb", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.f738", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TriTrypDB at EuPathDB", - "id": 483, + "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", + "id": 3136, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 482, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Wellcome Trust Sanger Institute, Hinxton", + "name": "Open Commons Consortium", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100200", - "name": "TriTrypDB at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://tritrypdb.org/tritrypdb/", - "sampleId": "Tb927.8.620", - "urlPattern": "http://tritrypdb.org/tritrypdb/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "mirId": "MIR:00001017", + "name": "VA Data Commons", + "official": true, + "providerCode": "dg.F738/", + "resourceHomeUrl": "https://va.data-commons.org/", + "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a", + "urlPattern": "https://va.data-commons.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "Tb927.8.620" + "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a" }, { - "created": "2019-06-11T14:16:14.437+0000", + "created": "2021-11-01T17:49:13.981+0000", "deprecated": false, "deprecationDate": null, - "description": "BDGP gene disruption collection provides a public resource of gene disruptions of Drosophila genes using a single transposable element.", - "id": 484, - "mirId": "MIR:00000156", - "modified": "2019-06-11T14:16:14.437+0000", - "name": "BDGP insertion DB", + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2969, + "mirId": "MIR:00000887", + "modified": "2021-11-01T17:49:13.981+0000", + "name": "Kids First", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "bdgp.insertion", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.f82a1a", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BDGP Gene Disruption Project", - "id": 486, + "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", + "id": 2970, "institution": { - "description": "Baylor College of Medicine is a health sciences university that creates knowledge and applies science and discoveries to further education, healthcare and community service locally and globally.", - "homeUrl": "https://www.bcm.edu", - "id": 485, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Baylor College of Medicine", - "rorId": "https://ror.org/02pttbw34" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100201", - "name": "BDGP Gene Disruption Project", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://flypush.imgen.bcm.tmc.edu/pscreen/", - "sampleId": "KG09531", - "urlPattern": "http://flypush.imgen.bcm.tmc.edu/pscreen/details.php?line={$id}" + "mirId": "MIR:00000886", + "name": "Kids First", + "official": true, + "providerCode": "dg.f82a1a", + "resourceHomeUrl": "https://kidsfirstdrc.org", + "sampleId": "00026f50-858a-446b-8ed9-b0e3ecd7b20e", + "urlPattern": "https://data.kidsfirstdrc.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "KG09531" + "sampleId": "00026f50-858a-446b-8ed9-b0e3ecd7b20e" }, { - "created": "2019-06-11T14:16:14.695+0000", + "created": "2022-02-27T20:39:04.388+0000", "deprecated": false, "deprecationDate": null, - "description": "BeetleBase is a comprehensive sequence database and community resource for Tribolium genetics, genomics and developmental biology. It incorporates information about genes, mutants, genetic markers, expressed sequence tags and publications.", - "id": 487, - "mirId": "MIR:00000157", - "modified": "2019-06-11T14:16:14.695+0000", - "name": "BeetleBase", + "description": "The HEAL Platform is a cloud-based and multifunctional web interface that provides a secure environment for discovery and analysis of NIH HEAL results and data. It is designed to serve users with a variety of objectives, backgrounds, and specialties.\n\nThe HEAL Platform represents a dynamic Data Ecosystem that aggregates and hosts data from multiple resources to make data discovery and access easy for users.\n\nThe platform provides a way to search and query over study metadata and diverse data types, generated by different projects and organizations and stored across multiple secure repositories.\n\nThe HEAL platform also offers a secure and cost-effective cloud-computing environment for data analysis, empowering collaborative research and development of new analytical tools. New workflows and results of analyses can be shared with the HEAL community to enable collaborative, high-impact publications that address the opioid crisis.", + "id": 3186, + "mirId": "MIR:00000942", + "modified": "2022-02-27T20:39:04.388+0000", + "name": "The HEAL platform", "namespaceEmbeddedInLui": false, - "pattern": "^TC\\d+$", - "prefix": "beetlebase", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.h34l", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BeetleBase at Kansas State University", - "id": 489, + "description": "The HEAL Platform is a cloud-based and multifunctional web interface that provides a secure environment for discovery and analysis of NIH HEAL results and data. It is designed to serve users with a variety of objectives, backgrounds, and specialties.\n\nThe HEAL Platform represents a dynamic Data Ecosystem that aggregates and hosts data from multiple resources to make data discovery and access easy for users.\n\nThe platform provides a way to search and query over study metadata and diverse data types, generated by different projects and organizations and stored across multiple secure repositories.\n\nThe HEAL platform also offers a secure and cost-effective cloud-computing environment for data analysis, empowering collaborative research and development of new analytical tools. New workflows and results of analyses can be shared with the HEAL community to enable collaborative, high-impact publications that address the opioid crisis.", + "id": 3187, "institution": { - "description": "Kansas State University is a comprehensive, research, land-grant institution serving students and the people of Kansas, the nation, and the world.", - "homeUrl": "https://www.k-state.edu/", - "id": 488, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Kansas State University", - "rorId": "https://ror.org/05p1j8758" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100202", - "name": "BeetleBase at Kansas State University", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://beetlebase.org/", - "sampleId": "TC010103", - "urlPattern": "http://beetlebase.org/cgi-bin/gbrowse/BeetleBase3.gff3/?name={$id}" + "mirId": "MIR:00000941", + "name": "The HEAL Platform", + "official": true, + "providerCode": "dg.h34L", + "resourceHomeUrl": "https://healdata.org/", + "sampleId": "022911d6-af91-4b02-8f96-9107c77c98b8", + "urlPattern": "https://healdata.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "TC010103" + "sampleId": "022911d6-af91-4b02-8f96-9107c77c98b8" }, { - "created": "2019-06-11T14:16:14.938+0000", + "created": "2022-02-27T20:40:41.328+0000", "deprecated": false, "deprecationDate": null, - "description": "The Barcode of Life Data System (BOLD) is an informatics workbench aiding the acquisition, storage, analysis and publication of DNA barcode records. The associated taxonomy browser shows the progress of DNA barcoding and provides sample collection site distribution, and taxon occurence information.", - "id": 490, - "mirId": "MIR:00000158", - "modified": "2019-06-11T14:16:14.938+0000", - "name": "BOLD Taxonomy", + "description": "This website supports the management, analysis and sharing of data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies.", + "id": 3189, + "mirId": "MIR:00000944", + "modified": "2022-02-27T20:40:41.328+0000", + "name": "HEAL Data Platform", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "bold.taxonomy", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.h35l", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BOLD taxonomy browser", - "id": 492, + "description": "This website supports the management, analysis and sharing of data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies.", + "id": 3190, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 491, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Canadian Centre for DNA Barcoding, Biodiversity Institute of Ontario", + "name": "Open Commons Consortium", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100203", - "name": "BOLD taxonomy browser", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.boldsystems.org/", - "sampleId": "27267", - "urlPattern": "http://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid={$id}" + "mirId": "MIR:00000943", + "name": "HEAL Data Platform", + "official": true, + "providerCode": "dg.h34L", + "resourceHomeUrl": "https://externaldata.healdata.org/", + "sampleId": "007e4996-c902-49a0-8fe8-b363f1d3fb23", + "urlPattern": "https://externaldata.healdata.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "27267" + "sampleId": "007e4996-c902-49a0-8fe8-b363f1d3fb23" }, { - "created": "2019-06-11T14:16:15.166+0000", + "created": "2022-02-27T20:33:39.208+0000", "deprecated": false, "deprecationDate": null, - "description": "The dbEST contains sequence data and other information on \"single-pass\" cDNA sequences, or \"Expressed Sequence Tags\", from a number of organisms.", - "id": 493, - "mirId": "MIR:00000159", - "modified": "2019-06-11T14:16:15.166+0000", - "name": "dbEST", + "description": "The Medical Imaging & Data Resource Center (MIDRC) Data Commons supports the management, analysis and sharing of medical imaging data for the improvement of patient outcomes.", + "id": 3171, + "mirId": "MIR:00000932", + "modified": "2022-02-27T20:33:39.208+0000", + "name": "MIDRC Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^([A-Z]+)?\\d+(\\.\\d+)?$", - "prefix": "dbest", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.md1r", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "dbEST at NCBI", - "id": 494, + "description": "The Medical Imaging & Data Resource Center (MIDRC) Data Commons supports the management, analysis and sharing of medical imaging data for the improvement of patient outcomes.", + "id": 3172, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100204", - "name": "dbEST at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nucest", - "sampleId": "BP100000", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nucest/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "dbEST through European Nucleotide Archive (ENA)", - "id": 495, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100331", - "name": "dbEST through European Nucleotide Archive (ENA)", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena", - "sampleId": "BP100000.1", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" - }, + "mirId": "MIR:00000931", + "name": "MIDRC Data Commons", + "official": true, + "providerCode": "dg.MD1R", + "resourceHomeUrl": "https://data.midrc.org/", + "sampleId": "000007c3-356a-4d59-a6c0-0ee920b60305", + "urlPattern": "https://data.midrc.org/ga4gh/drs/v1/objects/{$id}" + } + ], + "sampleId": "000007c3-356a-4d59-a6c0-0ee920b60305" + }, + { + "created": "2022-02-27T20:30:23.278+0000", + "deprecated": false, + "deprecationDate": null, + "description": "AccessClinicalData@NIAID is a NIAID cloud-based, secure data platform that enables sharing of and access to reports and data sets from NIAID COVID-19 and other sponsored clinical trials for the basic and clinical research community.", + "id": 3139, + "mirId": "MIR:00000917", + "modified": "2022-02-27T20:30:23.278+0000", + "name": "https://accessclinicaldata.niaid.nih.gov/", + "namespaceEmbeddedInLui": false, + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.nacd", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "dbEST through DNA Data Bank of Japan (DDBJ)", - "id": 496, + "description": "AccessClinicalData@NIAID is a NIAID cloud-based, secure data platform that enables sharing of and access to reports and data sets from NIAID COVID-19 and other sponsored clinical trials for the basic and clinical research community", + "id": 3140, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 121, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 3164, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "name": " Open Commons Consortium", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100651", - "name": "dbEST through DNA Data Bank of Japan (DDBJ)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", - "sampleId": "BP100000", - "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry/na/{$id}" + "mirId": "MIR:00000999", + "name": "https://accessclinicaldata.niaid.nih.gov/", + "official": true, + "providerCode": "dg.nacd", + "resourceHomeUrl": "https://accessclinicaldata.niaid.nih.gov/", + "sampleId": "2096a0d6-1846-4b98-9ba3-e4065d82111d", + "urlPattern": "https://accessclinicaldata.niaid.nih.gov/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "BP100000" + "sampleId": "2096a0d6-1846-4b98-9ba3-e4065d82111d" }, { - "created": "2019-06-11T14:16:15.607+0000", + "created": "2022-02-27T20:37:35.848+0000", "deprecated": false, "deprecationDate": null, - "description": "The NCBI Probe Database is a public registry of nucleic acid reagents designed for use in a wide variety of biomedical research applications, together with information on reagent distributors, probe effectiveness, and computed sequence similarities.", - "id": 497, - "mirId": "MIR:00000160", - "modified": "2019-06-11T14:16:15.607+0000", - "name": "dbProbe", + "description": "The vision of DCFS is to make it easier to develop, operate, and interoperate data commons, data clouds, knowledge bases, and other resources for managing, analyzing, and sharing research data that can be part of a large data commons ecosystem.", + "id": 3177, + "mirId": "MIR:00000936", + "modified": "2022-02-27T20:37:35.848+0000", + "name": "NCI Data Commons Framework Services", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "dbprobe", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.nci35", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "dbProbe at NCBI", - "id": 498, + "description": "The vision of DCFS is to make it easier to develop, operate, and interoperate data commons, data clouds, knowledge bases, and other resources for managing, analyzing, and sharing research data that can be part of a large data commons ecosystem.", + "id": 3178, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100205", - "name": "dbProbe at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=probe", - "sampleId": "1000000", - "urlPattern": "https://www.ncbi.nlm.nih.gov/probe/?term={$id}" + "mirId": "MIR:00000935", + "name": "NCI Data Commons Framework Services", + "official": true, + "providerCode": "dg.NCI35", + "resourceHomeUrl": "https://nci-crdc.datacommons.io/login", + "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b", + "urlPattern": "https://nci-crdc.datacommons.io/login/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "1000000" + "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b" }, { - "created": "2019-06-11T14:16:15.831+0000", + "created": "2022-02-27T20:40:56.446+0000", "deprecated": false, "deprecationDate": null, - "description": "The dbSNP database is a repository for both single base nucleotide subsitutions and short deletion and insertion polymorphisms.", - "id": 499, - "mirId": "MIR:00000161", - "modified": "2019-06-11T14:16:15.831+0000", - "name": "dbSNP", + "description": "The UMCCR AGHA Data Commons supports the management, analysis and sharing of data for the research community.", + "id": 3193, + "mirId": "MIR:00000946", + "modified": "2022-02-27T20:40:56.446+0000", + "name": "UMCCR AGHA Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^rs\\d+$", - "prefix": "dbsnp", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.um33r90", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "dbSNP at NCBI", - "id": 500, + "description": "The UMCCR AGHA Data Commons supports the management, analysis and sharing of data for the research community.", + "id": 3194, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 3192, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": " Open Commons Consortium ", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100206", - "name": "dbSNP at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/snp/", - "sampleId": "rs121909098", - "urlPattern": "https://www.ncbi.nlm.nih.gov/snp/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "SNP2TFBS", - "id": 502, - "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, - "location": { - "countryCode": "CH", - "countryName": "Switzerland" - }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" - }, - "location": { - "countryCode": "CH", - "countryName": "Switzerland" - }, - "mirId": "MIR:00100927", - "name": "SNP2TFBS", - "official": false, - "providerCode": "sib", - "resourceHomeUrl": "https://ccg.epfl.ch/snp2tfbs/", - "sampleId": "rs11603840", - "urlPattern": "https://ccg.epfl.ch/cgi-bin/snp2tfbs/snpviewer_form_parser.cgi?snpid={$id}" + "mirId": "MIR:00000945", + "name": "UMCCR AGHA Data Commons", + "official": true, + "providerCode": "dg.UM33R90", + "resourceHomeUrl": "https://gen3.agha.umccr.org/", + "sampleId": "0aa770b4-66b3-4009-9f02-852236b0544f", + "urlPattern": "https://gen3.agha.umccr.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "rs121909098" + "sampleId": "0aa770b4-66b3-4009-9f02-852236b0544f" }, { - "created": "2019-06-11T14:16:16.225+0000", + "created": "2022-02-27T20:37:55.926+0000", "deprecated": false, "deprecationDate": null, - "description": "UniSTS is a comprehensive database of sequence tagged sites (STSs) derived from STS-based maps and other experiments. STSs are defined by PCR primer pairs and are associated with additional information such as genomic position, genes, and sequences.", - "id": 503, - "mirId": "MIR:00000162", - "modified": "2019-06-11T14:16:16.225+0000", - "name": "UniSTS", + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "id": 3180, + "mirId": "MIR:00000938", + "modified": "2022-02-27T20:37:55.926+0000", + "name": "Veterans Precision Oncology Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "unists", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "dg.vp07", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniSTS at NCBI", - "id": 504, + "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", + "id": 3181, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Open Commons Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100207", - "name": "UniSTS at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=unists", - "sampleId": "456789", - "urlPattern": "https://www.ncbi.nlm.nih.gov/genome/sts/sts.cgi?uid={$id}" + "mirId": "MIR:00000937", + "name": "Veterans Precision Oncology Data Commons", + "official": true, + "providerCode": "dg.VP07", + "resourceHomeUrl": "https://vpodc.data-commons.org/", + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", + "urlPattern": "https://vpodc.data-commons.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "456789" + "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260" }, { - "created": "2019-06-11T14:16:16.429+0000", + "created": "2019-06-11T14:16:54.345+0000", "deprecated": false, "deprecationDate": null, - "description": "The EcoGene database contains updated information about the E. coli K-12 genome and proteome sequences, including extensive gene bibliographies. A major EcoGene focus has been the re-evaluation of translation start sites.", - "id": 505, - "mirId": "MIR:00000163", - "modified": "2019-06-11T14:16:16.429+0000", - "name": "EcoGene", + "description": "The dictyBase database provides data on the model organism Dictyostelium discoideum and related species. It contains the complete genome sequence, ESTs, gene models and functional annotations. This collection references expressed sequence tag (EST) information.", + "id": 948, + "mirId": "MIR:00000330", + "modified": "2019-06-11T14:16:54.345+0000", + "name": "Dictybase EST", "namespaceEmbeddedInLui": false, - "pattern": "^EG\\d+$", - "prefix": "ecogene", + "pattern": "^DDB\\d+$", + "prefix": "dictybase.est", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EcoGene at University of Miami", - "id": 507, + "description": "Dictybase Gene at Northwestern University", + "id": 949, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 506, + "id": 840, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Miller School of Medicine, University of Miami", + "name": "Northwestern University Biomedical Informatics Center and Center for Genetic Medicine, Chicago, Illinois", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100208", - "name": "EcoGene at University of Miami", - "official": true, + "mirId": "MIR:00100424", + "name": "Dictybase Gene at Northwestern University", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ecogene.org/", - "sampleId": "EG10173", - "urlPattern": "http://www.ecogene.org/gene/{$id}" + "resourceHomeUrl": "http://dictybase.org/", + "sampleId": "DDB0016567", + "urlPattern": "http://dictybase.org/db/cgi-bin/feature_page.pl?primary_id={$id}" } ], - "sampleId": "EG10173" + "sampleId": "DDB0016567" }, { - "created": "2019-06-11T14:16:45.049+0000", + "created": "2019-06-11T14:16:45.247+0000", "deprecated": false, "deprecationDate": null, - "description": "The BDGP EST database collects the expressed sequence tags (ESTs) derived from a variety of tissues and developmental stages for Drosophila melanogaster. All BDGP ESTs are available at dbEST (NCBI).", - "id": 837, - "mirId": "MIR:00000285", - "modified": "2019-06-11T14:16:45.049+0000", - "name": "BDGP EST", + "description": "The dictyBase database provides data on the model organism Dictyostelium discoideum and related species. It contains the complete genome sequence, ESTs, gene models and functional annotations. This collection references gene information.", + "id": 839, + "mirId": "MIR:00000286", + "modified": "2019-06-11T14:16:45.247+0000", + "name": "Dictybase Gene", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\.)?(\\d+)?$", - "prefix": "bdgp.est", + "pattern": "^DDB_G\\d+$", + "prefix": "dictybase.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BDGP EST at NCBI", - "id": 838, + "description": "Dictybase Gene at Northwestern University", + "id": 841, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 840, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Northwestern University Biomedical Informatics Center and Center for Genetic Medicine, Chicago, Illinois", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100366", - "name": "BDGP EST at NCBI", + "mirId": "MIR:00100367", + "name": "Dictybase Gene at Northwestern University", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/dbEST/index.html", - "sampleId": "EY223054.1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nucest/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://dictybase.org/", + "sampleId": "DDB_G0267522", + "urlPattern": "http://dictybase.org/gene/{$id}" } ], - "sampleId": "EY223054.1" + "sampleId": "DDB_G0267522" }, { - "created": "2019-06-11T14:16:16.652+0000", + "created": "2019-06-11T14:18:21.755+0000", "deprecated": false, "deprecationDate": null, - "description": "GabiPD (Genome Analysis of Plant Biological Systems Primary Database) constitutes a repository for a wide array of heterogeneous data from high-throughput experiments in several plant species. These data (i.e. genomics, transcriptomics, proteomics and metabolomics), originating from different model or crop species, can be accessed through a central gene 'Green Card'.", - "id": 508, - "mirId": "MIR:00000164", - "modified": "2019-06-11T14:16:16.652+0000", - "name": "GABI", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "gabi", + "description": "DIDs are an effort by the W3C Credentials Community Group and the wider Internet identity community to define identifiers that can be registered, updated, resolved, and revoked without any dependency on a central authority or intermediary.", + "id": 1913, + "mirId": "MIR:00000691", + "modified": "2019-06-11T14:18:21.755+0000", + "name": "Decentralized Identifiers (DIDs)", + "namespaceEmbeddedInLui": true, + "pattern": "^did:[a-z0-9]+:[A-Za-z0-9.\\-:]+$", + "prefix": "did", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GABI at Max Planck", - "id": 510, + "description": "Decentralized Identifiers (DIDs)", + "id": 1915, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 509, + "id": 1914, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Berlin", + "name": "W3C Credentials Community Group", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100210", - "name": "GABI at Max Planck", + "mirId": "MIR:00100922", + "name": "Decentralized Identifiers (DIDs)", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gabipd.org/", - "sampleId": "2679240", - "urlPattern": "http://www.gabipd.org/database/cgi-bin/GreenCards.pl.cgi?BioObjectId={$id}&Mode=ShowBioObject" + "resourceHomeUrl": "https://w3c-ccg.github.io/did-spec/", + "sampleId": "sov:WRfXPg8dantKVubE3HX8pw", + "urlPattern": "https://uniresolver.io/#did:{$id}" } ], - "sampleId": "2679240" + "sampleId": "sov:WRfXPg8dantKVubE3HX8pw" }, { - "created": "2019-06-11T14:16:16.885+0000", + "created": "2019-06-11T14:15:44.329+0000", "deprecated": false, "deprecationDate": null, - "description": "A 16S rRNA gene database which provides chimera screening, standard alignment, and taxonomic classification using multiple published taxonomies.", - "id": 511, - "mirId": "MIR:00000165", - "modified": "2019-06-11T14:16:16.885+0000", - "name": "GreenGenes", + "description": "The database of interacting protein (DIP) database stores experimentally determined interactions between proteins. It combines information from a variety of sources to create a single, consistent set of protein-protein interactions", + "id": 166, + "mirId": "MIR:00000044", + "modified": "2019-06-11T14:15:44.329+0000", + "name": "Database of Interacting Proteins", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "greengenes", + "pattern": "^DIP(\\:)?\\-\\d{1,}[ENXS]$", + "prefix": "dip", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GreenGenes at Lawrence Berkeley", - "id": 513, + "description": "Database of interacting proteins", + "id": 168, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 512, + "id": 167, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Environmental Biotechnology, Lawrence Berkeley National Laboratory, California", + "name": "UCLA", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100211", - "name": "GreenGenes at Lawrence Berkeley", + "mirId": "MIR:00100072", + "name": "Database of interacting proteins", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://greengenes.lbl.gov/", - "sampleId": "100000", - "urlPattern": "http://greengenes.lbl.gov/cgi-bin/show_one_record_v2.pl?prokMSA_id={$id}" + "resourceHomeUrl": "https://dip.doe-mbi.ucla.edu/", + "sampleId": "DIP-743N", + "urlPattern": "https://dip.doe-mbi.ucla.edu/dip/DIPview.cgi?ID={$id}" } ], - "sampleId": "100000" + "sampleId": "DIP-743N" }, { - "created": "2019-06-11T14:16:17.150+0000", + "created": "2019-06-11T14:16:24.278+0000", "deprecated": false, "deprecationDate": null, - "description": "GRIN (Germplasm Resources Information Network) Taxonomy for Plants provides information on scientific and common names, classification, distribution, references, and economic impact.", - "id": 514, - "mirId": "MIR:00000166", - "modified": "2019-06-11T14:16:17.150+0000", - "name": "GRIN Plant Taxonomy", + "description": "DisProt is a database of intrinsically disordered proteins and protein disordered regions, manually curated from literature.", + "id": 598, + "mirId": "MIR:00000199", + "modified": "2021-02-17T17:15:29.025+0000", + "name": "DisProt", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "grin.taxonomy", + "pattern": "^DP\\d{5}$", + "prefix": "disprot", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GRIN at Maryland", - "id": 516, + "description": "DisProt at University of Padua", + "id": 600, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 515, + "id": 1769, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "National Germplasm Resources Laboratory, Beltsville, Maryland", + "name": "University of Padua", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100212", - "name": "GRIN at Maryland", + "mirId": "MIR:00100258", + "name": "DisProt at University of Padua", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ars-grin.gov/cgi-bin/npgs/html/index.pl?language=en", - "sampleId": "19333", - "urlPattern": "http://www.ars-grin.gov/cgi-bin/npgs/html/taxon.pl?{$id}" + "resourceHomeUrl": "https://disprot.org/", + "sampleId": "DP00003", + "urlPattern": "https://disprot.org/{$id}" } ], - "sampleId": "19333" + "sampleId": "DP00003" }, { - "created": "2019-06-11T14:16:17.382+0000", + "created": "2019-12-09T15:18:31.130+0000", "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Locus' view.", - "id": 517, - "mirId": "MIR:00000167", - "modified": "2019-06-11T14:16:17.382+0000", - "name": "H-InvDb Locus", + "description": "DisProt is a database of intrisically disordered proteins and protein disordered regions, manually curated from literature.", + "id": 2061, + "mirId": "MIR:00000745", + "modified": "2019-12-09T15:18:31.130+0000", + "name": "DisProt region", "namespaceEmbeddedInLui": false, - "pattern": "^HIX\\d{7}(\\.\\d+)?$", - "prefix": "hinv.locus", + "pattern": "^DP\\d{5}r\\d{3}$", + "prefix": "disprot.region", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Locus View at BIRC", - "id": 519, + "description": "DisProt is a database of intrinsically disordered proteins and protein disordered regions, manually curated from literature.", + "id": 2062, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 518, + "id": 1769, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "BIRC, Tokyo", + "name": "University of Padua", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100213", - "name": "H-Invitational Locus View at BIRC", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", - "sampleId": "HIX0004394", - "urlPattern": "http://h-invitational.jp/hinv/spsoup/locus_view?hix_id={$id}" + "mirId": "MIR:00000756", + "name": "DisProt region", + "official": true, + "providerCode": "disprot.region", + "resourceHomeUrl": "https://www.disprot.org", + "sampleId": "DP00086r013", + "urlPattern": "https://www.disprot.org/{$id}" } ], - "sampleId": "HIX0004394" + "sampleId": "DP00086r013" }, { - "created": "2019-06-11T14:16:17.622+0000", + "created": "2019-10-01T11:40:36.666+0000", "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Transcript' view.", - "id": 520, - "mirId": "MIR:00000168", - "modified": "2019-06-11T14:16:17.622+0000", - "name": "H-InvDb Transcript", + "description": "DOULIX lab-tested standard biological parts, in this case linear double stranded DNA sequences.", + "id": 2026, + "mirId": "MIR:00000747", + "modified": "2019-10-01T11:40:36.666+0000", + "name": "Linear double stranded DNA sequences", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z0-9]{6,7}$", + "prefix": "dlxb", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "Doulix DNA repository provides a FAIR-compliant database of DNA sequences for synthetic biology. Doulix allows user to retrieve, inspect and manipulate DNA sequences while ensuring data traceability and integrity.", + "id": 2027, + "institution": { + "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech.com). ", + "homeUrl": "https://doulix.com", + "id": 2025, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "name": "Doulix Helix Technologies (DOULIX)", + "rorId": null + }, + "location": { + "countryCode": "IT", + "countryName": "Italy" + }, + "mirId": "MIR:00000717", + "name": "Doulix DNA repository", + "official": true, + "providerCode": "dlxb", + "resourceHomeUrl": "https://doulix.com", + "sampleId": "6VDC956", + "urlPattern": "https://doulix.com/biomodules/{$id}/" + } + ], + "sampleId": "6VDC956" + }, + { + "created": "2019-09-24T11:03:08.927+0000", + "deprecated": false, + "deprecationDate": null, + "description": "DOULIX lab-tested standard biological parts, in this case, full length constructs.", + "id": 2022, + "mirId": "MIR:00000742", + "modified": "2019-09-24T11:03:08.927+0000", + "name": "Circular double stranded DNA sequences composed", "namespaceEmbeddedInLui": false, - "pattern": "^HIT\\d{9}(\\.\\d+)?$", - "prefix": "hinv.transcript", + "pattern": "^[A-Z0-9]{6,7}$", + "prefix": "dlxc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Transcript View at BIRC", - "id": 521, + "description": "Doulix DNA repository provides a FAIR-compliant database of DNA sequences for synthetic biology. Doulix allows user to retrieve, inspect and manipulate DNA sequences while ensuring data traceability and integrity.", + "id": 2023, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 518, + "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech). ", + "homeUrl": "https://doulix.com", + "id": 2021, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "BIRC, Tokyo", + "name": "Double Helix Technologies (DOULIX)", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100214", - "name": "H-Invitational Transcript View at BIRC", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", - "sampleId": "HIT000195363", - "urlPattern": "http://h-invitational.jp/hinv/spsoup/transcript_view?hit_id={$id}" + "mirId": "MIR:00000734", + "name": "Doulix DNA repository", + "official": true, + "providerCode": "dlxc", + "resourceHomeUrl": "https://doulix.com", + "sampleId": "M77F7JM", + "urlPattern": "https://doulix.com/constructs/{$id}/" } ], - "sampleId": "HIT000195363" + "sampleId": "M77F7JM" }, { - "created": "2019-06-11T14:16:17.817+0000", + "created": "2019-06-11T14:15:34.841+0000", "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Protein' view.", - "id": 522, - "mirId": "MIR:00000169", - "modified": "2019-06-11T14:16:17.817+0000", - "name": "H-InvDb Protein", + "description": "The Digital Object Identifier System is for identifying content objects in the digital environment.", + "id": 75, + "mirId": "MIR:00000019", + "modified": "2023-01-05T18:09:18.209+0000", + "name": "DOI", "namespaceEmbeddedInLui": false, - "pattern": "^HIP\\d{9}(\\.\\d+)?$", - "prefix": "hinv.protein", + "pattern": "^(doi\\:)?10\\.\\d+/.*$", + "prefix": "doi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "H-Invitational Protein View at BIRC", - "id": 523, + "description": "Digital Object Identifier", + "id": 77, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 518, + "id": 76, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "BIRC, Tokyo", + "name": "International DOI Foundation", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100215", - "name": "H-Invitational Protein View at BIRC", - "official": false, + "mirId": "MIR:00100010", + "name": "Digital Object Identifier", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", - "sampleId": "HIP000030660", - "urlPattern": "http://h-invitational.jp/hinv/protein/protein_view.cgi?hip_id={$id}" - } - ], - "sampleId": "HIP000030660" - }, - { - "created": "2019-06-11T14:16:18.019+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Human Oral Microbiome Database (HOMD) provides a site-specific comprehensive database for the more than 600 prokaryote species that are present in the human oral cavity. It contains genomic information based on a curated 16S rRNA gene-based provisional naming scheme, and taxonomic information. This datatype contains genomic sequence information.", - "id": 524, - "mirId": "MIR:00000170", - "modified": "2019-06-11T14:16:18.019+0000", - "name": "HOMD Sequence Metainformation", - "namespaceEmbeddedInLui": false, - "pattern": "^SEQF\\d+$", - "prefix": "homd.seq", - "resources": [ + "resourceHomeUrl": "https://www.doi.org/", + "sampleId": "10.1038/nbt1156", + "urlPattern": "https://doi.org/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "HOMD sequence metainformation at The Forsyth Institute", - "id": 526, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2462, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 525, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "The Forsyth Institute, Boston", - "rorId": null + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100216", - "name": "HOMD sequence metainformation at The Forsyth Institute", + "mirId": "MIR:00000793", + "name": "Scholia", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.homd.org/index.php", - "sampleId": "SEQF1003", - "urlPattern": "http://www.homd.org/modules.php?op=modload&name=GenomeList&file=index&link=detailinfo&seqid={$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "10.1186/S13321-016-0161-3", + "urlPattern": "https://scholia.toolforge.org/doi/{$id}" } ], - "sampleId": "SEQF1003" + "sampleId": "10.1038/nbt1156" }, { - "created": "2019-06-11T14:16:18.268+0000", + "created": "2019-06-11T14:16:32.719+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Oral Microbiome Database (HOMD) provides a site-specific comprehensive database for the more than 600 prokaryote species that are present in the human oral cavity. It contains genomic information based on a curated 16S rRNA gene-based provisional naming scheme, and taxonomic information. This datatype contains taxonomic information.", - "id": 527, - "mirId": "MIR:00000171", - "modified": "2019-06-11T14:16:18.268+0000", - "name": "HOMD Taxonomy", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "homd.taxon", + "description": "The Disease Ontology has been developed as a standardized ontology for human disease with the purpose of providing the biomedical community with consistent, reusable and sustainable descriptions of human disease terms, phenotype characteristics and related medical vocabulary disease concepts.", + "id": 689, + "mirId": "MIR:00000233", + "modified": "2020-07-20T14:34:20.285+0000", + "name": "Human Disease Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^DOID:\\d+$", + "prefix": "doid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HOMD taxon information at The Forsyth Institute", - "id": 528, + "description": "Human Disease Ontology through BioPortal", + "id": 690, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 525, + "id": 571, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Forsyth Institute, Boston", + "name": "National Center for Biomedical Ontology, Stanford University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100217", - "name": "HOMD taxon information at The Forsyth Institute", + "mirId": "MIR:00100292", + "name": "Human Disease Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.homd.org/index.php", - "sampleId": "811", - "urlPattern": "http://www.homd.org/modules.php?op=modload&name=HOMD&file=index&oraltaxonid={$id}&view=dynamic" - } - ], - "sampleId": "811" - }, - { - "created": "2019-06-11T14:16:18.461+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Influenza Research Database (IRD) contains information related to influenza virus, including genomic sequence, strain, protein, epitope and bibliographic information. The Segment Details page contains descriptive information and annotation data about a particular genomic segment and its encoded product(s).", - "id": 529, - "mirId": "MIR:00000172", - "modified": "2019-06-11T14:16:18.461+0000", - "name": "IRD Segment Sequence", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\_)?\\d+(\\.\\d+)?$", - "prefix": "ird.segment", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/DOID", + "sampleId": "11337", + "urlPattern": "http://purl.bioontology.org/ontology/DOID/DOID:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "IRD at BioHealthBase", - "id": 531, + "description": "Human Disease Ontology at Northwestern University", + "id": 693, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 530, + "id": 692, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Southwestern Medical Center, University of Texas, Dallas", + "name": "University of Maryland (Maryland) and Northwestern University (Illinois)", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100218", - "name": "IRD at BioHealthBase", + "mirId": "MIR:00100297", + "name": "Human Disease Ontology at Northwestern University", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.fludb.org/", - "sampleId": "CY077097", - "urlPattern": "http://www.fludb.org/brc/fluSegmentDetails.do?ncbiGenomicAccession={$id}" - } - ], - "sampleId": "CY077097" - }, - { - "created": "2019-06-11T14:16:18.690+0000", - "deprecated": false, - "deprecationDate": null, - "description": "ISfinder is a database of bacterial insertion sequences (IS). It assigns IS nomenclature and acts as a repository for ISs. Each IS is annotated with information such as the open reading frame DNA sequence, the sequence of the ends of the element and target sites, its origin and distribution together with a bibliography, where available.", - "id": 532, - "mirId": "MIR:00000173", - "modified": "2019-06-11T14:16:18.690+0000", - "name": "ISFinder", - "namespaceEmbeddedInLui": false, - "pattern": "^IS\\w+(\\-\\d)?$", - "prefix": "isfinder", - "resources": [ + "providerCode": "hdo", + "resourceHomeUrl": "http://disease-ontology.org/", + "sampleId": "11337", + "urlPattern": "http://disease-ontology.org/term/DOID:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "IS Finder at CNRS", - "id": 534, + "description": "Human Disease Ontology through OLS", + "id": 691, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 533, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Laboratoire de Microbiologie et Génétique Moléculaires, CNRS, Toulouse", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100219", - "name": "IS Finder at CNRS", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www-is.biotoul.fr/i", - "sampleId": "ISA1083-2", - "urlPattern": "https://www-is.biotoul.fr/scripts/ficheIS.php?name={$id}" + "mirId": "MIR:00100293", + "name": "Human Disease Ontology through OLS", + "official": true, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/doid", + "sampleId": "11337", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/doid/terms?obo_id=DOID:{$id}" } ], - "sampleId": "ISA1083-2" + "sampleId": "11337" }, { - "created": "2019-06-11T14:16:18.921+0000", + "created": "2019-06-11T14:17:04.514+0000", "deprecated": false, "deprecationDate": null, - "description": "The Japan Collection of Microorganisms (JCM) collects, catalogues, and distributes cultured microbial strains, restricted to those classified in Risk Group 1 or 2.", - "id": 535, - "mirId": "MIR:00000174", - "modified": "2019-06-11T14:16:18.921+0000", - "name": "Japan Collection of Microorganisms", + "description": "DOMMINO is a database of macromolecular interactions that includes the interactions between protein domains, interdomain linkers, N- and C-terminal regions and protein peptides.", + "id": 1071, + "mirId": "MIR:00000373", + "modified": "2019-06-11T14:17:04.514+0000", + "name": "DOMMINO", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "jcm", + "pattern": "^[0-9][A-Za-z0-9]{3}$", + "prefix": "dommino", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JCM at RIKEN BioResource Center", - "id": 537, + "description": "DOMMINO at University of Missouri", + "id": 1073, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 536, + "id": 1072, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "RIKEN BioResource Center, Ibaraki", + "name": "Informatics Institute and Department of Computer Science and Bond Life Science Center, University of Missouri, Columbia", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100220", - "name": "JCM at RIKEN BioResource Center", + "mirId": "MIR:00100474", + "name": "DOMMINO at University of Missouri", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.jcm.riken.go.jp/", - "sampleId": "17254", - "urlPattern": "http://www.jcm.riken.go.jp/cgi-bin/jcm/jcm_number?JCM={$id}" + "resourceHomeUrl": "http://dommino.org/", + "sampleId": "2GC4", + "urlPattern": "http://orion.rnet.missouri.edu/~nz953/DOMMINO/index.php/result/show_network/{$id}" } ], - "sampleId": "17254" + "sampleId": "2GC4" }, { - "created": "2019-06-11T14:16:19.173+0000", + "created": "2019-06-11T14:17:24.062+0000", "deprecated": false, "deprecationDate": null, - "description": "The integrated microbial genomes (IMG) system is a data management, analysis and annotation platform for all publicly available genomes. IMG contains both draft and complete JGI (DoE Joint Genome Institute) microbial genomes integrated with all other publicly available genomes from all three domains of life, together with a large number of plasmids and viruses. This datatype refers to taxon information.", - "id": 538, - "mirId": "MIR:00000175", - "modified": "2019-06-11T14:16:19.173+0000", - "name": "Integrated Microbial Genomes Taxon", + "description": "DOOR (Database for prOkaryotic OpeRons) contains computationally predicted operons of all the sequenced prokaryotic genomes. It includes operons for RNA genes.", + "id": 1299, + "mirId": "MIR:00000453", + "modified": "2019-06-11T14:17:24.062+0000", + "name": "DOOR", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "img.taxon", + "prefix": "door", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", - "id": 540, + "description": "DOOR v1 at University of Georgia", + "id": 1301, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 539, + "id": 1300, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Lawrence Berkeley National Laboratory, Berkeley", + "name": "Computational Systems Biology Laboratory, Department of Biochemistry and Molecular Biology, University of Georgia, Athens, Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100221", - "name": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", + "mirId": "MIR:00100588", + "name": "DOOR v1 at University of Georgia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://img.jgi.doe.gov/", - "sampleId": "648028003", - "urlPattern": "http://img.jgi.doe.gov/cgi-bin/w/main.cgi?section=TaxonDetail&taxon_oid={$id}" + "resourceHomeUrl": "http://csbl.bmb.uga.edu/DOOR/operon.php", + "sampleId": "1398574", + "urlPattern": "http://csbl.bmb.uga.edu/DOOR/operon.php?id={$id}" } ], - "sampleId": "648028003" + "sampleId": "1398574" }, { - "created": "2019-06-11T14:16:19.420+0000", + "created": "2019-06-11T14:16:09.111+0000", "deprecated": false, "deprecationDate": null, - "description": "The integrated microbial genomes (IMG) system is a data management, analysis and annotation platform for all publicly available genomes. IMG contains both draft and complete JGI (DoE Joint Genome Institute) microbial genomes integrated with all other publicly available genomes from all three domains of life, together with a large number of plasmids and viruses. This datatype refers to gene information.", - "id": 541, - "mirId": "MIR:00000176", - "modified": "2019-06-11T14:16:19.420+0000", - "name": "Integrated Microbial Genomes Gene", + "description": "The Database of Quantitative Cellular Signaling is a repository of models of signaling pathways. It includes reaction schemes, concentrations, rate constants, as well as annotations on the models. The database provides a range of search, navigation, and comparison functions. This datatype provides access to specific models.", + "id": 427, + "mirId": "MIR:00000134", + "modified": "2019-06-11T14:16:09.111+0000", + "name": "Database of Quantitative Cellular Signaling: Model", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "img.gene", + "prefix": "doqcs.model", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", - "id": 542, + "description": "Database of Quantitative Cellular Signaling (DOQCS) - Model Access", + "id": 429, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 539, + "id": 428, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": "Lawrence Berkeley National Laboratory, Berkeley", + "name": "National Centre for Biological Sciences, Bangalore", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100222", - "name": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", + "mirId": "MIR:00100174", + "name": "Database of Quantitative Cellular Signaling (DOQCS) - Model Access", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://img.jgi.doe.gov/", - "sampleId": "638309541", - "urlPattern": "http://img.jgi.doe.gov/cgi-bin/w/main.cgi?section=GeneDetail&gene_oid={$id}" + "resourceHomeUrl": "http://doqcs.ncbs.res.in/", + "sampleId": "57", + "urlPattern": "http://doqcs.ncbs.res.in/template.php?&y=accessiondetails&an={$id}" } ], - "sampleId": "638309541" + "sampleId": "57" }, { - "created": "2019-06-11T14:16:19.610+0000", + "created": "2019-06-11T14:16:09.372+0000", "deprecated": false, "deprecationDate": null, - "description": "MaizeGDB is the maize research community's central repository for genetics and genomics information.", - "id": 543, - "mirId": "MIR:00000177", - "modified": "2019-06-11T14:16:19.610+0000", - "name": "MaizeGDB Locus", + "description": "The Database of Quantitative Cellular Signaling is a repository of models of signaling pathways. It includes reaction schemes, concentrations, rate constants, as well as annotations on the models. The database provides a range of search, navigation, and comparison functions. This datatype provides access to pathways.", + "id": 430, + "mirId": "MIR:00000135", + "modified": "2019-06-11T14:16:09.372+0000", + "name": "Database of Quantitative Cellular Signaling: Pathway", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "maizegdb.locus", + "prefix": "doqcs.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MaizeGDB at Missouri", - "id": 545, + "description": "Database of Quantitative Cellular Signaling (DOQCS) - Pathway Access", + "id": 431, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 544, + "id": 428, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": "Division of Plant Sciences, Missouri", + "name": "National Centre for Biological Sciences, Bangalore", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100223", - "name": "MaizeGDB at Missouri", + "mirId": "MIR:00100175", + "name": "Database of Quantitative Cellular Signaling (DOQCS) - Pathway Access", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.maizegdb.org/", - "sampleId": "25011", - "urlPattern": "http://www.maizegdb.org/cgi-bin/displaylocusrecord.cgi?id={$id}" + "resourceHomeUrl": "http://doqcs.ncbs.res.in/", + "sampleId": "131", + "urlPattern": "http://doqcs.ncbs.res.in/template.php?&y=pathwaydetails&pn={$id}" } ], - "sampleId": "25011" + "sampleId": "131" }, { - "created": "2019-06-11T14:16:19.843+0000", + "created": "2019-06-11T14:16:43.916+0000", "deprecated": false, "deprecationDate": null, - "description": "MycoBank is an online database, documenting new mycological names and combinations, eventually combined with descriptions and illustrations.", - "id": 546, - "mirId": "MIR:00000178", - "modified": "2019-06-11T14:16:19.843+0000", - "name": "MycoBank", + "description": "Description of Plant Viruses (DPV) provides information about viruses, viroids and satellites of plants, fungi and protozoa. It provides taxonomic information, including brief descriptions of each family and genus, and classified lists of virus sequences. The database also holds detailed information for all sequences of viruses, viroids and satellites of plants, fungi and protozoa that are complete or that contain at least one complete gene.", + "id": 823, + "mirId": "MIR:00000280", + "modified": "2019-06-11T14:16:43.916+0000", + "name": "DPV", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "mycobank", + "prefix": "dpv", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MycoBank at Fungal Biodiversity Centre", - "id": 548, + "description": "DPV at Rothamsted", + "id": 825, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 547, + "id": 824, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "CBS-KNAW Fungal Biodiversity Centre, Utrecht", + "name": "Plant-Pathogen Interactions Division, Wheat Pathogenesis Programme, Rothamsted Research Harpenden, Hertfordshire", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100224", - "name": "MycoBank at Fungal Biodiversity Centre", + "mirId": "MIR:00100361", + "name": "DPV at Rothamsted", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mycobank.org/", - "sampleId": "349124", - "urlPattern": "http://www.mycobank.org/Biolomics.aspx?Table=Mycobank&MycoBankNr_={$id}" + "resourceHomeUrl": "http://www.dpvweb.net/", + "sampleId": "100", + "urlPattern": "http://www.dpvweb.net/dpv/showdpv.php?dpvno={$id}" } ], - "sampleId": "349124" + "sampleId": "100" }, { - "created": "2019-06-11T14:16:20.103+0000", + "created": "2019-06-11T14:16:47.981+0000", "deprecated": false, "deprecationDate": null, - "description": "NITE Biological Research Center (NBRC) provides a collection of microbial resources, performing taxonomic characterization of individual microorganisms such as bacteria including actinomycetes and archaea, yeasts, fungi, algaes, bacteriophages and DNA resources for academic research and industrial applications. A catalogue is maintained which states strain nomenclature, synonyms, and culture and sequence information.", - "id": 549, - "mirId": "MIR:00000179", - "modified": "2019-06-11T14:16:20.103+0000", - "name": "NITE Biological Research Center Catalogue", + "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to allele information.", + "id": 873, + "mirId": "MIR:00000300", + "modified": "2019-06-11T14:16:47.981+0000", + "name": "DragonDB Allele", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "nbrc", + "pattern": "^\\w+$", + "prefix": "dragondb.allele", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NBRC Catalogue at National Institute of Technology Evaluation", - "id": 551, + "description": "DragonDB Allele at University of British Columbia", + "id": 874, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 550, + "id": 867, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "National Institute of Technology Evaluation, Tokyo", + "name": "University of British Columbia, Vancouver", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100225", - "name": "NBRC Catalogue at National Institute of Technology Evaluation", + "mirId": "MIR:00100382", + "name": "DragonDB Allele at University of British Columbia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.nbrc.nite.go.jp/e/index.html", - "sampleId": "00001234", - "urlPattern": "http://www.nbrc.nite.go.jp/NBRC2/NBRCCatalogueDetailServlet?ID=NBRC&CAT={$id}" + "resourceHomeUrl": "http://www.antirrhinum.net/", + "sampleId": "cho", + "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id}&class=Allele" } ], - "sampleId": "00001234" + "sampleId": "cho" }, { - "created": "2019-06-11T14:16:20.362+0000", + "created": "2019-06-11T14:16:47.375+0000", "deprecated": false, "deprecationDate": null, - "description": "The Pseudomonas Genome Database is a resource for peer-reviewed, continually updated annotation for all Pseudomonas species. It includes gene and protein sequence information, as well as regulation and predicted function and annotation.", - "id": 552, - "mirId": "MIR:00000180", - "modified": "2019-06-11T14:16:20.362+0000", - "name": "Pseudomonas Genome Database", + "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to DNA sequence information.", + "id": 866, + "mirId": "MIR:00000297", + "modified": "2019-06-11T14:16:47.375+0000", + "name": "DragonDB DNA", "namespaceEmbeddedInLui": false, - "pattern": "^P\\w+$", - "prefix": "pseudomonas", + "pattern": "^\\d\\w+$", + "prefix": "dragondb.dna", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pseudomonas Genome Database at Simon Fraser University", - "id": 554, + "description": "DragonDB DNA at University of British Columbia", + "id": 868, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 553, + "id": 867, "location": { "countryCode": "CA", "countryName": "Canada" }, - "name": "Simon Fraser University, British Columbia", + "name": "University of British Columbia, Vancouver", "rorId": null }, "location": { "countryCode": "CA", "countryName": "Canada" }, - "mirId": "MIR:00100226", - "name": "Pseudomonas Genome Database at Simon Fraser University", + "mirId": "MIR:00100379", + "name": "DragonDB DNA at University of British Columbia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pseudomonas.com/", - "sampleId": "PSEEN0001", - "urlPattern": "http://www.pseudomonas.com/feature/show/?locus_tag={$id}" + "resourceHomeUrl": "http://www.antirrhinum.net/", + "sampleId": "3hB06", + "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id};class=DNA" } ], - "sampleId": "PSEEN0001" + "sampleId": "3hB06" }, { - "created": "2019-06-11T14:16:20.589+0000", + "created": "2019-06-11T14:16:47.798+0000", "deprecated": false, "deprecationDate": null, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to proteins in Gramene.", - "id": 555, - "mirId": "MIR:00000181", - "modified": "2019-06-11T14:16:20.589+0000", - "name": "Gramene protein", + "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to Locus information.", + "id": 871, + "mirId": "MIR:00000299", + "modified": "2019-06-11T14:16:47.798+0000", + "name": "DragonDB Locus", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "gramene.protein", + "pattern": "^\\w+$", + "prefix": "dragondb.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gramene Protein at Cold Spring Harbor", - "id": 557, + "description": "DragonDB Locus at University of British Columbia", + "id": 872, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 867, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "University of British Columbia, Vancouver", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100227", - "name": "Gramene Protein at Cold Spring Harbor", + "mirId": "MIR:00100381", + "name": "DragonDB Locus at University of British Columbia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gramene.org/", - "sampleId": "78073", - "urlPattern": "http://www.gramene.org/db/protein/protein_search?protein_id={$id}" + "resourceHomeUrl": "http://www.antirrhinum.net/", + "sampleId": "DEF", + "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id}&class=Locus" } ], - "sampleId": "78073" + "sampleId": "DEF" }, { - "created": "2019-06-11T14:16:20.812+0000", + "created": "2019-06-11T14:16:47.607+0000", "deprecated": false, "deprecationDate": null, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to genes in Gramene.", - "id": 558, - "mirId": "MIR:00000182", - "modified": "2019-06-11T14:16:20.812+0000", - "name": "Gramene genes", + "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to protein sequence information.", + "id": 869, + "mirId": "MIR:00000298", + "modified": "2019-06-11T14:16:47.607+0000", + "name": "DragonDB Protein", "namespaceEmbeddedInLui": false, - "pattern": "^GR\\:\\d+$", - "prefix": "gramene.gene", + "pattern": "^\\w+$", + "prefix": "dragondb.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gramene Genes at Cold Spring Harbor", - "id": 559, + "description": "DragonDB Protein at University of British Columbia", + "id": 870, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 867, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "University of British Columbia, Vancouver", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100228", - "name": "Gramene Genes at Cold Spring Harbor", + "mirId": "MIR:00100380", + "name": "DragonDB Protein at University of British Columbia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gramene.org/", - "sampleId": "GR:0080039", - "urlPattern": "http://www.gramene.org/db/genes/search_gene?acc={$id}" + "resourceHomeUrl": "http://www.antirrhinum.net/", + "sampleId": "AMDEFA", + "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id};class=Peptide" } ], - "sampleId": "GR:0080039" + "sampleId": "AMDEFA" }, { - "created": "2019-06-11T14:16:21.008+0000", + "created": "2019-06-11T14:17:03.033+0000", "deprecated": false, "deprecationDate": null, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to taxonomic information in Gramene.", - "id": 560, - "mirId": "MIR:00000183", - "modified": "2019-06-11T14:16:21.008+0000", - "name": "Gramene Taxonomy", + "description": "The DRSC (Drosophila RNAi Screening Cente) tracks both production of reagents for RNA interference (RNAi) screening in Drosophila cells and RNAi screen results. It maintains a list of Drosophila gene names, identifiers, symbols and synonyms and provides information for cell-based or in vivo RNAi reagents, other types of reagents, screen results, etc. corresponding for a given gene.", + "id": 1052, + "mirId": "MIR:00000367", + "modified": "2019-06-11T14:17:03.033+0000", + "name": "DRSC", "namespaceEmbeddedInLui": false, - "pattern": "^GR\\_tax\\:\\d+$", - "prefix": "gramene.taxonomy", + "pattern": "^DRSC\\d+$", + "prefix": "drsc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gramene Taxonomy at Cold Spring Harbor", - "id": 561, + "description": "DRSC at Harvard Medical School", + "id": 1054, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 1053, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "Department of Genetics, Harvard Medical School, Boston, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100229", - "name": "Gramene Taxonomy at Cold Spring Harbor", + "mirId": "MIR:00100466", + "name": "DRSC at Harvard Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gramene.org/", - "sampleId": "GR_tax:013681", - "urlPattern": "http://www.gramene.org/db/ontology/search?id={$id}" + "resourceHomeUrl": "http://flyrnai.org/", + "sampleId": "DRSC05221", + "urlPattern": "http://www.flyrnai.org/cgi-bin/RNAi_gene_lookup_public.pl?gname={$id}" } ], - "sampleId": "GR_tax:013681" + "sampleId": "DRSC05221" }, { - "created": "2019-06-11T14:16:21.219+0000", + "created": "2019-06-11T14:16:00.005+0000", "deprecated": false, "deprecationDate": null, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to quantitative trait loci identified in Gramene.", - "id": 562, - "mirId": "MIR:00000184", - "modified": "2019-06-11T14:16:21.219+0000", - "name": "Gramene QTL", + "description": "The DrugBank database is a bioinformatics and chemoinformatics resource that combines detailed drug (i.e. chemical, pharmacological and pharmaceutical) data with comprehensive drug target (i.e. sequence, structure, and pathway) information. This collection references drug information.", + "id": 330, + "mirId": "MIR:00000102", + "modified": "2019-06-11T14:16:00.005+0000", + "name": "DrugBank", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "gramene.qtl", + "pattern": "^DB\\d{5}$", + "prefix": "drugbank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gramene Quantitative Trait Loci at Cold Spring Harbor", - "id": 563, + "description": "DrugBank drug information", + "id": 332, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 331, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "Departments of Computing Science & Biological Sciences, University of Alberta", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100230", - "name": "Gramene Quantitative Trait Loci at Cold Spring Harbor", - "official": false, + "mirId": "MIR:00100133", + "name": "DrugBank drug information", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gramene.org/", - "sampleId": "CQG5", - "urlPattern": "http://www.gramene.org/db/qtl/qtl_display?qtl_accession_id={$id}" + "resourceHomeUrl": "http://www.drugbank.ca/", + "sampleId": "DB00001", + "urlPattern": "http://www.drugbank.ca/drugs/{$id}" } ], - "sampleId": "CQG5" + "sampleId": "DB00001" }, { - "created": "2019-06-11T14:16:21.425+0000", + "created": "2019-06-11T14:17:41.273+0000", "deprecated": false, "deprecationDate": null, - "description": "The Sol Genomics Network (SGN) is a database and website dedicated to the genomic information of the nightshade family, which includes species such as tomato, potato, pepper, petunia and eggplant.", - "id": 564, - "mirId": "MIR:00000185", - "modified": "2019-06-11T14:16:21.425+0000", - "name": "Sol Genomics Network", + "description": "The DrugBank database is a bioinformatics and chemoinformatics resource that combines detailed drug (i.e. chemical, pharmacological and pharmaceutical) data with comprehensive drug target (i.e. sequence, structure, and pathway) information. This collection references target information from version 4 of the database.", + "id": 1485, + "mirId": "MIR:00000528", + "modified": "2019-06-11T14:17:41.273+0000", + "name": "DrugBank Target v4", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sgn", + "pattern": "^BE\\d{7}$", + "prefix": "drugbankv4.target", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Sol Genomics Network at Boyce Thompson Institute for Plant Research", - "id": 566, + "description": "DrugBank Target information version 4", + "id": 1487, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 565, + "id": 1486, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Boyce Thompson Institute for Plant Research, New York", + "name": "Departments of Computing Science, Biological Sciences, University of Alberta", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100231", - "name": "Sol Genomics Network at Boyce Thompson Institute for Plant Research", + "mirId": "MIR:00100687", + "name": "DrugBank Target information version 4", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://solgenomics.net/", - "sampleId": "0001", - "urlPattern": "http://solgenomics.net/phenome/locus_display.pl?locus_id={$id}" + "resourceHomeUrl": "http://www.drugbank.ca/targets", + "sampleId": "BE0000048", + "urlPattern": "http://www.drugbank.ca/biodb/bio_entities/{$id}" } ], - "sampleId": "0001" + "sampleId": "BE0000048" }, { - "created": "2019-06-11T14:16:21.882+0000", + "created": "2022-11-04T09:54:32.976+0000", "deprecated": false, "deprecationDate": null, - "description": "BioPortal is an open repository of biomedical ontologies that provides access via Web services and Web browsers to ontologies developed in OWL, RDF, OBO format and Protégé frames. BioPortal functionality includes the ability to browse, search and visualize ontologies.", - "id": 570, - "mirId": "MIR:00000187", - "modified": "2019-06-11T14:16:21.882+0000", - "name": "BioPortal", + "description": "DrugCentral (http://drugcentral.org) is an open-access online drug compendium. DrugCentral integrates structure, bioactivity, regulatory, pharmacologic actions and indications for active pharmaceutical ingredients approved by FDA and other regulatory agencies. Monitoring of regulatory agencies for new drugs approvals ensures the resource is up-to-date. DrugCentral integrates content for active ingredients with pharmaceutical formulations, indexing drugs and drug label annotations, complementing similar resources available online. Its complementarity with other online resources is facilitated by cross referencing to external resources. At the molecular level, DrugCentral bridges drug-target interactions with pharmacological action and indications. The integration with FDA drug labels enables text mining applications for drug adverse events and clinical trial information. Chemical structure overlap between DrugCentral and five online drug resources, and the overlap between DrugCentral FDA-approved drugs and their presence in four different chemical collections, are discussed. DrugCentral can be accessed via the web application or downloaded in relational database format.", + "id": 3298, + "mirId": "MIR:00000966", + "modified": "2022-11-04T09:54:32.976+0000", + "name": "DrugCentral", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "bioportal", + "pattern": "^[0-9]+$", + "prefix": "drugcentral", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioPortal at National Center for Biomedical Ontology", - "id": 572, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fs6jp91' with Wikidata IDs [Q1190812], and ISNI IDs [0000 0001 2188 8502]", + "id": 3299, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 571, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fs6jp91' with Wikidata IDs [Q1190812], and ISNI IDs [0000 0001 2188 8502]", + "homeUrl": "http://www.unm.edu/", + "id": 3297, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford University", + "name": "University of New Mexico", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100244", - "name": "BioPortal at National Center for Biomedical Ontology", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/", - "sampleId": "1046", - "urlPattern": "http://bioportal.bioontology.org/ontologies/{$id}" + "mirId": "MIR:00000965", + "name": "University of New Mexico", + "official": true, + "providerCode": "drugcentral", + "resourceHomeUrl": "http://www.unm.edu/", + "sampleId": "257", + "urlPattern": "https://drugcentral.org/drugcard/{$id}" } ], - "sampleId": "1046" + "sampleId": "257" }, { - "created": "2019-06-11T14:16:22.127+0000", + "created": "2019-06-11T14:15:28.483+0000", "deprecated": false, "deprecationDate": null, - "description": "MIRIAM Registry is an online resource created to catalogue data types (Gene Ontology, Taxonomy or PubMed are some examples), their URIs and the corresponding resources (or physical locations), whether these are controlled vocabularies or databases.", - "id": 573, - "mirId": "MIR:00000188", - "modified": "2019-06-11T14:16:22.127+0000", - "name": "MIRIAM Registry resource", + "description": "The Enzyme Classification contains the recommendations of the Nomenclature Committee of the International Union of Biochemistry and Molecular Biology on the nomenclature and classification of enzyme-catalysed reactions.", + "id": 13, + "mirId": "MIR:00000004", + "modified": "2019-06-11T14:15:28.483+0000", + "name": "Enzyme Nomenclature", "namespaceEmbeddedInLui": false, - "pattern": "^MIR:001\\d{5}$", - "prefix": "miriam.resource", + "pattern": "^\\d+\\.-\\.-\\.-|\\d+\\.\\d+\\.-\\.-|\\d+\\.\\d+\\.\\d+\\.-|\\d+\\.\\d+\\.\\d+\\.(n)?\\d+$", + "prefix": "ec-code", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MIRIAM Registry (resources)", - "id": 574, + "description": "IntEnZ (Integrated relational Enzyme database)", + "id": 14, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -10360,63 +10632,191 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100245", - "name": "MIRIAM Registry (resources)", + "mirId": "MIR:00100001", + "name": "IntEnZ (Integrated relational Enzyme database)", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/miriam/", - "sampleId": "MIR:00100005", - "urlPattern": "https://www.ebi.ac.uk/miriam/main/resources/{$id}" + "providerCode": "intenz", + "resourceHomeUrl": "https://www.ebi.ac.uk/intenz/", + "sampleId": "1.1.1.1", + "urlPattern": "https://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "KEGG Ligand Database for Enzyme Nomenclature", + "id": 16, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 15, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "name": "Kyoto University Bioinformatics Center", + "rorId": null + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "mirId": "MIR:00100002", + "name": "KEGG Ligand Database for Enzyme Nomenclature", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.genome.jp/dbget-bin/www_bfind?enzyme", + "sampleId": "1.1.1.1", + "urlPattern": "https://www.genome.jp/dbget-bin/www_bget?ec:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "ExploreEnz at Trinity College", + "id": 20, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 19, + "location": { + "countryCode": "IE", + "countryName": "Ireland" + }, + "name": "Trinity College, Dublin", + "rorId": null + }, + "location": { + "countryCode": "IE", + "countryName": "Ireland" + }, + "mirId": "MIR:00100308", + "name": "ExploreEnz at Trinity College", + "official": false, + "providerCode": "expenz", + "resourceHomeUrl": "http://www.enzyme-database.org/", + "sampleId": "1.1.1.1", + "urlPattern": "http://www.enzyme-database.org/query.php?ec={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Enzyme Portal through EMBL-EBI", + "id": 22, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 21, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "Enzyme Portal at European Bioinformatics Institute, Hinxton, Cambridge", + "rorId": null + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100835", + "name": "Enzyme Portal through EMBL-EBI", + "official": false, + "providerCode": "enzymeportal", + "resourceHomeUrl": "https://www.ebi.ac.uk/enzymeportal", + "sampleId": "1.1.1.1", + "urlPattern": "https://www.ebi.ac.uk/enzymeportal/ec/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Enzyme nomenclature database, ExPASy (Expert Protein Analysis System)", + "id": 18, + "institution": { + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" + }, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "mirId": "MIR:00100003", + "name": "Enzyme nomenclature database, ExPASy (Expert Protein Analysis System)", + "official": false, + "providerCode": "expasy", + "resourceHomeUrl": "https://enzyme.expasy.org/", + "sampleId": "1.1.1.1", + "urlPattern": "https://enzyme.expasy.org/EC/{$id}" } ], - "sampleId": "MIR:00100005" + "sampleId": "1.1.1.1" }, { - "created": "2019-06-11T14:16:22.318+0000", + "created": "2019-06-11T14:16:24.496+0000", "deprecated": false, "deprecationDate": null, - "description": "EDAM is an ontology of general bioinformatics concepts, including topics, data types, formats, identifiers and operations. EDAM provides a controlled vocabulary for the description, in semantic terms, of things such as: web services (e.g. WSDL files), applications, tool collections and packages, work-benches and workflow software, databases and ontologies, XSD data schema and data objects, data syntax and file formats, web portals and pages, resource catalogues and documents (such as scientific publications).", - "id": 575, - "mirId": "MIR:00000189", - "modified": "2019-06-11T14:16:22.318+0000", - "name": "EDAM Ontology", + "description": "EchoBASE is a database designed to contain and manipulate information from post-genomic experiments using the model bacterium Escherichia coli K-12. The database is built on an enhanced annotation of the updated genome sequence of strain MG1655 and the association of experimental data with the E.coli genes and their products.", + "id": 601, + "mirId": "MIR:00000200", + "modified": "2019-06-11T14:16:24.496+0000", + "name": "EchoBASE", "namespaceEmbeddedInLui": false, - "pattern": "^(data|topic|operation|format)\\_\\d{4}$", - "prefix": "edam", + "pattern": "^EB\\d+$", + "prefix": "echobase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EDAM through BioPortal", - "id": 576, + "description": "EchoBASE at the University of York", + "id": 603, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 602, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Department of Biology (Area 10), University of York, York", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100536", - "name": "EDAM through BioPortal", + "mirId": "MIR:00100259", + "name": "EchoBASE at the University of York", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/EDAM", - "sampleId": "data_1664", - "urlPattern": "http://purl.bioontology.org/ontology/EDAM/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.york.ac.uk/", + "sampleId": "EB0170", + "urlPattern": "http://www.york.ac.uk/res/thomas/Gene.cfm?recordID={$id}" + } + ], + "sampleId": "EB0170" + }, + { + "created": "2019-06-11T14:15:47.447+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Evidence codes can be used to specify the type of supporting evidence for a piece of knowledge. This allows inference of a 'level of support' between an entity and an annotation made to an entity.", + "id": 197, + "mirId": "MIR:00000055", + "modified": "2019-06-11T14:15:47.447+0000", + "name": "Evidence Code Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "ECO:\\d{7}$", + "prefix": "eco", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EDAM through OLS", - "id": 577, + "description": "Evidence Codes via the Ontology Lookup Service (OLS)", + "id": 198, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -10432,475 +10832,455 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100762", - "name": "EDAM through OLS", + "mirId": "MIR:00100083", + "name": "Evidence Codes via the Ontology Lookup Service (OLS)", "official": false, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/edam", - "sampleId": "data_1664", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/edam/terms?short_form={$id}" - } - ], - "sampleId": "data_1664" - }, - { - "created": "2019-06-11T14:16:22.644+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Protein Model DataBase (PMDB), is a database that collects manually built three dimensional protein models, obtained by different structure prediction techniques.", - "id": 578, - "mirId": "MIR:00000190", - "modified": "2019-06-11T14:16:22.644+0000", - "name": "Protein Model Database", - "namespaceEmbeddedInLui": false, - "pattern": "^PM\\d{7}", - "prefix": "pmdb", - "resources": [ + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/eco", + "sampleId": "0000006", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/eco/terms?obo_id=ECO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Protein Model Database at University of Rome", - "id": 580, + "description": "Evidence Code Ontology through BioPortal", + "id": 199, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 579, + "id": 5, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "CASPUR and Biocomputing group, Department of Biochemical Sciences, University of Rome, Rome", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100247", - "name": "Protein Model Database at University of Rome", + "mirId": "MIR:00100235", + "name": "Evidence Code Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bioinformatics.cineca.it/PMDB/", - "sampleId": "PM0012345", - "urlPattern": "https://bioinformatics.cineca.it/PMDB/user//search.php?idsearch={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/ECO", + "sampleId": "0000006", + "urlPattern": "http://purl.bioontology.org/ontology/ECO/ECO:{$id}" } ], - "sampleId": "PM0012345" + "sampleId": "0000006" }, { - "created": "2019-06-11T14:16:22.902+0000", + "created": "2019-06-11T14:16:16.429+0000", "deprecated": false, "deprecationDate": null, - "description": "ArachnoServer (www.arachnoserver.org) is a manually curated database providing information on the sequence, structure and biological activity of protein toxins from spider venoms. It include a molecular target ontology designed specifically for venom toxins, as well as current and historic taxonomic information.", - "id": 581, - "mirId": "MIR:00000193", - "modified": "2019-06-11T14:16:22.902+0000", - "name": "ArachnoServer", + "description": "The EcoGene database contains updated information about the E. coli K-12 genome and proteome sequences, including extensive gene bibliographies. A major EcoGene focus has been the re-evaluation of translation start sites.", + "id": 505, + "mirId": "MIR:00000163", + "modified": "2019-06-11T14:16:16.429+0000", + "name": "EcoGene", "namespaceEmbeddedInLui": false, - "pattern": "^AS\\d{6}$", - "prefix": "arachnoserver", + "pattern": "^EG\\d+$", + "prefix": "ecogene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ArachnoServer at Brisbane", - "id": 583, + "description": "EcoGene at University of Miami", + "id": 507, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 582, + "id": 506, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", + "name": "Miller School of Medicine, University of Miami", "rorId": null }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100250", - "name": "ArachnoServer at Brisbane", - "official": false, + "mirId": "MIR:00100208", + "name": "EcoGene at University of Miami", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.arachnoserver.org/", - "sampleId": "AS000060", - "urlPattern": "http://www.arachnoserver.org/toxincard.html?id={$id}" + "resourceHomeUrl": "http://ecogene.org/", + "sampleId": "EG10173", + "urlPattern": "http://www.ecogene.org/gene/{$id}" } ], - "sampleId": "AS000060" + "sampleId": "EG10173" }, { - "created": "2019-06-11T14:16:23.132+0000", + "created": "2019-06-11T14:17:21.287+0000", "deprecated": false, "deprecationDate": null, - "description": "BioCyc is a collection of Pathway/Genome Databases (PGDBs) which provides an electronic reference source on the genomes and metabolic pathways of sequenced organisms.", - "id": 584, - "mirId": "MIR:00000194", - "modified": "2019-06-11T14:16:23.132+0000", - "name": "BioCyc", + "description": "EcoliWiki is a wiki-based resource to store information related to non-pathogenic E. coli, its phages, plasmids, and mobile genetic elements. This collection references genes.", + "id": 1267, + "mirId": "MIR:00000442", + "modified": "2019-06-11T14:17:21.287+0000", + "name": "EcoliWiki", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z-0-9]+(\\:)?[A-Za-z0-9+_.%-:]+$", - "prefix": "biocyc", + "pattern": "^[A-Za-z0-9-]+$", + "prefix": "ecoliwiki", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioCyc at SRI International", - "id": 586, + "description": "EcoliWiki at Texas Agrilife Research", + "id": 1269, "institution": { - "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", - "homeUrl": "https://www.sri.com/", - "id": 1692, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1268, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "SRI International", - "rorId": "https://ror.org/05s570m15" + "name": "Texas Agrilife Research, Texas A&M University College Station", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100251", - "name": "BioCyc at SRI International", + "mirId": "MIR:00100573", + "name": "EcoliWiki at Texas Agrilife Research", "official": false, - "providerCode": "sri", - "resourceHomeUrl": "http://biocyc.org", - "sampleId": "ECOLI:CYT-D-UBIOX-CPLX", - "urlPattern": "http://biocyc.org/getid?id={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ecoliwiki.net/colipedia/", + "sampleId": "aaeA", + "urlPattern": "http://ecoliwiki.net/colipedia/index.php/{$id}:Gene" } ], - "sampleId": "ECOLI:CYT-D-UBIOX-CPLX" + "sampleId": "aaeA" }, { - "created": "2019-06-11T14:16:23.358+0000", + "created": "2019-06-11T14:17:55.541+0000", "deprecated": false, "deprecationDate": null, - "description": "The Carbohydrate-Active Enzyme (CAZy) database is a resource specialized in enzymes that build and breakdown complex carbohydrates and glycoconjugates. These enzymes are classified into families based on structural features.", - "id": 587, - "mirId": "MIR:00000195", - "modified": "2019-06-11T14:16:23.358+0000", - "name": "CAZy", + "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references entities.", + "id": 1628, + "mirId": "MIR:00000585", + "modified": "2019-06-11T14:17:55.541+0000", + "name": "E-cyanobacterium entity", "namespaceEmbeddedInLui": false, - "pattern": "^(GT|GH|PL|CE|CBM)\\d+(\\_\\d+)?$", - "prefix": "cazy", + "pattern": "^\\d+$", + "prefix": "ecyano.entity", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CAZy at CNRS", - "id": 589, + "description": "e-cyanobacterium entity at Masaryk University Brno", + "id": 1630, "institution": { - "description": "The Architecture et Fonction des Macromolécules Biologiques (AFMB) laboratory, overseen by the CNRS and AMU, is a center of structural biology localized on the Luminy campus in the South of Marseilles, France, and in partnership with INRA under contract.", - "homeUrl": "http://www.afmb.univ-mrs.fr", - "id": 588, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1629, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "Architecture et Fonction des Macromolécules Biologiques", - "rorId": "https://ror.org/04jm8zw14" + "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100252", - "name": "CAZy at CNRS", + "mirId": "MIR:00100782", + "name": "e-cyanobacterium entity at Masaryk University Brno", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cazy.org/", - "sampleId": "GT10", - "urlPattern": "http://www.cazy.org/{$id}.html" + "resourceHomeUrl": "http://www.e-cyanobacterium.org/bcs/entity/", + "sampleId": "23", + "urlPattern": "http://e-cyanobacterium.org/bcs/entity/{$id}/" } ], - "sampleId": "GT10" + "sampleId": "23" }, { - "created": "2019-06-11T14:16:23.594+0000", + "created": "2019-09-10T12:51:24.637+0000", "deprecated": false, "deprecationDate": null, - "description": "The GOA (Gene Ontology Annotation) project provides high-quality Gene Ontology (GO) annotations to proteins in the UniProt Knowledgebase (UniProtKB) and International Protein Index (IPI). This involves electronic annotation and the integration of high-quality manual GO annotation from all GO Consortium model organism groups and specialist groups.", - "id": 590, - "mirId": "MIR:00000196", - "modified": "2019-06-11T14:16:23.594+0000", - "name": "GOA", + "description": "E-cyanobacterium experiments is a repository of wet-lab experiments related to cyanobacteria. The emphasis is placed on annotation via mapping to local database of biological knowledge and mathematical models along with the complete experimental setup supporting the reproducibility of the experiments.", + "id": 2003, + "mirId": "MIR:00000760", + "modified": "2019-09-10T12:51:24.637+0000", + "name": "E-cyanobacterium Experimental Data", "namespaceEmbeddedInLui": false, - "pattern": "^(([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]))|(URS[0-9A-F]{10}(_[0-9]+){0,1})|(EBI-[0-9]+)$", - "prefix": "goa", + "pattern": "^\\d+$", + "prefix": "ecyano.experiment", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GOA through QuickGO", - "id": 591, + "description": "E-cyanobacterium is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations. It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references wet-lab experiments.", + "id": 2004, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1629, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100253", - "name": "GOA through QuickGO", - "official": false, - "providerCode": "quickgo", - "resourceHomeUrl": "https://www.ebi.ac.uk/GOA/", - "sampleId": "P12345", - "urlPattern": "https://www.ebi.ac.uk/QuickGO/GProtein?ac={$id}" + "mirId": "MIR:00000754", + "name": "E-cyanobacterium", + "official": true, + "providerCode": "ecyano", + "resourceHomeUrl": "https://www.e-cyanobacterium.org/experiments-repository/", + "sampleId": "18", + "urlPattern": "https://www.e-cyanobacterium.org/experiments-repository/?action=detail&id={$id}" } ], - "sampleId": "P12345" + "sampleId": "18" }, { - "created": "2019-06-11T14:16:23.782+0000", + "created": "2019-06-11T14:17:55.864+0000", "deprecated": false, "deprecationDate": null, - "description": "The Paleobiology Database seeks to provide researchers and the public with information about the entire fossil record. It stores global, collection-based occurrence and taxonomic data for marine and terrestrial animals and plants of any geological age, as well as web-based software for statistical analysis of the data.", - "id": 592, - "mirId": "MIR:00000197", - "modified": "2019-06-11T14:16:23.782+0000", - "name": "PaleoDB", + "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references models.", + "id": 1631, + "mirId": "MIR:00000586", + "modified": "2019-06-11T14:17:55.864+0000", + "name": "E-cyanobacterium model", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "paleodb", + "prefix": "ecyano.model", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PaleoDB at Macquarie University", - "id": 594, + "description": "e-cyanobacterium entity at Masaryk University Brno", + "id": 1632, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 593, + "id": 1629, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "Macquarie University, Sydney", + "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", "rorId": null }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100254", - "name": "PaleoDB at Macquarie University", + "mirId": "MIR:00100783", + "name": "e-cyanobacterium entity at Masaryk University Brno", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://paleodb.org/", - "sampleId": "83088", - "urlPattern": "http://fossilworks.org/?a=taxonInfo&taxon_no={$id}" + "resourceHomeUrl": "http://e-cyanobacterium.org/models/", + "sampleId": "26", + "urlPattern": "http://e-cyanobacterium.org/models/model/{$id}/" } ], - "sampleId": "83088" + "sampleId": "26" }, { - "created": "2019-06-11T14:16:24.045+0000", + "created": "2019-06-11T14:17:56.089+0000", "deprecated": false, "deprecationDate": null, - "description": "Compluyeast-2D-DB is a two-dimensional polyacrylamide gel electrophoresis federated database. This collection references a subset of Uniprot, and contains general information about the protein record.", - "id": 595, - "mirId": "MIR:00000198", - "modified": "2019-06-11T14:16:24.045+0000", - "name": "Compulyeast", + "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references rules.", + "id": 1633, + "mirId": "MIR:00000587", + "modified": "2019-06-11T14:17:56.089+0000", + "name": "E-cyanobacterium rule", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", - "prefix": "compulyeast", + "pattern": "^\\d+$", + "prefix": "ecyano.rule", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Compluyeast database at Universidad Complutense Madrid", - "id": 597, + "description": "e-cyanobacterium entity at Masaryk University Brno", + "id": 1634, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 596, + "id": 1629, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "Department Microbiology II, Universidad Complutense Madrid, Madrid", + "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", "rorId": null }, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100257", - "name": "Compluyeast database at Universidad Complutense Madrid", + "mirId": "MIR:00100784", + "name": "e-cyanobacterium entity at Masaryk University Brno", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://compluyeast2dpage.dacya.ucm.es/", - "sampleId": "O08709", - "urlPattern": "http://compluyeast2dpage.dacya.ucm.es/cgi-bin/2d/2d.cgi?ac={$id}" + "resourceHomeUrl": "http://www.e-cyanobacterium.org/bcs/rule/", + "sampleId": "56", + "urlPattern": "http://e-cyanobacterium.org/bcs/rule/{$id}/" } ], - "sampleId": "O08709" + "sampleId": "56" }, { - "created": "2019-06-11T14:16:24.496+0000", + "created": "2019-06-11T14:16:22.318+0000", "deprecated": false, "deprecationDate": null, - "description": "EchoBASE is a database designed to contain and manipulate information from post-genomic experiments using the model bacterium Escherichia coli K-12. The database is built on an enhanced annotation of the updated genome sequence of strain MG1655 and the association of experimental data with the E.coli genes and their products.", - "id": 601, - "mirId": "MIR:00000200", - "modified": "2019-06-11T14:16:24.496+0000", - "name": "EchoBASE", + "description": "EDAM is an ontology of general bioinformatics concepts, including topics, data types, formats, identifiers and operations. EDAM provides a controlled vocabulary for the description, in semantic terms, of things such as: web services (e.g. WSDL files), applications, tool collections and packages, work-benches and workflow software, databases and ontologies, XSD data schema and data objects, data syntax and file formats, web portals and pages, resource catalogues and documents (such as scientific publications).", + "id": 575, + "mirId": "MIR:00000189", + "modified": "2019-06-11T14:16:22.318+0000", + "name": "EDAM Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^EB\\d+$", - "prefix": "echobase", + "pattern": "^(data|topic|operation|format)\\_\\d{4}$", + "prefix": "edam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EchoBASE at the University of York", - "id": 603, + "description": "EDAM through BioPortal", + "id": 576, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 602, + "id": 5, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Biology (Area 10), University of York, York", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100259", - "name": "EchoBASE at the University of York", + "mirId": "MIR:00100536", + "name": "EDAM through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.york.ac.uk/", - "sampleId": "EB0170", - "urlPattern": "http://www.york.ac.uk/res/thomas/Gene.cfm?recordID={$id}" - } - ], - "sampleId": "EB0170" - }, - { - "created": "2019-06-11T14:16:24.278+0000", - "deprecated": false, - "deprecationDate": null, - "description": "DisProt is a database of intrinsically disordered proteins and protein disordered regions, manually curated from literature.", - "id": 598, - "mirId": "MIR:00000199", - "modified": "2021-02-17T17:15:29.025+0000", - "name": "DisProt", - "namespaceEmbeddedInLui": false, - "pattern": "^DP\\d{5}$", - "prefix": "disprot", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/EDAM", + "sampleId": "data_1664", + "urlPattern": "http://purl.bioontology.org/ontology/EDAM/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "DisProt at University of Padua", - "id": 600, + "description": "EDAM through OLS", + "id": 577, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Padua", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100258", - "name": "DisProt at University of Padua", + "mirId": "MIR:00100762", + "name": "EDAM through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://disprot.org/", - "sampleId": "DP00003", - "urlPattern": "https://disprot.org/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/edam", + "sampleId": "data_1664", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/edam/terms?short_form={$id}" } ], - "sampleId": "DP00003" + "sampleId": "data_1664" }, { - "created": "2019-06-11T14:16:24.719+0000", + "created": "2019-06-11T14:17:09.753+0000", "deprecated": false, "deprecationDate": null, - "description": "eggNOG (evolutionary genealogy of genes: Non-supervised Orthologous Groups) is a database of orthologous groups of genes. The orthologous groups are annotated with functional description lines (derived by identifying a common denominator for the genes based on their various annotations), with functional categories (i.e derived from the original COG/KOG categories).", - "id": 604, - "mirId": "MIR:00000201", - "modified": "2019-06-11T14:16:24.719+0000", - "name": "eggNOG", + "description": "The Experimental Factor Ontology (EFO) provides a systematic description of many experimental variables available in EBI databases. It combines parts of several biological ontologies, such as anatomy, disease and chemical compounds. The scope of EFO is to support the annotation, analysis and visualization of data handled by the EBI Functional Genomics Team.", + "id": 1132, + "mirId": "MIR:00000391", + "modified": "2019-06-11T14:17:09.753+0000", + "name": "Experimental Factor Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "eggnog", + "pattern": "^\\d{7}$", + "prefix": "efo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "eggNOG Version 3 at European Molecular Biology Laboratory", - "id": 606, + "description": "EFO through OLS", + "id": 1133, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 605, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "European Molecular Biology Laboratory, Heidelberg", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100260", - "name": "eggNOG Version 3 at European Molecular Biology Laboratory", + "mirId": "MIR:00100509", + "name": "EFO through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://eggnog.embl.de/version_3.0/", - "sampleId": "veNOG12876", - "urlPattern": "http://eggnog.embl.de/version_3.0/cgi/search.py?search_term_0={$id}" - } - ], - "sampleId": "veNOG12876" - }, - { - "created": "2019-06-11T14:16:24.944+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with bacterial genomes.", - "id": 607, - "mirId": "MIR:00000202", - "modified": "2019-06-11T14:16:24.944+0000", - "name": "Ensembl Bacteria", - "namespaceEmbeddedInLui": false, - "pattern": "^((EB\\w+)|([A-Z0-9]+\\_[A-Z0-9]+))$", - "prefix": "ensembl.bacteria", - "resources": [ + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/efo", + "sampleId": "0004859", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/efo/terms?obo_id=EFO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "EFO through BioPortal", + "id": 1134, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100510", + "name": "EFO through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/EFO", + "sampleId": "0004859", + "urlPattern": "http://purl.bioontology.org/ontology/EFO/efo:EFO_{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Ensembl Bacteria at EBI", - "id": 608, + "description": "EFO through Functional Genomics Group (EBI)", + "id": 1135, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -10916,35 +11296,35 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100261", - "name": "Ensembl Bacteria at EBI", + "mirId": "MIR:00100511", + "name": "EFO through Functional Genomics Group (EBI)", "official": false, "providerCode": "ebi", - "resourceHomeUrl": "https://bacteria.ensembl.org/", - "sampleId": "MU9_3181", - "urlPattern": "https://bacteria.ensembl.org/id/{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/efo/", + "sampleId": "0004859", + "urlPattern": "https://www.ebi.ac.uk/efo/EFO_{$id}" } ], - "sampleId": "MU9_3181" + "sampleId": "0004859" }, { - "created": "2019-06-11T14:16:25.183+0000", + "created": "2019-06-11T14:17:37.233+0000", "deprecated": false, "deprecationDate": null, - "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with protist genomes.", - "id": 609, - "mirId": "MIR:00000203", - "modified": "2019-06-11T14:16:25.183+0000", - "name": "Ensembl Protists", + "description": "The EGA is a service for permanent archiving and sharing of all types of personally identifiable genetic and phenotypic data resulting from biomedical research projects. The EGA contains exclusive data collected from individuals whose consent agreements authorize data release only for specific research use or to bona fide researchers. Strict protocols govern how information is managed, stored and distributed by the EGA project. This collection references 'Datasets'.", + "id": 1444, + "mirId": "MIR:00000512", + "modified": "2019-06-11T14:17:37.233+0000", + "name": "European Genome-phenome Archive Dataset", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "ensembl.protist", + "pattern": "^EGAD\\d{11}$", + "prefix": "ega.dataset", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Ensembl Protists at EBI", - "id": 610, + "description": "EGA Dataset at European Bioinformatics Institute", + "id": 1445, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -10960,35 +11340,19 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100262", - "name": "Ensembl Protists at EBI", - "official": false, + "mirId": "MIR:00100658", + "name": "EGA Dataset at European Bioinformatics Institute", + "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://protists.ensembl.org", - "sampleId": "PF3D7_1328700", - "urlPattern": "https://protists.ensembl.org/id/{$id}" - } - ], - "sampleId": "PF3D7_1328700" - }, - { - "created": "2019-06-11T14:16:25.396+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with metazoa genomes.", - "id": 611, - "mirId": "MIR:00000204", - "modified": "2019-06-11T14:16:25.396+0000", - "name": "Ensembl Metazoa", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\.)?\\d+$", - "prefix": "ensembl.metazoa", - "resources": [ + "resourceHomeUrl": "https://www.ebi.ac.uk/ega/dataset", + "sampleId": "EGAD00000000001", + "urlPattern": "https://www.ebi.ac.uk/ega/datasets/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Enzembl Metazoa at EBI", - "id": 612, + "description": "EGA Dataset through OmicsDI", + "id": 1446, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -11004,35 +11368,35 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100263", - "name": "Enzembl Metazoa at EBI", + "mirId": "MIR:00100852", + "name": "EGA Dataset through OmicsDI", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://metazoa.ensembl.org/", - "sampleId": "FBtr0084214", - "urlPattern": "https://metazoa.ensembl.org/id/{$id}" + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "EGAD00000000001", + "urlPattern": "https://www.omicsdi.org/dataset/ega/{$id}" } ], - "sampleId": "FBtr0084214" + "sampleId": "EGAD00000000001" }, { - "created": "2019-06-11T14:16:25.597+0000", + "created": "2019-06-11T14:17:36.823+0000", "deprecated": false, "deprecationDate": null, - "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with plant genomes.", - "id": 613, - "mirId": "MIR:00000205", - "modified": "2019-06-11T14:16:25.597+0000", - "name": "Ensembl Plants", + "description": "The EGA is a service for permanent archiving and sharing of all types of personally identifiable genetic and phenotypic data resulting from biomedical research projects. The EGA contains exclusive data collected from individuals whose consent agreements authorize data release only for specific research use or to bona fide researchers. Strict protocols govern how information is managed, stored and distributed by the EGA project. This collection references 'Studies' which are experimental investigations of a particular phenomenon, often drawn from different datasets.", + "id": 1441, + "mirId": "MIR:00000511", + "modified": "2019-06-11T14:17:36.823+0000", + "name": "European Genome-phenome Archive Study", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\.\\d+)?(\\.\\d+)?$", - "prefix": "ensembl.plant", + "pattern": "^EGAS\\d{11}$", + "prefix": "ega.study", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Enzembl Plants at EBI", - "id": 614, + "description": "EGA Study at European Bioinformatics Institute", + "id": 1442, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -11048,35 +11412,19 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100264", - "name": "Enzembl Plants at EBI", - "official": false, + "mirId": "MIR:00100657", + "name": "EGA Study at European Bioinformatics Institute", + "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://plants.ensembl.org/", - "sampleId": "AT1G73965", - "urlPattern": "https://plants.ensembl.org/id/{$id}" - } - ], - "sampleId": "AT1G73965" - }, - { - "created": "2019-06-11T14:16:25.804+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with fungal genomes.", - "id": 615, - "mirId": "MIR:00000206", - "modified": "2019-06-11T14:16:25.804+0000", - "name": "Ensembl Fungi", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z-a-z0-9]+$", - "prefix": "ensembl.fungi", - "resources": [ + "resourceHomeUrl": "https://www.ebi.ac.uk/ega/studies", + "sampleId": "EGAS00000000001", + "urlPattern": "https://www.ebi.ac.uk/ega/studies/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Enzembl Fungi at EBI", - "id": 616, + "description": "EGA Study through OmicsDI", + "id": 1443, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -11092,343 +11440,311 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100265", - "name": "Enzembl Fungi at EBI", + "mirId": "MIR:00100851", + "name": "EGA Study through OmicsDI", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://fungi.ensembl.org/", - "sampleId": "CADAFLAT00006211", - "urlPattern": "https://fungi.ensembl.org/id/{$id}" + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "EGAS00000000001", + "urlPattern": "https://www.omicsdi.org/dataset/ega/{$id}" } ], - "sampleId": "CADAFLAT00006211" + "sampleId": "EGAS00000000001" }, { - "created": "2019-06-11T14:16:26.018+0000", + "created": "2019-06-11T14:16:24.719+0000", "deprecated": false, "deprecationDate": null, - "description": "the European Hepatitis C Virus Database (euHCVdb, http://euhcvdb.ibcp.fr), a collection of computer-annotated sequences based on reference genomes.mainly dedicated to HCV protein sequences, 3D structures and functional analyses.", - "id": 617, - "mirId": "MIR:00000207", - "modified": "2019-06-11T14:16:26.018+0000", - "name": "HCVDB", + "description": "eggNOG (evolutionary genealogy of genes: Non-supervised Orthologous Groups) is a database of orthologous groups of genes. The orthologous groups are annotated with functional description lines (derived by identifying a common denominator for the genes based on their various annotations), with functional categories (i.e derived from the original COG/KOG categories).", + "id": 604, + "mirId": "MIR:00000201", + "modified": "2019-06-11T14:16:24.719+0000", + "name": "eggNOG", "namespaceEmbeddedInLui": false, - "pattern": "^M\\d{5}$", - "prefix": "hcvdb", + "pattern": "^\\w+$", + "prefix": "eggnog", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HCVDB at CNRS", - "id": 619, + "description": "eggNOG Version 3 at European Molecular Biology Laboratory", + "id": 606, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 618, + "id": 605, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Institut de Biologie et Chimie des Protéines, CNRS, University of Lyon , Lyon-Gerland", + "name": "European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100266", - "name": "HCVDB at CNRS", + "mirId": "MIR:00100260", + "name": "eggNOG Version 3 at European Molecular Biology Laboratory", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://euhcvdb.ibcp.fr/euHCVdb/", - "sampleId": "M58335", - "urlPattern": "https://euhcvdb.ibcp.fr/euHCVdb/do/displayHCVEntry?primaryAC={$id}" + "resourceHomeUrl": "http://eggnog.embl.de/version_3.0/", + "sampleId": "veNOG12876", + "urlPattern": "http://eggnog.embl.de/version_3.0/cgi/search.py?search_term_0={$id}" } ], - "sampleId": "M58335" + "sampleId": "veNOG12876" }, { - "created": "2019-06-11T14:16:26.301+0000", + "created": "2019-06-11T14:16:37.386+0000", "deprecated": false, "deprecationDate": null, - "description": "GenAtlas is a database containing information on human genes, markers and phenotypes.", - "id": 620, - "mirId": "MIR:00000208", - "modified": "2019-06-11T14:16:26.301+0000", - "name": "Genatlas", + "description": "Linear motifs are short, evolutionarily plastic components of regulatory proteins. Mainly focused on the eukaryotic sequences,the Eukaryotic Linear Motif resource (ELM) is a database of curated motif classes and instances.", + "id": 742, + "mirId": "MIR:00000250", + "modified": "2019-06-11T14:16:37.386+0000", + "name": "ELM", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "genatlas", + "pattern": "^[A-Za-z_0-9]+$", + "prefix": "elm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genatlas at Paris Descartes University", - "id": 622, + "description": "ELM at EMBL (Germany)", + "id": 744, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 621, + "id": 743, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Paris Descartes University, Paris", + "name": "Structural and Computational Biology, European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100267", - "name": "Genatlas at Paris Descartes University", + "mirId": "MIR:00100321", + "name": "ELM at EMBL (Germany)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://genatlas.medecine.univ-paris5.fr/", - "sampleId": "HBB", - "urlPattern": "http://genatlas.medecine.univ-paris5.fr/fiche.php?symbol={$id}" + "resourceHomeUrl": "http://elm.eu.org/", + "sampleId": "CLV_MEL_PAP_1", + "urlPattern": "http://elm.eu.org/elms/elmPages/{$id}.html" } ], - "sampleId": "HBB" + "sampleId": "CLV_MEL_PAP_1" }, { - "created": "2019-06-11T14:16:26.635+0000", + "created": "2019-06-11T14:17:48.947+0000", "deprecated": false, "deprecationDate": null, - "description": "The CATH database is a hierarchical domain classification of protein structures in the Protein Data Bank. Protein structures are classified using a combination of automated and manual procedures. There are four major levels in this hierarchy; Class (secondary structure classification, e.g. mostly alpha), Architecture (classification based on overall shape), Topology (fold family) and Homologous superfamily (protein domains which are thought to share a common ancestor). This colelction is concerned with superfamily classification.", - "id": 623, - "mirId": "MIR:00000209", - "modified": "2019-06-11T14:16:26.635+0000", - "name": "CATH superfamily", + "description": "The Electron Microscopy Data Bank (EMDB) is a public repository for electron microscopy density maps of macromolecular complexes and subcellular structures. It covers a variety of techniques, including single-particle analysis, electron tomography, and electron (2D) crystallography. The EMDB map distribution format follows the CCP4 definition, which is widely recognized by software packages used by the structural biology community.", + "id": 1565, + "mirId": "MIR:00000561", + "modified": "2019-06-11T14:17:48.947+0000", + "name": "Electron Microscopy Data Bank", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+(\\.\\d+(\\.\\d+(\\.\\d+)?)?)?$", - "prefix": "cath.superfamily", + "pattern": "^EMD-\\d{4}$", + "prefix": "emdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CATH superfamily at UCL", - "id": 625, + "description": "EMDB at Protein Data Bank in Europe", + "id": 1566, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 624, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Institute of Structural and Molecular Biology, University College London", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100268", - "name": "CATH superfamily at UCL", + "mirId": "MIR:00100738", + "name": "EMDB at Protein Data Bank in Europe", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cathdb.info/", - "sampleId": "1.10.10.200", - "urlPattern": "http://www.cathdb.info/cathnode/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe/emdb/", + "sampleId": "EMD-1001", + "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/emdb/{$id}" } ], - "sampleId": "1.10.10.200" + "sampleId": "EMD-1001" }, { - "created": "2019-06-11T14:16:26.899+0000", + "created": "2019-06-11T14:17:04.223+0000", "deprecated": false, "deprecationDate": null, - "description": "The CATH database is a hierarchical domain classification of protein structures in the Protein Data Bank. Protein structures are classified using a combination of automated and manual procedures. There are four major levels in this hierarchy; Class (secondary structure classification, e.g. mostly alpha), Architecture (classification based on overall shape), Topology (fold family) and Homologous superfamily (protein domains which are thought to share a common ancestor). This colelction is concerned with CATH domains.", - "id": 626, - "mirId": "MIR:00000210", - "modified": "2019-06-11T14:16:26.899+0000", - "name": "CATH domain", + "description": "The European Nucleotide Archive (ENA) captures and presents information relating to experimental workflows that are based around nucleotide sequencing. ENA is made up of a number of distinct databases that includes EMBL-Bank, the Sequence Read Archive (SRA) and the Trace Archive each with their own data formats and standards. This collection references Embl-Bank identifiers.", + "id": 1068, + "mirId": "MIR:00000372", + "modified": "2019-06-11T14:17:04.223+0000", + "name": "ENA", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "cath.domain", + "pattern": "^[A-Z]+[0-9]+(\\.\\d+)?$", + "prefix": "ena.embl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CATH domain at UCL", - "id": 627, + "description": "ENA through GenBank", + "id": 1070, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 624, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Structural and Molecular Biology, University College London", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100269", - "name": "CATH domain at UCL", + "mirId": "MIR:00100889", + "name": "ENA through GenBank", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cathdb.info/", - "sampleId": "1cukA01", - "urlPattern": "http://www.cathdb.info/domain/{$id}" - } - ], - "sampleId": "1cukA01" - }, - { - "created": "2019-06-11T14:16:27.145+0000", - "deprecated": false, - "deprecationDate": null, - "description": "GeneFarm is a database whose purpose is to store traceable annotations for Arabidopsis nuclear genes and gene products.", - "id": 628, - "mirId": "MIR:00000211", - "modified": "2019-06-11T14:16:27.145+0000", - "name": "GeneFarm", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "genefarm", - "resources": [ + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", + "sampleId": "BN000065", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "GeneFarm at Unité de Recherche en Génomique Végétale", - "id": 630, + "description": "ENA at European Bioinformatics Institute", + "id": 1069, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 629, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Unité de Recherche en Génomique Végétale, Evry", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100270", - "name": "GeneFarm at Unité de Recherche en Génomique Végétale", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://urgi.versailles.inra.fr/Genefarm/", - "sampleId": "4892", - "urlPattern": "https://urgi.versailles.inra.fr/Genefarm/Gene/display_gene.htpl?GENE_ID={$id}" + "mirId": "MIR:00100473", + "name": "ENA at European Bioinformatics Institute", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", + "sampleId": "BN000065", + "urlPattern": "https://www.ebi.ac.uk/ena/browser/view/{$id}" } ], - "sampleId": "4892" + "sampleId": "BN000065" }, { - "created": "2019-06-11T14:16:27.419+0000", + "created": "2019-06-11T14:18:14.565+0000", "deprecated": false, "deprecationDate": null, - "description": "The G protein-coupled receptor database (GPCRDB) collects, large amounts of heterogeneous data on GPCRs. It contains experimental data on sequences, ligand-binding constants, mutations and oligomers, and derived data such as multiple sequence alignments and homology models.", - "id": 631, - "mirId": "MIR:00000212", - "modified": "2019-06-11T14:16:27.419+0000", - "name": "GPCRDB", + "description": "The ENCODE Consortium is integrating multiple technologies and approaches in a collective effort to discover and define the functional elements encoded in the human genome, including genes, transcripts, and transcriptional regulatory regions, together with their attendant chromatin states and DNA methylation patterns.", + "id": 1836, + "mirId": "MIR:00000662", + "modified": "2019-06-11T14:18:14.565+0000", + "name": "ENCODE: Encyclopedia of DNA Elements", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "gpcrdb", + "pattern": "^ENC[A-Za-z]{2}[0-9]{3}[A-Za-z]{3}$", + "prefix": "encode", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GPCRDB at Radboud University", - "id": 633, + "description": "ENCODE: Encyclopedia of DNA Elements", + "id": 1838, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 632, + "id": 1837, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "name": "Radboud University Nijmegen Medical Centre, Nijmegen,", + "name": "ENCODE Consortium", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100271", - "name": "GPCRDB at Radboud University", + "mirId": "MIR:00100880", + "name": "ENCODE: Encyclopedia of DNA Elements", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gpcrdb.org/", - "sampleId": "RL3R1_HUMAN", - "urlPattern": "http://www.gpcrdb.org/protein/{$id}/" + "resourceHomeUrl": "www.encodeproject.org", + "sampleId": "ENCSR163RYW", + "urlPattern": "https://www.encodeproject.org/{$id}" } ], - "sampleId": "RL3R1_HUMAN" + "sampleId": "ENCSR163RYW" }, { - "created": "2019-06-11T14:16:27.678+0000", + "created": "2019-06-11T14:15:27.869+0000", "deprecated": false, "deprecationDate": null, - "description": "HOGENOM is a database of homologous genes from fully sequenced organisms (bacteria, archeae and eukarya). This collection references phylogenetic trees which can be retrieved using either UniProt accession numbers, or HOGENOM tree family identifier.", - "id": 634, - "mirId": "MIR:00000213", - "modified": "2019-06-11T14:16:27.678+0000", - "name": "HOGENOM", + "description": "Ensembl is a joint project between EMBL - EBI and the Sanger Institute to develop a software system which produces and maintains automatic annotation on selected eukaryotic genomes. This collections also references outgroup organisms.", + "id": 7, + "mirId": "MIR:00000003", + "modified": "2023-01-09T13:51:48.046+0000", + "name": "Ensembl", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "hogenom", + "pattern": "^((ENS[FPTG]\\d{11}(\\.\\d+)?)|(FB\\w{2}\\d{7})|(Y[A-Z]{2}\\d{3}[a-zA-Z](\\-[A-Z])?)|([A-Z_a-z0-9]+(\\.)?(t)?(\\d+)?([a-z])?))$", + "prefix": "ensembl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HOGENOM at CNRS", - "id": 636, + "description": "Ensembl at Sanger/EMBL-EBI", + "id": 9, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 635, + "id": 8, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Laboratoire de Biométrie et Biologie Evolutive, CNRS, Lyon", - "rorId": null - }, - "location": { - "countryCode": "FR", - "countryName": "France" - }, - "mirId": "MIR:00100272", - "name": "HOGENOM at CNRS", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pbil.univ-lyon1.fr/databases/hogenom/", - "sampleId": "HBG284870", - "urlPattern": "http://pbil.univ-lyon1.fr/cgi-bin/view-tree.pl?db=HOGENOM5&query={$id}" - } - ], - "sampleId": "HBG284870" - }, - { - "created": "2019-06-11T14:16:27.950+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Genetree displays the maximum likelihood phylogenetic (protein) trees representing the evolutionary history of the genes. These are constructed using the canonical protein for every gene in Ensembl.", - "id": 637, - "mirId": "MIR:00000214", - "modified": "2019-06-11T14:16:27.950+0000", - "name": "GeneTree", - "namespaceEmbeddedInLui": false, - "pattern": "^ENSGT\\d+$", - "prefix": "genetree", - "resources": [ + "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "rorId": null + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100011", + "name": "Ensembl at Sanger/EMBL-EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ensembl.org/", + "sampleId": "ENSG00000139618", + "urlPattern": "https://www.ensembl.org/id/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "GeneTree at Ensembl", - "id": 638, + "description": "Ensembl US West mirror", + "id": 10, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", @@ -11441,1294 +11757,1362 @@ "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100273", - "name": "GeneTree at Ensembl", + "mirId": "MIR:00100561", + "name": "Ensembl US West mirror", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ensembl.org/", - "sampleId": "ENSGT00550000074763", - "urlPattern": "http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt={$id}" - } - ], - "sampleId": "ENSGT00550000074763" - }, - { - "created": "2019-06-11T14:16:28.184+0000", - "deprecated": false, - "deprecationDate": null, - "description": "HSSP (homology-derived structures of proteins) is a derived database merging structural (2-D and 3-D) and sequence information (1-D). For each protein of known 3D structure from the Protein Data Bank, the database has a file with all sequence homologues, properly aligned to the PDB protein.", - "id": 639, - "mirId": "MIR:00000215", - "modified": "2019-06-11T14:16:28.184+0000", - "name": "HSSP", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w{4}$", - "prefix": "hssp", - "resources": [ + "resourceHomeUrl": "http://uswest.ensembl.org/", + "sampleId": "ENSG00000139618", + "urlPattern": "http://uswest.ensembl.org/id/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "HSSP at EMBL", - "id": 641, + "description": "Ensembl US East mirror", + "id": 11, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 640, + "id": 8, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Protein Design Group, European Molecular Biology Laboratory, Heidelberg", + "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100274", - "name": "HSSP at EMBL", + "mirId": "MIR:00100562", + "name": "Ensembl US East mirror", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://swift.cmbi.kun.nl/swift/hssp/", - "sampleId": "102l", - "urlPattern": "ftp://ftp.embl-heidelberg.de/pub/databases/protein_extras/hssp/{$id}.hssp.bz2" + "resourceHomeUrl": "http://useast.ensembl.org/", + "sampleId": "ENSG00000139618", + "urlPattern": "http://useast.ensembl.org/id/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "HSSP at CMBI", - "id": 643, + "description": "Ensembl Asia mirror", + "id": 12, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 642, + "id": 8, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Nijmegen Centre for Molecular Life Sciences, CMBI, Nijmegen", + "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "SG", + "countryName": "Singapore" }, - "mirId": "MIR:00100458", - "name": "HSSP at CMBI", + "mirId": "MIR:00100563", + "name": "Ensembl Asia mirror", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/", - "sampleId": "102l", - "urlPattern": "ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/{$id}.hssp.bz2" + "resourceHomeUrl": "http://asia.ensembl.org/", + "sampleId": "ENSG00000139618", + "urlPattern": "http://asia.ensembl.org/id/{$id}" } ], - "sampleId": "102l" + "sampleId": "ENSG00000139618" }, { - "created": "2019-06-11T14:16:28.639+0000", + "created": "2019-06-11T14:16:24.944+0000", "deprecated": false, "deprecationDate": null, - "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria tuberculosis information.", - "id": 644, - "mirId": "MIR:00000216", - "modified": "2019-06-11T14:16:28.639+0000", - "name": "MycoBrowser tuberculosis", + "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with bacterial genomes.", + "id": 607, + "mirId": "MIR:00000202", + "modified": "2019-06-11T14:16:24.944+0000", + "name": "Ensembl Bacteria", "namespaceEmbeddedInLui": false, - "pattern": "^Rv\\d{4}(A|B|c)?$", - "prefix": "myco.tuber", + "pattern": "^((EB\\w+)|([A-Z0-9]+\\_[A-Z0-9]+))$", + "prefix": "ensembl.bacteria", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MycoBrowser tuberculosis at Global Health Institute", - "id": 646, + "description": "Ensembl Bacteria at EBI", + "id": 608, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 645, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Global Health Institute, Lausanne", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100275", - "name": "MycoBrowser tuberculosis at Global Health Institute", + "mirId": "MIR:00100261", + "name": "Ensembl Bacteria at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://tuberculist.epfl.ch/", - "sampleId": "Rv1908c", - "urlPattern": "http://tuberculist.epfl.ch/quicksearch.php?gene+name={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://bacteria.ensembl.org/", + "sampleId": "MU9_3181", + "urlPattern": "https://bacteria.ensembl.org/id/{$id}" } ], - "sampleId": "Rv1908c" + "sampleId": "MU9_3181" }, { - "created": "2019-06-11T14:16:28.887+0000", + "created": "2019-06-11T14:16:25.804+0000", "deprecated": false, "deprecationDate": null, - "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria leprae information.", - "id": 647, - "mirId": "MIR:00000217", - "modified": "2019-06-11T14:16:28.887+0000", - "name": "MycoBrowser leprae", + "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with fungal genomes.", + "id": 615, + "mirId": "MIR:00000206", + "modified": "2019-06-11T14:16:25.804+0000", + "name": "Ensembl Fungi", "namespaceEmbeddedInLui": false, - "pattern": "^ML\\w+$", - "prefix": "myco.lepra", + "pattern": "^[A-Z-a-z0-9]+$", + "prefix": "ensembl.fungi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MycoBrowser leprae at Global Health Institute", - "id": 648, + "description": "Enzembl Fungi at EBI", + "id": 616, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 645, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Global Health Institute, Lausanne", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100276", - "name": "MycoBrowser leprae at Global Health Institute", + "mirId": "MIR:00100265", + "name": "Enzembl Fungi at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mycobrowser.epfl.ch/leprosy.html", - "sampleId": "ML0224", - "urlPattern": "http://mycobrowser.epfl.ch/leprosysearch.php?gene+name={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://fungi.ensembl.org/", + "sampleId": "CADAFLAT00006211", + "urlPattern": "https://fungi.ensembl.org/id/{$id}" } ], - "sampleId": "ML0224" + "sampleId": "CADAFLAT00006211" }, { - "created": "2019-06-11T14:16:29.087+0000", + "created": "2019-06-11T14:16:25.396+0000", "deprecated": false, "deprecationDate": null, - "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria marinum information.", - "id": 649, - "mirId": "MIR:00000218", - "modified": "2019-06-11T14:16:29.087+0000", - "name": "MycoBrowser marinum", + "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with metazoa genomes.", + "id": 611, + "mirId": "MIR:00000204", + "modified": "2019-06-11T14:16:25.396+0000", + "name": "Ensembl Metazoa", "namespaceEmbeddedInLui": false, - "pattern": "^MMAR\\_\\d+$", - "prefix": "myco.marinum", + "pattern": "^\\w+(\\.)?\\d+$", + "prefix": "ensembl.metazoa", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MycoBrowser marinum at Global Health Institute", - "id": 650, + "description": "Enzembl Metazoa at EBI", + "id": 612, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 645, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Global Health Institute, Lausanne", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100277", - "name": "MycoBrowser marinum at Global Health Institute", + "mirId": "MIR:00100263", + "name": "Enzembl Metazoa at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mycobrowser.epfl.ch/marinolist.html", - "sampleId": "MMAR_2462", - "urlPattern": "http://mycobrowser.epfl.ch/marinosearch.php?gene+name={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://metazoa.ensembl.org/", + "sampleId": "FBtr0084214", + "urlPattern": "https://metazoa.ensembl.org/id/{$id}" } ], - "sampleId": "MMAR_2462" + "sampleId": "FBtr0084214" }, { - "created": "2019-06-11T14:16:29.310+0000", + "created": "2019-06-11T14:16:25.597+0000", "deprecated": false, "deprecationDate": null, - "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria smegmatis information.", - "id": 651, - "mirId": "MIR:00000219", - "modified": "2019-06-11T14:16:29.310+0000", - "name": "MycoBrowser smegmatis", + "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with plant genomes.", + "id": 613, + "mirId": "MIR:00000205", + "modified": "2019-06-11T14:16:25.597+0000", + "name": "Ensembl Plants", "namespaceEmbeddedInLui": false, - "pattern": "^MSMEG\\w+$", - "prefix": "myco.smeg", + "pattern": "^\\w+(\\.\\d+)?(\\.\\d+)?$", + "prefix": "ensembl.plant", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MycoBrowser smegmatis at Global Health Institute", - "id": 652, + "description": "Enzembl Plants at EBI", + "id": 614, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 645, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Global Health Institute, Lausanne", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100278", - "name": "MycoBrowser smegmatis at Global Health Institute", + "mirId": "MIR:00100264", + "name": "Enzembl Plants at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mycobrowser.epfl.ch/smegmalist.html", - "sampleId": "MSMEG_3769", - "urlPattern": "http://mycobrowser.epfl.ch/smegmasearch.php?gene+name={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://plants.ensembl.org/", + "sampleId": "AT1G73965", + "urlPattern": "https://plants.ensembl.org/id/{$id}" } ], - "sampleId": "MSMEG_3769" + "sampleId": "AT1G73965" }, { - "created": "2019-06-11T14:16:29.544+0000", + "created": "2019-06-11T14:16:25.183+0000", "deprecated": false, "deprecationDate": null, - "description": "Orphanet is a reference portal for information on rare diseases and orphan drugs. It’s aim is to help improve the diagnosis, care and treatment of patients with rare diseases.", - "id": 653, - "mirId": "MIR:00000220", - "modified": "2019-06-11T14:16:29.544+0000", - "name": "Orphanet", + "description": "Ensembl Genomes consists of five sub-portals (for bacteria, protists, fungi, plants and invertebrate metazoa) designed to complement the availability of vertebrate genomes in Ensembl. This collection is concerned with protist genomes.", + "id": 609, + "mirId": "MIR:00000203", + "modified": "2019-06-11T14:16:25.183+0000", + "name": "Ensembl Protists", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "orphanet", + "pattern": "^\\w+$", + "prefix": "ensembl.protist", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Orphanet at Inserm", - "id": 655, + "description": "Ensembl Protists at EBI", + "id": 610, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 654, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Inserm, Hôpital Broussais, Paris", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100279", - "name": "Orphanet at Inserm", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.orpha.net/consor/", - "sampleId": "85163", - "urlPattern": "http://www.orpha.net/consor/cgi-bin/OC_Exp.php?Lng=EN&Expert={$id}" - }, + "mirId": "MIR:00100262", + "name": "Ensembl Protists at EBI", + "official": false, + "providerCode": "ebi", + "resourceHomeUrl": "https://protists.ensembl.org", + "sampleId": "PF3D7_1328700", + "urlPattern": "https://protists.ensembl.org/id/{$id}" + } + ], + "sampleId": "PF3D7_1328700" + }, + { + "created": "2020-03-24T07:50:16.285+0000", + "deprecated": false, + "deprecationDate": null, + "description": "enviPath is a database and prediction system for the microbial biotransformation of organic environmental contaminants. The database provides the possibility to store and view experimentally observed biotransformation pathways. The pathway prediction system provides different relative reasoning models to predict likely biotransformation pathways and products.", + "id": 2198, + "mirId": "MIR:00000727", + "modified": "2020-03-24T07:50:16.285+0000", + "name": "enviPath", + "namespaceEmbeddedInLui": false, + "pattern": "^[\\w^_]{8}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{12}\\/[\\w-]+\\/[\\w^_]{8}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{12}$", + "prefix": "envipath", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bio2RDF", - "id": 656, + "description": "enviPath is a database and prediction system for the microbial biotransformation of organic environmental contaminants. The database provides the possibility to store and view experimentally observed biotransformation pathways. The pathway prediction system provides different relative reasoning models to predict likely biotransformation pathways and products.", + "id": 2199, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "We currently have no more details on this institution / organization, for more information, please see https://envipath.com/imprint/", + "homeUrl": "https://envipath.org/", + "id": 2197, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Bio2RDF.org", + "name": "enviPath UG & Co. KG", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100701", - "name": "Bio2RDF", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://orphanet.bio2rdf.org/fct", - "sampleId": "85163", - "urlPattern": "http://orphanet.bio2rdf.org/describe/?url=http://bio2rdf.org/orphanet:{$id}" + "mirId": "MIR:00000776", + "name": "enviPath", + "official": true, + "providerCode": "envipathug", + "resourceHomeUrl": "https://envipath.org/", + "sampleId": "32de3cf4-e3e6-4168-956e-32fa5ddb0ce1/compound/b545cabc-8c9e-4b20-8848-efa015b481ea", + "urlPattern": "https://envipath.org/package/{$id}" } ], - "sampleId": "85163" + "sampleId": "32de3cf4-e3e6-4168-956e-32fa5ddb0ce1/compound/b545cabc-8c9e-4b20-8848-efa015b481ea" }, { - "created": "2019-06-11T14:16:29.860+0000", + "created": "2019-06-11T14:17:57.267+0000", "deprecated": false, "deprecationDate": null, - "description": "OrthoDB presents a catalog of eukaryotic orthologous protein-coding genes across vertebrates, arthropods, and fungi. Orthology refers to the last common ancestor of the species under consideration, and thus OrthoDB explicitly delineates orthologs at each radiation along the species phylogeny. The database of orthologs presents available protein descriptors, together with Gene Ontology and InterPro attributes, which serve to provide general descriptive annotations of the orthologous groups", - "id": 657, - "mirId": "MIR:00000221", - "modified": "2019-06-11T14:16:29.860+0000", - "name": "OrthoDB", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "orthodb", + "description": "The Environment Ontology is a resource and research target for the semantically controlled description of environmental entities. The ontology's initial aim was the representation of the biomes, environmental features, and environmental materials pertinent to genomic and microbiome-related investigations.", + "id": 1644, + "mirId": "MIR:00000591", + "modified": "2021-04-17T20:07:01.902+0000", + "name": "Environment Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^ENVO:\\d{7,8}$", + "prefix": "envo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OrthoDB at Swiss Institute of Bioinformatics", - "id": 659, + "description": "The Environment Ontology through OLS", + "id": 1645, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100790", + "name": "The Environment Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/envo", + "sampleId": "09200010", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/envo/terms?obo_id=ENVO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "The Environment Ontology through BioPortal", + "id": 1646, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 658, + "id": 5, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Genetic Medicine and Development, Swiss Institute of Bioinformatics, Geneva", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100280", - "name": "OrthoDB at Swiss Institute of Bioinformatics", + "mirId": "MIR:00100791", + "name": "The Environment Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cegg.unige.ch/orthodb4", - "sampleId": "Q9P0K8", - "urlPattern": "http://cegg.unige.ch/orthodb/results?searchtext={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://purl.bioontology.org/ontology/ENVO/", + "sampleId": "09200010", + "urlPattern": "http://purl.bioontology.org/ontology/ENVO/ENVO:{$id}" } ], - "sampleId": "Q9P0K8" + "sampleId": "09200010" }, { - "created": "2019-06-11T14:16:30.097+0000", + "created": "2019-06-11T14:17:38.985+0000", "deprecated": false, "deprecationDate": null, - "description": "Peroxibase provides access to peroxidase sequences from all kingdoms of life, and provides a series of bioinformatics tools and facilities suitable for analysing these sequences.", - "id": 660, - "mirId": "MIR:00000222", - "modified": "2019-06-11T14:16:30.097+0000", - "name": "Peroxibase", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "peroxibase", + "description": "The Plant Environment Ontology is a set of standardized controlled vocabularies to describe various types of treatments given to an individual plant / a population or a cultured tissue and/or cell type sample to evaluate the response on its exposure. It also includes the study types, where the terms can be used to identify the growth study facility. Each growth facility such as field study, growth chamber, green house etc is a environment on its own it may also involve instances of biotic and abiotic environments as supplemental treatments used in these studies.", + "id": 1462, + "mirId": "MIR:00000518", + "modified": "2019-06-11T14:17:38.985+0000", + "name": "Plant Environment Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^(P)?EO\\:\\d{7}$", + "prefix": "eo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Peroxibase at University of Geneva", - "id": 662, + "description": "Plant Environment Ontology through Gramene", + "id": 1463, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 661, + "id": 556, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Plant Biology, University of Geneva, Geneva", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100281", - "name": "Peroxibase at University of Geneva", + "mirId": "MIR:00100667", + "name": "Plant Environment Ontology through Gramene", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://peroxibase.toulouse.inra.fr/", - "sampleId": "5282", - "urlPattern": "http://peroxibase.toulouse.inra.fr/browse/process/view_perox.php?id={$id}" - } - ], - "sampleId": "5282" - }, - { - "created": "2019-06-11T14:16:30.326+0000", - "deprecated": false, - "deprecationDate": null, - "description": "PhylomeDB is a database of complete phylomes derived for different genomes within a specific taxonomic range. It provides alignments, phylogentic trees and tree-based orthology predictions for all encoded proteins.", - "id": 663, - "mirId": "MIR:00000223", - "modified": "2019-06-11T14:16:30.326+0000", - "name": "PhylomeDB", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "phylomedb", - "resources": [ + "resourceHomeUrl": "http://archive.gramene.org/db/ontology/search_term?id=EO:0007359", + "sampleId": "0007404", + "urlPattern": "http://archive.gramene.org/db/ontology/search?query=EO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "PhylomeDB at Centro de Investigación Príncipe Felipe", - "id": 665, + "description": "Plant Environment Ontology through BioPortal", + "id": 1464, "institution": { - "description": "The Centre for Genomic Regulation (CRG) is an international biomedical research institute of excellence, created in December 2000. It is a non-profit foundation funded by the Catalan Government through the Departments of Business & Knowledge, the Spanish Ministry of Science, Innovation & Universities, the \"la Caixa\" Banking Foundation, and includes the participation of Pompeu Fabra University.", - "homeUrl": "https://www.crg.eu", - "id": 664, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "US", + "countryName": "United States" }, - "name": "Centre for Genomic Regulation", - "rorId": "https://ror.org/03wyzt892" + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null }, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100282", - "name": "PhylomeDB at Centro de Investigación Príncipe Felipe", + "mirId": "MIR:00100668", + "name": "Plant Environment Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://phylomedb.org/", - "sampleId": "Phy000CLXM_RAT", - "urlPattern": "http://phylomedb.org/?seqid={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PECO", + "sampleId": "0007404", + "urlPattern": "http://purl.bioontology.org/ontology/PECO/EO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Plant Environment Ontology through OLS", + "id": 1465, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100669", + "name": "Plant Environment Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/eo", + "sampleId": "0007404", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/eo/terms?obo_id=EO:{$id}" } ], - "sampleId": "Phy000CLXM_RAT" + "sampleId": "0007404" }, { - "created": "2019-06-11T14:16:30.547+0000", + "created": "2019-06-11T14:17:14.109+0000", "deprecated": false, "deprecationDate": null, - "description": "The Proteolysis MAP is a resource for proteolytic networks and pathways. PMAP is comprised of five databases, linked together in one environment. SubstrateDB contains molecular information on documented protease substrates.", - "id": 666, - "mirId": "MIR:00000224", - "modified": "2019-06-11T14:16:30.547+0000", - "name": "SubstrateDB", + "description": "The Eukaryotic Promoter Database (EPD) is an annotated non-redundant collection of eukaryotic POL II promoters, for which the transcription start site has been determined experimentally. Access to promoter sequences is provided by pointers to positions in nucleotide sequence entries. The annotation part of an entry includes description of the initiation site mapping data, cross-references to other databases, and bibliographic references. EPD is structured in a way that facilitates dynamic extraction of biologically meaningful promoter subsets for comparative sequence analysis.", + "id": 1185, + "mirId": "MIR:00000408", + "modified": "2019-06-11T14:17:14.109+0000", + "name": "EPD", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pmap.substratedb", + "pattern": "^[A-Z-_0-9]+$", + "prefix": "epd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SubstrateDB at The Burnham Institute for Medical Research", - "id": 668, + "description": "EPD at Swiss Institute of Bioinformatics", + "id": 1186, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 667, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "The Center on Proteolytic Pathways, The Cancer Research Center and The Inflammatory and Infectious Disease Center, The Burnham Institute for Medical Research, California", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100283", - "name": "SubstrateDB at The Burnham Institute for Medical Research", + "mirId": "MIR:00100528", + "name": "EPD at Swiss Institute of Bioinformatics", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://substrate.burnham.org/", - "sampleId": "1915", - "urlPattern": "http://substrate.burnham.org/protein/annotation/{$id}/html" + "providerCode": "sib", + "resourceHomeUrl": "http://epd.vital-it.ch/", + "sampleId": "TA_H3", + "urlPattern": "http://epd.vital-it.ch/cgi-bin/query_result.pl?out_format=NICE&Entry_0={$id}" } ], - "sampleId": "1915" + "sampleId": "TA_H3" }, { - "created": "2019-06-11T14:16:30.793+0000", + "created": "2019-06-19T15:38:51.382+0000", "deprecated": false, "deprecationDate": null, - "description": "The Proteolysis MAP is a resource for proteolytic networks and pathways. PMAP is comprised of five databases, linked together in one environment. CutDB is a database of individual proteolytic events (cleavage sites).", - "id": 669, - "mirId": "MIR:00000225", - "modified": "2019-06-11T14:16:30.793+0000", - "name": "CutDB", + "description": "The European Registry of Materials is a simple registry with the sole purpose to mint material identifiers to be used by research projects throughout the life cycle of their project.", + "id": 1942, + "mirId": "MIR:00000763", + "modified": "2019-06-19T15:38:51.382+0000", + "name": "European Registry of Materials", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pmap.cutdb", + "pattern": "^ERM[0-9]{8}$", + "prefix": "erm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CutDB at The Burnham Institute for Medical Research", - "id": 670, + "description": "The European Registry of Materials is a simple registry with the sole purpose to mint material identifiers to be used by research projects throughout the life cycle of their project.", + "id": 1943, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 667, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "The Center on Proteolytic Pathways, The Cancer Research Center and The Inflammatory and Infectious Disease Center, The Burnham Institute for Medical Research, California", - "rorId": null + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100284", - "name": "CutDB at The Burnham Institute for Medical Research", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cutdb.burnham.org", - "sampleId": "25782", - "urlPattern": "http://cutdb.burnham.org/relation/show/{$id}" + "mirId": "MIR:00000711", + "name": "European Registry of Materials", + "official": true, + "providerCode": "erm", + "resourceHomeUrl": "https://nanocommons.github.io/identifiers/", + "sampleId": "ERM00000044", + "urlPattern": "https://nanocommons.github.io/identifiers/registry#{$id}" } ], - "sampleId": "25782" + "sampleId": "ERM00000044" }, { - "created": "2019-06-11T14:16:31.086+0000", + "created": "2019-06-11T14:18:04.072+0000", "deprecated": false, "deprecationDate": null, - "description": "ProtClustDB is a collection of related protein sequences (clusters) consisting of Reference Sequence proteins encoded by complete genomes. This database contains both curated and non-curated clusters.", - "id": 671, - "mirId": "MIR:00000226", - "modified": "2019-06-11T14:16:31.086+0000", - "name": "ProtClustDB", + "description": "Endogenous retroviruses (ERVs) are common in vertebrate genomes; a typical mammalian genome contains tens to hundreds of thousands of ERV elements. Most ERVs are evolutionarily old and have accumulated multiple mutations, playing important roles in physiology and disease processes. The Human Endogenous Retrovirus Database (hERV) is compiled from the human genome nucleotide sequences obtained from Human Genome Projects, and screens those sequences for hERVs, whilst continuously improving classification and characterization of retroviral families. It provides access to individual reconstructed HERV elements, their sequence, structure and features.", + "id": 1718, + "mirId": "MIR:00000619", + "modified": "2019-06-11T14:18:04.072+0000", + "name": "Human Endogenous Retrovirus Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "protclustdb", + "pattern": "^[A-Za-z0-9\\-\\_]+$", + "prefix": "erv", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProtClustDB at NCBI", - "id": 672, + "description": "Human Endogenous Retrovirus Database", + "id": 1720, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1719, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Institute of Molecular Genetics, Academy of Sciences of the Czech Republic", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100285", - "name": "ProtClustDB at NCBI", + "mirId": "MIR:00100823", + "name": "Human Endogenous Retrovirus Database", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/proteinclusters?db=proteinclusters", - "sampleId": "O80725", - "urlPattern": "https://www.ncbi.nlm.nih.gov/sites/entrez?Db=proteinclusters&Cmd=DetailsSearch&Term={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://herv.img.cas.cz/", + "sampleId": "THE1B", + "urlPattern": "https://herv.img.cas.cz/s/{$id}" } ], - "sampleId": "O80725" + "sampleId": "THE1B" }, { - "created": "2019-06-11T14:16:31.282+0000", + "created": "2019-06-11T14:18:09.859+0000", "deprecated": false, "deprecationDate": null, - "description": "The number of known protein sequences exceeds those of experimentally solved protein structures. Homology (or comparative) modeling methods make use of experimental protein structures to build models for evolutionary related proteins. The Protein Model Portal (PMP) provides a single portal to access these models, which are accessed through their UniProt identifiers.", - "id": 673, - "mirId": "MIR:00000227", - "modified": "2019-06-11T14:16:31.282+0000", - "name": "PMP", + "description": "The JRC Data Catalogue gives access to the multidisciplinary data produced and maintained by the Joint Research Centre, the European Commission's in-house science service providing independent scientific advice and support to policies of the European Union.", + "id": 1786, + "mirId": "MIR:00000644", + "modified": "2019-06-11T14:18:09.859+0000", + "name": "JRC Data Catalogue", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", - "prefix": "pmp", + "pattern": "^[a-z0-9\\-_]+$", + "prefix": "eu89h", "resources": [ { - "deprecated": true, - "deprecationDate": "2020-03-03T06:27:49.602+0000", - "description": "PMP at University of Basel", - "id": 675, + "deprecated": false, + "deprecationDate": null, + "description": "JRC Data Catalogue", + "id": 1788, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 674, + "id": 1787, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "BE", + "countryName": "Belgium" }, - "name": "Biozentrum, University of Basel, Basel", + "name": "European Commission, Joint Research Centre (JRC)", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "BE", + "countryName": "Belgium" }, - "mirId": "MIR:00100286", - "name": "PMP at University of Basel", + "mirId": "MIR:00100849", + "name": "JRC Data Catalogue", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.proteinmodelportal.org/", - "sampleId": "Q0VCA6", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100286/{$id}" + "resourceHomeUrl": "http://data.jrc.ec.europa.eu/", + "sampleId": "jrc-eurl-ecvam-chemagora", + "urlPattern": "http://data.europa.eu/89h/{$id}" } ], - "sampleId": "Q0VCA6" + "sampleId": "jrc-eurl-ecvam-chemagora" }, { - "created": "2019-06-11T14:16:31.529+0000", + "created": "2019-06-11T14:17:43.129+0000", "deprecated": false, "deprecationDate": null, - "description": "ProtoNet provides automatic hierarchical classification of protein sequences in the UniProt database, partitioning the protein space into clusters of similar proteins. This collection references protein information.", - "id": 676, - "mirId": "MIR:00000228", - "modified": "2019-06-11T14:16:31.529+0000", - "name": "ProtoNet ProteinCard", + "description": "The EU Clinical Trials Register contains information on clinical trials conducted in the European Union (EU), or the European Economic Area (EEA) which started after 1 May 2004.\r\nIt also includes trials conducted outside these areas if they form part of a paediatric investigation plan (PIP), or are sponsored by a marketing authorisation holder, and involve the use of a medicine in the paediatric population.", + "id": 1504, + "mirId": "MIR:00000536", + "modified": "2019-06-11T14:17:43.129+0000", + "name": "EU Clinical Trials", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "protonet.proteincard", + "pattern": "^\\d{4}\\-\\d{6}\\-\\d{2}$", + "prefix": "euclinicaltrials", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProtoNet at Hebrew University", - "id": 678, + "description": "EU Clinical Trials at European Medicines Agency", + "id": 1506, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 677, + "id": 1505, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Hebrew University, Jerusalem", + "name": "European Medicines Agency, London", "rorId": null }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100287", - "name": "ProtoNet at Hebrew University", + "mirId": "MIR:00100712", + "name": "EU Clinical Trials at European Medicines Agency", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.protonet.cs.huji.ac.il/", - "sampleId": "16941567", - "urlPattern": "http://www.protonet.cs.huji.ac.il/requested/protein_card.php?protein_id={$id}" + "resourceHomeUrl": "https://www.clinicaltrialsregister.eu/", + "sampleId": "2008-005144-16", + "urlPattern": "https://www.clinicaltrialsregister.eu/ctr-search/search?query={$id}" } ], - "sampleId": "16941567" + "sampleId": "2008-005144-16" }, { - "created": "2019-06-11T14:16:31.786+0000", + "created": "2019-06-11T14:17:45.890+0000", "deprecated": false, "deprecationDate": null, - "description": "ProtoNet provides automatic hierarchical classification of protein sequences in the UniProt database, partitioning the protein space into clusters of similar proteins. This collection references cluster information.", - "id": 679, - "mirId": "MIR:00000229", - "modified": "2019-06-11T14:16:31.786+0000", - "name": "ProtoNet Cluster", + "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references gene information.", + "id": 1535, + "mirId": "MIR:00000548", + "modified": "2019-06-11T14:17:45.890+0000", + "name": "ExAC Gene", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "protonet.cluster", + "pattern": "^ENSG\\d{11}$", + "prefix": "exac.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProtoNet at Hebrew University", - "id": 680, + "description": "ExAC Gene at Exome Aggregation Consortium", + "id": 1536, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 677, + "id": 1519, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "US", + "countryName": "United States" }, - "name": "Hebrew University, Jerusalem", + "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", "rorId": null }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100288", - "name": "ProtoNet at Hebrew University", + "mirId": "MIR:00100725", + "name": "ExAC Gene at Exome Aggregation Consortium", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.protonet.cs.huji.ac.il/", - "sampleId": "4349895", - "urlPattern": "http://www.protonet.cs.huji.ac.il/requested/cluster_card.php?cluster={$id}" + "resourceHomeUrl": "http://exac.broadinstitute.org/", + "sampleId": "ENSG00000169174", + "urlPattern": "http://exac.broadinstitute.org/gene/{$id}" } ], - "sampleId": "4349895" + "sampleId": "ENSG00000169174" }, { - "created": "2019-06-11T14:16:32.004+0000", + "created": "2019-06-11T14:17:45.691+0000", "deprecated": false, "deprecationDate": null, - "description": "REBASE is a comprehensive database of information about restriction enzymes, DNA methyltransferases and related proteins involved in the biological process of restriction-modification (R-M). It contains fully referenced information about recognition and cleavage sites, isoschizomers, neoschizomers, commercial availability, methylation sensitivity, crystal and sequence data.", - "id": 681, - "mirId": "MIR:00000230", - "modified": "2019-06-11T14:16:32.004+0000", - "name": "REBASE", + "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references transcript information.", + "id": 1533, + "mirId": "MIR:00000547", + "modified": "2019-06-11T14:17:45.691+0000", + "name": "ExAC Transcript", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "rebase", + "pattern": "^ENST\\d{11}$", + "prefix": "exac.transcript", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "REBASE at New England Biolabs", - "id": 683, + "description": "ExAC Transcript at Exome Aggregation Consortium", + "id": 1534, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 682, + "id": 1519, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "New England Biolabs, Ipswich, Massachusetts", + "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100289", - "name": "REBASE at New England Biolabs", + "mirId": "MIR:00100724", + "name": "ExAC Transcript at Exome Aggregation Consortium", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rebase.neb.com/rebase/", - "sampleId": "101", - "urlPattern": "http://rebase.neb.com/rebase/enz/{$id}.html" + "resourceHomeUrl": "http://exac.broadinstitute.org/", + "sampleId": "ENST00000407236", + "urlPattern": "http://exac.broadinstitute.org/transcript/{$id}" } ], - "sampleId": "101" + "sampleId": "ENST00000407236" }, { - "created": "2019-06-11T14:16:32.267+0000", + "created": "2019-06-11T14:17:44.275+0000", "deprecated": false, "deprecationDate": null, - "description": "The SWISS-MODEL Repository is a database of 3D protein structure models generated by the SWISS-MODEL homology-modelling pipeline for UniProtKB protein sequences.", - "id": 684, - "mirId": "MIR:00000231", - "modified": "2019-06-11T14:16:32.267+0000", - "name": "SWISS-MODEL Repository", + "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references variant information.", + "id": 1518, + "mirId": "MIR:00000541", + "modified": "2019-06-11T14:17:44.275+0000", + "name": "ExAC Variant", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "swiss-model", + "pattern": "^\\d{1,2}\\-\\d+\\-[GATC]\\-[GATC]$", + "prefix": "exac.variant", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SWISS-MODEL at SIB Swiss Institute of Bioinformatics", - "id": 686, + "description": "ExAC Variant at Exome Aggregation Consortium", + "id": 1520, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 685, + "id": 1519, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Biozentrum, University of Basel and SIB Swiss Institute of Bioinformatics, Basel", + "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100290", - "name": "SWISS-MODEL at SIB Swiss Institute of Bioinformatics", + "mirId": "MIR:00100718", + "name": "ExAC Variant at Exome Aggregation Consortium", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://swissmodel.expasy.org", - "sampleId": "P23298", - "urlPattern": "https://swissmodel.expasy.org/repository/uniprot/{$id}" + "resourceHomeUrl": "http://exac.broadinstitute.org/", + "sampleId": "22-46615880-T-C", + "urlPattern": "http://exac.broadinstitute.org/variant/{$id}" } ], - "sampleId": "P23298" + "sampleId": "22-46615880-T-C" }, { - "created": "2019-06-11T14:16:32.515+0000", + "created": "2022-02-27T20:32:53.923+0000", "deprecated": false, "deprecationDate": null, - "description": "VectorBase is an NIAID-funded Bioinformatic Resource Center focused on invertebrate vectors of human pathogens. VectorBase annotates and curates vector genomes providing a web accessible integrated resource for the research community. Currently, VectorBase contains genome information for three mosquito species: Aedes aegypti, Anopheles gambiae and Culex quinquefasciatus, a body louse Pediculus humanus and a tick species Ixodes scapularis.", - "id": 687, - "mirId": "MIR:00000232", - "modified": "2019-06-11T14:16:32.515+0000", - "name": "VectorBase", + "description": "The Kids First Data Catalog supports the Kids First Data Resource Center by providing a digital object services that allow interoperability between data commons, including authentication and authorization for controlled access data.", + "id": 3161, + "mirId": "MIR:00000926", + "modified": "2022-02-27T20:32:53.923+0000", + "name": "Kids First Data Catalog", "namespaceEmbeddedInLui": false, - "pattern": "^\\D{4}\\d{6}(\\-\\D{2})?$", - "prefix": "vectorbase", + "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", + "prefix": "f82a1a", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Vectorbase at EMBL-EBI", - "id": 688, + "description": "The Kids First Data Catalog supports the Kids First Data Resource Center by providing a digital object services that allow interoperability between data commons, including authentication and authorization for controlled access data.", + "id": 3162, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", + "homeUrl": "https://www.occ-data.org/", + "id": 2820, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Open Commons Consortium", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100291", - "name": "Vectorbase at EMBL-EBI", + "mirId": "MIR:00000924", + "name": "Kids First Data Catalog", "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.vectorbase.org/", - "sampleId": "ISCW007415", - "urlPattern": "https://www.vectorbase.org/search/site/{$id}?&site=\"Genome\"" + "providerCode": "dg.F82A1A", + "resourceHomeUrl": "https://data.kidsfirstdrc.org/", + "sampleId": "0000324e-e2d9-4ccd-b25b-2d16c8a87b28", + "urlPattern": "https://data.kidsfirstdrc.org/ga4gh/drs/v1/objects/{$id}" } ], - "sampleId": "ISCW007415" + "sampleId": "0000324e-e2d9-4ccd-b25b-2d16c8a87b28" }, { - "created": "2019-06-11T14:16:33.213+0000", + "created": "2019-06-11T14:18:09.365+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cell Cycle Ontology is an application ontology that captures and integrates detailed knowledge on the cell cycle process.", - "id": 694, - "mirId": "MIR:00000234", - "modified": "2019-06-11T14:16:33.213+0000", - "name": "Cell Cycle Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^CCO\\:\\w+$", - "prefix": "cco", + "description": "FaceBase is a collaborative NIDCR-funded consortium to generate data in support of advancing research into craniofacial development and malformation. It serves as a community resource by generating large datasets of a variety of types and making them available to the wider research community via this website. Practices emphasize a comprehensive and multidisciplinary approach to understanding the developmental processes that create the face. The data offered spotlights high-throughput genetic, molecular, biological, imaging and computational techniques. One of the missions of this consortium is to facilitate cooperation and collaboration between projects.", + "id": 1780, + "mirId": "MIR:00000642", + "modified": "2019-06-11T14:18:09.365+0000", + "name": "FaceBase Data Repository", + "namespaceEmbeddedInLui": false, + "pattern": "^FB\\d{8}$", + "prefix": "facebase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cell Cycle Ontology through OLS", - "id": 695, + "description": "FaceBase Data Repository", + "id": 1782, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", + "homeUrl": "https://www.usc.edu/", + "id": 1781, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Southern California", + "rorId": "https://ror.org/03taz7m60" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100294", - "name": "Cell Cycle Ontology through OLS", + "mirId": "MIR:00100847", + "name": "FaceBase Data Repository", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=CCO", - "sampleId": "0000003", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/cco/terms?obo_id=CCO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.facebase.org", + "sampleId": "FB00000917", + "urlPattern": "https://www.facebase.org/data/record/#1/isa:dataset/accession={$id}" } ], - "sampleId": "0000003" + "sampleId": "FB00000917" }, { - "created": "2019-06-11T14:16:33.415+0000", + "created": "2019-06-11T14:17:02.358+0000", "deprecated": false, "deprecationDate": null, - "description": "The miRBase Sequence Database is a searchable database of published miRNA sequences and annotation. This collection refers specifically to the mature miRNA sequence.", - "id": 696, - "mirId": "MIR:00000235", - "modified": "2019-06-11T14:16:33.415+0000", - "name": "miRBase mature sequence", + "description": "The web-based FAIRSharing catalogues aim to centralize bioscience data policies, reporting standards and links to other related portals. This collection references bioinformatics data exchange standards, which includes 'Reporting Guidelines', Format Specifications and Terminologies.", + "id": 1043, + "mirId": "MIR:00000364", + "modified": "2019-06-11T14:17:02.358+0000", + "name": "FAIRsharing", "namespaceEmbeddedInLui": false, - "pattern": "MIMAT\\d{7}", - "prefix": "mirbase.mature", + "pattern": "^bsg-[dscp]?\\d{6}$", + "prefix": "fairsharing", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "miRBase", - "id": 697, + "description": "FAIRSharing at University of Oxford", + "id": 1045, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 264, + "id": 1044, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Faculty of Life Sciences, University of Manchester", + "name": "Oxford e-Research Centre, University of Oxford, Oxford", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100296", - "name": "miRBase", - "official": false, + "mirId": "MIR:00100463", + "name": "FAIRSharing at University of Oxford", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mirbase.org/", - "sampleId": "MIMAT0000001", - "urlPattern": "http://www.mirbase.org/cgi-bin/mature.pl?mature_acc={$id}" + "resourceHomeUrl": "https://fairsharing.org/", + "sampleId": "bsg-000052", + "urlPattern": "https://fairsharing.org/{$id}" } ], - "sampleId": "MIMAT0000001" + "sampleId": "bsg-000052" }, { - "created": "2019-06-11T14:16:33.634+0000", + "created": "2019-06-11T14:15:40.188+0000", "deprecated": false, "deprecationDate": null, - "description": "neXtProt is a resource on human proteins, and includes information such as proteins’ function, subcellular location, expression, interactions and role in diseases.", - "id": 698, - "mirId": "MIR:00000236", - "modified": "2019-06-11T14:16:33.634+0000", - "name": "nextProt", + "description": "FlyBase is the database of the Drosophila Genome Projects and of associated literature.", + "id": 125, + "mirId": "MIR:00000030", + "modified": "2019-06-11T14:15:40.188+0000", + "name": "FlyBase", "namespaceEmbeddedInLui": false, - "pattern": "^NX_\\w+", - "prefix": "nextprot", + "pattern": "^FB\\w{2}\\d{7}$", + "prefix": "fb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "nextProt at Swiss Institute of Bioinformatics", - "id": 700, + "description": "The FlyBase Database", + "id": 127, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 126, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "The FlyBase Consortium", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100300", - "name": "nextProt at Swiss Institute of Bioinformatics", + "mirId": "MIR:00100050", + "name": "The FlyBase Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.nextprot.org/", - "sampleId": "NX_O00165", - "urlPattern": "https://www.nextprot.org/db/entry/{$id}" - } - ], - "sampleId": "NX_O00165" - }, - { - "created": "2019-06-11T14:16:33.869+0000", - "deprecated": false, - "deprecationDate": null, - "description": "CAS (Chemical Abstracts Service) is a division of the American Chemical Society and is the producer of comprehensive databases of chemical information.", - "id": 701, - "mirId": "MIR:00000237", - "modified": "2019-06-11T14:16:33.869+0000", - "name": "CAS", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d{1,7}\\-\\d{2}\\-\\d$", - "prefix": "cas", - "resources": [ + "resourceHomeUrl": "http://flybase.org/", + "sampleId": "FBgn0011293", + "urlPattern": "http://flybase.org/reports/{$id}.html" + }, { "deprecated": false, "deprecationDate": null, - "description": "CAS Common Chemistry", - "id": 703, + "description": "FlyBase through BioEntity Link", + "id": 128, "institution": { - "description": "CAS is a global organization of expert scientists, technologists, and business leaders with a successful and extended history of delivering scientific information opportunities.", - "homeUrl": "https://www.cas.org", - "id": 702, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 101, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "CAS American Chemical Society", + "name": "InSilico Inc, in Eugene, Oregon", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100301", - "name": "CAS Common Chemistry", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://commonchemistry.cas.org/", - "sampleId": "50-00-0", - "urlPattern": "https://commonchemistry.cas.org/detail?ref={$id}" + "mirId": "MIR:00100893", + "name": "FlyBase through BioEntity Link", + "official": false, + "providerCode": "bioentitylink", + "resourceHomeUrl": "https://bioentity.link/", + "sampleId": "FBgn0011293", + "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2454, + "description": "FlyBase through the Alliance of Genome Resources", + "id": 129, "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" + "name": "Alliance of Genome Resources", + "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000732", - "name": "Scholia", + "mirId": "MIR:00100904", + "name": "FlyBase through the Alliance of Genome Resources", "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "50-00-0", - "urlPattern": "https://scholia.toolforge.org/cas/{$id}" + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "FBgn0011293", + "urlPattern": "https://www.alliancegenome.org/gene/FB:{$id}" } ], - "sampleId": "50-00-0" + "sampleId": "FBgn0011293" }, { - "created": "2019-06-11T14:16:34.113+0000", + "created": "2019-06-11T14:17:14.533+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG Genome is a collection of organisms whose genomes have been completely sequenced.", - "id": 704, - "mirId": "MIR:00000238", - "modified": "2019-06-11T14:16:34.113+0000", - "name": "KEGG Genome", + "description": "DNA barcoding is the use of short standardised segments of the genome for identification of species in all the Kingdoms of Life. The goal of the Fungal Barcoding site is to promote the DNA barcoding of fungi and other fungus-like organisms.", + "id": 1189, + "mirId": "MIR:00000410", + "modified": "2019-06-11T14:17:14.533+0000", + "name": "Fungal Barcode", "namespaceEmbeddedInLui": false, - "pattern": "^(T0\\d+|\\w{3,5})$", - "prefix": "kegg.genome", + "pattern": "^\\d+$", + "prefix": "fbol", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG Genome Database", - "id": 706, + "description": "Fungal Barcode at Fungal Biodiversity Centre", + "id": 1191, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 705, + "id": 1190, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Kyoto University Bioinformatics Center, Kyoto", + "name": "Fungal Biodiversity Centre, Utrecht", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100303", - "name": "KEGG Genome Database", - "official": true, + "mirId": "MIR:00100532", + "name": "Fungal Barcode at Fungal Biodiversity Centre", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list.html", - "sampleId": "eco", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://www.fungalbarcoding.org/", + "sampleId": "2224", + "urlPattern": "http://www.fungalbarcoding.org/BioloMICS.aspx?Table=Fungal barcodes&Rec={$id}&Fields=All&ExactMatch=T" } ], - "sampleId": "eco" + "sampleId": "2224" }, { - "created": "2019-06-11T14:16:34.345+0000", + "created": "2022-01-09T18:54:14.401+0000", "deprecated": false, "deprecationDate": null, - "description": "The KEGG Metagenome Database collection information on environmental samples (ecosystems) of genome sequences for multiple species.", - "id": 707, - "mirId": "MIR:00000239", - "modified": "2019-06-11T14:16:34.345+0000", - "name": "KEGG Metagenome", + "description": "Created by researchers and data managers professionals, the FAIR Cookbook is an online resource for the Life Sciences with recipes that help you to make and keep data Findable, Accessible, Interoperable, and Reusable (FAIR).\n\n", + "id": 2991, + "mirId": "MIR:00000891", + "modified": "2022-01-09T18:54:14.401+0000", + "name": "the FAIR Cookbook", "namespaceEmbeddedInLui": false, - "pattern": "^T3\\d+$", - "prefix": "kegg.metagenome", + "pattern": "^FCB\\d{3}", + "prefix": "fcb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG Metagenome Database", - "id": 708, + "description": "The purpose of this website is to provide a secure, permanent URL re-direction service for Web applications. This service is run by the W3C Permanent Identifier Community Group.\nWeb applications that deal with Linked Data often need to specify and use URLs that are very stable. They utilize services such as this one to ensure that applications using their URLs will always be re-directed to a working website. This website operates like a switchboard, connecting requests for information with the true location of the information on the Web. The switchboard can be reconfigured to point to a new location if the old location stops working.\n\n", + "id": 2992, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 705, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/052gg0110' with Wikidata IDs [Q34433,Q5260389,Q56612600,Q7529574,Q6786826,Q1095537], and ISNI IDs [0000 0004 1936 8948]", + "homeUrl": "https://www.ox.ac.uk/", + "id": 2990, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Kyoto University Bioinformatics Center, Kyoto", + "name": "University of Oxford", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100304", - "name": "KEGG Metagenome Database", + "mirId": "MIR:00000890", + "name": "Permanent Identifiers for the Web", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list3.html", - "sampleId": "T30002", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "providerCode": "fcb", + "resourceHomeUrl": "https://w3id.org", + "sampleId": "FCB005", + "urlPattern": "https://w3id.org/faircookbook/{$id}" } ], - "sampleId": "T30002" + "sampleId": "FCB005" }, { - "created": "2019-06-11T14:16:34.542+0000", + "created": "2019-06-11T14:18:17.129+0000", "deprecated": false, "deprecationDate": null, - "description": "NARCIS provides access to scientific information, including (open access) publications from the repositories of all the Dutch universities, KNAW, NWO and a number of research institutes, which is not referenced in other citation databases.", - "id": 709, - "mirId": "MIR:00000240", - "modified": "2019-06-11T14:16:34.542+0000", - "name": "NARCIS", + "description": "FlowRepository is a database of flow cytometry experiments where you can query and download data collected and annotated according to the MIFlowCyt standard. It is primarily used as a data deposition place for experimental findings published in peer-reviewed journals in the flow cytometry field.", + "id": 1861, + "mirId": "MIR:00000672", + "modified": "2019-06-11T14:18:17.129+0000", + "name": "FlowRepository", "namespaceEmbeddedInLui": false, - "pattern": "^oai\\:cwi\\.nl\\:\\d+$", - "prefix": "narcis", + "pattern": "^FR\\-FCM\\-\\w{4}$", + "prefix": "flowrepository", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NARCIS at The Hague", - "id": 711, + "description": "FlowRepository", + "id": 1863, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 710, + "id": 1862, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "NARCIS, Royal Netherlands Academy of Science and Arts", + "name": "Terry Fox Laboratory", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100306", - "name": "NARCIS at The Hague", + "mirId": "MIR:00100896", + "name": "FlowRepository", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.narcis.nl/?Language=en", - "sampleId": "oai:cwi.nl:4725", - "urlPattern": "http://www.narcis.nl/publication/RecordID/{$id}" + "resourceHomeUrl": "https://flowrepository.org/", + "sampleId": "FR-FCM-ZYGW", + "urlPattern": "https://flowrepository.org/id/{$id}" } ], - "sampleId": "oai:cwi.nl:4725" + "sampleId": "FR-FCM-ZYGW" }, { - "created": "2019-06-11T14:16:34.772+0000", + "created": "2019-06-11T14:15:50.895+0000", "deprecated": false, "deprecationDate": null, - "description": "The Japan Chemical Substance Dictionary is an organic compound dictionary database prepared by the Japan Science and Technology Agency (JST).", - "id": 712, - "mirId": "MIR:00000241", - "modified": "2019-06-11T14:16:34.772+0000", - "name": "Japan Chemical Substance Dictionary", - "namespaceEmbeddedInLui": false, - "pattern": "^J\\d{1,3}(\\.\\d{3})?(\\.\\d{1,3})?[A-Za-z]$", - "prefix": "jcsd", + "description": "The Foundational Model of Anatomy Ontology (FMA) is a biomedical informatics ontology. It is concerned with the representation of classes or types and relationships necessary for the symbolic representation of the phenotypic structure of the human body. Specifically, the FMA is a domain ontology that represents a coherent body of explicit declarative knowledge about human anatomy.", + "id": 233, + "mirId": "MIR:00000067", + "modified": "2019-06-11T14:15:50.895+0000", + "name": "FMA", + "namespaceEmbeddedInLui": true, + "pattern": "^FMA:\\d+$", + "prefix": "fma", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Japan Chemical Substance Dictionary", - "id": 714, + "description": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", + "id": 234, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100097", + "name": "Foundational Model of Anatomy via Ontology Lookup Service (OLS)", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/fma/", + "sampleId": "67112", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/fma/terms?obo_id=FMA:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Foundational Model of Anatomy through BioPortal", + "id": 235, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 713, + "id": 5, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Japan Science and Technology Agency", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100307", - "name": "Japan Chemical Substance Dictionary", + "mirId": "MIR:00100236", + "name": "Foundational Model of Anatomy through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jglobal.jst.go.jp/en/", - "sampleId": "J55.713G", - "urlPattern": "http://jglobal.jst.go.jp/en/redirect?Nikkaji_No={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/FMA", + "sampleId": "67112", + "urlPattern": "http://purl.bioontology.org/ontology/FMA_subset/FMA:{$id}" } ], - "sampleId": "J55.713G" + "sampleId": "67112" }, { - "created": "2019-06-11T14:16:35.052+0000", + "created": "2019-06-11T14:17:41.796+0000", "deprecated": false, "deprecationDate": null, - "description": "The Pathway Ontology captures information on biological networks, the relationships between netweorks and the alterations or malfunctioning of such networks within a hierarchical structure. The five main branches of the ontology are: classic metabolic pathways, regulatory, signaling, drug, and disease pathwaysfor complex human conditions.", - "id": 715, - "mirId": "MIR:00000242", - "modified": "2019-06-11T14:16:35.052+0000", - "name": "Pathway Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^PW:\\d{7}$", - "prefix": "pw", + "description": "FooDB is resource on food and its constituent compounds. It includes data on the compound’s nomenclature, its description, information on its structure, chemical class, its physico-chemical data, its food source(s), its color, its aroma, its taste, its physiological effect, presumptive health effects (from published studies), and concentrations in various foods. This collection references compounds.", + "id": 1491, + "mirId": "MIR:00000530", + "modified": "2019-06-11T14:17:41.796+0000", + "name": "FooDB Compound", + "namespaceEmbeddedInLui": false, + "pattern": "^FDB\\d+$", + "prefix": "foodb.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pathway Ontology at Rat Genome Database", - "id": 717, + "description": "FooDB database of food additives at University of Alberta", + "id": 1492, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 716, + "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", + "homeUrl": "https://www.ualberta.ca", + "id": 334, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Medical College of Wisconsin, Wisconsin", - "rorId": null + "name": "University of Alberta", + "rorId": "https://ror.org/0160cpw27" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100309", - "name": "Pathway Ontology at Rat Genome Database", + "mirId": "MIR:00100689", + "name": "FooDB database of food additives at University of Alberta", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rgd.mcw.edu/rgdweb/ontology/search.html", - "sampleId": "0000208", - "urlPattern": "http://rgd.mcw.edu/rgdweb/ontology/annot.html?acc_id=PW:{$id}" - }, + "resourceHomeUrl": "http://foodb.ca/foods", + "sampleId": "FDB002100", + "urlPattern": "http://foodb.ca/compounds/{$id}" + } + ], + "sampleId": "FDB002100" + }, + { + "created": "2019-06-11T14:18:14.340+0000", + "deprecated": false, + "deprecationDate": null, + "description": "FoodOn is a comprehensive and easily accessible global farm-to-fork ontology about food that accurately and consistently describes foods commonly known in cultures from around the world. It is a consortium-driven project built to interoperate with the The Open Biological and Biomedical Ontology Foundry library of ontologies.", + "id": 1834, + "mirId": "MIR:00000661", + "modified": "2019-06-11T14:18:14.340+0000", + "name": "FoodOn Food Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^FOODON:[0-9]{8}$", + "prefix": "foodon", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pathway Ontology through OLS", - "id": 718, + "description": "FoodOn Food Ontology through OLS", + "id": 1835, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -12744,2107 +13128,2051 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100310", - "name": "Pathway Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pw", - "sampleId": "0000208", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pw/terms?obo_id=PW:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Pathway Ontology through BioPortal", - "id": 720, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 719, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biomedical Ontology, Stanford, California", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100311", - "name": "Pathway Ontology through BioPortal", + "mirId": "MIR:00100879", + "name": "FoodOn Food Ontology through OLS", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PW", - "sampleId": "0000208", - "urlPattern": "http://purl.bioontology.org/ontology/PW/PW:{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://foodon.org", + "sampleId": "03307879", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/foodon/terms?obo_id=FOODON:{$id}" } ], - "sampleId": "0000208" + "sampleId": "03307879" }, { - "created": "2019-06-11T14:16:35.560+0000", + "created": "2019-06-11T14:18:11.924+0000", "deprecated": false, "deprecationDate": null, - "description": "The Sequence Read Archive (SRA) stores raw sequencing data from the next generation of sequencing platforms Data submitted to SRA. It is organized using a metadata model consisting of six objects: study, sample, experiment, run, analysis and submission. The SRA study contains high-level information including goals of the study and literature references, and may be linked to the INSDC BioProject database.", - "id": 721, - "mirId": "MIR:00000243", - "modified": "2019-06-11T14:16:35.560+0000", - "name": "Sequence Read Archive", + "description": "FamPlex is a collection of resources for grounding biological entities from text and describing their hierarchical relationships.", + "id": 1809, + "mirId": "MIR:00000651", + "modified": "2019-06-11T14:18:11.924+0000", + "name": "FamPlex", "namespaceEmbeddedInLui": false, - "pattern": "^[SED]R[APRSXZ]\\d+$", - "prefix": "insdc.sra", + "pattern": "^[a-zA-Z0-9][A-Za-z0-9_]+$", + "prefix": "fplx", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "Sequence Read Archive at NCBI", - "id": 722, + "deprecated": true, + "deprecationDate": "2021-05-10T19:46:22.120+0000", + "description": "FPLX through BioPortal", + "id": 1810, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100312", - "name": "Sequence Read Archive at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sra", - "sampleId": "SRX000007", - "urlPattern": "https://www.ncbi.nlm.nih.gov/sra/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "European Nucleotide Archive (ENA)", - "id": 723, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100313", - "name": "European Nucleotide Archive (ENA)", + "mirId": "MIR:00100869", + "name": "FPLX through BioPortal", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena", - "sampleId": "SRX000007", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/FPLX/", + "sampleId": "RAS", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100869/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "DDBJ Sequence Read Archive (DRA)", - "id": 724, + "description": "FamPlex is provided by the Sorger lab at Harvard Medical School.", + "id": 2617, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 121, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03vek6s52' with Wikidata IDs [Q13371,Q5676556], and ISNI IDs [000000041936754X]", + "homeUrl": "https://www.harvard.edu/", + "id": 2616, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "name": "Harvard University", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100314", - "name": "DDBJ Sequence Read Archive (DRA)", - "official": false, - "providerCode": "ddbj", - "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/dra/", - "sampleId": "SRX000007", - "urlPattern": "http://trace.ddbj.nig.ac.jp/DRASearch/experiment?acc={$id}" + "mirId": "MIR:00000809", + "name": "Sorger lab at Harvard Medical School", + "official": true, + "providerCode": "sorgerlab", + "resourceHomeUrl": "https://sorgerlab.github.io/famplex", + "sampleId": "ABL_family", + "urlPattern": "https://sorgerlab.github.io/famplex/{$id}" } ], - "sampleId": "SRX000007" + "sampleId": "RAS" }, { - "created": "2019-06-11T14:16:35.987+0000", + "created": "2019-06-11T14:17:33.340+0000", "deprecated": false, "deprecationDate": null, - "description": "ScerTF is a database of position weight matrices (PWMs) for transcription factors in Saccharomyces species. It identifies a single matrix for each TF that best predicts in vivo data, providing metrics related to the performance of that matrix in accurately representing the DNA binding specificity of the annotated transcription factor.", - "id": 725, - "mirId": "MIR:00000244", - "modified": "2019-06-11T14:16:35.987+0000", - "name": "ScerTF", + "description": "The Functional Single Nucleotide Polymorphism (F-SNP) database integrates information obtained from databases about the functional effects of SNPs. These effects are predicted and indicated at the splicing, transcriptional, translational and post-translational level. In particular, users can retrieve SNPs that disrupt genomic regions known to be functional, including splice sites and transcriptional regulatory regions. Users can also identify non-synonymous SNPs that may have deleterious effects on protein structure or function, interfere with protein translation or impede post-translational modification.", + "id": 1406, + "mirId": "MIR:00000496", + "modified": "2019-06-11T14:17:33.340+0000", + "name": "F-SNP", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "scretf", + "pattern": "^rs\\d+$", + "prefix": "fsnp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ScerTF at Washington University", - "id": 727, + "description": "F-SNP at Queen's University (Canada)", + "id": 1408, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 726, + "id": 1407, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Department of Genetics, Washington University Medical School, St Louis, Missouri", + "name": "Computational Biology and Machine Learning Lab, School of Computing, Queen's University, Kingston, Ontario", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100315", - "name": "ScerTF at Washington University", + "mirId": "MIR:00100637", + "name": "F-SNP at Queen's University (Canada)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://stormo.wustl.edu/ScerTF/", - "sampleId": "RSC3", - "urlPattern": "http://stormo.wustl.edu/ScerTF/details/{$id}/" + "resourceHomeUrl": "http://compbio.cs.queensu.ca/F-SNP/", + "sampleId": "rs17852708", + "urlPattern": "http://compbio.cs.queensu.ca/cgi-bin/compbio/search/main.cgi?search_mode=id&id_type=snp_id&id_val={$id}" } ], - "sampleId": "RSC3" + "sampleId": "rs17852708" }, { - "created": "2019-06-11T14:16:36.222+0000", + "created": "2019-06-11T14:17:25.854+0000", "deprecated": false, "deprecationDate": null, - "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", - "id": 728, - "mirId": "MIR:00000245", - "modified": "2019-06-11T14:16:36.222+0000", - "name": "PharmGKB Gene", + "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references Drosophila data.", + "id": 1321, + "mirId": "MIR:00000461", + "modified": "2019-06-11T14:17:25.854+0000", + "name": "FuncBase Fly", "namespaceEmbeddedInLui": false, - "pattern": "^PA\\w+$", - "prefix": "pharmgkb.gene", + "pattern": "^\\d+$", + "prefix": "funcbase.fly", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PharmGKB Gene at Stanford", - "id": 729, + "description": "FuncBase Fly at Harvard Medical School", + "id": 1323, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 298, + "id": 1322, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "name": "Harvard Medical School, Boston, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100316", - "name": "PharmGKB Gene at Stanford", + "mirId": "MIR:00100596", + "name": "FuncBase Fly at Harvard Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pharmgkb.org/", - "sampleId": "PA131", - "urlPattern": "http://www.pharmgkb.org/gene/{$id}" + "resourceHomeUrl": "http://func.mshri.on.ca/fly", + "sampleId": "10194", + "urlPattern": "http://func.mshri.on.ca/fly/genes/list_functional_scores/{$id}" } ], - "sampleId": "PA131" + "sampleId": "10194" }, { - "created": "2019-06-11T14:16:36.416+0000", + "created": "2019-06-11T14:17:26.074+0000", "deprecated": false, "deprecationDate": null, - "description": "miRNEST is a database of animal, plant and virus microRNAs, containing miRNA predictions conducted on Expressed Sequence Tags of animal and plant species.", - "id": 730, - "mirId": "MIR:00000246", - "modified": "2019-06-11T14:16:36.416+0000", - "name": "miRNEST", + "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references human data.", + "id": 1324, + "mirId": "MIR:00000462", + "modified": "2019-06-11T14:17:26.074+0000", + "name": "FuncBase Human", "namespaceEmbeddedInLui": false, - "pattern": "^MNEST\\d+$", - "prefix": "mirnest", + "pattern": "^\\d+$", + "prefix": "funcbase.human", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "miRNEST at Adam Mickiewicz University", - "id": 732, + "description": "FuncBase Human at Harvard Medical School", + "id": 1325, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 731, + "id": 1322, "location": { - "countryCode": "PL", - "countryName": "Poland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", + "name": "Harvard Medical School, Boston, Massachusetts", "rorId": null }, "location": { - "countryCode": "PL", - "countryName": "Poland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100317", - "name": "miRNEST at Adam Mickiewicz University", + "mirId": "MIR:00100597", + "name": "FuncBase Human at Harvard Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rhesus.amu.edu.pl/mirnest/copy/", - "sampleId": "MNEST029358", - "urlPattern": "http://rhesus.amu.edu.pl/mirnest/copy/details.php?id={$id}" + "resourceHomeUrl": "http://func.mshri.on.ca/human/", + "sampleId": "119514", + "urlPattern": "http://func.mshri.on.ca/human/genes/list_functional_scores/{$id}" } ], - "sampleId": "MNEST029358" + "sampleId": "119514" }, { - "created": "2019-06-11T14:16:36.669+0000", + "created": "2019-06-11T14:17:26.285+0000", "deprecated": false, "deprecationDate": null, - "description": "NAPP (Nucleic Acids Phylogenetic Profiling is a clustering method based on conserved noncoding RNA (ncRNA) elements in a bacterial genomes. Short intergenic regions from a reference genome are compared with other genomes to identify RNA rich clusters.", - "id": 733, - "mirId": "MIR:00000247", - "modified": "2019-06-11T14:16:36.669+0000", - "name": "NAPP", + "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references mouse.", + "id": 1326, + "mirId": "MIR:00000463", + "modified": "2019-06-11T14:17:26.285+0000", + "name": "FuncBase Mouse", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "napp", + "prefix": "funcbase.mouse", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NAPP at CNRS", - "id": 735, + "description": "FuncBase Mouse at Harvard Medical School", + "id": 1327, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 734, + "id": 1322, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institut de Génétique et Microbiologie, UMR 8621, CNRS, Université Paris Sud, Paris", + "name": "Harvard Medical School, Boston, Massachusetts", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100318", - "name": "NAPP at CNRS", + "mirId": "MIR:00100598", + "name": "FuncBase Mouse at Harvard Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://napp.u-psud.fr/", - "sampleId": "351", - "urlPattern": "http://rna.igmors.u-psud.fr/NAPP/Niveau2.php?specie={$id}" + "resourceHomeUrl": "http://func.mshri.on.ca/mouse/", + "sampleId": "1351341", + "urlPattern": "http://func.mshri.on.ca/mouse/genes/list_functional_scores/{$id}" } ], - "sampleId": "351" + "sampleId": "1351341" }, { - "created": "2019-06-11T14:16:36.900+0000", + "created": "2019-06-11T14:17:26.470+0000", "deprecated": false, "deprecationDate": null, - "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 3. This was replaced in 2013 by version 4.", - "id": 736, - "mirId": "MIR:00000248", - "modified": "2019-06-11T14:16:36.900+0000", - "name": "NONCODE v3", + "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references yeast.", + "id": 1328, + "mirId": "MIR:00000464", + "modified": "2019-06-11T14:17:26.470+0000", + "name": "FuncBase Yeast", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "noncodev3", + "prefix": "funcbase.yeast", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NONCODE at Chinese Academy of Sciences", - "id": 738, + "description": "FuncBase Yeast at Harvard Medical School", + "id": 1329, "institution": { - "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", - "homeUrl": "http://english.cas.cn/", - "id": 737, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1322, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "Chinese Academy of Sciences", - "rorId": "https://ror.org/034t30j35" + "name": "Harvard Medical School, Boston, Massachusetts", + "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100319", - "name": "NONCODE at Chinese Academy of Sciences", + "mirId": "MIR:00100599", + "name": "FuncBase Yeast at Harvard Medical School", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.noncode.org/", - "sampleId": "377550", - "urlPattern": "http://www.noncode.org/NONCODERv3/ncrna.php?ncid={$id}" + "resourceHomeUrl": "http://func.mshri.on.ca/yeast", + "sampleId": "2701", + "urlPattern": "http://func.mshri.on.ca/yeast/genes/list_functional_scores/{$id}" } ], - "sampleId": "377550" + "sampleId": "2701" }, { - "created": "2019-06-11T14:16:37.163+0000", + "created": "2021-08-08T09:41:19.080+0000", "deprecated": false, "deprecationDate": null, - "description": "The VIRsiRNA database contains details of siRNA/shRNA which target viral genome regions. It provides efficacy information where available, as well as the siRNA sequence, viral target and subtype, as well as the target genomic region.", - "id": 739, - "mirId": "MIR:00000249", - "modified": "2019-06-11T14:16:37.163+0000", - "name": "VIRsiRNA", + "description": "The Funder Registry is an open registry of persistent identifiers for grant-giving organizations around the world.", + "id": 2800, + "mirId": "MIR:00000847", + "modified": "2021-08-08T09:41:19.080+0000", + "name": "FunderRegistry", "namespaceEmbeddedInLui": false, - "pattern": "^virsi\\d+$", - "prefix": "virsirna", + "pattern": "^\\d{9,9}$", + "prefix": "funderregistry", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VIRsiRNA at Institute of Microbial Technology", - "id": 741, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02twcfp32' with Wikidata IDs [Q5188229], and ISNI IDs [0000 0004 0506 2673]", + "id": 2801, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 740, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02twcfp32' with Wikidata IDs [Q5188229], and ISNI IDs [0000 0004 0506 2673]", + "homeUrl": "https://www.crossref.org/", + "id": 2799, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh, India", + "name": "Crossref", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100320", - "name": "VIRsiRNA at Institute of Microbial Technology", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://crdd.osdd.net/servers/virsirnadb", - "sampleId": "virsi1909", - "urlPattern": "http://crdd.osdd.net/servers/virsirnadb/record.php?details={$id}" + "mirId": "MIR:00000846", + "name": "Crossref", + "official": true, + "providerCode": "crossref", + "resourceHomeUrl": "https://www.crossref.org/", + "sampleId": "100000001", + "urlPattern": "http://data.crossref.org/fundingdata/funder/10.13039/{$id}" } ], - "sampleId": "virsi1909" + "sampleId": "100000001" }, { - "created": "2019-06-11T14:16:37.386+0000", + "created": "2019-06-11T14:17:02.591+0000", "deprecated": false, "deprecationDate": null, - "description": "Linear motifs are short, evolutionarily plastic components of regulatory proteins. Mainly focused on the eukaryotic sequences,the Eukaryotic Linear Motif resource (ELM) is a database of curated motif classes and instances.", - "id": 742, - "mirId": "MIR:00000250", - "modified": "2019-06-11T14:16:37.386+0000", - "name": "ELM", + "description": "FungiDB is a genomic resource for fungal genomes. It contains contains genome sequence and annotation from several fungal classes, including the Ascomycota classes, Eurotiomycetes, Sordariomycetes, Saccharomycetes and the Basidiomycota orders, Pucciniomycetes and Tremellomycetes, and the basal 'Zygomycete' lineage Mucormycotina.", + "id": 1046, + "mirId": "MIR:00000365", + "modified": "2019-06-11T14:17:02.591+0000", + "name": "FungiDB", "namespaceEmbeddedInLui": false, "pattern": "^[A-Za-z_0-9]+$", - "prefix": "elm", + "prefix": "fungidb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ELM at EMBL (Germany)", - "id": 744, + "description": "FungiDB at University of California", + "id": 1048, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 743, + "id": 1047, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Structural and Computational Biology, European Molecular Biology Laboratory, Heidelberg", + "name": "Department of Plant Pathology & Microbiology, University of California, Riverside, California", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100321", - "name": "ELM at EMBL (Germany)", + "mirId": "MIR:00100464", + "name": "FungiDB at University of California", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://elm.eu.org/", - "sampleId": "CLV_MEL_PAP_1", - "urlPattern": "http://elm.eu.org/elms/elmPages/{$id}.html" + "resourceHomeUrl": "https://fungidb.org/fungidb", + "sampleId": "CNBG_0001", + "urlPattern": "https://fungidb.org/fungidb/app/record/gene/{$id}" } ], - "sampleId": "CLV_MEL_PAP_1" + "sampleId": "CNBG_0001" }, { - "created": "2019-06-11T14:16:37.622+0000", + "created": "2019-06-11T14:18:16.879+0000", "deprecated": false, "deprecationDate": null, - "description": "MimoDB is a database collecting peptides that have been selected from random peptide libraries based on their ability to bind small compounds, nucleic acids, proteins, cells, tissues and organs. It also stores other information such as the corresponding target, template, library, and structures. As of March 2016, this database was renamed Biopanning Data Bank.", - "id": 745, - "mirId": "MIR:00000251", - "modified": "2019-06-11T14:16:37.622+0000", - "name": "MimoDB", + "description": "Assists in resolving data across cloud resources.", + "id": 1859, + "mirId": "MIR:00000671", + "modified": "2019-06-11T14:18:16.879+0000", + "name": "Data Object Service", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "mimodb", + "pattern": "^[a-zA-Z0-9\\-:#/\\.]+$", + "prefix": "ga4ghdos", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BDB at University of Electronic Science and Technology of China", - "id": 747, + "description": "Data Object Service", + "id": 1860, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 746, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "Key Laboratory for Neuroinformation of Ministry of Education, University of Electronic Science and Technology of China, Sichuan", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100322", - "name": "BDB at University of Electronic Science and Technology of China", + "mirId": "MIR:00100895", + "name": "Data Object Service", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://immunet.cn/bdb/", - "sampleId": "1", - "urlPattern": "http://immunet.cn/bdb/index.php/mimoset/{$id}" + "providerCode": "ucsd", + "resourceHomeUrl": "http://github.com/ga4gh/data-object-service-schemas", + "sampleId": "dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d", + "urlPattern": "https://dataguids.org/ga4gh/dos/v1/dataobjects/{$id}" } ], - "sampleId": "1" + "sampleId": "dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d" }, { - "created": "2019-06-11T14:16:37.867+0000", + "created": "2019-06-11T14:16:16.652+0000", "deprecated": false, "deprecationDate": null, - "description": "SitEx is a database containing information on eukaryotic protein functional sites. It stores the amino acid sequence positions in the functional site, in relation to the exon structure of encoding gene This can be used to detect the exons involved in shuffling in protein evolution, or to design protein-engineering experiments.", - "id": 748, - "mirId": "MIR:00000252", - "modified": "2019-06-11T14:16:37.867+0000", - "name": "SitEx", + "description": "GabiPD (Genome Analysis of Plant Biological Systems Primary Database) constitutes a repository for a wide array of heterogeneous data from high-throughput experiments in several plant species. These data (i.e. genomics, transcriptomics, proteomics and metabolomics), originating from different model or crop species, can be accessed through a central gene 'Green Card'.", + "id": 508, + "mirId": "MIR:00000164", + "modified": "2019-06-11T14:16:16.652+0000", + "name": "GABI", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sitex", + "pattern": "^\\w+$", + "prefix": "gabi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SitEx at Novosibirsk State University", - "id": 750, + "description": "GABI at Max Planck", + "id": 510, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 749, + "id": 509, "location": { - "countryCode": "RU", - "countryName": "Russian Federation" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Novosibirsk State University, Novosibirsk", + "name": "Max Planck Institute of Molecular Plant Physiology, Berlin", "rorId": null }, "location": { - "countryCode": "RU", - "countryName": "Russian Federation" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100323", - "name": "SitEx at Novosibirsk State University", - "official": false, + "mirId": "MIR:00100210", + "name": "GABI at Max Planck", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www-bionet.sscc.ru/sitex/", - "sampleId": "1000", - "urlPattern": "http://www-bionet.sscc.ru/sitex/index.php?siteid={$id}" + "resourceHomeUrl": "http://www.gabipd.org/", + "sampleId": "2679240", + "urlPattern": "http://www.gabipd.org/database/cgi-bin/GreenCards.pl.cgi?BioObjectId={$id}&Mode=ShowBioObject" } ], - "sampleId": "1000" + "sampleId": "2679240" }, { - "created": "2019-06-11T14:16:38.105+0000", + "created": "2021-02-26T07:35:34.234+0000", "deprecated": false, "deprecationDate": null, - "description": "The bacterial tyrosine kinase database (BYKdb) that collects sequences of putative and authentic bacterial tyrosine kinases, providing structural and functional information.", - "id": 751, - "mirId": "MIR:00000253", - "modified": "2019-06-11T14:16:38.105+0000", - "name": "BYKdb", + "description": "The Health Data Research Innovation Gateway (the 'Gateway') provides a common entry point to discover and enquire about access to UK health datasets for research and innovation. It provides detailed information about the datasets, which are held by members of the UK Health Data Research Alliance, such as a description, size of the population, and the legal basis for access.", + "id": 2548, + "mirId": "MIR:00000796", + "modified": "2021-02-26T07:35:34.234+0000", + "name": "gateway", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "bykdb", + "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$", + "prefix": "gateway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BYKdb at CNRS", - "id": 753, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rtjaj74' with no Wikidata information, and no ISNI information", + "id": 2549, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 752, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rtjaj74' with no Wikidata information, and no ISNI information", + "homeUrl": "https://www.hdruk.ac.uk", + "id": 2547, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Unité Bases Moléculaires et Structurales des Systèmes Infectieux; CNRS - Université Claude Bernard, Lyon", + "name": "Health Data Research UK", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100324", - "name": "BYKdb at CNRS", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bykdb.ibcp.fr/BYKdb/", - "sampleId": "A0A009E7X8", - "urlPattern": "https://bykdb.ibcp.fr/data/html/annotated/{$id}.html" + "mirId": "MIR:00000697", + "name": "Health Data Research UK", + "official": true, + "providerCode": "hdruk", + "resourceHomeUrl": "https://www.hdruk.ac.uk", + "sampleId": "fd8d0743-344a-4758-bb97-f8ad84a37357", + "urlPattern": "https://web.www.healthdatagateway.org/dataset/{$id}" } ], - "sampleId": "A0A009E7X8" + "sampleId": "fd8d0743-344a-4758-bb97-f8ad84a37357" }, { - "created": "2019-06-11T14:16:38.340+0000", + "created": "2019-06-17T12:55:17.868+0000", "deprecated": false, "deprecationDate": null, - "description": "ConoServer is a database specialized in the sequence and structures of conopeptides, which are peptides expressed by carnivorous marine cone snails.", - "id": 754, - "mirId": "MIR:00000254", - "modified": "2019-06-11T14:16:38.340+0000", - "name": "Conoserver", + "description": "The GWAS Catalog provides a consistent, searchable, visualisable and freely available database of published SNP-trait associations, which can be easily integrated with other resources, and is accessed by scientists, clinicians and other users worldwide.", + "id": 1934, + "mirId": "MIR:00000715", + "modified": "2020-09-23T11:03:41.882+0000", + "name": "GWAS Catalog", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "conoserver", + "pattern": "^GCST\\d{6}\\d*$", + "prefix": "gcst", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ConoServer at University of Queensland", - "id": 755, + "description": "The European Bioinformatics Institute (EMBL-EBI) helps scientists realise the potential of 'big data' in biology, exploiting complex information to make discoveries that benefit humankind.", + "id": 1935, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 582, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Institute for Molecular Bioscience, The University of Queensland, Brisbane", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100325", - "name": "ConoServer at University of Queensland", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.conoserver.org/", - "sampleId": "2639", - "urlPattern": "http://www.conoserver.org/?page=card&table=protein&id={$id}" + "mirId": "MIR:00000775", + "name": "European Bioinformatics Institute", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk", + "sampleId": "GCST000035", + "urlPattern": "https://www.ebi.ac.uk/gwas/studies/{$id}" } ], - "sampleId": "2639" + "sampleId": "GCST000035" }, { - "created": "2019-06-11T14:16:38.521+0000", + "created": "2019-06-11T14:18:00.311+0000", "deprecated": false, "deprecationDate": null, - "description": "TopFIND is a database of protein termini, terminus modifications and their proteolytic processing in the species: Homo sapiens, Mus musculus, Arabidopsis thaliana, Saccharomyces cerevisiae and Escherichia coli.", - "id": 756, - "mirId": "MIR:00000255", - "modified": "2019-06-11T14:16:38.521+0000", - "name": "TopFind", + "description": "The GDC Data Portal is a robust data-driven platform that allows cancer researchers and bioinformaticians to search and download cancer data for analysis.", + "id": 1676, + "mirId": "MIR:00000604", + "modified": "2019-06-11T14:18:00.311+0000", + "name": "Genomic Data Commons Data Portal", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", - "prefix": "topfind", + "pattern": "^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", + "prefix": "gdc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TopFind at University of British Columbia", - "id": 758, + "description": "Genomic Data Commons", + "id": 1678, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 757, + "id": 1677, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Oral Biological and Medical Sciences, University of British Columbia, Vancouver", + "name": "National Cancer Institute Genomic Data Commons, NIH", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100326", - "name": "TopFind at University of British Columbia", + "mirId": "MIR:00100805", + "name": "Genomic Data Commons", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://clipserve.clip.ubc.ca/topfind", - "sampleId": "Q9UKQ2", - "urlPattern": "http://clipserve.clip.ubc.ca/topfind/proteins/{$id}" + "resourceHomeUrl": "https://gdc.cancer.gov", + "sampleId": "ae8c77fe-e6c8-44d5-8265-4a38c637bbef", + "urlPattern": "https://portal.gdc.cancer.gov/cases/{$id}" } ], - "sampleId": "Q9UKQ2" + "sampleId": "ae8c77fe-e6c8-44d5-8265-4a38c637bbef" }, { - "created": "2019-06-11T14:16:38.756+0000", + "created": "2019-06-11T14:18:18.593+0000", "deprecated": false, "deprecationDate": null, - "description": "MIPModDb is a database of comparative protein structure models of MIP (Major Intrinsic Protein) family of proteins, identified from complete genome sequence. It provides key information of MIPs based on their sequence and structures.", - "id": 759, - "mirId": "MIR:00000256", - "modified": "2019-06-11T14:16:38.756+0000", - "name": "MIPModDB", + "description": "The Genomics of Drug Sensitivity in Cancer (GDSC) database is designed to facilitate an increased understanding of the molecular features that influence drug response in cancer cells and which will enable the design of improved cancer therapies.", + "id": 1878, + "mirId": "MIR:00000678", + "modified": "2019-06-11T14:18:18.593+0000", + "name": "Genomics of Drug Sensitivity in Cancer", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "mipmod", + "pattern": "^[0-9]+$", + "prefix": "gdsc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MIPModDB at Indian Institute of Technology Kanpur", - "id": 761, + "description": "Genomics of Drug Sensitivity in Cancer", + "id": 1880, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 760, + "id": 1879, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Biological Sciences and Bioengineering, Indian Institute of Technology Kanpur, Kanpur", + "name": "Wellcome Sanger Institute and the Center for Molecular Therapeutics and Massachusetts General Hospital Cancer Center", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100327", - "name": "MIPModDB at Indian Institute of Technology Kanpur", + "mirId": "MIR:00100908", + "name": "Genomics of Drug Sensitivity in Cancer", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bioinfo.iitk.ac.in/MIPModDB", - "sampleId": "HOSAPI0399", - "urlPattern": "http://bioinfo.iitk.ac.in/MIPModDB/result.php?code={$id}" + "resourceHomeUrl": "https://www.cancerrxgene.org", + "sampleId": "1242", + "urlPattern": "https://www.cancerrxgene.org/translation/Drug/{$id}" } ], - "sampleId": "HOSAPI0399" + "sampleId": "1242" }, { - "created": "2019-06-11T14:16:38.984+0000", + "created": "2019-06-11T14:16:26.301+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cell: An Image Library™ is a freely accessible, public repository of reviewed and annotated images, videos, and animations of cells from a variety of organisms, showcasing cell architecture, intracellular functionalities, and both normal and abnormal processes.", - "id": 762, - "mirId": "MIR:00000257", - "modified": "2019-06-11T14:16:38.984+0000", - "name": "Cell Image Library", + "description": "GenAtlas is a database containing information on human genes, markers and phenotypes.", + "id": 620, + "mirId": "MIR:00000208", + "modified": "2019-06-11T14:16:26.301+0000", + "name": "Genatlas", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "cellimage", + "pattern": "^\\w+$", + "prefix": "genatlas", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cell Image Library at American Society for Cell Biology", - "id": 764, + "description": "Genatlas at Paris Descartes University", + "id": 622, "institution": { - "description": "The mission of NCMIR is to develop technologies to bridge understanding of biological systems between the gross anatomical and molecular scales and to make these technologies broadly available to biomedical researchers. NCMIR provides expertise, infrastructure, technological development, and an environment in which new information about the 3D ultrastructure of tissues, cells, and macromolecular complexes may be accurately and easily obtained and analyzed.", - "homeUrl": "https://ncmir.ucsd.edu", - "id": 763, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 621, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "National Center for Microscopy and Imaging Research", + "name": "Paris Descartes University, Paris", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100328", - "name": "Cell Image Library at American Society for Cell Biology", + "mirId": "MIR:00100267", + "name": "Genatlas at Paris Descartes University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cellimagelibrary.org/", - "sampleId": "24801", - "urlPattern": "http://cellimagelibrary.org/images/{$id}" + "resourceHomeUrl": "http://genatlas.medecine.univ-paris5.fr/", + "sampleId": "HBB", + "urlPattern": "http://genatlas.medecine.univ-paris5.fr/fiche.php?symbol={$id}" } ], - "sampleId": "24801" + "sampleId": "HBB" }, { - "created": "2019-06-11T14:16:39.396+0000", + "created": "2019-06-11T14:16:52.858+0000", "deprecated": false, "deprecationDate": null, - "description": "CABRI (Common Access to Biotechnological Resources and Information) is an online service where users can search a number of European Biological Resource Centre catalogues. It lists the availability of a particular organism or genetic resource and defines the set of technical specifications and procedures which should be used to handle it.", - "id": 767, - "mirId": "MIR:00000261", - "modified": "2019-06-11T14:16:39.396+0000", - "name": "CABRI", + "description": "The GeneCards human gene database stores gene related transcriptomic, genetic, proteomic, functional and disease information. It uses standard nomenclature and approved gene symbols. GeneCards presents a complete summary for each human gene.", + "id": 932, + "mirId": "MIR:00000323", + "modified": "2019-06-11T14:16:52.858+0000", + "name": "GeneCards", "namespaceEmbeddedInLui": false, - "pattern": "^([A-Za-z]+)?(\\_)?([A-Za-z-]+)\\:([A-Za-z0-9 ]+)$", - "prefix": "cabri", + "pattern": "^[A-Za-z-0-9_]+(\\@)?$", + "prefix": "genecards", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CABRI Cell Lines catalogue in Genova (SRS)", - "id": 769, + "description": "GeneCards at Weizmann Institute", + "id": 934, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 768, + "id": 933, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "National Cancer Research Institute of Genova, Genova", + "name": "Department of Molecular Genetics, Weizmann Institute of Science, Rehovot", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100334", - "name": "CABRI Cell Lines catalogue in Genova (SRS)", + "mirId": "MIR:00100407", + "name": "GeneCards at Weizmann Institute", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cabri.org/", - "sampleId": "dsmz_mutz-id:ACC 291", - "urlPattern": "http://www.cabri.org/CABRI/srs-bin/wgetz?-e+-page+EntryPage+[{$id}]" - }, + "resourceHomeUrl": "http://www.genecards.org/", + "sampleId": "ABL1", + "urlPattern": "https://www.genecards.org/cgi-bin/carddisp.pl?gene={$id}" + } + ], + "sampleId": "ABL1" + }, + { + "created": "2019-06-11T14:16:00.951+0000", + "deprecated": true, + "deprecationDate": "2023-01-05T20:09:01.370+0000", + "description": "GeneDB is a genome database for prokaryotic and eukaryotic organisms and provides a portal through which data generated by the \"Pathogen Genomics\" group at the Wellcome Trust Sanger Institute and other collaborating sequencing centres can be accessed.", + "id": 341, + "mirId": "MIR:00000106", + "modified": "2023-01-05T20:09:01.371+0000", + "name": "GeneDB", + "namespaceEmbeddedInLui": false, + "pattern": "^[\\w\\d\\.-]*$", + "prefix": "genedb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CABRI Cell Lines catalogue in Brussels (SRS)", - "id": 771, + "description": "GeneDB at Sanger Institute", + "id": 343, "institution": { - "description": "he BCCM consortium has grown to become one of the most important culture collections in the world, both in terms of the size and quality of the collections (bacteria, yeasts, moulds, plasmids, diatoms, DNA libraries) and its expertise. Not only does the consortium keep more than 200,000 quality controlled, characterised and documented units of biological material, but it also offers its expertise through services and partnership projects.", - "homeUrl": "http://bccm.belspo.be/", - "id": 770, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 342, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "BCCM", + "name": "Pathogen Genomics, Sanger Institute and European Bioinformatics Institute", "rorId": null }, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100335", - "name": "CABRI Cell Lines catalogue in Brussels (SRS)", + "mirId": "MIR:00100139", + "name": "GeneDB at Sanger Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.be.cabri.org/", - "sampleId": "dsmz_mutz-id:ACC 291", - "urlPattern": "http://www.be.cabri.org/CABRI/srs-bin/wgetz?-e+-page+EntryPage+[{$id}]" + "resourceHomeUrl": "https://www.genedb.org/", + "sampleId": "LinJ.20.0070", + "urlPattern": "https://www.genedb.org/gene/{$id}" } ], - "sampleId": "dsmz_mutz-id:ACC 291" + "sampleId": "LinJ.20.0070" }, { - "created": "2019-06-11T14:16:39.763+0000", + "created": "2019-06-11T14:16:27.145+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Unidentified Gene-Encoded (HUGE) protein database contains results from sequence analysis of human novel large (>4 kb) cDNAs identified in the Kazusa cDNA sequencing project.", - "id": 772, - "mirId": "MIR:00000263", - "modified": "2019-06-11T14:16:39.763+0000", - "name": "HUGE", + "description": "GeneFarm is a database whose purpose is to store traceable annotations for Arabidopsis nuclear genes and gene products.", + "id": 628, + "mirId": "MIR:00000211", + "modified": "2019-06-11T14:16:27.145+0000", + "name": "GeneFarm", "namespaceEmbeddedInLui": false, - "pattern": "^KIAA\\d{4}$", - "prefix": "huge", + "pattern": "^\\d+$", + "prefix": "genefarm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HUGE at Kazusa DNA Research Institute", - "id": 774, + "description": "GeneFarm at Unité de Recherche en Génomique Végétale", + "id": 630, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 773, + "id": 629, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "name": "Kazusa DNA Research Institute, Chiba", + "name": "Unité de Recherche en Génomique Végétale, Evry", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100339", - "name": "HUGE at Kazusa DNA Research Institute", + "mirId": "MIR:00100270", + "name": "GeneFarm at Unité de Recherche en Génomique Végétale", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.kazusa.or.jp/huge/", - "sampleId": "KIAA0001", - "urlPattern": "http://www.kazusa.or.jp/huge/gfpage/{$id}/" + "resourceHomeUrl": "http://urgi.versailles.inra.fr/Genefarm/", + "sampleId": "4892", + "urlPattern": "https://urgi.versailles.inra.fr/Genefarm/Gene/display_gene.htpl?GENE_ID={$id}" } ], - "sampleId": "KIAA0001" + "sampleId": "4892" }, { - "created": "2019-06-11T14:16:39.982+0000", + "created": "2019-06-11T14:16:27.950+0000", "deprecated": false, "deprecationDate": null, - "description": "BindingDB is the first public database of protein-small molecule affinity data.", - "id": 775, - "mirId": "MIR:00000264", - "modified": "2019-06-11T14:16:39.982+0000", - "name": "BindingDB", + "description": "Genetree displays the maximum likelihood phylogenetic (protein) trees representing the evolutionary history of the genes. These are constructed using the canonical protein for every gene in Ensembl.", + "id": 637, + "mirId": "MIR:00000214", + "modified": "2019-06-11T14:16:27.950+0000", + "name": "GeneTree", "namespaceEmbeddedInLui": false, - "pattern": "^\\w\\d+$", - "prefix": "bindingdb", + "pattern": "^ENSGT\\d+$", + "prefix": "genetree", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BindingDB", - "id": 777, + "description": "GeneTree at Ensembl", + "id": 638, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 8, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100340", - "name": "BindingDB", - "official": true, + "mirId": "MIR:00100273", + "name": "GeneTree at Ensembl", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.bindingdb.org", - "sampleId": "e999", - "urlPattern": "http://www.bindingdb.org/compact/{$id}" + "resourceHomeUrl": "http://www.ensembl.org/", + "sampleId": "ENSGT00550000074763", + "urlPattern": "http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt={$id}" } ], - "sampleId": "e999" + "sampleId": "ENSGT00550000074763" }, { - "created": "2019-06-11T14:16:45.247+0000", + "created": "2019-06-11T14:17:31.086+0000", "deprecated": false, "deprecationDate": null, - "description": "The dictyBase database provides data on the model organism Dictyostelium discoideum and related species. It contains the complete genome sequence, ESTs, gene models and functional annotations. This collection references gene information.", - "id": 839, - "mirId": "MIR:00000286", - "modified": "2019-06-11T14:16:45.247+0000", - "name": "Dictybase Gene", + "description": "The Gene Wiki is project which seeks to provide detailed information on human genes. Initial 'stub' articles are created in an automated manner, with further information added by the community. Gene Wiki can be accessed in wikipedia using Gene identifiers from NCBI.", + "id": 1382, + "mirId": "MIR:00000487", + "modified": "2019-06-11T14:17:31.086+0000", + "name": "Gene Wiki", "namespaceEmbeddedInLui": false, - "pattern": "^DDB_G\\d+$", - "prefix": "dictybase.gene", + "pattern": "^\\d+$", + "prefix": "genewiki", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Dictybase Gene at Northwestern University", - "id": 841, + "description": "Gene Wiki through BioGPS", + "id": 1383, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 840, + "id": 1111, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Northwestern University Biomedical Informatics Center and Center for Genetic Medicine, Chicago, Illinois", + "name": "Wikimedia Foundation, San Francisco, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100367", - "name": "Dictybase Gene at Northwestern University", + "mirId": "MIR:00100623", + "name": "Gene Wiki through BioGPS", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://dictybase.org/", - "sampleId": "DDB_G0267522", - "urlPattern": "http://dictybase.org/gene/{$id}" + "resourceHomeUrl": "http://en.wikipedia.org/wiki/Gene_Wiki", + "sampleId": "1017", + "urlPattern": "http://plugins.biogps.org/cgi-bin/wp.cgi?id={$id}" } ], - "sampleId": "DDB_G0267522" + "sampleId": "1017" }, { - "created": "2019-06-11T14:16:40.213+0000", + "created": "2019-06-11T14:16:57.671+0000", "deprecated": false, "deprecationDate": null, - "description": "STRING (Search Tool for Retrieval of Interacting Genes/Proteins) is a database of known and predicted protein interactions.\r\nThe interactions include direct (physical) and indirect (functional) associations; they are derived from four sources:Genomic Context, High-throughput Experiments,(Conserved) Coexpression, Previous Knowledge. STRING quantitatively integrates interaction data from these sources for a large number of organisms, and transfers information between these organisms where applicable.", - "id": 778, - "mirId": "MIR:00000265", - "modified": "2019-06-11T14:16:40.213+0000", - "name": "STRING", + "description": "The GenPept database is a collection of sequences based on translations from annotated coding regions in GenBank.", + "id": 989, + "mirId": "MIR:00000345", + "modified": "2019-06-11T14:16:57.671+0000", + "name": "GenPept", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])|([0-9][A-Za-z0-9]{3})$", - "prefix": "string", + "pattern": "^\\w{3}\\d{5}(\\.\\d+)?$", + "prefix": "genpept", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "STRING at Heidelberg", - "id": 779, + "description": "GenPept at NCBI", + "id": 990, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 605, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Molecular Biology Laboratory, Heidelberg", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100341", - "name": "STRING at Heidelberg", + "mirId": "MIR:00100440", + "name": "GenPept at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://string.embl.de/", - "sampleId": "P53350", - "urlPattern": "http://string.embl.de/interactions/{$id}" - }, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein", + "sampleId": "CAA71118.1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}?report=genpept" + } + ], + "sampleId": "CAA71118.1" + }, + { + "created": "2019-06-11T14:17:21.507+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Genome properties is an annotation system whereby functional attributes can be assigned to a genome, based on the presence of a defined set of protein signatures within that genome.", + "id": 1270, + "mirId": "MIR:00000443", + "modified": "2019-06-11T14:17:21.507+0000", + "name": "Genome Properties", + "namespaceEmbeddedInLui": false, + "pattern": "^GenProp\\d+$", + "prefix": "genprop", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "STRING Mirror at Heidelberg", - "id": 780, + "description": "Genome Properties", + "id": 1271, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 605, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "European Molecular Biology Laboratory, Heidelberg", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100342", - "name": "STRING Mirror at Heidelberg", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://string-db.org/", - "sampleId": "P53350", - "urlPattern": "http://string-db.org/interactions/{$id}" + "mirId": "MIR:00100910", + "name": "Genome Properties", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/interpro/genomeproperties/", + "sampleId": "GenProp0699", + "urlPattern": "https://www.ebi.ac.uk/interpro/genomeproperties/#{$id}" } ], - "sampleId": "P53350" + "sampleId": "GenProp0699" }, { - "created": "2019-06-11T14:16:40.524+0000", + "created": "2019-06-11T14:15:47.245+0000", "deprecated": false, "deprecationDate": null, - "description": "STITCH is a resource to explore known and predicted interactions of chemicals and proteins. Chemicals are linked to other chemicals and proteins by evidence derived from experiments, databases and the literature.", - "id": 781, - "mirId": "MIR:00000266", - "modified": "2019-06-11T14:16:40.524+0000", - "name": "STITCH", + "description": "The Gene Expression Omnibus (GEO) is a gene expression repository providing a curated, online resource for gene expression data browsing, query and retrieval.", + "id": 195, + "mirId": "MIR:00000054", + "modified": "2019-06-11T14:15:47.245+0000", + "name": "GEO", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{14}$", - "prefix": "stitch", + "pattern": "^G(PL|SM|SE|DS)\\d+$", + "prefix": "geo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "STITCH", - "id": 782, + "description": "Gene Expression Omnibus at NCBI", + "id": 196, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 605, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Molecular Biology Laboratory, Heidelberg", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100343", - "name": "STITCH", + "mirId": "MIR:00100082", + "name": "Gene Expression Omnibus at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://stitch.embl.de/", - "sampleId": "BQJCRHHNABKAKU", - "urlPattern": "http://stitch.embl.de/interactions/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/geo/", + "sampleId": "GDS1234", + "urlPattern": "https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc={$id}" } ], - "sampleId": "BQJCRHHNABKAKU" + "sampleId": "GDS1234" }, { - "created": "2019-06-11T14:16:40.712+0000", + "created": "2021-05-30T10:17:36.624+0000", "deprecated": false, "deprecationDate": null, - "description": "The ATCvet system for the classification of veterinary medicines is based on the same overall principles as the ATC system for substances used in human medicine. In ATCvet systems, preparations are divided into groups, according to their therapeutic use. First, they are divided into 15 anatomical groups (1st level), classified as QA-QV in the ATCvet system, on the basis of their main therapeutic use.", - "id": 783, - "mirId": "MIR:00000267", - "modified": "2019-06-11T14:16:40.712+0000", - "name": "Anatomical Therapeutic Chemical Vetinary", + "description": "An ontology and inventory of geopolitical entities such as nations and their components (states, provinces, districts, counties) and the actual physical territories over which they have jurisdiction. We thus distinguish and assign different identifiers to the US in \"The US declared war on Germany\" vs. the US in \"The plane entered US airspace\".", + "id": 2677, + "mirId": "MIR:00000824", + "modified": "2021-05-30T10:17:36.624+0000", + "name": "Geographical Entity Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^Q[A-Z0-9]+$", - "prefix": "atcvet", + "pattern": "^GEO_[0-9]{9}$", + "prefix": "geogeo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Anatomical Therapeutic Chemical Vet Index at WHO", - "id": 784, + "description": "The biomedical informatics program at the University of Florida, hosted by both the UF Clinical and Translational Science Institute and the Department of Health Outcomes & Biomedical Informatics", + "id": 2678, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 295, + "description": "The biomedical informatics program at the University of Florida, hosted by both the UF Clinical and Translational Science Institute and the Department of Health Outcomes & Biomedical Informatics", + "homeUrl": "https://github.com/ufbmi", + "id": 2676, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "World Health Organisation", + "name": "University of Florida Biomedical Informatics Program", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100344", - "name": "Anatomical Therapeutic Chemical Vet Index at WHO", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.whocc.no/atcvet/atcvet_index/", - "sampleId": "QJ51RV02", - "urlPattern": "http://www.whocc.no/atcvet/atcvet_index/?code={$id}" + "mirId": "MIR:00000821", + "name": "University of Florida Biomedical Informatics Program", + "official": true, + "providerCode": "obo", + "resourceHomeUrl": "https://github.com/ufbmi", + "sampleId": "GEO_000000021", + "urlPattern": "http://purl.obolibrary.org/obo/{$id}" } ], - "sampleId": "QJ51RV02" + "sampleId": "GEO_000000021" }, { - "created": "2019-06-11T14:16:40.928+0000", + "created": "2019-06-11T14:16:13.424+0000", "deprecated": false, "deprecationDate": null, - "description": "Phenol-Explorer is an electronic database on polyphenol content in foods. Polyphenols form a wide group of natural antioxidants present in a large number of foods and beverages. They contribute to food characteristics such as taste, colour or shelf-life. They also participate in the prevention of several major chronic diseases such as cardiovascular diseases, diabetes, cancers, neurodegenerative diseases or osteoporosis.", - "id": 785, - "mirId": "MIR:00000268", - "modified": "2019-06-11T14:16:40.928+0000", - "name": "Phenol-Explorer", + "description": "GiardiaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 473, + "mirId": "MIR:00000151", + "modified": "2019-06-11T14:16:13.424+0000", + "name": "GiardiaDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "phenolexplorer", + "pattern": "^\\w+$", + "prefix": "giardiadb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Phenol-Explorer Database on Phenol content of foods", - "id": 787, + "description": "GiardiaDB at EuPathDB", + "id": 474, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 786, + "id": 467, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "INRA and University of Alberta", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100345", - "name": "Phenol-Explorer Database on Phenol content of foods", + "mirId": "MIR:00100196", + "name": "GiardiaDB at EuPathDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.phenol-explorer.eu/foods/", - "sampleId": "75", - "urlPattern": "http://phenol-explorer.eu/foods/{$id}" + "resourceHomeUrl": "https://giardiadb.org/giardiadb/", + "sampleId": "GL50803_102438", + "urlPattern": "https://giardiadb.org/giardiadb/app/record/gene/{$id}" } ], - "sampleId": "75" + "sampleId": "GL50803_102438" }, { - "created": "2019-06-11T14:16:41.184+0000", + "created": "2021-08-08T09:49:13.100+0000", "deprecated": false, "deprecationDate": null, - "description": "SNOMED CT (Systematized Nomenclature of Medicine -- Clinical Terms), is a systematically organized computer processable collection of medical terminology covering most areas of clinical information such as diseases, findings, procedures, microorganisms, pharmaceuticals, etc.", - "id": 788, - "mirId": "MIR:00000269", - "modified": "2019-06-11T14:16:41.184+0000", - "name": "SNOMED CT", + "description": "GitHub is an online host of Git source code repositories.", + "id": 2810, + "mirId": "MIR:00000853", + "modified": "2021-08-08T09:49:13.100+0000", + "name": "github", "namespaceEmbeddedInLui": false, - "pattern": "^(\\w+)?\\d+$", - "prefix": "snomedct", + "pattern": "^[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+$", + "prefix": "github", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SNOMED-CT at The National Pathology Exchange", - "id": 790, + "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", + "id": 2811, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 789, + "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", + "homeUrl": "https://github.com/", + "id": 2803, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "The Health Informatics Service, NHS, West Yorkshire", + "name": "GitHub, Inc.", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100405", - "name": "SNOMED-CT at The National Pathology Exchange", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.snomedbrowser.com/", - "sampleId": "284196006", - "urlPattern": "http://www.snomedbrowser.com/Codes/Details/{$id}" + "mirId": "MIR:00000852", + "name": "GitHub, Inc.", + "official": true, + "providerCode": "github", + "resourceHomeUrl": "https://github.com/", + "sampleId": "identifiers-org/registry", + "urlPattern": "https://github.com/{$id}" } ], - "sampleId": "284196006" + "sampleId": "identifiers-org/registry" }, { - "created": "2019-06-11T14:16:41.417+0000", + "created": "2022-01-09T19:35:24.140+0000", "deprecated": false, "deprecationDate": null, - "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloging of books, documents, etc. This collection references MeSH terms published in 2012.", - "id": 791, - "mirId": "MIR:00000270", - "modified": "2019-06-11T14:16:41.417+0000", - "name": "MeSH 2012", + "description": "GitLab is The DevOps platform that empowers organizations to maximize the overall return on software development by delivering software faster and efficiently, while strengthening security and compliance. With GitLab, every team in your organization can collaboratively plan, build, secure, and deploy software to drive business outcomes faster with complete transparency, consistency and traceability.", + "id": 3013, + "mirId": "MIR:00000901", + "modified": "2022-01-29T17:48:48.838+0000", + "name": "GitLab", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "mesh.2012", + "pattern": "^[0-9A-Za-z_][0-9A-Za-z-_()\\. ]*/[0-9A-Za-z_][0-9A-Za-z-_\\. ]*$", + "prefix": "gitlab", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MeSH at National Library of Medicine", - "id": 793, + "description": "GitLab is an open core company which develops software for the software development lifecycle with 30 million estimated registered users and more than 1 million active license users, and has an active community of more than 2,500 contributors.", + "id": 3014, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 792, + "description": "GitLab is an open core company which develops software for the software development lifecycle with 30 million estimated registered users and more than 1 million active license users, and has an active community of more than 2,500 contributors.", + "homeUrl": "https://gitlab.com/", + "id": 3012, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", + "name": "GitLab B.V.", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100349", - "name": "MeSH at National Library of Medicine", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", - "sampleId": "17186", - "urlPattern": "http://www.nlm.nih.gov/cgi/mesh/2012/MB_cgi?mode=&index={$id}&view=expanded" + "mirId": "MIR:00000900", + "name": "GitLab B.V.", + "official": true, + "providerCode": "gitlab", + "resourceHomeUrl": "https://gitlab.com/", + "sampleId": "morpheus.lab/morpheus", + "urlPattern": "https://gitlab.com/{$id}" } ], - "sampleId": "17186" + "sampleId": "morpheus.lab/morpheus" }, { - "created": "2019-06-11T14:16:41.852+0000", + "created": "2019-06-11T14:17:32.633+0000", "deprecated": false, "deprecationDate": null, - "description": "The Canadian Drug Product Database (DPD) contains product specific information on drugs approved for use in Canada, and includes human pharmaceutical and biological drugs, veterinary drugs and disinfectant products. This information includes 'brand name', 'route of administration' and a Canadian 'Drug Identification Number' (DIN).", - "id": 797, - "mirId": "MIR:00000272", - "modified": "2019-06-11T14:16:41.852+0000", - "name": "Canadian Drug Product Database", + "description": "The GPCR-LIgand DAtabase (GLIDA) is a GPCR-related chemical genomic database that is primarily focused on the correlation of information between GPCRs and their ligands. It provides correlation data between GPCRs and their ligands, along with chemical information on the ligands. This collection references G-protein coupled receptors.", + "id": 1398, + "mirId": "MIR:00000493", + "modified": "2019-06-11T14:17:32.633+0000", + "name": "GLIDA GPCR", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "cdpd", + "pattern": "^[A-Z-_0-9]+$", + "prefix": "glida.gpcr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Canadian Drug Identification Number at Health Canada", - "id": 799, + "description": "GLIDA GPCR at Kyoto University", + "id": 1400, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 798, + "id": 1399, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Health Canada, Ottawa, Ontario", + "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100351", - "name": "Canadian Drug Identification Number at Health Canada", + "mirId": "MIR:00100634", + "name": "GLIDA GPCR at Kyoto University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://webprod3.hc-sc.gc.ca/dpd-bdpp/index-eng.jsp", - "sampleId": "63250", - "urlPattern": "http://webprod3.hc-sc.gc.ca/dpd-bdpp/info.do?lang=eng&code={$id}" + "resourceHomeUrl": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/", + "sampleId": "ACM1_HUMAN", + "urlPattern": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/gpcr_information.php?id={$id}" } ], - "sampleId": "63250" + "sampleId": "ACM1_HUMAN" }, { - "created": "2019-06-11T14:16:42.514+0000", + "created": "2019-06-11T14:17:32.872+0000", "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. This collection references metabolite information, relating the biologically active substance to metabolic pathways or signalling phenomena.", - "id": 805, - "mirId": "MIR:00000274", - "modified": "2019-06-11T14:16:42.514+0000", - "name": "Golm Metabolome Database", + "description": "The GPCR-LIgand DAtabase (GLIDA) is a GPCR-related chemical genomic database that is primarily focused on the correlation of information between GPCRs and their ligands. It provides correlation data between GPCRs and their ligands, along with chemical information on the ligands. This collection references ligands.", + "id": 1401, + "mirId": "MIR:00000494", + "modified": "2019-06-11T14:17:32.872+0000", + "name": "GLIDA Ligand", "namespaceEmbeddedInLui": false, - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", - "prefix": "gmd", + "pattern": "^L\\d+$", + "prefix": "glida.ligand", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database at Max Planck Institute of Molecular Plant Physiology", - "id": 807, + "description": "GLIDA Ligand at Kyoto University", + "id": 1402, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 806, + "id": 1399, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100354", - "name": "Golm Metabolome Database at Max Planck Institute of Molecular Plant Physiology", + "mirId": "MIR:00100635", + "name": "GLIDA Ligand at Kyoto University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", - "sampleId": "68513255-fc44-4041-bc4b-4fd2fae7541d", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/Metabolites/{$id}.aspx" + "resourceHomeUrl": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/", + "sampleId": "L000001", + "urlPattern": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/ligand_information.php?id={$id}" } ], - "sampleId": "68513255-fc44-4041-bc4b-4fd2fae7541d" + "sampleId": "L000001" }, { - "created": "2019-06-11T14:16:42.733+0000", + "created": "2019-06-11T14:17:29.214+0000", "deprecated": false, "deprecationDate": null, - "description": "HomoloGene is a system for automated detection of homologs among the annotated genes of several completely sequenced eukaryotic genomes.", - "id": 808, - "mirId": "MIR:00000275", - "modified": "2019-06-11T14:16:42.733+0000", - "name": "HomoloGene", + "description": "GlycoEpitope is a database containing useful information about carbohydrate antigens (glyco-epitopes) and the antibodies (polyclonal or monoclonal) that can be used to analyze their expression. This collection references Glycoepitopes.", + "id": 1360, + "mirId": "MIR:00000478", + "modified": "2019-06-11T14:17:29.214+0000", + "name": "GlycoEpitope", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "homologene", + "pattern": "^EP\\d{4}$", + "prefix": "glycoepitope", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Homologene at NCBI", - "id": 809, + "description": "GlycoEpitope at Ritsumeikan University", + "id": 1362, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1361, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Kawasaki laboratory, Research Center for Glycobiotechnology, Ritsumeikan University", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100355", - "name": "Homologene at NCBI", - "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/homologene/", - "sampleId": "1000", - "urlPattern": "https://www.ncbi.nlm.nih.gov/homologene/{$id}" - }, + "mirId": "MIR:00100613", + "name": "GlycoEpitope at Ritsumeikan University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.glycoepitope.jp/epitopes/", + "sampleId": "EP0311", + "urlPattern": "https://www.glycoepitope.jp/epitopes/{$id}" + } + ], + "sampleId": "EP0311" + }, + { + "created": "2019-06-11T14:16:03.253+0000", + "deprecated": false, + "deprecationDate": null, + "description": "GlycomeDB is the result of a systematic data integration effort, and provides an overview of all carbohydrate structures available in public databases, as well as cross-links.", + "id": 363, + "mirId": "MIR:00000114", + "modified": "2019-06-11T14:16:03.253+0000", + "name": "GlycomeDB", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w+$", + "prefix": "glycomedb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bio2RDF", - "id": 810, + "description": "GlycomeDB carbohydrate structure database", + "id": 365, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 364, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Bio2RDF.org", + "name": "German Cancer Research Center, Heidelberg", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100699", - "name": "Bio2RDF", + "mirId": "MIR:00100147", + "name": "GlycomeDB carbohydrate structure database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://homologene.bio2rdf.org/fct", - "sampleId": "1000", - "urlPattern": "http://homologene.bio2rdf.org/describe/?url=http://bio2rdf.org/homologene:{$id}" + "resourceHomeUrl": "https://glytoucan.org/", + "sampleId": "G77500AY", + "urlPattern": "https://glytoucan.org/Structures/Glycans/{$id}" } ], - "sampleId": "1000" + "sampleId": "G77500AY" }, { - "created": "2019-06-11T14:16:42.994+0000", + "created": "2021-06-28T19:11:39.342+0000", "deprecated": false, "deprecationDate": null, - "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to compound information.", - "id": 811, - "mirId": "MIR:00000276", - "modified": "2019-06-11T14:16:42.994+0000", - "name": "UM-BBD Compound", + "description": "GlycoNAVI is a website for carbohydrate research. It consists of the \"GlycoNAVI Database\" that provides information such as existence ratios and names of glycans, 3D structures of glycans and complex glycoconjugates, and the \"GlycoNAVI tools\" such as editing of 2D structures of glycans, glycan structure viewers, and conversion tools.", + "id": 2714, + "mirId": "MIR:00000830", + "modified": "2022-11-08T15:20:10.791+0000", + "name": "GlycoNAVI", "namespaceEmbeddedInLui": false, - "pattern": "^c\\d+$", - "prefix": "umbbd.compound", + "pattern": "^GN_[A-Za-z]*[_]*[A-Za-z0-9-:_]+$", + "prefix": "glyconavi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Biocatalysis/Biodegradation Database Mirror (Compound) at ETH Zurich", - "id": 813, + "description": "The Noguchi Institute is a research institute licensed as a public interest incorporated foundation. It conducts research and education related to glycans.", + "id": 2715, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 812, + "description": "The Noguchi Institute is a research institute licensed as a public interest incorporated foundation. It conducts research and education related to glycans.", + "homeUrl": "https://www.noguchi.or.jp/", + "id": 2713, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "ETH, Zurich", + "name": "The Noguchi Institute", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100357", - "name": "Biocatalysis/Biodegradation Database Mirror (Compound) at ETH Zurich", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://umbbd.ethz.ch/", - "sampleId": "c0001", - "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=c&compID={$id}" + "mirId": "MIR:00000822", + "name": "The Noguchi Institute", + "official": true, + "providerCode": "glyconavi", + "resourceHomeUrl": "https://www.noguchi.or.jp/", + "sampleId": "GN_G03681DA", + "urlPattern": "https://glyconavi.org/hub/?id={$id}" } ], - "sampleId": "c0001" + "sampleId": "GN_GlyTouCan_G03681DA" }, { - "created": "2019-06-11T14:16:43.224+0000", + "created": "2020-10-08T09:25:59.424+0000", "deprecated": false, "deprecationDate": null, - "description": "The database of Annotated regulatory Binding Sites (from orthologous promoters), ABS, is a public database of known binding sites identified in promoters of orthologous vertebrate genes that have been manually curated from bibliography.", - "id": 814, - "mirId": "MIR:00000277", - "modified": "2019-06-11T14:16:43.224+0000", - "name": "ABS", + "description": "GlycoPOST is a mass spectrometry data repository for glycomics and glycoproteomics. Users can release their \"raw/processed\" data via this site with a unique identifier number for the paper publication. Submission conditions are in accordance with the Minimum Information Required for a Glycomics Experiment (MIRAGE) guidelines.", + "id": 2384, + "mirId": "MIR:00000721", + "modified": "2020-10-08T09:25:59.424+0000", + "name": "GlycoPOST", "namespaceEmbeddedInLui": false, - "pattern": "^A\\d+$", - "prefix": "abs", + "pattern": "^GPST[0-9]{6}$", + "prefix": "glycopost", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ABS at IMIM", - "id": 816, + "description": "Niigata University has a long institutional history, with origins going back some 150 years. Since its inauguration as a national university in 1949 under the new university system, it has played an important role in higher education and research in Japan. Over the years, it has grown into a large-scale comprehensive university offering bachelor's, master's, and doctoral degree programs under ten faculties and five graduate schools in a wide range of disciplines spanning the humanities, education, law, economics, science, engineering, agriculture, medicine, health sciences, and dentistry. With a student body of approximately 13,000 and 3,000 academic and administrative staff members, and as a research-oriented university, it boasts several world-leading research institutes, including the Brain Research Institute and the Research Institute for Natural Hazards and Disaster Recovery as well as a university hospital providing high-level medical care as an advanced treatment hospital for the region.", + "id": 2385, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 815, + "description": "Niigata University has a long institutional history, with origins going back some 150 years. Since its inauguration as a national university in 1949 under the new university system, it has played an important role in higher education and research in Japan. Over the years, it has grown into a large-scale comprehensive university offering bachelor's, master's, and doctoral degree programs under ten faculties and five graduate schools in a wide range of disciplines spanning the humanities, education, law, economics, science, engineering, agriculture, medicine, health sciences, and dentistry. With a student body of approximately 13,000 and 3,000 academic and administrative staff members, and as a research-oriented university, it boasts several world-leading research institutes, including the Brain Research Institute and the Research Institute for Natural Hazards and Disaster Recovery as well as a university hospital providing high-level medical care as an advanced treatment hospital for the region.", + "homeUrl": "https://www.niigata-u.ac.jp/", + "id": 2383, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Institut Municipal d'Investigació Mèdica, Barcelona", + "name": "Niigata University", "rorId": null }, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100358", - "name": "ABS at IMIM", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://genome.crg.es/datasets/abs2005/", - "sampleId": "A0014", - "urlPattern": "http://genome.crg.es/datasets/abs2005/entries/{$id}.html" + "mirId": "MIR:00000704", + "name": "Niigata University", + "official": true, + "providerCode": "glycopost", + "resourceHomeUrl": "https://glycopost.glycosmos.org", + "sampleId": "GPST000024", + "urlPattern": "https://glycopost.glycosmos.org/entry/{$id}" } ], - "sampleId": "A0014" + "sampleId": "GPST000024" }, { - "created": "2019-06-11T14:16:43.451+0000", + "created": "2019-06-11T14:18:01.543+0000", "deprecated": false, "deprecationDate": null, - "description": "The antimicrobial peptide database (APD) provides information on anticancer, antiviral, antifungal and antibacterial peptides.", - "id": 817, - "mirId": "MIR:00000278", - "modified": "2019-06-11T14:16:43.451+0000", - "name": "APD", + "description": "GlyTouCan is the single worldwide registry of glycan (carbohydrate sugar chain) data.", + "id": 1688, + "mirId": "MIR:00000608", + "modified": "2019-06-11T14:18:01.543+0000", + "name": "GlyTouCan", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{5}$", - "prefix": "apd", + "pattern": "^G[0-9]{5}[A-Z]{2}$", + "prefix": "glytoucan", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "APD at Nebraska", - "id": 819, + "description": "The Glycan Repository", + "id": 1690, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 818, + "id": 1689, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Eppley Institute for Research in Cancer and Allied Diseases, University of Nebraska Medical Center, Omaha", + "name": "Soka University, Hachioji, Tokyo", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100359", - "name": "APD at Nebraska", + "mirId": "MIR:00100812", + "name": "The Glycan Repository", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://aps.unmc.edu/AP/", - "sampleId": "01001", - "urlPattern": "http://aps.unmc.edu/AP/database/query_output.php?ID={$id}" + "resourceHomeUrl": "https://glytoucan.org", + "sampleId": "G00054MO", + "urlPattern": "https://glytoucan.org/Structures/Glycans/{$id}" } ], - "sampleId": "01001" + "sampleId": "G00054MO" }, { - "created": "2019-06-11T14:16:43.696+0000", + "created": "2019-06-11T14:16:42.514+0000", "deprecated": false, "deprecationDate": null, - "description": "ChemDB is a chemical database containing commercially available small molecules, important for use as synthetic building blocks, probes in systems biology and as leads for the discovery of drugs and other useful compounds.", - "id": 820, - "mirId": "MIR:00000279", - "modified": "2019-06-11T14:16:43.696+0000", - "name": "ChemDB", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. This collection references metabolite information, relating the biologically active substance to metabolic pathways or signalling phenomena.", + "id": 805, + "mirId": "MIR:00000274", + "modified": "2019-06-11T14:16:42.514+0000", + "name": "Golm Metabolome Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "chemdb", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "prefix": "gmd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChemDB at UC Irvine", - "id": 822, + "description": "Golm Metabolome Database at Max Planck Institute of Molecular Plant Physiology", + "id": 807, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 821, + "id": 806, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "University of California, Irvine", + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100360", - "name": "ChemDB at UC Irvine", + "mirId": "MIR:00100354", + "name": "Golm Metabolome Database at Max Planck Institute of Molecular Plant Physiology", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cdb.ics.uci.edu/", - "sampleId": "3966782", - "urlPattern": "http://cdb.ics.uci.edu/cgibin/ChemicalDetailWeb.py?chemical_id={$id}" + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "68513255-fc44-4041-bc4b-4fd2fae7541d", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/Metabolites/{$id}.aspx" } ], - "sampleId": "3966782" + "sampleId": "68513255-fc44-4041-bc4b-4fd2fae7541d" }, { - "created": "2019-06-11T14:16:43.916+0000", + "created": "2019-06-11T14:17:17.661+0000", "deprecated": false, "deprecationDate": null, - "description": "Description of Plant Viruses (DPV) provides information about viruses, viroids and satellites of plants, fungi and protozoa. It provides taxonomic information, including brief descriptions of each family and genus, and classified lists of virus sequences. The database also holds detailed information for all sequences of viruses, viroids and satellites of plants, fungi and protozoa that are complete or that contain at least one complete gene.", - "id": 823, - "mirId": "MIR:00000280", - "modified": "2019-06-11T14:16:43.916+0000", - "name": "DPV", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. For GC-MS profiling analyses, polar metabolite extracts are chemically converted, i.e. derivatised into less polar and volatile compounds, so called analytes. This collection references analytes.", + "id": 1225, + "mirId": "MIR:00000426", + "modified": "2019-06-11T14:17:17.661+0000", + "name": "Golm Metabolome Database Analyte", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "dpv", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "prefix": "gmd.analyte", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DPV at Rothamsted", - "id": 825, + "description": "Golm Metabolome Database (Analyte) at Max Planck Institute of Molecular Plant Physiology", + "id": 1226, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 824, + "id": 806, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Plant-Pathogen Interactions Division, Wheat Pathogenesis Programme, Rothamsted Research Harpenden, Hertfordshire", + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100361", - "name": "DPV at Rothamsted", + "mirId": "MIR:00100549", + "name": "Golm Metabolome Database (Analyte) at Max Planck Institute of Molecular Plant Physiology", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.dpvweb.net/", - "sampleId": "100", - "urlPattern": "http://www.dpvweb.net/dpv/showdpv.php?dpvno={$id}" + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "4f0fa9b6-514f-4ff4-98cc-0009bc08eb80", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/Analytes/{$id}" } ], - "sampleId": "100" + "sampleId": "4f0fa9b6-514f-4ff4-98cc-0009bc08eb80" }, { - "created": "2019-06-11T14:16:44.139+0000", + "created": "2019-06-11T14:17:17.255+0000", "deprecated": false, "deprecationDate": null, - "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references individual receptors or subunits.", - "id": 826, - "mirId": "MIR:00000281", - "modified": "2019-06-11T14:16:44.139+0000", - "name": "IUPHAR receptor", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. Analytes are subjected to a gas chromatograph coupled to a mass spectrometer, which records the mass spectrum and the retention time linked to an analyte. This collection references GC-MS spectra.", + "id": 1221, + "mirId": "MIR:00000424", + "modified": "2019-06-11T14:17:17.255+0000", + "name": "Golm Metabolome Database GC-MS spectra", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "iuphar.receptor", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "prefix": "gmd.gcms", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IUPHAR Receptor at University of Edinburgh", - "id": 828, + "description": "Golm Metabolome Database (GC-MS Spectra) at Max Planck Institute of Molecular Plant Physiology", + "id": 1222, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 827, + "id": 806, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100362", - "name": "IUPHAR Receptor at University of Edinburgh", - "official": true, + "mirId": "MIR:00100547", + "name": "Golm Metabolome Database (GC-MS Spectra) at Max Planck Institute of Molecular Plant Physiology", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.guidetopharmacology.org/targets.jsp", - "sampleId": "101", - "urlPattern": "http://www.guidetopharmacology.org/GRAC/ObjectDisplayForward?objectId={$id}" + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "53d583d8-40c6-40e1-9296-23f821cd77a5", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/Spectrums/{$id}" } ], - "sampleId": "101" + "sampleId": "53d583d8-40c6-40e1-9296-23f821cd77a5" }, { - "created": "2019-06-11T14:16:44.374+0000", + "created": "2019-06-11T14:17:17.038+0000", "deprecated": false, "deprecationDate": null, - "description": "AceView provides a curated sequence representation of all public mRNA sequences (mRNAs from GenBank or RefSeq, and single pass cDNA sequences from dbEST and Trace). These are aligned on the genome and clustered into a minimal number of alternative transcript variants and grouped into genes. In addition, alternative features such as promoters, and expression in tissues is recorded. This collection references C. elegans genes and expression.", - "id": 829, - "mirId": "MIR:00000282", - "modified": "2019-06-11T14:16:44.374+0000", - "name": "Aceview Worm", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. GMD's metabolite profiles provide relative metabolite concentrations normalised according to fresh weight (or comparable quantitative data, such as volume, cell count, etc.) and internal standards (e.g. ribotol) of biological reference conditions and tissues.", + "id": 1219, + "mirId": "MIR:00000423", + "modified": "2019-06-11T14:17:17.038+0000", + "name": "Golm Metabolome Database Profile", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9-]+$", - "prefix": "aceview.worm", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "prefix": "gmd.profile", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AceView Worm at NCBI", - "id": 830, + "description": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", + "id": 1220, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 806, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100363", - "name": "AceView Worm at NCBI", + "mirId": "MIR:00100546", + "name": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/index.html?worm", - "sampleId": "aap-1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/av.cgi?db=worm&c=Gene&l={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/profile/default.aspx?XemlId={$id}" } ], - "sampleId": "aap-1" + "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d" }, { - "created": "2019-06-11T14:16:42.071+0000", + "created": "2019-06-11T14:17:17.475+0000", "deprecated": false, "deprecationDate": null, - "description": "MassBank is a federated database of reference spectra from different instruments, including high-resolution mass spectra of small metabolites (<3000 Da).", - "id": 800, - "mirId": "MIR:00000273", - "modified": "2022-12-13T16:15:18.652+0000", - "name": "MassBank", + "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. Since metabolites often cannot be obtained in their respective native biological state, for example organic acids may be only acquirable as salts, the concept of reference substance was introduced. This collection references reference substances.", + "id": 1223, + "mirId": "MIR:00000425", + "modified": "2019-06-11T14:17:17.475+0000", + "name": "Golm Metabolome Database Reference Substance", "namespaceEmbeddedInLui": false, - "pattern": "^MSBNK-[0-9a-zA-Z_]+-[A-Z0-9_]+$", - "prefix": "massbank", + "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", + "prefix": "gmd.ref", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MassBank in Europe", - "id": 804, + "description": "Golm Metabolome Database (Reference Substance) at Max Planck Institute of Molecular Plant Physiology", + "id": 1224, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 803, + "id": 806, "location": { "countryCode": "DE", "countryName": "Germany" }, - "name": "NORMAN Network and The MassBank Consortium", + "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", "rorId": null }, "location": { "countryCode": "DE", "countryName": "Germany" }, - "mirId": "MIR:00100666", - "name": "MassBank in Europe", + "mirId": "MIR:00100548", + "name": "Golm Metabolome Database (Reference Substance) at Max Planck Institute of Molecular Plant Physiology", "official": false, - "providerCode": "massbankeu", - "resourceHomeUrl": "https://massbank.eu/", - "sampleId": "PB000166", - "urlPattern": "https://massbank.eu/MassBank/RecordDisplay?id={$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", + "sampleId": "8cf84adb-b4db-4807-ac98-0004247c35df", + "urlPattern": "http://gmd.mpimp-golm.mpg.de/ReferenceSubstances/{$id}" + } + ], + "sampleId": "8cf84adb-b4db-4807-ac98-0004247c35df" + }, + { + "created": "2019-06-11T14:18:05.948+0000", + "deprecated": false, + "deprecationDate": null, + "description": "GnpIS is an integrative information system focused on plants and fungal pests. It provides both genetic (e.g. genetic maps, quantitative trait loci, markers, single nucleotide polymorphisms, germplasms and genotypes) and genomic data (e.g. genomic sequences, physical maps, genome annotation and expression data) for species of agronomical interest.", + "id": 1741, + "mirId": "MIR:00000627", + "modified": "2019-06-11T14:18:05.948+0000", + "name": "GnpIS", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Za-z0-9]+$", + "prefix": "gnpis", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MassBank in Japan", - "id": 802, + "description": "GnpIS", + "id": 1743, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 801, + "id": 1742, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "name": "The MassBank Consortium", + "name": "URGI (Research Unit in Genomics-Info), INRA de Versailles, Route de Saint-Cyr, Versailles", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100353", - "name": "MassBank in Japan", - "official": true, - "providerCode": "massbankjp", - "resourceHomeUrl": "http://www.massbank.jp", - "sampleId": "PB000166", - "urlPattern": "https://massbank.jp/RecordDisplay?id={$id}" + "mirId": "MIR:00100831", + "name": "GnpIS", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://urgi.versailles.inra.fr/gnpis/", + "sampleId": "AY109603", + "urlPattern": "https://urgi.versailles.inra.fr/gnpis/#result/term={$id}" } ], - "sampleId": "MSBNK-IPB_Halle-PB000166" + "sampleId": "AY109603" }, { - "created": "2019-06-11T14:16:45.469+0000", + "created": "2019-06-11T14:15:35.970+0000", "deprecated": false, "deprecationDate": null, - "description": "IMGT, the international ImMunoGeneTics project, is a collection of high-quality integrated databases specialising in Immunoglobulins, T cell receptors and the Major Histocompatibility Complex (MHC) of all vertebrate species. IMGT/LIGM is a comprehensive database of fully annotated sequences of Immunoglobulins and T cell receptors from human and other vertebrates.", - "id": 842, - "mirId": "MIR:00000287", - "modified": "2019-06-11T14:16:45.469+0000", - "name": "IMGT LIGM", - "namespaceEmbeddedInLui": false, - "pattern": "^M\\d+$", - "prefix": "imgt.ligm", + "description": "The Gene Ontology project provides a controlled vocabulary to describe gene and gene product attributes in any organism.", + "id": 87, + "mirId": "MIR:00000022", + "modified": "2019-06-11T14:15:35.970+0000", + "name": "Gene Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^GO:\\d{7}$", + "prefix": "go", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IMGT LIGM through DKFZ (SRS)", - "id": 844, + "description": "QuickGO (Gene Ontology browser)", + "id": 88, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 843, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "DKFZ TP3, Heidelberg", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100369", - "name": "IMGT LIGM through DKFZ (SRS)", + "mirId": "MIR:00100012", + "name": "QuickGO (Gene Ontology browser)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://genius.embnet.dkfz-heidelberg.de/", - "sampleId": "M94112", - "urlPattern": "http://genius.embnet.dkfz-heidelberg.de/menu/cgi-bin/srs7.1.3.1/wgetz?-id+4ktAl1fNMTA+-e+[IMGT:'{$id}']" + "providerCode": "quickgo", + "resourceHomeUrl": "https://www.ebi.ac.uk/QuickGO/", + "sampleId": "0006915", + "urlPattern": "https://www.ebi.ac.uk/QuickGO/GTerm?id=GO:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "IMGT LIGM at CNRS", - "id": 846, + "description": "AmiGO 2", + "id": 90, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 845, + "id": 89, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "CNRS, Montpellier University, Montpellier", + "name": "The Gene Ontology Consortium", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100428", - "name": "IMGT LIGM at CNRS", + "mirId": "MIR:00100013", + "name": "AmiGO 2", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.imgt.org/", - "sampleId": "M94112", - "urlPattern": "http://www.imgt.org/ligmdb/view?id={$id}" - } - ], - "sampleId": "M94112" - }, - { - "created": "2019-06-11T14:16:45.846+0000", - "deprecated": false, - "deprecationDate": null, - "description": "WOrfDB (Worm ORFeome DataBase) contains data from the cloning of complete set of predicted protein-encoding Open Reading Frames (ORFs) of Caenorhabditis elegans. This collection describes experimentally defined transcript structures of unverified genes through RACE (Rapid Amplification of cDNA Ends).", - "id": 847, - "mirId": "MIR:00000288", - "modified": "2019-06-11T14:16:45.846+0000", - "name": "Worfdb", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\.\\d+)?", - "prefix": "worfdb", - "resources": [ + "providerCode": "amigo", + "resourceHomeUrl": "http://amigo.geneontology.org/", + "sampleId": "0006915", + "urlPattern": "http://amigo.geneontology.org/amigo/term/GO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Worm Orf DB at Harvard", - "id": 849, + "description": "GO Browser", + "id": 92, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 848, + "id": 91, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Cancer Systems Biology, Harvard Medical School, Massachusetts", + "name": "The Jackson Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100370", - "name": "Worm Orf DB at Harvard", + "mirId": "MIR:00100015", + "name": "GO Browser", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://worfdb.dfci.harvard.edu/", - "sampleId": "T01B6.1", - "urlPattern": "http://worfdb.dfci.harvard.edu/index.php?search_type=name&page=showresultrc&race_query={$id}" - } - ], - "sampleId": "T01B6.1" - }, - { - "created": "2019-06-11T14:16:46.065+0000", - "deprecated": false, - "deprecationDate": null, - "description": "NextDb is a database that provides information on the expression pattern map of the 100Mb genome of the nematode Caenorhabditis elegans. This was done through EST analysis and systematic whole mount in situ hybridization. Information available includes 5' and 3' ESTs, and in-situ hybridization images of 11,237 cDNA clones.", - "id": 850, - "mirId": "MIR:00000289", - "modified": "2019-06-11T14:16:46.065+0000", - "name": "NEXTDB", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "nextdb", - "resources": [ + "resourceHomeUrl": "http://www.informatics.jax.org/searches/GO_form.shtml", + "sampleId": "0006915", + "urlPattern": "http://www.informatics.jax.org/searches/GO.cgi?id=GO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "NEXTDB at Shizuoka", - "id": 852, + "description": "GO through BioPortal", + "id": 93, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 851, + "id": 5, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "National Institute of Genetics, Shizuoka", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100371", - "name": "NEXTDB at Shizuoka", + "mirId": "MIR:00100237", + "name": "GO through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://nematode.lab.nig.ac.jp/", - "sampleId": "6b1", - "urlPattern": "http://nematode.lab.nig.ac.jp/db2/ShowCloneInfo.php?clone={$id}" - } - ], - "sampleId": "6b1" - }, - { - "created": "2019-06-11T14:16:46.310+0000", - "deprecated": false, - "deprecationDate": null, - "description": "SoyBase is a repository for curated genetics, genomics and related data resources for soybean.", - "id": 853, - "mirId": "MIR:00000291", - "modified": "2019-06-11T14:16:46.310+0000", - "name": "SoyBase", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\-)?\\w+(\\-)?\\w+$", - "prefix": "soybase", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/GO", + "sampleId": "0006915", + "urlPattern": "http://purl.bioontology.org/ontology/GO/GO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "SoyBase at Iowa State University", - "id": 855, + "description": "GO through PANTHER", + "id": 95, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 854, + "id": 94, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "USDA-ARS-CICGRU, Iowa State University, Iowa", + "name": "Keck School of Medicine, University of Southern California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100373", - "name": "SoyBase at Iowa State University", + "mirId": "MIR:00100585", + "name": "GO through PANTHER", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://soybase.org/", - "sampleId": "BARC-013845-01256", - "urlPattern": "http://www.soybase.org/sbt/search/search_results.php?category=SNP&search_term={$id}" - } - ], - "sampleId": "BARC-013845-01256" - }, - { - "created": "2019-06-11T14:16:46.532+0000", - "deprecated": false, - "deprecationDate": null, - "description": "HAMAP is a system that identifies and semi-automatically annotates proteins that are part of well-conserved and orthologous microbial families or subfamilies. These are used to build rules which are used to propagate annotations to member bacterial, archaeal and plastid-encoded protein entries.", - "id": 856, - "mirId": "MIR:00000292", - "modified": "2019-06-11T14:16:46.532+0000", - "name": "HAMAP", - "namespaceEmbeddedInLui": false, - "pattern": "^MF_\\d+$", - "prefix": "hamap", - "resources": [ + "resourceHomeUrl": "http://www.pantherdb.org/", + "sampleId": "0000003", + "urlPattern": "http://www.pantherdb.org/panther/category.do?categoryAcc=GO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "HAPMAP at Swiss Institute of Bioinformatics", - "id": 857, + "description": "GO through OLS", + "id": 96, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100374", - "name": "HAPMAP at Swiss Institute of Bioinformatics", + "mirId": "MIR:00100675", + "name": "GO through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://hamap.expasy.org/", - "sampleId": "MF_01400", - "urlPattern": "https://hamap.expasy.org/unirule/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/go", + "sampleId": "0006915", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/go/terms?obo_id=GO:{$id}" } ], - "sampleId": "MF_01400" + "sampleId": "0006915" }, { - "created": "2019-06-11T14:16:46.721+0000", + "created": "2019-06-11T14:17:23.452+0000", "deprecated": false, "deprecationDate": null, - "description": "The Rouge protein database contains results from sequence analysis of novel large (>4 kb) cDNAs identified in the Kazusa cDNA sequencing project.", - "id": 858, - "mirId": "MIR:00000293", - "modified": "2019-06-11T14:16:46.721+0000", - "name": "Rouge", - "namespaceEmbeddedInLui": false, - "pattern": "^m\\w+$", - "prefix": "rouge", + "description": "The GO reference collection is a set of abstracts that can be cited in the GO ontologies (e.g. as dbxrefs for term definitions) and annotation files (in the Reference column). It provides two types of reference; It can be used to provide details of why specific Evidence codes (see http://identifiers.org/eco/) are assigned, or to present abstract-style descriptions of \"GO content\" meetings at which substantial changes in the ontologies are discussed and made.", + "id": 1292, + "mirId": "MIR:00000450", + "modified": "2020-07-30T07:27:34.233+0000", + "name": "Gene Ontology Reference", + "namespaceEmbeddedInLui": true, + "pattern": "^GO_REF:\\d{7}$", + "prefix": "go_ref", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rouge at Kazusa DNA Research Institute", - "id": 860, + "description": "Gene Ontology Reference at The Gene Ontology Consortium", + "id": 1293, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 859, + "id": 89, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kazusa DNA Research Institute, Chiba", + "name": "The Gene Ontology Consortium", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100375", - "name": "Rouge at Kazusa DNA Research Institute", + "mirId": "MIR:00100584", + "name": "Gene Ontology Reference at The Gene Ontology Consortium", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.kazusa.or.jp/rouge/", - "sampleId": "mKIAA4200", - "urlPattern": "http://www.kazusa.or.jp/rouge/gfpage/{$id}/" + "resourceHomeUrl": "http://www.geneontology.org/cgi-bin/references.cgi", + "sampleId": "0000041", + "urlPattern": "https://github.com/geneontology/go-site/blob/master/metadata/gorefs/goref-{$id}.md" } ], - "sampleId": "mKIAA4200" + "sampleId": "0000041" }, { - "created": "2019-06-11T14:16:46.944+0000", + "created": "2019-06-11T14:16:23.594+0000", "deprecated": false, "deprecationDate": null, - "description": "ArrayExpress is a public repository for microarray data, which is aimed at storing MIAME-compliant data in accordance with Microarray Gene Expression Data (MGED) recommendations.This collection references the specific platforms used in the generation of experimental results.", - "id": 861, - "mirId": "MIR:00000294", - "modified": "2019-06-11T14:16:46.944+0000", - "name": "ArrayExpress Platform", + "description": "The GOA (Gene Ontology Annotation) project provides high-quality Gene Ontology (GO) annotations to proteins in the UniProt Knowledgebase (UniProtKB) and International Protein Index (IPI). This involves electronic annotation and the integration of high-quality manual GO annotation from all GO Consortium model organism groups and specialist groups.", + "id": 590, + "mirId": "MIR:00000196", + "modified": "2019-06-11T14:16:23.594+0000", + "name": "GOA", "namespaceEmbeddedInLui": false, - "pattern": "^[AEP]-\\w{4}-\\d+$", - "prefix": "arrayexpress.platform", + "pattern": "^(([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]))|(URS[0-9A-F]{10}(_[0-9]+){0,1})|(EBI-[0-9]+)$", + "prefix": "goa", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ArrayExpress Platform at EBI", - "id": 862, + "description": "GOA through QuickGO", + "id": 591, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -14860,1800 +15188,1976 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100376", - "name": "ArrayExpress Platform at EBI", + "mirId": "MIR:00100253", + "name": "GOA through QuickGO", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/arrayexpress/", - "sampleId": "A-GEOD-50", - "urlPattern": "https://www.ebi.ac.uk/arrayexpress/arrays/{$id}" + "providerCode": "quickgo", + "resourceHomeUrl": "https://www.ebi.ac.uk/GOA/", + "sampleId": "P12345", + "urlPattern": "https://www.ebi.ac.uk/QuickGO/GProtein?ac={$id}" } ], - "sampleId": "A-GEOD-50" + "sampleId": "P12345" }, { - "created": "2019-06-11T14:16:47.138+0000", + "created": "2020-03-17T08:03:56.077+0000", "deprecated": false, "deprecationDate": null, - "description": "The CGSC Database of E. coli genetic information includes genotypes and reference information for the strains in the CGSC collection, the names, synonyms, properties, and map position for genes, gene product information, and information on specific mutations and references to primary literature.", - "id": 863, - "mirId": "MIR:00000295", - "modified": "2019-06-11T14:16:47.138+0000", - "name": "CGSC Strain", + "description": "The Genomes OnLine Database (GOLD) catalogues genome and metagenome sequencing projects from around the world, along with their associated metadata. Information in GOLD is organized into four levels: Study, Biosample/Organism, Sequencing Project and Analysis Project.", + "id": 2129, + "mirId": "MIR:00000733", + "modified": "2020-03-17T08:03:56.077+0000", + "name": "Genomes OnLine Database (GOLD)", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "cgsc", + "pattern": "^[A-Z][a-z][0-9]+$", + "prefix": "gold", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CGSC at Yale university", - "id": 865, + "description": "The Genomes OnLine Database (GOLD) is a centralized resource for cataloguing genome and metagenome sequencing projects from around the world, along with their associated metadata. Information in GOLD is organized into four levels: Study, Biosample/Organism, Sequencing Project and Analysis Project. \nStudy is an umbrella Project that broadly defines the overall goal of a research proposal. It consists of sequencing projects along with corresponding organism or Biosample information as well as any analysis done on the sequencing projects.\nE.g., Gs0016050: Human Microbiome Project (HMP), Gs0000008: A Genomic Encyclopedia of Bacteria and Archaea (GEBA) study.\nBiosample is the description of the environment from where the DNA/RNA sample was collected. Currently GOLD Biosample entities are defined for all metagenome and metatranscriptomes projects, i.e. for non-isolate genomes. E.g., Gb0055733\nOrganism is an individual living thing. It can be a bacterium, plant, fungus etc. In GOLD, all isolate or single cell genome sequencing projects are associated with an organism. Additionally, GOLD Organisms are also created for genomes assembled from metagenome sequences(MAGs). E.g., Go0003442\nSequencing Project represents the procedures undertaken for generating sequencing output from an individual Organism or Biosample. An individual genome project may be composed of more than one sequencing reactions and/or sequencing technologies. A Sequencing Project may be an isolate genome, or a metagenome, transcriptome, or metatranscriptome etc.\nE.g., Gp0003442\nAnalysis Project represents the computational processing of sequencing data generated by a sequencing project. It describes how the assembly and annotation of a Sequencing Project were performed. \nE.g., Ga0027275", + "id": 2130, + "institution": { + "description": "The mission of the U.S. Department of Energy (DOE) Joint Genome Institute (JGI), a DOE Office of Science User Facility of Lawrence Berkeley National Laboratory (Berkeley Lab) and part of the Biosciences Area, is to advance genomics in support of the DOE missions related to clean energy generation and environmental characterization and cleanup.", + "homeUrl": "https://gold.jgi.doe.gov/", + "id": 2128, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Joint Genome Institute", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00000757", + "name": "Genomes OnLine Database (GOLD)", + "official": true, + "providerCode": "jgi", + "resourceHomeUrl": "https://gold.jgi.doe.gov/", + "sampleId": "Gs0000008", + "urlPattern": "https://gold.jgi.doe.gov/resolver?id={$id}" + } + ], + "sampleId": "Gs0000008" + }, + { + "created": "2019-06-11T14:17:12.343+0000", + "deprecated": false, + "deprecationDate": null, + "description": "- DEPRECATION NOTE -\nPlease, keep in mind that this namespace has been superseeded by ‘gold’ prefix at https://registry.identifiers.org/registry/gold, and this namespace is kept here for support to already existing citations, new ones would need to use the pointed ‘gold’ namespace.\n\nThe GOLD (Genomes OnLine Database)is a resource for centralised monitoring of genome and metagenome projects worldwide. It stores information on complete and ongoing projects, along with their associated metadata. This collection references the sequencing status of individual genomes.", + "id": 1164, + "mirId": "MIR:00000401", + "modified": "2020-03-26T09:37:26.767+0000", + "name": "GOLD genome", + "namespaceEmbeddedInLui": false, + "pattern": "^(Gi|Gc)\\d+$", + "prefix": "gold.genome", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "GOLD genome at Department of Energy Joint Genome Institute", + "id": 1166, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 864, + "id": 1165, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Dept. of Molecular, Cellular, and Developmental Biology, Yale University, Conneticut", + "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100377", - "name": "CGSC at Yale university", + "mirId": "MIR:00100521", + "name": "GOLD genome at Department of Energy Joint Genome Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cgsc.biology.yale.edu/index.php", - "sampleId": "74", - "urlPattern": "http://cgsc.biology.yale.edu/Site.php?ID={$id}" + "resourceHomeUrl": "http://www.genomesonline.org/cgi-bin/GOLD/index.cgi", + "sampleId": "Gi07796", + "urlPattern": "http://www.genomesonline.org/cgi-bin/GOLD/GOLDCards.cgi?goldstamp={$id}" } ], - "sampleId": "74" + "sampleId": "Gi07796" }, { - "created": "2019-06-11T14:16:47.375+0000", + "created": "2019-06-11T14:17:12.564+0000", "deprecated": false, "deprecationDate": null, - "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to DNA sequence information.", - "id": 866, - "mirId": "MIR:00000297", - "modified": "2019-06-11T14:16:47.375+0000", - "name": "DragonDB DNA", + "description": "- DEPRECATION NOTE -\nPlease, keep in mind that this namespace has been superseeded by ‘gold’ prefix at https://registry.identifiers.org/registry/gold, and this namespace is kept here for support to already existing citations, new ones would need to use the pointed ‘gold’ namespace. \n\nThe GOLD (Genomes OnLine Database)is a resource for centralized monitoring of genome and metagenome projects worldwide. It stores information on complete and ongoing projects, along with their associated metadata. This collection references metadata associated with samples.", + "id": 1167, + "mirId": "MIR:00000402", + "modified": "2020-03-26T09:38:38.398+0000", + "name": "GOLD metadata", "namespaceEmbeddedInLui": false, - "pattern": "^\\d\\w+$", - "prefix": "dragondb.dna", + "pattern": "^Gm\\d+$", + "prefix": "gold.meta", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DragonDB DNA at University of British Columbia", - "id": 868, + "description": "GOLD metadata at Department of Energy Joint Genome Institute", + "id": 1168, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 867, + "id": 1165, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of British Columbia, Vancouver", + "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100379", - "name": "DragonDB DNA at University of British Columbia", + "mirId": "MIR:00100522", + "name": "GOLD metadata at Department of Energy Joint Genome Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.antirrhinum.net/", - "sampleId": "3hB06", - "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id};class=DNA" + "resourceHomeUrl": "http://www.genomesonline.org/cgi-bin/GOLD/index.cgi", + "sampleId": "Gm00047", + "urlPattern": "http://genomesonline.org/cgi-bin/GOLD/bin/GOLDCards.cgi?goldstamp={$id}" } ], - "sampleId": "3hB06" + "sampleId": "Gm00047" }, { - "created": "2019-06-11T14:16:47.607+0000", + "created": "2019-06-11T14:17:43.371+0000", "deprecated": false, "deprecationDate": null, - "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to protein sequence information.", - "id": 869, - "mirId": "MIR:00000298", - "modified": "2019-06-11T14:16:47.607+0000", - "name": "DragonDB Protein", + "description": "Google Patents covers the entire collection of granted patents and published patent applications from the USPTO, EPO, and WIPO. US patent documents date back to 1790, EPO and WIPO to 1978. Google Patents can be searched using patent number, inventor, classification, and filing date.", + "id": 1507, + "mirId": "MIR:00000537", + "modified": "2019-06-11T14:17:43.371+0000", + "name": "Google Patents", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "dragondb.protein", + "pattern": "^[A-Z]{2}\\d+([A-Z])?$", + "prefix": "google.patent", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DragonDB Protein at University of British Columbia", - "id": 870, + "description": "Google Patents at Google", + "id": 1509, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 867, + "id": 1508, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of British Columbia, Vancouver", + "name": "Google Incorporated", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100380", - "name": "DragonDB Protein at University of British Columbia", + "mirId": "MIR:00100714", + "name": "Google Patents at Google", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.antirrhinum.net/", - "sampleId": "AMDEFA", - "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id};class=Peptide" + "resourceHomeUrl": "https://www.google.com/patents/", + "sampleId": "US4145692", + "urlPattern": "https://www.google.com/patents/{$id}" } ], - "sampleId": "AMDEFA" + "sampleId": "US4145692" }, { - "created": "2019-06-11T14:16:47.798+0000", + "created": "2019-06-11T14:16:27.419+0000", "deprecated": false, "deprecationDate": null, - "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to Locus information.", - "id": 871, - "mirId": "MIR:00000299", - "modified": "2019-06-11T14:16:47.798+0000", - "name": "DragonDB Locus", + "description": "The G protein-coupled receptor database (GPCRDB) collects, large amounts of heterogeneous data on GPCRs. It contains experimental data on sequences, ligand-binding constants, mutations and oligomers, and derived data such as multiple sequence alignments and homology models.", + "id": 631, + "mirId": "MIR:00000212", + "modified": "2019-06-11T14:16:27.419+0000", + "name": "GPCRDB", "namespaceEmbeddedInLui": false, "pattern": "^\\w+$", - "prefix": "dragondb.locus", + "prefix": "gpcrdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DragonDB Locus at University of British Columbia", - "id": 872, + "description": "GPCRDB at Radboud University", + "id": 633, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 867, + "id": 632, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "University of British Columbia, Vancouver", + "name": "Radboud University Nijmegen Medical Centre, Nijmegen,", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100381", - "name": "DragonDB Locus at University of British Columbia", + "mirId": "MIR:00100271", + "name": "GPCRDB at Radboud University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.antirrhinum.net/", - "sampleId": "DEF", - "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id}&class=Locus" + "resourceHomeUrl": "http://www.gpcrdb.org/", + "sampleId": "RL3R1_HUMAN", + "urlPattern": "http://www.gpcrdb.org/protein/{$id}/" } ], - "sampleId": "DEF" + "sampleId": "RL3R1_HUMAN" }, { - "created": "2019-06-11T14:16:47.981+0000", + "created": "2019-06-11T14:18:11.249+0000", "deprecated": false, "deprecationDate": null, - "description": "DragonDB is a genetic and genomic database for Antirrhinum majus (Snapdragon). This collection refers to allele information.", - "id": 873, - "mirId": "MIR:00000300", - "modified": "2019-06-11T14:16:47.981+0000", - "name": "DragonDB Allele", + "description": "The Global Proteome Machine Database was constructed to utilize the information obtained by GPM servers to aid in the difficult process of validating peptide MS/MS spectra as well as protein coverage patterns.", + "id": 1802, + "mirId": "MIR:00000649", + "modified": "2019-06-11T14:18:11.249+0000", + "name": "GPMDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "dragondb.allele", + "pattern": "^GPM\\d+$", + "prefix": "gpmdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DragonDB Allele at University of British Columbia", - "id": 874, + "description": "GPMDB", + "id": 1804, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 867, + "id": 1803, "location": { "countryCode": "CA", "countryName": "Canada" }, - "name": "University of British Columbia, Vancouver", + "name": "The Global Proteome Machine Organization", "rorId": null }, "location": { "countryCode": "CA", "countryName": "Canada" }, - "mirId": "MIR:00100382", - "name": "DragonDB Allele at University of British Columbia", - "official": false, + "mirId": "MIR:00100864", + "name": "GPMDB", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.antirrhinum.net/", - "sampleId": "cho", - "urlPattern": "http://antirrhinum.net/cgi-bin/ace/generic/tree/DragonDB?name={$id}&class=Allele" + "resourceHomeUrl": "http://gpmdb.thegpm.org/", + "sampleId": "GPM32310002988", + "urlPattern": "http://gpmdb.thegpm.org/~/dblist_gpmnum/gpmnum={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "GPMDB through OmicsDI", + "id": 1805, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100865", + "name": "GPMDB through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "GPM32310002988", + "urlPattern": "https://www.omicsdi.org/dataset/gpmdb/{$id}" } ], - "sampleId": "cho" + "sampleId": "GPM32310002988" }, { - "created": "2019-06-11T14:16:48.189+0000", + "created": "2019-06-11T14:16:20.812+0000", "deprecated": false, "deprecationDate": null, - "description": "The International Standard Serial Number (ISSN) is a unique eight-digit number used to identify a print or electronic periodical publication, rather than individual articles or books.", - "id": 875, - "mirId": "MIR:00000301", - "modified": "2019-06-11T14:16:48.189+0000", - "name": "ISSN", + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to genes in Gramene.", + "id": 558, + "mirId": "MIR:00000182", + "modified": "2019-06-11T14:16:20.812+0000", + "name": "Gramene genes", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{4}-\\d{3}[\\dX]$", - "prefix": "issn", + "pattern": "^GR\\:\\d+$", + "prefix": "gramene.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ISSN at Library of Congress", - "id": 877, + "description": "Gramene Genes at Cold Spring Harbor", + "id": 559, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 876, + "id": 556, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Library of Congress Online Catalogue, Washington DC", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100383", - "name": "ISSN at Library of Congress", + "mirId": "MIR:00100228", + "name": "Gramene Genes at Cold Spring Harbor", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://catalog.loc.gov/webvoy.htm", - "sampleId": "0745-4570", - "urlPattern": "https://catalog.loc.gov/vwebv/search?searchCode=STNO&searchArg={$id}&searchType=1&recCount=25" - }, + "resourceHomeUrl": "http://www.gramene.org/", + "sampleId": "GR:0080039", + "urlPattern": "http://www.gramene.org/db/genes/search_gene?acc={$id}" + } + ], + "sampleId": "GR:0080039" + }, + { + "created": "2019-06-11T14:16:20.589+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to proteins in Gramene.", + "id": 555, + "mirId": "MIR:00000181", + "modified": "2019-06-11T14:16:20.589+0000", + "name": "Gramene protein", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "gramene.protein", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ISSN Portal", - "id": 879, + "description": "Gramene Protein at Cold Spring Harbor", + "id": 557, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 878, + "id": 556, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "ISSN International Centre, Paris", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100924", - "name": "ISSN Portal", - "official": true, + "mirId": "MIR:00100227", + "name": "Gramene Protein at Cold Spring Harbor", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://portal.issn.org", - "sampleId": "1776-3045", - "urlPattern": "https://portal.issn.org/resource/ISSN/{$id}" + "resourceHomeUrl": "http://www.gramene.org/", + "sampleId": "78073", + "urlPattern": "http://www.gramene.org/db/protein/protein_search?protein_id={$id}" } ], - "sampleId": "0745-4570" + "sampleId": "78073" }, { - "created": "2019-06-11T14:16:48.579+0000", + "created": "2019-06-11T14:16:21.219+0000", "deprecated": false, "deprecationDate": null, - "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. These are hierarchically classified and assigned to a Family on the basis of statistically significant similarities in amino acid sequence. Families thought to be homologous are grouped together in a Clan. This collection references peptidase families.", - "id": 880, - "mirId": "MIR:00000302", - "modified": "2019-06-11T14:16:48.579+0000", - "name": "MEROPS Family", + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to quantitative trait loci identified in Gramene.", + "id": 562, + "mirId": "MIR:00000184", + "modified": "2019-06-11T14:16:21.219+0000", + "name": "Gramene QTL", "namespaceEmbeddedInLui": false, - "pattern": "^[SCTAGMNU]\\d+$", - "prefix": "merops.family", + "pattern": "^\\w+$", + "prefix": "gramene.qtl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Merops Family at Sanger Institute", - "id": 881, + "description": "Gramene Quantitative Trait Loci at Cold Spring Harbor", + "id": 563, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 482, + "id": 556, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Wellcome Trust Sanger Institute, Hinxton", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100384", - "name": "Merops Family at Sanger Institute", + "mirId": "MIR:00100230", + "name": "Gramene Quantitative Trait Loci at Cold Spring Harbor", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", - "sampleId": "S1", - "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/famsum?family={$id}" + "resourceHomeUrl": "http://www.gramene.org/", + "sampleId": "CQG5", + "urlPattern": "http://www.gramene.org/db/qtl/qtl_display?qtl_accession_id={$id}" } ], - "sampleId": "S1" + "sampleId": "CQG5" }, { - "created": "2019-06-11T14:16:48.772+0000", + "created": "2019-06-11T14:16:21.008+0000", "deprecated": false, "deprecationDate": null, - "description": "The MGED Ontology (MO) provides terms for annotating all aspects of a microarray experiment from the design of the experiment and array layout, through to the preparation of the biological sample and the protocols used to hybridize the RNA and analyze the data.", - "id": 882, - "mirId": "MIR:00000303", - "modified": "2019-06-11T14:16:48.772+0000", - "name": "MGED Ontology", + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This datatype refers to taxonomic information in Gramene.", + "id": 560, + "mirId": "MIR:00000183", + "modified": "2019-06-11T14:16:21.008+0000", + "name": "Gramene Taxonomy", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "mo", + "pattern": "^GR\\_tax\\:\\d+$", + "prefix": "gramene.taxonomy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGED Ontology at BioPortal", - "id": 883, + "description": "Gramene Taxonomy at Cold Spring Harbor", + "id": 561, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 571, + "id": 556, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford University", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100385", - "name": "MGED Ontology at BioPortal", + "mirId": "MIR:00100229", + "name": "Gramene Taxonomy at Cold Spring Harbor", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/", - "sampleId": "ArrayGroup", - "urlPattern": "http://purl.bioontology.org/ontology/MO/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.gramene.org/", + "sampleId": "GR_tax:013681", + "urlPattern": "http://www.gramene.org/db/ontology/search?id={$id}" + } + ], + "sampleId": "GR_tax:013681" + }, + { + "created": "2019-06-11T14:16:16.885+0000", + "deprecated": false, + "deprecationDate": null, + "description": "A 16S rRNA gene database which provides chimera screening, standard alignment, and taxonomic classification using multiple published taxonomies.", + "id": 511, + "mirId": "MIR:00000165", + "modified": "2019-06-11T14:16:16.885+0000", + "name": "GreenGenes", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "greengenes", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGED Ontology at SourceForge", - "id": 885, + "description": "GreenGenes at Lawrence Berkeley", + "id": 513, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 884, + "id": 512, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "(Ontology Working Group), European Bioinformatics Institute, Hinxton, Cambridge", + "name": "Center for Environmental Biotechnology, Lawrence Berkeley National Laboratory, California", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100568", - "name": "MGED Ontology at SourceForge", + "mirId": "MIR:00100211", + "name": "GreenGenes at Lawrence Berkeley", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://mged.sourceforge.net/ontologies/MGEDontology.php", - "sampleId": "ArrayGroup", - "urlPattern": "https://mged.sourceforge.net/ontologies/MGEDontology.php#{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://greengenes.lbl.gov/", + "sampleId": "100000", + "urlPattern": "http://greengenes.lbl.gov/cgi-bin/show_one_record_v2.pl?prokMSA_id={$id}" } ], - "sampleId": "ArrayGroup" + "sampleId": "100000" }, { - "created": "2019-06-11T14:16:49.131+0000", + "created": "2019-06-11T14:17:57.806+0000", "deprecated": false, "deprecationDate": null, - "description": "The Nottingham Arabidopsis Stock Centre (NASC) provides seed and information resources to the International Arabidopsis Genome Programme and the wider research community.", - "id": 886, - "mirId": "MIR:00000304", - "modified": "2019-06-11T14:16:49.131+0000", - "name": "NASC code", + "description": "International coverage of the world's leading research organisations, indexing 92% of funding allocated globally.", + "id": 1650, + "mirId": "MIR:00000593", + "modified": "2019-06-11T14:17:57.806+0000", + "name": "GRID", "namespaceEmbeddedInLui": false, - "pattern": "^(\\w+)?\\d+$", - "prefix": "nasc", + "pattern": "^grid\\.[0-9]+\\.[a-f0-9]{1,2}$", + "prefix": "grid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NASC at University of Nottingham", - "id": 888, + "description": "GRID at Digital Science & Research Ltd.", + "id": 1652, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 887, + "id": 1651, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "The Nottingham Arabidopsis Stock Centre, University of Nottingham", + "name": "Digital Science &amp; Research Ltd, London", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100386", - "name": "NASC at University of Nottingham", + "mirId": "MIR:00100793", + "name": "GRID at Digital Science & Research Ltd.", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://arabidopsis.info/", - "sampleId": "N1899", - "urlPattern": "http://arabidopsis.info/StockInfo?NASC_id={$id}" + "resourceHomeUrl": "https://www.grid.ac/", + "sampleId": "grid.225360.0", + "urlPattern": "https://www.grid.ac/institutes/{$id}" } ], - "sampleId": "N1899" + "sampleId": "grid.225360.0" }, { - "created": "2019-06-11T14:16:49.376+0000", + "created": "2019-06-11T14:16:17.150+0000", "deprecated": false, "deprecationDate": null, - "description": "A catalog of mouse genes expressed in early embryos, embryonic and adult stem cells, including 250000 ESTs, was assembled by the NIA (National Institute on Aging) assembled.This collection represents the name and sequence from individual cDNA clones.", - "id": 889, - "mirId": "MIR:00000305", - "modified": "2019-06-11T14:16:49.376+0000", - "name": "NIAEST", + "description": "GRIN (Germplasm Resources Information Network) Taxonomy for Plants provides information on scientific and common names, classification, distribution, references, and economic impact.", + "id": 514, + "mirId": "MIR:00000166", + "modified": "2019-06-11T14:16:17.150+0000", + "name": "GRIN Plant Taxonomy", "namespaceEmbeddedInLui": false, - "pattern": "^\\w\\d{4}\\w\\d{2}(\\-[35])?$", - "prefix": "niaest", + "pattern": "^\\d+$", + "prefix": "grin.taxonomy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NIAEST at National Institute on Aging", - "id": 891, + "description": "GRIN at Maryland", + "id": 516, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 890, + "id": 515, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Institute on Aging, NIH", + "name": "National Germplasm Resources Laboratory, Beltsville, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100387", - "name": "NIAEST at National Institute on Aging", + "mirId": "MIR:00100212", + "name": "GRIN at Maryland", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lgsun.grc.nia.nih.gov/cDNA/", - "sampleId": "J0705A10", - "urlPattern": "http://lgsun.grc.nia.nih.gov/cgi-bin/pro3?sname1={$id}" + "resourceHomeUrl": "http://www.ars-grin.gov/cgi-bin/npgs/html/index.pl?language=en", + "sampleId": "19333", + "urlPattern": "http://www.ars-grin.gov/cgi-bin/npgs/html/taxon.pl?{$id}" } ], - "sampleId": "J0705A10" + "sampleId": "19333" }, { - "created": "2019-06-11T14:16:49.605+0000", + "created": "2019-06-11T14:17:36.384+0000", "deprecated": false, "deprecationDate": null, - "description": "The PAZAR database unites independently created and maintained data collections of transcription factor and regulatory sequence annotation. It provides information on the sequence and target of individual transcription factors.", - "id": 892, - "mirId": "MIR:00000306", - "modified": "2019-06-11T14:16:49.605+0000", - "name": "Pazar Transcription Factor", - "namespaceEmbeddedInLui": false, - "pattern": "^TF\\w+$", - "prefix": "pazar", + "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This collection refers to growth stage ontology information in Gramene.", + "id": 1437, + "mirId": "MIR:00000508", + "modified": "2023-01-10T16:08:16.467+0000", + "name": "Gramene Growth Stage Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^GRO:\\d+$", + "prefix": "gro", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pazar Transcription Factor at University of British Columbia", - "id": 894, + "description": "Gramene Growth Stage Ontology at Cold Spring Harbor", + "id": 1438, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 893, + "id": 556, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Centre for Molecular Medicine and Therapeutics, University of British Columbia, Vancouver", + "name": "Cold Spring Harbor Laboratory, New York", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100388", - "name": "Pazar Transcription Factor at University of British Columbia", + "mirId": "MIR:00100649", + "name": "Gramene Growth Stage Ontology at Cold Spring Harbor", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pazar.info/", - "sampleId": "TF0001053", - "urlPattern": "http://www.pazar.info/cgi-bin/tf_search.cgi?geneID={$id}" + "resourceHomeUrl": "http://www.gramene.org/", + "sampleId": "0007133", + "urlPattern": "http://www.gramene.org/db/ontology/search?id=GRO:{$id}" } ], - "sampleId": "TF0001053" + "sampleId": "0007133" }, { - "created": "2019-06-11T14:16:49.830+0000", + "created": "2019-06-11T14:17:33.087+0000", "deprecated": false, "deprecationDate": null, - "description": "The Plant Ontology is a structured vocabulary and database resource that links plant anatomy, morphology and growth and development to plant genomics data.", - "id": 895, - "mirId": "MIR:00000307", - "modified": "2019-06-11T14:16:49.830+0000", - "name": "Plant Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^PO:\\d+$", - "prefix": "po", + "description": "GRSDB is a database of G-quadruplexes and contains information on composition and distribution of putative Quadruplex-forming G-Rich Sequences (QGRS) mapped in the eukaryotic pre-mRNA sequences, including those that are alternatively processed (alternatively spliced or alternatively polyadenylated). The data stored in the GRSDB is based on computational analysis of NCBI Entrez Gene entries and their corresponding annotated genomic nucleotide sequences of RefSeq/GenBank.", + "id": 1403, + "mirId": "MIR:00000495", + "modified": "2019-06-11T14:17:33.087+0000", + "name": "GRSDB", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "grsdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Plant Ontology through Amigo", - "id": 897, + "description": "GRSDB v2 at Ramapo College of New Jersey", + "id": 1405, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 896, + "description": "Established in 1969, Ramapo College offers bachelor’s degrees in the arts, business, humanities, social sciences and the sciences, as well as in professional studies, which include business, elementary education, nursing and social work. In fall 2020, the College will be enrolling students in both a bachelor’s and master’s degree in data science, only one of two higher education institutions in New Jersey to offer both programs.", + "homeUrl": "https://www.ramapo.edu/", + "id": 1404, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cold Spring Harbor Laboratory, Cold Spring Harbor, New York", - "rorId": null + "name": "Ramapo College", + "rorId": "https://ror.org/03s2x9d90" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100389", - "name": "Plant Ontology through Amigo", + "mirId": "MIR:00100636", + "name": "GRSDB v2 at Ramapo College of New Jersey", "official": false, - "providerCode": "amigo", - "resourceHomeUrl": "http://www.plantontology.org/", - "sampleId": "0009089", - "urlPattern": "http://www.plantontology.org/amigo/go.cgi?view=details&query=PO:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bioinformatics.ramapo.edu/GRSDB2/", + "sampleId": "10142", + "urlPattern": "http://bioinformatics.ramapo.edu/GRSDB2/geneview.php?geneID={$id}" + } + ], + "sampleId": "10142" + }, + { + "created": "2020-11-05T10:42:17.722+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Gender, Sex, and Sexual Orientation (GSSO) ontology is an interdisciplinary ontology connecting terms from biology, medicine, psychology, sociology, and gender studies, aiming to bridge gaps between linguistic variations inside and outside of the health care environment. A large focus of the ontology is its consideration of LGBTQIA+ terminology.", + "id": 2423, + "mirId": "MIR:00000712", + "modified": "2020-11-05T10:59:53.808+0000", + "name": "Gender, Sex, and Sexual Orientation (GSSO) Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^GSSO:\\d{6}$", + "prefix": "gsso", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Plant Ontology through BioPortal", - "id": 898, + "description": "One of the National Centers for Biomedical Computing, and is funded by the NIH. Among the goals of the NCBO are to provide tools for discovery and access of biomedical ontologies, which are a type of controlled vocabulary designed to allow the expression of complex relationships in machine-readable form.", + "id": 2424, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "UC is a public research university with an enrollment of more than 46,000 students and has been named \"Among the top tier of the Best National Universities,\" according to U.S. News & World Report.", + "homeUrl": "https://www.uc.edu/", + "id": 2422, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null + "name": "University of Cincinnati", + "rorId": "https://ror.org/01e3m7079" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100390", - "name": "Plant Ontology through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PO", - "sampleId": "0009089", - "urlPattern": "http://purl.bioontology.org/ontology/PO/PO:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Plant Ontology through OLS", - "id": 899, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100676", - "name": "Plant Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/po", - "sampleId": "0009089", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/po/terms?obo_id=PO:{$id}" + "mirId": "MIR:00000758", + "name": "National Center for Biomedical Ontology (NCBO) BioPortal", + "official": true, + "providerCode": "bioportal", + "resourceHomeUrl": "https://bioportal.bioontology.org/", + "sampleId": "002368", + "urlPattern": "http://purl.obolibrary.org/obo/GSSO_{$id}" } ], - "sampleId": "0009089" + "sampleId": "002368" }, { - "created": "2019-06-11T14:16:50.326+0000", + "created": "2019-06-11T14:18:14.830+0000", "deprecated": false, "deprecationDate": null, - "description": "The RNA modification database provides a comprehensive listing of post-transcriptionally modified nucleosides from RNA. The database consists of all RNA-derived ribonucleosides of known structure, including those from established sequence positions, as well as those detected or characterized from hydrolysates of RNA.", - "id": 900, - "mirId": "MIR:00000308", - "modified": "2019-06-11T14:16:50.326+0000", - "name": "RNA Modification Database", + "description": "The Genotype-Tissue Expression (GTEx) project aims to provide to the scientific community a resource with which to study human gene expression and regulation and its relationship to genetic variation.", + "id": 1839, + "mirId": "MIR:00000663", + "modified": "2019-06-11T14:18:14.830+0000", + "name": "GTEx", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{3}$", - "prefix": "rnamods", + "pattern": "^\\w.+$", + "prefix": "gtex", "resources": [ { "deprecated": false, - "deprecationDate": null, - "description": "RNA Modification Database at University of Utah", - "id": 902, + "deprecationDate": null, + "description": "The GTEx Project", + "id": 1841, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 901, + "id": 1840, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Medicinal Chemistry and Department of Biochemistry, University of Utah, Salt Lake City, Utah", + "name": "The Broad Institute of MIT and Harvard", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100391", - "name": "RNA Modification Database at University of Utah", + "mirId": "MIR:00100881", + "name": "The GTEx Project", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rna-mdb.cas.albany.edu/RNAmods/rnaover.htm", - "sampleId": "101", - "urlPattern": "http://mods.rna.albany.edu/mods/modifications/view/{$id}" + "resourceHomeUrl": "https://www.gtexportal.org", + "sampleId": "BRIP1", + "urlPattern": "https://www.gtexportal.org/home/gene/{$id}" } ], - "sampleId": "101" + "sampleId": "BRIP1" }, { - "created": "2019-06-11T14:16:50.556+0000", + "created": "2019-06-11T14:18:09.598+0000", "deprecated": false, "deprecationDate": null, - "description": "TreeBASE is a relational database designed to manage and explore information on phylogenetic relationships. It includes phylogenetic trees and data matrices, together with information about the relevant publication, taxa, morphological and sequence-based characters, and published analyses. Data in TreeBASE are exposed to the public if they are used in a publication that is in press or published in a peer-reviewed scientific journal, etc.", - "id": 903, - "mirId": "MIR:00000312", - "modified": "2019-06-11T14:16:50.556+0000", - "name": "TreeBASE", + "description": "The GenitoUrinary Development Molecular Anatomy Project (GUDMAP) is a consortium of laboratories working to provide the scientific and medical community with tools to facilitate research on the GenitoUrinary (GU) tract.", + "id": 1783, + "mirId": "MIR:00000643", + "modified": "2019-06-11T14:18:09.598+0000", + "name": "GUDMAP", "namespaceEmbeddedInLui": false, - "pattern": "^TB[1,2]?:[A-Z][a-z]?\\d+$", - "prefix": "treebase", + "pattern": "^[-0-9a-zA-Z]+(@[-0-9a-zA-Z]+)?$", + "prefix": "gudmap", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TreeBASE (hosted at National Evolutionary Synthesis Center)", - "id": 905, + "description": "GUDMAP", + "id": 1785, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 904, + "id": 1784, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Phyloinformatics Research Foundation, Durham, North Carolina", + "name": "GenitoUrinary Development Molecular Anatomy Project (GUDMAP) Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100395", - "name": "TreeBASE (hosted at National Evolutionary Synthesis Center)", + "mirId": "MIR:00100848", + "name": "GUDMAP", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://treebase.org/", - "sampleId": "TB2:S1000", - "urlPattern": "http://purl.org/phylo/treebase/phylows/study/{$id}?format=html" + "resourceHomeUrl": "http://www.gudmap.org/", + "sampleId": "Q-2958", + "urlPattern": "https://gudmap.org/id/{$id}" } ], - "sampleId": "TB2:S1000" + "sampleId": "Q-2958" }, { - "created": "2019-06-11T14:17:18.559+0000", + "created": "2019-06-11T14:17:44.511+0000", "deprecated": false, "deprecationDate": null, - "description": "Cell Signaling Technology is a commercial organisation which provides a pathway portal to showcase their phospho-antibody products. This collection references antibody products.", - "id": 1235, - "mirId": "MIR:00000430", - "modified": "2019-06-11T14:17:18.559+0000", - "name": "Cell Signaling Technology Antibody", + "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Marker.", + "id": 1521, + "mirId": "MIR:00000542", + "modified": "2019-06-11T14:17:44.511+0000", + "name": "GWAS Central Marker", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "cst.ab", + "pattern": "^HGVM\\d+$", + "prefix": "gwascentral.marker", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CST Antibody at Cell Signaling Technology", - "id": 1236, + "description": "GWAS Central Marker at University of Leicester", + "id": 1522, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1233, + "id": 1079, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", + "name": "Department of Genetics, University of Leicester, Leicester", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100553", - "name": "CST Antibody at Cell Signaling Technology", + "mirId": "MIR:00100719", + "name": "GWAS Central Marker at University of Leicester", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cellsignal.com/catalog/index.html", - "sampleId": "3305", - "urlPattern": "http://www.cellsignal.com/products/{$id}.html" + "resourceHomeUrl": "https://www.gwascentral.org/markers/", + "sampleId": "HGVM15354", + "urlPattern": "https://www.gwascentral.org/marker/{$id}" } ], - "sampleId": "3305" + "sampleId": "HGVM15354" }, { - "created": "2019-06-11T14:16:50.779+0000", + "created": "2019-06-11T14:17:44.698+0000", "deprecated": false, "deprecationDate": null, - "description": "The Tetrahymena Genome Database (TGD) Wiki is a database of information about the Tetrahymena thermophila genome sequence. It provides information curated from the literature about each published gene, including a standardized gene name, a link to the genomic locus, gene product annotations utilizing the Gene Ontology, and links to published literature.", - "id": 906, - "mirId": "MIR:00000313", - "modified": "2019-06-11T14:16:50.779+0000", - "name": "Tetrahymena Genome Database", + "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Phenotype.", + "id": 1523, + "mirId": "MIR:00000543", + "modified": "2021-02-01T16:43:30.697+0000", + "name": "GWAS Central Phenotype", "namespaceEmbeddedInLui": false, - "pattern": "^TTHERM\\_\\d+$", - "prefix": "tgd", + "pattern": "^HGVPM\\d+$", + "prefix": "gwascentral.phenotype", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TGD at Stanford University", - "id": 907, + "description": "GWAS Central Phenotype at University of Leicester", + "id": 1524, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 298, + "id": 1079, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", + "name": "Department of Genetics, University of Leicester, Leicester", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100396", - "name": "TGD at Stanford University", + "mirId": "MIR:00100720", + "name": "GWAS Central Phenotype at University of Leicester", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ciliate.org/index.php/", - "sampleId": "TTHERM_00648910", - "urlPattern": "http://ciliate.org/index.php/feature/details/{$id}" + "resourceHomeUrl": "https://www.gwascentral.org/phenotypes", + "sampleId": "HGVPM623", + "urlPattern": "https://www.gwascentral.org/phenotype/{$id}" } ], - "sampleId": "TTHERM_00648910" + "sampleId": "HGVPM623" }, { - "created": "2019-06-11T14:16:50.975+0000", + "created": "2019-06-11T14:17:44.062+0000", "deprecated": false, "deprecationDate": null, - "description": "TIGRFAMs is a resource consisting of curated multiple sequence alignments, Hidden Markov Models (HMMs) for protein sequence classification, and associated information designed to support automated annotation of (mostly prokaryotic) proteins.", - "id": 908, - "mirId": "MIR:00000315", - "modified": "2019-06-11T14:16:50.975+0000", - "name": "TIGRFAMS", + "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Study.", + "id": 1516, + "mirId": "MIR:00000540", + "modified": "2019-06-11T14:17:44.062+0000", + "name": "GWAS Central Study", "namespaceEmbeddedInLui": false, - "pattern": "^TIGR\\d+$", - "prefix": "tigrfam", + "pattern": "^HGVST\\d+$", + "prefix": "gwascentral.study", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TIGRFAM at JCVI", - "id": 910, + "description": "GWAS Central Study at University of Leicester", + "id": 1517, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 909, + "id": 1079, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "The Institute for Genomic Research, Rockville, Maryland", + "name": "Department of Genetics, University of Leicester, Leicester", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100398", - "name": "TIGRFAM at JCVI", + "mirId": "MIR:00100717", + "name": "GWAS Central Study at University of Leicester", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.jcvi.org/cgi-bin/tigrfams/Listing.cgi", - "sampleId": "TIGR00010", - "urlPattern": "http://www.jcvi.org/cgi-bin/tigrfams/HmmReportPage.cgi?acc={$id}" + "resourceHomeUrl": "https://www.gwascentral.org/studies", + "sampleId": "HGVST1828", + "urlPattern": "https://www.gwascentral.org/study/{$id}" } ], - "sampleId": "TIGR00010" + "sampleId": "HGVST1828" }, { - "created": "2019-06-11T14:16:51.241+0000", + "created": "2019-06-11T14:17:06.163+0000", "deprecated": false, "deprecationDate": null, - "description": "The Animal Transcription Factor DataBase (AnimalTFDB) classifies TFs in sequenced animal genomes, as well as collecting the transcription co-factors and chromatin remodeling factors of those genomes. This collections refers to transcription factor families, and the species in which they are found.", - "id": 911, - "mirId": "MIR:00000316", - "modified": "2019-06-11T14:16:51.241+0000", - "name": "Animal TFDB Family", + "description": "The Gene Expression Atlas (GXA) is a semantically enriched database of meta-analysis based summary statistics over a curated subset of ArrayExpress Archive, servicing queries for condition-specific gene expression patterns as well as broader exploratory searches for biologically interesting genes/samples. This collection references experiments.", + "id": 1091, + "mirId": "MIR:00000379", + "modified": "2019-06-11T14:17:06.163+0000", + "name": "GXA Expt", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "atfdb.family", + "pattern": "^[AEP]-\\w{4}-\\d+$", + "prefix": "gxa.expt", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal TFDB at Hubei Bioinformatics & Molecular Imaging Key Laboratory", - "id": 913, + "description": "GXA Expt at EBI", + "id": 1092, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 912, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Hubei Bioinformatics and Molecular Imaging Key Laboratory, Wuhan", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100399", - "name": "Animal TFDB at Hubei Bioinformatics & Molecular Imaging Key Laboratory", + "mirId": "MIR:00100483", + "name": "GXA Expt at EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/gxa/", + "sampleId": "E-MTAB-2037", + "urlPattern": "https://www.ebi.ac.uk/gxa/experiments/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "GXA Expt through OmicsDI", + "id": 1093, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100857", + "name": "GXA Expt through OmicsDI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.bioguo.org/AnimalTFDB/family_index.php", - "sampleId": "CUT", - "urlPattern": "http://www.bioguo.org/AnimalTFDB/family.php?fam={$id}" + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "E-MTAB-2037", + "urlPattern": "https://www.omicsdi.org/dataset/atlas-experiments/{$id}" } ], - "sampleId": "CUT" + "sampleId": "E-MTAB-2037" }, { - "created": "2019-06-11T14:16:51.481+0000", + "created": "2019-06-11T14:17:05.964+0000", "deprecated": false, "deprecationDate": null, - "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and the recently described transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references families of receptors or subunits.", - "id": 914, - "mirId": "MIR:00000317", - "modified": "2019-06-11T14:16:51.481+0000", - "name": "IUPHAR family", + "description": "The Gene Expression Atlas (GXA) is a semantically enriched database of meta-analysis based summary statistics over a curated subset of ArrayExpress Archive, servicing queries for condition-specific gene expression patterns as well as broader exploratory searches for biologically interesting genes/samples. This collection references genes.", + "id": 1089, + "mirId": "MIR:00000378", + "modified": "2019-06-11T14:17:05.964+0000", + "name": "GXA Gene", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "iuphar.family", + "pattern": "^\\w+$", + "prefix": "gxa.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The IUPHAR/BPS Guide to PHARMACOLOGY", - "id": 916, + "description": "GXA Gene at EBI", + "id": 1090, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 915, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "International Union of Pharmacology, Edinburgh", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100708", - "name": "The IUPHAR/BPS Guide to PHARMACOLOGY", + "mirId": "MIR:00100482", + "name": "GXA Gene at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.guidetopharmacology.org/", - "sampleId": "78", - "urlPattern": "http://www.guidetopharmacology.org/GRAC/FamilyDisplayForward?familyId={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/gxa/", + "sampleId": "AT4G01080", + "urlPattern": "https://www.ebi.ac.uk/gxa/genes/{$id}" } ], - "sampleId": "78" + "sampleId": "AT4G01080" }, { - "created": "2019-06-11T14:16:51.708+0000", + "created": "2019-06-11T14:16:46.532+0000", "deprecated": false, "deprecationDate": null, - "description": "The Database for Bacterial Group II Introns provides a catalogue of full-length, non-redundant group II introns present in bacterial DNA sequences in GenBank.", - "id": 917, - "mirId": "MIR:00000318", - "modified": "2019-06-11T14:16:51.708+0000", - "name": "DBG2 Introns", + "description": "HAMAP is a system that identifies and semi-automatically annotates proteins that are part of well-conserved and orthologous microbial families or subfamilies. These are used to build rules which are used to propagate annotations to member bacterial, archaeal and plastid-encoded protein entries.", + "id": 856, + "mirId": "MIR:00000292", + "modified": "2019-06-11T14:16:46.532+0000", + "name": "HAMAP", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{1,2}\\.(\\w{1,2}\\.)?[A-Za-z0-9]+$", - "prefix": "dbg2introns", + "pattern": "^MF_\\d+$", + "prefix": "hamap", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bacterial Group II Introns at University of Calgary", - "id": 919, + "description": "HAPMAP at Swiss Institute of Bioinformatics", + "id": 857, "institution": { - "description": "The University of Calgary is one of Canada’s top comprehensive research universities, combining the best of university tradition with the city of Calgary’s vibrant energy and diversity.", - "homeUrl": "https://www.ucalgary.ca/", - "id": 568, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "University of Calgary", - "rorId": "https://ror.org/03yjb2x39" + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100401", - "name": "Bacterial Group II Introns at University of Calgary", + "mirId": "MIR:00100374", + "name": "HAPMAP at Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://webapps2.ucalgary.ca/~groupii/", - "sampleId": "Cu.me.I1", - "urlPattern": "http://webapps2.ucalgary.ca/~groupii/cgi-bin/intron.cgi?name={$id}" + "resourceHomeUrl": "https://hamap.expasy.org/", + "sampleId": "MF_01400", + "urlPattern": "https://hamap.expasy.org/unirule/{$id}" } ], - "sampleId": "Cu.me.I1" + "sampleId": "MF_01400" }, { - "created": "2019-06-11T14:16:51.940+0000", + "created": "2019-06-11T14:16:26.018+0000", "deprecated": false, "deprecationDate": null, - "description": "The Spectral Database for Organic Compounds (SDBS) is an integrated spectral database system for organic compounds. It provides access to 6 different types of spectra for each compound, including Mass spectrum (EI-MS), a Fourier transform infrared spectrum (FT-IR), and NMR spectra.", - "id": 920, - "mirId": "MIR:00000319", - "modified": "2019-06-11T14:16:51.940+0000", - "name": "Spectral Database for Organic Compounds", + "description": "the European Hepatitis C Virus Database (euHCVdb, http://euhcvdb.ibcp.fr), a collection of computer-annotated sequences based on reference genomes.mainly dedicated to HCV protein sequences, 3D structures and functional analyses.", + "id": 617, + "mirId": "MIR:00000207", + "modified": "2019-06-11T14:16:26.018+0000", + "name": "HCVDB", "namespaceEmbeddedInLui": false, - "pattern": "\\d+$", - "prefix": "sdbs", + "pattern": "^M\\d{5}$", + "prefix": "hcvdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SDBS at AIST", - "id": 922, + "description": "HCVDB at CNRS", + "id": 619, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 921, + "id": 618, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "name": "National Institute of Advanced Industrial Science and Technology (AIST)", + "name": "Institut de Biologie et Chimie des Protéines, CNRS, University of Lyon , Lyon-Gerland", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100402", - "name": "SDBS at AIST", + "mirId": "MIR:00100266", + "name": "HCVDB at CNRS", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi", - "sampleId": "4544", - "urlPattern": "http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/cre_frame_disp.cgi?sdbsno={$id}" + "resourceHomeUrl": "http://euhcvdb.ibcp.fr/euHCVdb/", + "sampleId": "M58335", + "urlPattern": "https://euhcvdb.ibcp.fr/euHCVdb/do/displayHCVEntry?primaryAC={$id}" } ], - "sampleId": "4544" + "sampleId": "M58335" }, { - "created": "2019-06-11T14:16:52.167+0000", + "created": "2019-06-11T14:17:33.593+0000", "deprecated": false, "deprecationDate": null, - "description": "The database VBASE2 provides germ-line sequences of human and mouse immunoglobulin variable (V) genes.", - "id": 923, - "mirId": "MIR:00000320", - "modified": "2019-06-11T14:16:52.167+0000", - "name": "Vbase2", + "description": "The Homeodomain Resource is a curated collection of sequence, structure, interaction, genomic and functional information on the homeodomain family. It contains sets of curated homeodomain sequences from fully sequenced genomes, including experimentally derived homeodomain structures, homeodomain protein-protein interactions, homeodomain DNA-binding sites and homeodomain proteins implicated in human genetic disorders.", + "id": 1409, + "mirId": "MIR:00000497", + "modified": "2019-06-11T14:17:33.593+0000", + "name": "Homeodomain Research", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "vbase2", + "pattern": "^\\d+$", + "prefix": "hdr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Vbase2 at German Research Centre for Biotechnology", - "id": 925, + "description": "Homeodomain Research at National Human Genome Research Institute (NIH)", + "id": 1411, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 924, + "id": 1410, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Experimental Immunology, German Research Centre for Biotechnology, Braunschweig", + "name": "Genome Technology Branch, National Human Genome Research Institute, National Institutes of Health, Bethesda, Maryland", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100403", - "name": "Vbase2 at German Research Centre for Biotechnology", + "mirId": "MIR:00100638", + "name": "Homeodomain Research at National Human Genome Research Institute (NIH)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.vbase2.org/vbase2.php", - "sampleId": "humIGHV025", - "urlPattern": "http://www.vbase2.org/vgene.php?id={$id}" + "resourceHomeUrl": "http://research.nhgri.nih.gov/apps/homeodomain/web/", + "sampleId": "63", + "urlPattern": "http://research.nhgri.nih.gov/apps/homeodomain/web/index.cgi?mode=view&view=proteins&id={$id}" } ], - "sampleId": "humIGHV025" + "sampleId": "63" }, { - "created": "2019-06-11T14:16:52.396+0000", + "created": "2019-06-11T14:17:10.208+0000", "deprecated": false, "deprecationDate": null, - "description": "SPIKE (Signaling Pathways Integrated Knowledge Engine) is a repository that can store, organise and allow retrieval of pathway information in a way that will be useful for the research community. The database currently focuses primarily on pathways describing DNA damage response, cell cycle, programmed cell death and hearing related pathways. Pathways are regularly updated, and additional pathways are gradually added. The complete database and the individual maps are freely exportable in several formats. This collection references pathway maps.", - "id": 926, - "mirId": "MIR:00000321", - "modified": "2019-06-11T14:16:52.396+0000", - "name": "SPIKE Map", + "description": "The Human Gene Mutation Database (HGMD) collates data on germ-line mutations in nuclear genes associated with human inherited disease. It includes information on single base-pair substitutions in coding, regulatory and splicing-relevant regions; micro-deletions and micro-insertions; indels; triplet repeat expansions as well as gross deletions; insertions; duplications; and complex rearrangements. Each mutation entry is unique, and includes cDNA reference sequences for most genes, splice junction sequences, disease-associated and functional polymorphisms, as well as links to data present in publicly available online locus-specific mutation databases.", + "id": 1136, + "mirId": "MIR:00000392", + "modified": "2019-06-11T14:17:10.208+0000", + "name": "HGMD", "namespaceEmbeddedInLui": false, - "pattern": "^spike\\d{5}$", - "prefix": "spike.map", + "pattern": "^[A-Z_0-9]+$", + "prefix": "hgmd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SPIKE database at Tel Aviv University", - "id": 928, + "description": "HGMD at Cardiff University", + "id": 1138, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 927, + "id": 1137, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "School of Computer Sciences and School of Medicine, Tel Aviv University", + "name": "Cardiff University, Cardiff", "rorId": null }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100404", - "name": "SPIKE database at Tel Aviv University", + "mirId": "MIR:00100512", + "name": "HGMD at Cardiff University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cs.tau.ac.il/~spike/", - "sampleId": "spike00001", - "urlPattern": "http://www.cs.tau.ac.il/~spike/maps/{$id}.html" + "resourceHomeUrl": "http://www.hgmd.cf.ac.uk/ac/index.php", + "sampleId": "CALM1", + "urlPattern": "http://www.hgmd.cf.ac.uk/ac/gene.php?gene={$id}" } ], - "sampleId": "spike00001" + "sampleId": "CALM1" }, { - "created": "2019-06-11T14:16:52.640+0000", + "created": "2019-06-11T14:15:54.375+0000", "deprecated": false, "deprecationDate": null, - "description": "The METLIN (Metabolite and Tandem Mass Spectrometry) Database is a repository of metabolite information as well as tandem mass spectrometry data, providing public access to its comprehensive MS and MS/MS metabolite data. An annotated list of known metabolites and their mass, chemical formula, and structure are available, with each metabolite linked to external resources for further reference and inquiry.", - "id": 929, - "mirId": "MIR:00000322", - "modified": "2019-06-11T14:16:52.640+0000", - "name": "METLIN", + "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. HGNC identifiers refer to records in the HGNC symbol database.", + "id": 271, + "mirId": "MIR:00000080", + "modified": "2019-06-11T14:15:54.375+0000", + "name": "HGNC", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{4}$", - "prefix": "metlin", + "pattern": "^((HGNC|hgnc):)?\\d{1,5}$", + "prefix": "hgnc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "METLIN at Scripps Center, Molecular Biology and Center for Mass Spectrometry, La Jolla", - "id": 931, + "description": "HUGO Genome Nomenclature Committee", + "id": 272, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 930, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Scripps Research Institute, San Diego", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100406", - "name": "METLIN at Scripps Center, Molecular Biology and Center for Mass Spectrometry, La Jolla", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://masspec.scripps.edu/", - "sampleId": "1455", - "urlPattern": "http://metlin.scripps.edu/metabo_info.php?molid={$id}" + "mirId": "MIR:00100111", + "name": "HUGO Genome Nomenclature Committee", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.genenames.org", + "sampleId": "2674", + "urlPattern": "https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/{$id}" } ], - "sampleId": "1455" + "sampleId": "2674" }, { - "created": "2019-06-11T14:16:52.858+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The GeneCards human gene database stores gene related transcriptomic, genetic, proteomic, functional and disease information. It uses standard nomenclature and approved gene symbols. GeneCards presents a complete summary for each human gene.", - "id": 932, - "mirId": "MIR:00000323", - "modified": "2019-06-11T14:16:52.858+0000", - "name": "GeneCards", + "created": "2019-06-11T14:17:39.700+0000", + "deprecated": true, + "deprecationDate": "2020-07-16T06:11:33.734+0000", + "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides symbols for both structural and functional gene families. This collection refers to records using the HGNC family symbol.", + "id": 1468, + "mirId": "MIR:00000520", + "modified": "2020-07-16T06:11:33.736+0000", + "name": "HGNC Family", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z-0-9_]+(\\@)?$", - "prefix": "genecards", + "pattern": "^[A-Z0-9-]+(#[A-Z0-9-]+)?$", + "prefix": "hgnc.family", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "GeneCards at Weizmann Institute", - "id": 934, + "deprecated": true, + "deprecationDate": "2020-07-16T06:11:29.395+0000", + "description": "HGNC Family at HUGO Genome Nomenclature Committee", + "id": 1469, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 933, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Molecular Genetics, Weizmann Institute of Science, Rehovot", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100407", - "name": "GeneCards at Weizmann Institute", - "official": true, + "mirId": "MIR:00100671", + "name": "HGNC Family at HUGO Genome Nomenclature Committee", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genecards.org/", - "sampleId": "ABL1", - "urlPattern": "https://www.genecards.org/cgi-bin/carddisp.pl?gene={$id}" + "resourceHomeUrl": "https://www.genenames.org/", + "sampleId": "PADI", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100671/{$id}" } ], - "sampleId": "ABL1" + "sampleId": "PADI" }, { - "created": "2019-06-11T14:16:53.082+0000", + "created": "2019-06-11T14:17:51.916+0000", "deprecated": false, "deprecationDate": null, - "description": "The MMRRC database is a repository of available mouse stocks and embryonic stem cell line collections.", - "id": 935, - "mirId": "MIR:00000324", - "modified": "2019-06-11T14:16:53.082+0000", - "name": "MMRRC", + "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides a unique numerical ID to identify gene families, providing a display of curated hierarchical relationships between families.", + "id": 1596, + "mirId": "MIR:00000573", + "modified": "2019-06-11T14:17:51.916+0000", + "name": "HGNC gene family", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "mmrrc", + "prefix": "hgnc.genefamily", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MMRRC at University of North Carolina", - "id": 937, + "description": "HGNC gene family at HUGO Genome Nomenclature Committee", + "id": 1597, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 936, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of North Carolina", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100414", - "name": "MMRRC at University of North Carolina", + "mirId": "MIR:00100765", + "name": "HGNC gene family at HUGO Genome Nomenclature Committee", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mmrrc.org/", - "sampleId": "70", - "urlPattern": "http://www.mmrrc.org/catalog/getSDS.php?mmrrc_id={$id}" + "resourceHomeUrl": "https://www.genenames.org/", + "sampleId": "141", + "urlPattern": "https://www.genenames.org/cgi-bin/genefamilies/set/{$id}" } ], - "sampleId": "70" + "sampleId": "141" }, { - "created": "2019-06-11T14:16:53.335+0000", + "created": "2020-07-16T06:20:43.698+0000", "deprecated": false, "deprecationDate": null, - "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to reaction information.", - "id": 938, - "mirId": "MIR:00000325", - "modified": "2019-06-11T14:16:53.335+0000", - "name": "UM-BBD Reaction", + "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides a unique numerical ID to identify gene families, providing a display of curated hierarchical relationships between families.", + "id": 2306, + "mirId": "MIR:00000709", + "modified": "2020-07-16T06:20:43.698+0000", + "name": "HGNC Gene Group", "namespaceEmbeddedInLui": false, - "pattern": "^r\\d+$", - "prefix": "umbbd.reaction", + "pattern": "^\\d+$", + "prefix": "hgnc.genegroup", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Biocatalysis/Biodegradation Database Mirror (Reaction) at ETH Zurich", - "id": 939, + "description": "HGNC Gene Group at HUGO Genome Nomenclature Committee", + "id": 2307, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 812, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "ETH, Zurich", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100416", - "name": "Biocatalysis/Biodegradation Database Mirror (Reaction) at ETH Zurich", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://umbbd.ethz.ch/", - "sampleId": "r0001", - "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=r&reacID={$id}" + "mirId": "MIR:00000703", + "name": "HGNC Gene Group at HUGO Genome Nomenclature Committee", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.genenames.org", + "sampleId": "141", + "urlPattern": "https://www.genenames.org/cgi-bin/genefamilies/set/{$id}" } ], - "sampleId": "r0001" + "sampleId": "141" }, { - "created": "2019-06-11T14:16:53.546+0000", + "created": "2019-06-11T14:17:01.955+0000", "deprecated": false, "deprecationDate": null, - "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to enzyme information.", - "id": 940, - "mirId": "MIR:00000326", - "modified": "2019-06-11T14:16:53.546+0000", - "name": "UM-BBD Enzyme", + "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. This collection refers to records using the HGNC symbol.", + "id": 1039, + "mirId": "MIR:00000362", + "modified": "2019-06-11T14:17:01.955+0000", + "name": "HGNC Symbol", "namespaceEmbeddedInLui": false, - "pattern": "^e\\d+$", - "prefix": "umbbd.enzyme", + "pattern": "^[A-Za-z-0-9_]+(\\@)?$", + "prefix": "hgnc.symbol", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Biocatalysis/Biodegradation Database Mirror (Enzyme) at ETH Zurich", - "id": 941, + "description": "HGNC Symbol at HUGO Genome Nomenclature Committee", + "id": 1040, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 812, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "ETH, Zurich", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100418", - "name": "Biocatalysis/Biodegradation Database Mirror (Enzyme) at ETH Zurich", + "mirId": "MIR:00100460", + "name": "HGNC Symbol at HUGO Genome Nomenclature Committee", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://umbbd.ethz.ch/", - "sampleId": "e0333", - "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=ep&enzymeID={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.genenames.org/", + "sampleId": "DAPK1", + "urlPattern": "https://www.genenames.org/cgi-bin/gene_symbol_report?match={$id}" } ], - "sampleId": "e0333" + "sampleId": "DAPK1" }, { - "created": "2019-06-11T14:16:53.741+0000", + "created": "2019-06-11T14:16:17.382+0000", "deprecated": false, "deprecationDate": null, - "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to pathway information.", - "id": 942, - "mirId": "MIR:00000327", - "modified": "2019-06-11T14:16:53.741+0000", - "name": "UM-BBD Pathway", + "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Locus' view.", + "id": 517, + "mirId": "MIR:00000167", + "modified": "2019-06-11T14:16:17.382+0000", + "name": "H-InvDb Locus", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "umbbd.pathway", + "pattern": "^HIX\\d{7}(\\.\\d+)?$", + "prefix": "hinv.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Biocatalysis/Biodegradation Database Mirror (Pathway) at ETH Zurich", - "id": 943, + "description": "H-Invitational Locus View at BIRC", + "id": 519, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 812, + "id": 518, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "ETH, Zurich", + "name": "BIRC, Tokyo", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100420", - "name": "Biocatalysis/Biodegradation Database Mirror (Pathway) at ETH Zurich", + "mirId": "MIR:00100213", + "name": "H-Invitational Locus View at BIRC", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://umbbd.ethz.ch/", - "sampleId": "ala", - "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=p&pathway_abbr={$id}" + "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", + "sampleId": "HIX0004394", + "urlPattern": "http://h-invitational.jp/hinv/spsoup/locus_view?hix_id={$id}" } ], - "sampleId": "ala" + "sampleId": "HIX0004394" }, { - "created": "2019-06-11T14:16:53.927+0000", + "created": "2019-06-11T14:16:17.817+0000", "deprecated": false, "deprecationDate": null, - "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The UM-BBD Pathway Prediction System (PPS) predicts microbial catabolic reactions using substructure searching, a rule-base, and atom-to-atom mapping. The PPS recognizes organic functional groups found in a compound and predicts transformations based on biotransformation rules. These rules are based on reactions found in the UM-BBD database. This collection references those rules.", - "id": 944, - "mirId": "MIR:00000328", - "modified": "2019-06-11T14:16:53.927+0000", - "name": "UM-BBD Biotransformation Rule", + "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Protein' view.", + "id": 522, + "mirId": "MIR:00000169", + "modified": "2019-06-11T14:16:17.817+0000", + "name": "H-InvDb Protein", "namespaceEmbeddedInLui": false, - "pattern": "^bt\\d+$", - "prefix": "umbbd.rule", + "pattern": "^HIP\\d{9}(\\.\\d+)?$", + "prefix": "hinv.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Biocatalysis/Biodegradation Database Mirror (Biotransformation Rule) at ETH Zurich", - "id": 945, + "description": "H-Invitational Protein View at BIRC", + "id": 523, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 812, + "id": 518, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "ETH, Zurich", + "name": "BIRC, Tokyo", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100421", - "name": "Biocatalysis/Biodegradation Database Mirror (Biotransformation Rule) at ETH Zurich", + "mirId": "MIR:00100215", + "name": "H-Invitational Protein View at BIRC", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=allrules", - "sampleId": "bt0001", - "urlPattern": "http://www.umbbd.ethz.ch/servlets/rule.jsp?rule={$id}" + "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", + "sampleId": "HIP000030660", + "urlPattern": "http://h-invitational.jp/hinv/protein/protein_view.cgi?hip_id={$id}" } ], - "sampleId": "bt0001" + "sampleId": "HIP000030660" }, { - "created": "2019-06-11T14:16:54.147+0000", + "created": "2019-06-11T14:16:17.622+0000", "deprecated": false, "deprecationDate": null, - "description": "mirEX is a comprehensive platform for comparative analysis of primary microRNA expression data, storing RT–qPCR-based gene expression profile over seven development stages of Arabidopsis. It also provides RNA structural models, publicly available deep sequencing results and experimental procedure details. This collection provides profile information for a single microRNA over all development stages.", - "id": 946, - "mirId": "MIR:00000329", - "modified": "2019-06-11T14:16:54.147+0000", - "name": "mirEX", + "description": "H-Invitational Database (H-InvDB) is an integrated database of human genes and transcripts. It provides curated annotations of human genes and transcripts including gene structures, alternative splicing isoforms, non-coding functional RNAs, protein functions, functional domains, sub-cellular localizations, metabolic pathways, protein 3D structure, genetic polymorphisms (SNPs, indels and microsatellite repeats), relation with diseases, gene expression profiling, molecular evolutionary features, protein-protein interactions (PPIs) and gene families/groups. This datatype provides access to the 'Transcript' view.", + "id": 520, + "mirId": "MIR:00000168", + "modified": "2019-06-11T14:16:17.622+0000", + "name": "H-InvDb Transcript", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+(\\w+)?$", - "prefix": "mirex", + "pattern": "^HIT\\d{9}(\\.\\d+)?$", + "prefix": "hinv.transcript", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "mirEX at Adam Mickiewicz University", - "id": 947, + "description": "H-Invitational Transcript View at BIRC", + "id": 521, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 731, + "id": 518, "location": { - "countryCode": "PL", - "countryName": "Poland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", + "name": "BIRC, Tokyo", "rorId": null }, "location": { - "countryCode": "PL", - "countryName": "Poland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100423", - "name": "mirEX at Adam Mickiewicz University", + "mirId": "MIR:00100214", + "name": "H-Invitational Transcript View at BIRC", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://comgen.pl/mirex/?page=home", - "sampleId": "165a", - "urlPattern": "http://comgen.pl/mirex1/?page=results/record&name={$id}&exref=pp2a&limit=yes" + "resourceHomeUrl": "http://h-invitational.jp/hinv/ahg-db/index.jsp", + "sampleId": "HIT000195363", + "urlPattern": "http://h-invitational.jp/hinv/spsoup/transcript_view?hit_id={$id}" } ], - "sampleId": "165a" + "sampleId": "HIT000195363" }, { - "created": "2019-06-11T14:16:54.345+0000", + "created": "2019-06-11T14:15:46.469+0000", "deprecated": false, "deprecationDate": null, - "description": "The dictyBase database provides data on the model organism Dictyostelium discoideum and related species. It contains the complete genome sequence, ESTs, gene models and functional annotations. This collection references expressed sequence tag (EST) information.", - "id": 948, - "mirId": "MIR:00000330", - "modified": "2019-06-11T14:16:54.345+0000", - "name": "Dictybase EST", + "description": "The Human Metabolome Database (HMDB) is a database containing detailed information about small molecule metabolites found in the human body.It contains or links 1) chemical 2) clinical and 3) molecular biology/biochemistry data.", + "id": 186, + "mirId": "MIR:00000051", + "modified": "2019-06-11T14:15:46.469+0000", + "name": "HMDB", "namespaceEmbeddedInLui": false, - "pattern": "^DDB\\d+$", - "prefix": "dictybase.est", + "pattern": "^HMDB\\d+$", + "prefix": "hmdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Dictybase Gene at Northwestern University", - "id": 949, + "description": "The Human Metabolome Database", + "id": 188, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 840, + "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", + "homeUrl": "https://www.ualberta.ca", + "id": 334, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Northwestern University Biomedical Informatics Center and Center for Genetic Medicine, Chicago, Illinois", - "rorId": null + "name": "University of Alberta", + "rorId": "https://ror.org/0160cpw27" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100424", - "name": "Dictybase Gene at Northwestern University", + "mirId": "MIR:00100079", + "name": "The Human Metabolome Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://dictybase.org/", - "sampleId": "DDB0016567", - "urlPattern": "http://dictybase.org/db/cgi-bin/feature_page.pl?primary_id={$id}" + "resourceHomeUrl": "http://www.hmdb.ca/", + "sampleId": "HMDB00001", + "urlPattern": "http://www.hmdb.ca/metabolites/{$id}" } ], - "sampleId": "DDB0016567" + "sampleId": "HMDB00001" }, { - "created": "2019-06-11T14:18:08.223+0000", + "created": "2019-06-11T14:16:27.678+0000", "deprecated": false, "deprecationDate": null, - "description": "MobiDB is a database of protein disorder and mobility annotations.", - "id": 1768, - "mirId": "MIR:00000637", - "modified": "2019-06-11T14:18:08.223+0000", - "name": "MobiDB", + "description": "HOGENOM is a database of homologous genes from fully sequenced organisms (bacteria, archeae and eukarya). This collection references phylogenetic trees which can be retrieved using either UniProt accession numbers, or HOGENOM tree family identifier.", + "id": 634, + "mirId": "MIR:00000213", + "modified": "2019-06-11T14:16:27.678+0000", + "name": "HOGENOM", "namespaceEmbeddedInLui": false, - "pattern": "^[OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}$", - "prefix": "mobidb", + "pattern": "^\\w+$", + "prefix": "hogenom", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MobiDB", - "id": 1770, + "description": "HOGENOM at CNRS", + "id": 636, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 635, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "FR", + "countryName": "France" }, - "name": "University of Padua", + "name": "Laboratoire de Biométrie et Biologie Evolutive, CNRS, Lyon", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100842", - "name": "MobiDB", + "mirId": "MIR:00100272", + "name": "HOGENOM at CNRS", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://mobidb.org/", - "sampleId": "P10636", - "urlPattern": "https://mobidb.org/{$id}" + "resourceHomeUrl": "http://pbil.univ-lyon1.fr/databases/hogenom/", + "sampleId": "HBG284870", + "urlPattern": "http://pbil.univ-lyon1.fr/cgi-bin/view-tree.pl?db=HOGENOM5&query={$id}" } ], - "sampleId": "P10636" + "sampleId": "HBG284870" }, { - "created": "2019-06-11T14:16:54.535+0000", + "created": "2019-06-11T14:16:18.019+0000", "deprecated": false, "deprecationDate": null, - "description": "IMGT, the international ImMunoGeneTics project, is a collection of high-quality integrated databases specialising in Immunoglobulins, T cell receptors and the Major Histocompatibility Complex (MHC) of all vertebrate species. IMGT/HLA is a database for sequences of the human MHC, referred to as HLA. It includes all the official sequences for the WHO Nomenclature Committee For Factors of the HLA System. This collection references allele information through the WHO nomenclature.", - "id": 950, - "mirId": "MIR:00000331", - "modified": "2019-06-11T14:16:54.535+0000", - "name": "IMGT HLA", + "description": "The Human Oral Microbiome Database (HOMD) provides a site-specific comprehensive database for the more than 600 prokaryote species that are present in the human oral cavity. It contains genomic information based on a curated 16S rRNA gene-based provisional naming scheme, and taxonomic information. This datatype contains genomic sequence information.", + "id": 524, + "mirId": "MIR:00000170", + "modified": "2019-06-11T14:16:18.019+0000", + "name": "HOMD Sequence Metainformation", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9*:]+$", - "prefix": "imgt.hla", + "pattern": "^SEQF\\d+$", + "prefix": "homd.seq", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IMGT HLA at EBI", - "id": 951, + "description": "HOMD sequence metainformation at The Forsyth Institute", + "id": 526, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 525, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "The Forsyth Institute, Boston", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100425", - "name": "IMGT HLA at EBI", + "mirId": "MIR:00100216", + "name": "HOMD sequence metainformation at The Forsyth Institute", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/imgt/hla/allele.html", - "sampleId": "A*01:01:01:01", - "urlPattern": "https://www.ebi.ac.uk/cgi-bin/imgt/hla/get_allele.cgi?{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.homd.org/index.php", + "sampleId": "SEQF1003", + "urlPattern": "http://www.homd.org/modules.php?op=modload&name=GenomeList&file=index&link=detailinfo&seqid={$id}" } ], - "sampleId": "A*01:01:01:01" + "sampleId": "SEQF1003" }, { - "created": "2019-06-11T14:16:54.741+0000", + "created": "2019-06-11T14:16:18.268+0000", "deprecated": false, "deprecationDate": null, - "description": "The Bloomington Drosophila Stock Center collects, maintains and distributes Drosophila melanogaster strains for research.", - "id": 952, - "mirId": "MIR:00000332", - "modified": "2019-06-11T14:16:54.741+0000", - "name": "Bloomington Drosophila Stock Center", + "description": "The Human Oral Microbiome Database (HOMD) provides a site-specific comprehensive database for the more than 600 prokaryote species that are present in the human oral cavity. It contains genomic information based on a curated 16S rRNA gene-based provisional naming scheme, and taxonomic information. This datatype contains taxonomic information.", + "id": 527, + "mirId": "MIR:00000171", + "modified": "2019-06-11T14:16:18.268+0000", + "name": "HOMD Taxonomy", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "bdsc", + "prefix": "homd.taxon", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BDSC at Indiana University", - "id": 954, + "description": "HOMD taxon information at The Forsyth Institute", + "id": 528, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 953, + "id": 525, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Biology, Indiana University, Bloomington", + "name": "The Forsyth Institute, Boston", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100426", - "name": "BDSC at Indiana University", + "mirId": "MIR:00100217", + "name": "HOMD taxon information at The Forsyth Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bdsc.indiana.edu/about/mission.html", - "sampleId": "33607", - "urlPattern": "https://bdsc.indiana.edu/stocks/{$id}" + "resourceHomeUrl": "http://www.homd.org/index.php", + "sampleId": "811", + "urlPattern": "http://www.homd.org/modules.php?op=modload&name=HOMD&file=index&oraltaxonid={$id}&view=dynamic" } ], - "sampleId": "33607" + "sampleId": "811" }, { - "created": "2019-06-11T14:16:54.970+0000", + "created": "2019-06-11T14:16:42.733+0000", "deprecated": false, "deprecationDate": null, - "description": "The Orientations of Proteins in Membranes (OPM) database provides spatial positions of membrane-bound peptides and proteins of known three-dimensional structure in the lipid bilayer, together with their structural classification, topology and intracellular localization.", - "id": 955, - "mirId": "MIR:00000333", - "modified": "2019-06-11T14:16:54.970+0000", - "name": "OPM", + "description": "HomoloGene is a system for automated detection of homologs among the annotated genes of several completely sequenced eukaryotic genomes.", + "id": 808, + "mirId": "MIR:00000275", + "modified": "2019-06-11T14:16:42.733+0000", + "name": "HomoloGene", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}$", - "prefix": "opm", + "pattern": "^\\d+$", + "prefix": "homologene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OPM at University of Michigan", - "id": 957, + "description": "Homologene at NCBI", + "id": 809, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 956, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Medicinal Chemistry, College of Pharmacy, University of Michigan", + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100355", + "name": "Homologene at NCBI", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/homologene/", + "sampleId": "1000", + "urlPattern": "https://www.ncbi.nlm.nih.gov/homologene/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Bio2RDF", + "id": 810, + "institution": { + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Bio2RDF.org", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100427", - "name": "OPM at University of Michigan", + "mirId": "MIR:00100699", + "name": "Bio2RDF", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://opm.phar.umich.edu/", - "sampleId": "1h68", - "urlPattern": "http://opm.phar.umich.edu/protein.php?pdbid={$id}" + "resourceHomeUrl": "http://homologene.bio2rdf.org/fct", + "sampleId": "1000", + "urlPattern": "http://homologene.bio2rdf.org/describe/?url=http://bio2rdf.org/homologene:{$id}" } ], - "sampleId": "1h68" + "sampleId": "1000" }, { - "created": "2019-06-11T14:16:55.214+0000", + "created": "2019-06-11T14:15:52.667+0000", "deprecated": false, "deprecationDate": null, - "description": "Allergome is a repository of data related to all IgE-binding compounds. Its purpose is to collect a list of allergenic sources and molecules by using the widest selection criteria and sources.", - "id": 958, - "mirId": "MIR:00000334", - "modified": "2019-06-11T14:16:55.214+0000", - "name": "Allergome", + "description": "HOVERGEN is a database of homologous vertebrate genes that allows one to select sets of homologous genes among vertebrate species, and to visualize multiple alignments and phylogenetic trees.", + "id": 252, + "mirId": "MIR:00000074", + "modified": "2019-06-11T14:15:52.667+0000", + "name": "HOVERGEN", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "allergome", + "pattern": "^HBG\\d+$", + "prefix": "hovergen", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Allergome at Rome", - "id": 960, + "description": "Hovergen", + "id": 254, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 959, + "id": 253, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "FR", + "countryName": "France" }, - "name": "Center for Clinical and Experimental Allergology, Rome", + "name": "Laboratoire de Biométrie, Génétique et Biologie des Populations", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100429", - "name": "Allergome at Rome", + "mirId": "MIR:00100104", + "name": "Hovergen", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.allergome.org/", - "sampleId": "1948", - "urlPattern": "http://www.allergome.org/script/dettaglio.php?id_molecule={$id}" + "resourceHomeUrl": "http://pbil.univ-lyon1.fr/databases/hovergen.php", + "sampleId": "HBG004341", + "urlPattern": "http://pbil.univ-lyon1.fr/cgi-bin/view-tree.pl?query={$id}&db=HOVERGEN" } ], - "sampleId": "1948" + "sampleId": "HBG004341" }, { - "created": "2019-06-11T14:16:55.438+0000", + "created": "2019-06-11T14:17:51.237+0000", "deprecated": false, "deprecationDate": null, - "description": "PomBase is a model organism database established to provide access to molecular data and biological information for the fission yeast Schizosaccharomyces pombe. It encompasses annotation of genomic sequence and features, comprehensive manual literature curation and genome-wide data sets.", - "id": 961, - "mirId": "MIR:00000335", - "modified": "2019-06-11T14:16:55.438+0000", - "name": "PomBase", - "namespaceEmbeddedInLui": false, - "pattern": "^S\\w+(\\.)?\\w+(\\.)?$", - "prefix": "pombase", + "description": "The Human Phenotype Ontology (HPO) aims to provide a standardized vocabulary of phenotypic abnormalities encountered in human disease. Each term in the HPO describes a phenotypic abnormality, such as atrial septal defect. The HPO is currently being developed using the medical literature, Orphanet, DECIPHER, and OMIM.", + "id": 1589, + "mirId": "MIR:00000571", + "modified": "2019-06-11T14:17:51.237+0000", + "name": "Human Phenotype Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^HP:\\d{7}$", + "prefix": "hp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PomBase at University of Cambridge", - "id": 963, + "description": "Human Phenotype Ontology through OLS", + "id": 1592, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 962, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Cambridge Systems Biology Centre, Department of Biochemistry, University of Cambridge", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100430", - "name": "PomBase at University of Cambridge", + "mirId": "MIR:00100754", + "name": "Human Phenotype Ontology through OLS", "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/hp", + "sampleId": "0000118", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/hp/terms?obo_id=HP:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Human Phenotype Ontology at Institute for Medical Genetics and Human Genetics", + "id": 1591, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1590, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "name": "Institute for Medical Genetics and Human Genetics, Charité-Universitätsmedizin, Berlin", + "rorId": null + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "mirId": "MIR:00100753", + "name": "Human Phenotype Ontology at Institute for Medical Genetics and Human Genetics", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.pombase.org/", - "sampleId": "SPCC13B11.01", - "urlPattern": "https://www.pombase.org/gene/{$id}" + "resourceHomeUrl": "http://human-phenotype-ontology.github.io/", + "sampleId": "0000118", + "urlPattern": "https://hpo.jax.org/app/browse/term/HP:{$id}" } ], - "sampleId": "SPCC13B11.01" + "sampleId": "0000118" }, { "created": "2019-06-11T14:16:55.662+0000", @@ -16700,651 +17204,607 @@ "sampleId": "ENSG00000026508" }, { - "created": "2019-06-11T14:16:55.877+0000", + "created": "2019-06-11T14:17:41.032+0000", "deprecated": false, "deprecationDate": null, - "description": "JAX Mice is a catalogue of mouse strains supplied by the Jackson Laboratory.", - "id": 967, - "mirId": "MIR:00000337", - "modified": "2019-06-11T14:16:55.877+0000", - "name": "JAX Mice", + "description": "The Human Proteome Map (HPM) portal integrates the peptide sequencing result from the draft map of the human proteome project. The project was based on LC-MS/MS by utilizing of high resolution and high accuracy Fourier transform mass spectrometry. The HPM contains direct evidence of translation of a number of protein products derived from human genes, based on peptide identifications of multiple organs/tissues and cell types from individuals with clinically defined healthy tissues. The HPM portal provides data on individual proteins, as well as on individual peptide spectra. This collection references individual peptides through spectra.", + "id": 1483, + "mirId": "MIR:00000527", + "modified": "2019-06-11T14:17:41.032+0000", + "name": "Human Proteome Map Peptide", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "jaxmice", + "prefix": "hpm.peptide", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JAX Mice at Jackson Laboratory", - "id": 969, + "description": "Human Proteome Map Peptide at Institute of Bioinformatics (Bangalore)", + "id": 1484, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 968, + "id": 1087, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": "The Jackson Laboratory, Sacremento, California", + "name": "Institute of Bioinformatics, International Tech Park, Bangalore", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100432", - "name": "JAX Mice at Jackson Laboratory", + "mirId": "MIR:00100683", + "name": "Human Proteome Map Peptide at Institute of Bioinformatics (Bangalore)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jaxmice.jax.org/", - "sampleId": "005012", - "urlPattern": "http://jaxmice.jax.org/strain/{$id}.html" + "resourceHomeUrl": "http://www.humanproteomemap.org/index.php", + "sampleId": "9606117", + "urlPattern": "http://www.humanproteomemap.org/spectrum.php?pep_id={$id}" } ], - "sampleId": "005012" + "sampleId": "9606117" }, { - "created": "2019-06-11T14:16:56.122+0000", + "created": "2019-06-11T14:17:40.825+0000", "deprecated": false, "deprecationDate": null, - "description": "NameBank is a \"biological name server\" focused on storing names and objectively-derived nomenclatural attributes. NameBank is a repository for all recorded names including scientific names, vernacular (or common names), misspelled names, as well as ad-hoc nomenclatural labels that may have limited context.", - "id": 970, - "mirId": "MIR:00000338", - "modified": "2019-06-11T14:16:56.122+0000", - "name": "uBio NameBank", + "description": "The Human Proteome Map (HPM) portal integrates the peptide sequencing result from the draft map of the human proteome project. The project was based on LC-MS/MS by utilizing of high resolution and high accuracy Fourier transform mass spectrometry. The HPM contains direct evidence of translation of a number of protein products derived from human genes, based on peptide identifications of multiple organs/tissues and cell types from individuals with clinically defined healthy tissues. The HPM portal provides data on individual proteins, as well as on individual peptide spectra. This collection references proteins.", + "id": 1481, + "mirId": "MIR:00000526", + "modified": "2019-06-11T14:17:40.825+0000", + "name": "Human Proteome Map Protein", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "ubio.namebank", + "prefix": "hpm.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "uBio NameBank at The Marine Biological Laboratory", - "id": 972, + "description": "Human Proteome Map Protein at Institute of Bioinformatics (Bangalore)", + "id": 1482, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 971, + "id": 1087, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": "Marine Biological Laboratory, Woods Hole, Massachusetts", + "name": "Institute of Bioinformatics, International Tech Park, Bangalore", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100433", - "name": "uBio NameBank at The Marine Biological Laboratory", + "mirId": "MIR:00100682", + "name": "Human Proteome Map Protein at Institute of Bioinformatics (Bangalore)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ubio.org", - "sampleId": "2555646", - "urlPattern": "http://www.ubio.org/browser/details.php?namebankID={$id}" + "resourceHomeUrl": "http://www.humanproteomemap.org/index.php", + "sampleId": "1968", + "urlPattern": "http://www.humanproteomemap.org/protein.php?hpm_id={$id}" } ], - "sampleId": "2555646" + "sampleId": "1968" }, { - "created": "2019-06-11T14:16:56.366+0000", + "created": "2019-06-11T14:17:05.741+0000", "deprecated": false, "deprecationDate": null, - "description": "The Yeast Transcription Factor Specificity Compendium (YeTFasCO) is a database of transcription factor specificities for the yeast Saccharomyces cerevisiae in Position Frequency Matrix (PFM) or Position Weight Matrix (PWM) formats.", - "id": 973, - "mirId": "MIR:00000339", - "modified": "2019-06-11T14:16:56.366+0000", - "name": "YeTFasCo", + "description": "The Human Protein Reference Database (HPRD) represents a centralized platform to visually depict and integrate information pertaining to domain architecture, post-translational modifications, interaction networks and disease association for each protein in the human proteome.", + "id": 1086, + "mirId": "MIR:00000377", + "modified": "2019-06-11T14:17:05.741+0000", + "name": "HPRD", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+\\_\\d+(\\.\\d+)?$", - "prefix": "yetfasco", + "pattern": "^\\d+$", + "prefix": "hprd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "YeTFasCo at University of Toronto", - "id": 975, + "description": "Human Protein Reference Database", + "id": 1088, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 974, + "id": 1087, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "IN", + "countryName": "India" }, - "name": "Department of Molecular Genetics, Terrence Donnelly Centre for Cellular and Biomolecular Research, University of Toronto, Toronto", + "name": "Institute of Bioinformatics, International Tech Park, Bangalore", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100434", - "name": "YeTFasCo at University of Toronto", + "mirId": "MIR:00100479", + "name": "Human Protein Reference Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://yetfasco.ccbr.utoronto.ca/", - "sampleId": "YOR172W_571.0", - "urlPattern": "http://yetfasco.ccbr.utoronto.ca/showPFM.php?mot={$id}" + "resourceHomeUrl": "http://www.hprd.org/", + "sampleId": "00001", + "urlPattern": "http://www.hprd.org/protein/{$id}" } ], - "sampleId": "YOR172W_571.0" + "sampleId": "00001" }, { - "created": "2019-06-11T14:16:56.599+0000", + "created": "2019-06-11T14:18:17.630+0000", "deprecated": false, "deprecationDate": null, - "description": "TarBase stores microRNA (miRNA) information for miRNA–gene interactions, as well as miRNA- and gene-related facts to information specific to the interaction and the experimental validation methodologies used.", - "id": 976, - "mirId": "MIR:00000340", - "modified": "2019-06-11T14:16:56.599+0000", - "name": "TarBase", + "description": "hPSCreg is a freely accessible global registry for human pluripotent stem cell lines (hPSC-lines).", + "id": 1867, + "mirId": "MIR:00000674", + "modified": "2019-06-11T14:18:17.630+0000", + "name": "Human Pluripotent Stem Cell Registry", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z]{3}\\-(mir|let|lin)\\-\\w+(\\-\\w+\\-\\w+)?", - "prefix": "tarbase", + "pattern": "^[A-Z]{2,6}(e|i)[A-Za-z0-9]{3}-[A-Z]{1,2}(-[A-Za-z0-9]{1,2})?$", + "prefix": "hpscreg", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "TarBase v7 at University of Thessaly", - "id": 978, + "deprecated": true, + "deprecationDate": "2021-05-10T19:10:24.237+0000", + "description": "Human Pluripotent Stem Cell Registry", + "id": 1869, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 977, + "id": 1868, "location": { - "countryCode": "GR", - "countryName": "Greece" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "DIANA-Lab, Department of Electrical & Computer Engineering, University of Thessaly", + "name": "Charité Berlin", "rorId": null }, "location": { - "countryCode": "GR", - "countryName": "Greece" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100713", - "name": "TarBase v7 at University of Thessaly", + "mirId": "MIR:00100898", + "name": "Human Pluripotent Stem Cell Registry", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://diana.imis.athena-innovation.gr/DianaTools/index.php?r=tarbase/index", - "sampleId": "hsa-let-7a-2-3p", - "urlPattern": "http://diana.imis.athena-innovation.gr/DianaTools/index.php?r=tarbase/index&mirnas={$id}" + "resourceHomeUrl": "https://hpscreg.eu/", + "sampleId": "BCRTi001-A", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100898/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Human Pluripotent Stem Cell Registry", + "id": 2630, + "institution": { + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05tpsgh61' with Wikidata IDs [Q1167435], and ISNI IDs [0000 0004 0542 0741]", + "homeUrl": "https://www.ibmt.fraunhofer.de/en.html", + "id": 2629, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "name": "Fraunhofer Institute for Biomedical Engineering", + "rorId": null + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "mirId": "MIR:00000810", + "name": "Fraunhofer Institute for Biomedical Engineering", + "official": false, + "providerCode": "ibmt", + "resourceHomeUrl": "https://hpscreg.eu/", + "sampleId": "BCRTi001-A", + "urlPattern": "https://hpscreg.eu/cell-line/{$id}" } ], - "sampleId": "hsa-let-7a-2-3p" + "sampleId": "BCRTi001-A" }, { - "created": "2019-06-11T14:16:56.827+0000", + "created": "2019-06-11T14:16:28.184+0000", "deprecated": false, "deprecationDate": null, - "description": "CharProt is a database of biochemically characterized proteins designed to support automated annotation pipelines. Entries are annotated with gene name, symbol and various controlled vocabulary terms, including Gene Ontology terms, Enzyme Commission number and TransportDB accession.", - "id": 979, - "mirId": "MIR:00000341", - "modified": "2019-06-11T14:16:56.827+0000", - "name": "CharProt", + "description": "HSSP (homology-derived structures of proteins) is a derived database merging structural (2-D and 3-D) and sequence information (1-D). For each protein of known 3D structure from the Protein Data Bank, the database has a file with all sequence homologues, properly aligned to the PDB protein.", + "id": 639, + "mirId": "MIR:00000215", + "modified": "2019-06-11T14:16:28.184+0000", + "name": "HSSP", "namespaceEmbeddedInLui": false, - "pattern": "^CH_\\d+$", - "prefix": "charprot", + "pattern": "^\\w{4}$", + "prefix": "hssp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CharProt at JCVI", - "id": 981, + "description": "HSSP at EMBL", + "id": 641, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 980, + "id": 640, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "J Craig Venter institute, Rockville, Maryland", + "name": "Protein Design Group, European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100436", - "name": "CharProt at JCVI", + "mirId": "MIR:00100274", + "name": "HSSP at EMBL", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.jcvi.org/charprotdb", - "sampleId": "CH_001923", - "urlPattern": "http://www.jcvi.org/charprotdb/index.cgi/view/{$id}" - } - ], - "sampleId": "CH_001923" - }, - { - "created": "2019-06-11T14:16:57.058+0000", - "deprecated": false, - "deprecationDate": null, - "description": "OMA (Orthologous MAtrix) is a database that identifies orthologs among publicly available, complete genome sequences. It identifies orthologous relationships which can be accessed either group-wise, where all group members are orthologous to all other group members, or on a sequence-centric basis, where for a given protein all its orthologs in all other species are displayed. This collection references individual protein records.", - "id": 982, - "mirId": "MIR:00000342", - "modified": "2019-06-11T14:16:57.058+0000", - "name": "OMA Protein", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]{5}\\d+$", - "prefix": "oma.protein", - "resources": [ + "resourceHomeUrl": "http://swift.cmbi.kun.nl/swift/hssp/", + "sampleId": "102l", + "urlPattern": "ftp://ftp.embl-heidelberg.de/pub/databases/protein_extras/hssp/{$id}.hssp.bz2" + }, { "deprecated": false, "deprecationDate": null, - "description": "OMA Protein through OMA browser at ETH Zurich", - "id": 984, + "description": "HSSP at CMBI", + "id": 643, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 983, + "id": 642, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "ETH Zurich, Computer Science, Zurich", + "name": "Nijmegen Centre for Molecular Life Sciences, CMBI, Nijmegen", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100437", - "name": "OMA Protein through OMA browser at ETH Zurich", + "mirId": "MIR:00100458", + "name": "HSSP at CMBI", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", - "sampleId": "HUMAN16963", - "urlPattern": "https://omabrowser.org/cgi-bin/gateway.pl?f=DisplayEntry&p1={$id}" + "resourceHomeUrl": "ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/", + "sampleId": "102l", + "urlPattern": "ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/{$id}.hssp.bz2" } ], - "sampleId": "HUMAN16963" + "sampleId": "102l" }, { - "created": "2019-06-11T14:16:57.285+0000", + "created": "2019-06-11T14:16:39.763+0000", "deprecated": false, "deprecationDate": null, - "description": "OMA (Orthologous MAtrix) is a database that identifies orthologs among publicly available, complete genome sequences. It identifies orthologous relationships which can be accessed either group-wise, where all group members are orthologous to all other group members, or on a sequence-centric basis, where for a given protein all its orthologs in all other species are displayed. This collection references groupings of orthologs.", - "id": 985, - "mirId": "MIR:00000343", - "modified": "2019-06-11T14:16:57.285+0000", - "name": "OMA Group", + "description": "The Human Unidentified Gene-Encoded (HUGE) protein database contains results from sequence analysis of human novel large (>4 kb) cDNAs identified in the Kazusa cDNA sequencing project.", + "id": 772, + "mirId": "MIR:00000263", + "modified": "2019-06-11T14:16:39.763+0000", + "name": "HUGE", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]+$", - "prefix": "oma.grp", + "pattern": "^KIAA\\d{4}$", + "prefix": "huge", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OMA Group through OMA browser at ETH Zurich", - "id": 986, + "description": "HUGE at Kazusa DNA Research Institute", + "id": 774, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 983, + "id": 773, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "ETH Zurich, Computer Science, Zurich", + "name": "Kazusa DNA Research Institute, Chiba", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100438", - "name": "OMA Group through OMA browser at ETH Zurich", + "mirId": "MIR:00100339", + "name": "HUGE at Kazusa DNA Research Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", - "sampleId": "LCSCCPN", - "urlPattern": "https://omabrowser.org/cgi-bin/gateway.pl?f=DisplayGroup&p1={$id}" + "resourceHomeUrl": "http://www.kazusa.or.jp/huge/", + "sampleId": "KIAA0001", + "urlPattern": "http://www.kazusa.or.jp/huge/gfpage/{$id}/" } ], - "sampleId": "LCSCCPN" + "sampleId": "KIAA0001" }, { - "created": "2019-06-11T14:16:57.477+0000", + "created": "2019-06-11T14:18:00.081+0000", "deprecated": false, "deprecationDate": null, - "description": "The Protein database is a collection of sequences from several sources, including translations from annotated coding regions in GenBank, RefSeq and TPA, as well as records from SwissProt, PIR, PRF, and PDB.", - "id": 987, - "mirId": "MIR:00000344", - "modified": "2019-06-11T14:16:57.477+0000", - "name": "NCBI Protein", + "description": "An ontology of information entities, originally driven by work by the Ontology of Biomedical Investigation (OBI) digital entity and realizable information entity branch.", + "id": 1673, + "mirId": "MIR:00000603", + "modified": "2019-06-11T14:18:00.081+0000", + "name": "Information Artifact Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^(\\w+\\d+(\\.\\d+)?)|(NP_\\d+)$", - "prefix": "ncbiprotein", + "pattern": "^\\d{7}$", + "prefix": "iao", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCBI Protein at NCBI", - "id": 988, + "description": "IAO through Ontobee", + "id": 1675, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1674, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "University of Pennsylvania", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100439", - "name": "NCBI Protein at NCBI", + "mirId": "MIR:00100804", + "name": "IAO through Ontobee", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein", - "sampleId": "CAA71118.1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ontobee.org/ontology/IAO", + "sampleId": "0000030", + "urlPattern": "http://purl.obolibrary.org/obo/IAO_{$id}" } ], - "sampleId": "CAA71118.1" + "sampleId": "0000030" }, { - "created": "2019-06-11T14:16:57.671+0000", + "created": "2019-06-11T14:15:31.658+0000", "deprecated": false, "deprecationDate": null, - "description": "The GenPept database is a collection of sequences based on translations from annotated coding regions in GenBank.", - "id": 989, - "mirId": "MIR:00000345", - "modified": "2019-06-11T14:16:57.671+0000", - "name": "GenPept", + "description": "The International Classification of Diseases is the international standard diagnostic classification for all general epidemiological and many health management purposes.", + "id": 43, + "mirId": "MIR:00000009", + "modified": "2019-06-11T14:15:31.658+0000", + "name": "ICD", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{3}\\d{5}(\\.\\d+)?$", - "prefix": "genpept", + "pattern": "^[A-Z]\\d+(\\.[-\\d+])?$", + "prefix": "icd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GenPept at NCBI", - "id": 990, + "description": "International Statistical Classification of Diseases and Related Health Problems", + "id": 45, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 44, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "German Institute of Medical Documentation and Information", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100440", - "name": "GenPept at NCBI", + "mirId": "MIR:00100016", + "name": "International Statistical Classification of Diseases and Related Health Problems", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein", - "sampleId": "CAA71118.1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}?report=genpept" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.who.int/classifications/icd/en/", + "sampleId": "C34", + "urlPattern": "http://apps.who.int/classifications/icd10/browse/2010/en#/{$id}" } ], - "sampleId": "CAA71118.1" + "sampleId": "C34" }, { - "created": "2019-06-11T14:16:57.856+0000", + "created": "2021-05-10T19:40:34.200+0000", "deprecated": false, "deprecationDate": null, - "description": "A UniGene entry is a set of transcript sequences that appear to come from the same transcription locus (gene or expressed pseudogene), together with information on protein similarities, gene expression, cDNA clone reagents, and genomic location.", - "id": 991, - "mirId": "MIR:00000346", - "modified": "2019-06-11T14:16:57.856+0000", - "name": "UniGene", + "description": "The Integrated Canine Data Commons is one of several repositories within the NCI Cancer Research Data Commons (CRDC), a cloud-based data science infrastructure that provides secure access to a large, comprehensive, and expanding collection of cancer research data. The ICDC was established to further research on human cancers by enabling comparative analysis with canine cancer.", + "id": 2638, + "mirId": "MIR:00000812", + "modified": "2022-03-31T16:55:06.915+0000", + "name": "Integrated Canine Data Commons", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "unigene", + "pattern": "^\\d{6}$", + "prefix": "icdc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniGene at NCBI", - "id": 993, + "description": "Integrated Canine Data Commons at National Cancer Institute (USA)", + "id": 2639, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/040gcmg81' with Wikidata IDs [Q664846], and ISNI IDs [0000 0004 1936 8075]", + "homeUrl": "https://www.cancer.gov/", + "id": 2637, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "National Cancer Institute", + "rorId": "https://ror.org/040gcmg81" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100441", - "name": "UniGene at NCBI", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/unigene", - "sampleId": "4900", - "urlPattern": "http://www.ncbi.nlm.nih.gov/UniGene/clust.cgi?UGID={$id}" + "mirId": "MIR:00000811", + "name": "Integrated Canine Data Commons", + "official": true, + "providerCode": "icdc", + "resourceHomeUrl": "https://caninecommons.cancer.gov/#/", + "sampleId": "000009", + "urlPattern": "https://caninecommons.cancer.gov/#/study/{$id}" } ], - "sampleId": "4900" + "sampleId": "000009" }, { - "created": "2019-06-11T14:16:58.089+0000", + "created": "2019-06-11T14:17:27.338+0000", "deprecated": false, "deprecationDate": null, - "description": "BitterDB is a database of compounds reported to taste bitter to humans. The compounds can be searched by name, chemical structure, similarity to other bitter compounds, association with a particular human bitter taste receptor, and so on. The database also contains information on mutations in bitter taste receptors that were shown to influence receptor activation by bitter compounds. The aim of BitterDB is to facilitate studying the chemical features associated with bitterness. This collection references receptors.", - "id": 994, - "mirId": "MIR:00000347", - "modified": "2019-06-11T14:16:58.089+0000", - "name": "BitterDB Receptor", + "description": "ICEberg (Integrative and conjugative elements) is a database of integrative and conjugative elements (ICEs) found in bacteria. ICEs are conjugative self-transmissible elements that can integrate into and excise from a host chromosome, and can carry likely virulence determinants, antibiotic-resistant factors and/or genes coding for other beneficial traits. It contains details of ICEs found in representatives bacterial species, and which are organised as families. This collection references ICE elements.", + "id": 1338, + "mirId": "MIR:00000469", + "modified": "2019-06-11T14:17:27.338+0000", + "name": "ICEberg element", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "bitterdb.rec", + "prefix": "iceberg.element", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BitterDB Receptor at The Hebrew University of Jerusalem", - "id": 996, + "description": "ICEberg element at Shanghai Jiaotong University", + "id": 1340, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 995, + "id": 1339, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "CN", + "countryName": "China" }, - "name": "The Robert H Smith Faculty of Agriculture, Food and Environment, The Institute of Biochemistry, Food Science and Nutrition, The Hebrew University of Jerusalem, Rehovot", + "name": "State Key Laboratory of Microbial Metabolism and School of Life Sciences &amp;amp;amp; Biotechnology, Shanghai Jiaotong University, Shanghai", "rorId": null }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100442", - "name": "BitterDB Receptor at The Hebrew University of Jerusalem", + "mirId": "MIR:00100604", + "name": "ICEberg element at Shanghai Jiaotong University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bitterdb.agri.huji.ac.il/dbbitter.php", - "sampleId": "1", - "urlPattern": "http://bitterdb.agri.huji.ac.il/Receptor.php?id={$id}" + "resourceHomeUrl": "http://db-mml.sjtu.edu.cn/ICEberg/", + "sampleId": "100", + "urlPattern": "http://db-mml.sjtu.edu.cn/ICEberg/feature_page.php?ice_id={$id}" } ], - "sampleId": "1" + "sampleId": "100" }, { - "created": "2019-06-11T14:16:58.347+0000", + "created": "2019-06-11T14:17:27.601+0000", "deprecated": false, "deprecationDate": null, - "description": "BitterDB is a database of compounds reported to taste bitter to humans. The compounds can be searched by name, chemical structure, similarity to other bitter compounds, association with a particular human bitter taste receptor, and so on. The database also contains information on mutations in bitter taste receptors that were shown to influence receptor activation by bitter compounds. The aim of BitterDB is to facilitate studying the chemical features associated with bitterness. This collection references compounds.", - "id": 997, - "mirId": "MIR:00000348", - "modified": "2019-06-11T14:16:58.347+0000", - "name": "BitterDB Compound", + "description": "ICEberg (Integrative and conjugative elements) is a database of integrative and conjugative elements (ICEs) found in bacteria. ICEs are conjugative self-transmissible elements that can integrate into and excise from a host chromosome, and can carry likely virulence determinants, antibiotic-resistant factors and/or genes coding for other beneficial traits. It contains details of ICEs found in representatives bacterial species, and which are organised as families. This collection references ICE families.", + "id": 1341, + "mirId": "MIR:00000470", + "modified": "2019-06-11T14:17:27.601+0000", + "name": "ICEberg family", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "bitterdb.cpd", + "prefix": "iceberg.family", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BitterDB Compound at The Hebrew University of Jerusalem", - "id": 998, + "description": "ICEberg family at Shanghai Jiaotong University", + "id": 1343, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 995, + "id": 1342, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "CN", + "countryName": "China" }, - "name": "The Robert H Smith Faculty of Agriculture, Food and Environment, The Institute of Biochemistry, Food Science and Nutrition, The Hebrew University of Jerusalem, Rehovot", + "name": "State Key Laboratory of Microbial Metabolism and School of Life Sciences &amp; Biotechnology, Shanghai Jiaotong University, Shanghai", "rorId": null }, "location": { - "countryCode": "IL", - "countryName": "Israel" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100443", - "name": "BitterDB Compound at The Hebrew University of Jerusalem", + "mirId": "MIR:00100605", + "name": "ICEberg family at Shanghai Jiaotong University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bitterdb.agri.huji.ac.il/dbbitter.php", - "sampleId": "46", - "urlPattern": "http://bitterdb.agri.huji.ac.il/bitterdb/compound.php?id={$id}" + "resourceHomeUrl": "http://db-mml.sjtu.edu.cn/ICEberg/", + "sampleId": "1", + "urlPattern": "http://db-mml.sjtu.edu.cn/ICEberg/browse_result.php?type=fam&fam_id={$id}" } ], - "sampleId": "46" + "sampleId": "1" }, { - "created": "2019-06-11T14:16:58.543+0000", + "created": "2019-06-11T14:17:11.651+0000", "deprecated": false, "deprecationDate": null, - "description": "BioProject provides an organizational framework to access metadata about research projects and the data from the projects that are deposited into different databases. It provides information about a project’s scope, material, objectives, funding source and general relevance categories.", - "id": 999, - "mirId": "MIR:00000349", - "modified": "2019-06-11T14:16:58.543+0000", - "name": "BioProject", + "description": "IDEAL provides a collection of knowledge on experimentally verified intrinsically disordered proteins. It contains manual annotations by curators on intrinsically disordered regions, interaction regions to other molecules, post-translational modification sites, references and structural domain assignments.", + "id": 1155, + "mirId": "MIR:00000398", + "modified": "2019-06-11T14:17:11.651+0000", + "name": "IDEAL", "namespaceEmbeddedInLui": false, - "pattern": "^PRJ[DEN][A-Z]\\d+$", - "prefix": "bioproject", + "pattern": "^IID\\d+$", + "prefix": "ideal", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioProject at DNA Data Bank of Japan", - "id": 1001, + "description": "IDEAL at Nagoya University", + "id": 1157, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1000, + "description": "Nagoya University has a 144-year history, dating from when the Temporary Medical School/Public Hospital -- the forerunner of today's Nagoya University -- was established in 1871. The University became the last Imperial University of Japan in 1939, and the educational reforms in 1949 led to the beginning of Nagoya University under the new education system. From that time to this day, the University has been pursuing steady development.", + "homeUrl": "http://en.nagoya-u.ac.jp/", + "id": 1156, "location": { "countryCode": "JP", "countryName": "Japan" }, - "name": "DNA Data Bank of Japan, Shizuoka", - "rorId": null + "name": "Nagoya University", + "rorId": "https://ror.org/04chrp450" }, "location": { "countryCode": "JP", "countryName": "Japan" }, - "mirId": "MIR:00100444", - "name": "BioProject at DNA Data Bank of Japan", + "mirId": "MIR:00100518", + "name": "IDEAL at Nagoya University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/bioproject/", - "sampleId": "PRJDB3", - "urlPattern": "http://trace.ddbj.nig.ac.jp/BPSearch/bioproject?acc={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "BioProject at NCBI", - "id": 1002, - "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100445", - "name": "BioProject at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/bioproject", - "sampleId": "PRJDB3", - "urlPattern": "https://www.ncbi.nlm.nih.gov/bioproject?term={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "BioProject at European Nucleotide Archive (ENA)", - "id": 1003, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100446", - "name": "BioProject at European Nucleotide Archive (ENA)", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", - "sampleId": "PRJDB3", - "urlPattern": "https://www.ebi.ac.uk/ena/browser/view/{$id}" + "resourceHomeUrl": "http://www.ideal.force.cs.is.nagoya-u.ac.jp/IDEAL/", + "sampleId": "IID00001", + "urlPattern": "http://idp1.force.cs.is.nagoya-u.ac.jp/IDEAL/ideal.php?id={$id}" } ], - "sampleId": "PRJDB3" + "sampleId": "IID00001" }, { - "created": "2019-06-11T14:16:59.017+0000", + "created": "2021-09-05T17:52:59.264+0000", "deprecated": false, "deprecationDate": null, - "description": "The BioSample Database stores information about biological samples used in molecular experiments, such as sequencing, gene expression or proteomics. It includes reference samples, such as cell lines, which are repeatedly used in experiments. Accession numbers for the reference samples will be exchanged with a similar database at NCBI, and DDBJ (Japan). Record access may be affected due to different release cycles and inter-institutional synchronisation.", - "id": 1004, - "mirId": "MIR:00000350", - "modified": "2019-06-11T14:16:59.017+0000", - "name": "BioSample", + "description": "Identifiers.org is an established resolving system that enables the referencing of data for the scientific community, with a current focus on the Life Sciences domain.", + "id": 2844, + "mirId": "MIR:00000859", + "modified": "2021-09-05T17:52:59.264+0000", + "name": "Identifiers.org namespace", "namespaceEmbeddedInLui": false, - "pattern": "^SAM[NED](\\w)?\\d+$", - "prefix": "biosample", + "pattern": "^[a-z_\\.]+$", + "prefix": "identifiers.namespace", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioSamples Database at EBI", - "id": 1005, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "id": 2845, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -17360,575 +17820,503 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100447", - "name": "BioSamples Database at EBI", + "mirId": "MIR:00000858", + "name": "European Bioinformatics Institute", "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/biosamples/", - "sampleId": "SAMEA2397676", - "urlPattern": "https://www.ebi.ac.uk/biosamples/sample/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "BioSample at NCBI", - "id": 1006, - "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100706", - "name": "BioSample at NCBI", - "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/biosample", - "sampleId": "SAMN00000002", - "urlPattern": "http://www.ncbi.nlm.nih.gov/biosample?term={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "BioSample at DNA Data Bank of Japan", - "id": 1008, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1007, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "name": "Institution DNA Data Bank of Japan, Shizuoka", - "rorId": null - }, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "mirId": "MIR:00100707", - "name": "BioSample at DNA Data Bank of Japan", - "official": false, - "providerCode": "ddbj", - "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/biosample/", - "sampleId": "SAMD00005257", - "urlPattern": "http://trace.ddbj.nig.ac.jp/BSSearch/biosample?acc={$id}" - } - ], - "sampleId": "SAMEA2397676" - }, - { - "created": "2019-06-11T14:16:59.494+0000", - "deprecated": false, - "deprecationDate": null, - "description": "PiroplasmaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", - "id": 1009, - "mirId": "MIR:00000351", - "modified": "2019-06-11T14:16:59.494+0000", - "name": "PiroplasmaDB", - "namespaceEmbeddedInLui": false, - "pattern": "^TA\\d+$", - "prefix": "piroplasma", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "PiroplasmaBD at EuPathDB", - "id": 1011, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1010, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "Center for Tropical & Emerging Global Diseases, University of Georgia, Georgia", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100448", - "name": "PiroplasmaBD at EuPathDB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://piroplasmadb.org/", - "sampleId": "TA14985", - "urlPattern": "http://piroplasmadb.org/piro/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk", + "sampleId": "pubmed", + "urlPattern": "https://registry.identifiers.org/registry/{$id}" } ], - "sampleId": "TA14985" + "sampleId": "pubmed" }, { - "created": "2019-06-11T14:16:59.723+0000", + "created": "2019-06-11T14:18:18.372+0000", "deprecated": false, "deprecationDate": null, - "description": "UNITE is a fungal rDNA internal transcribed spacer (ITS) sequence database. It focuses on high-quality ITS sequences generated from fruiting bodies collected and identified by experts and deposited in public herbaria. Entries may be supplemented with metadata on describing locality, habitat, soil, climate, and interacting taxa.", - "id": 1012, - "mirId": "MIR:00000352", - "modified": "2019-06-11T14:16:59.723+0000", - "name": "Unite", + "description": "Infectious Disease Ontology holds entities relevant to both biomedical and clinical aspects of most infectious diseases.", + "id": 1876, + "mirId": "MIR:00000677", + "modified": "2019-06-11T14:18:18.372+0000", + "name": "Infectious Disease Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^UDB\\d{6}$", - "prefix": "unite", + "pattern": "^[0-9]+$", + "prefix": "ido", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Unite at University of Tartu", - "id": 1014, + "description": "IDO through OLS", + "id": 1877, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1013, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "EE", - "countryName": "Estonia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Institute of Botany, University of Tartu, Tartu", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "EE", - "countryName": "Estonia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100449", - "name": "Unite at University of Tartu", + "mirId": "MIR:00100907", + "name": "IDO through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://unite.ut.ee/", - "sampleId": "UDB000691", - "urlPattern": "http://unite.ut.ee/bl_forw.php?nimi={$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ido", + "sampleId": "0000504", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ido/terms?obo_id=IDO:{$id}" } ], - "sampleId": "UDB000691" + "sampleId": "0000504" }, { - "created": "2019-06-11T14:16:59.945+0000", + "created": "2019-06-11T14:18:19.905+0000", "deprecated": false, "deprecationDate": null, - "description": "NCI Metathesaurus (NCIm) is a wide-ranging biomedical terminology database that covers most terminologies used by NCI for clinical care, translational and basic research, and public information and administrative activities. It integrates terms and definitions from different terminologies, including NCI Thesaurus, however the representation is not identical.", - "id": 1015, - "mirId": "MIR:00000353", - "modified": "2019-06-11T14:16:59.945+0000", - "name": "NCIm", + "description": "Identifiers.org Ontology", + "id": 1893, + "mirId": "MIR:00000683", + "modified": "2019-06-11T14:18:19.905+0000", + "name": "Identifiers.org Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d+$", - "prefix": "ncim", + "pattern": "^[0-9a-zA-Z]+$", + "prefix": "idoo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NCIm at National Cancer Institue", - "id": 1016, + "description": "Identifiers.org Ontology", + "id": 1894, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 442, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Cancer Institute, Center for Bioinformatics, Maryland", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100450", - "name": "NCIm at National Cancer Institue", - "official": false, + "mirId": "MIR:00100914", + "name": "Identifiers.org Ontology", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ncim.nci.nih.gov/", - "sampleId": "C0026339", - "urlPattern": "http://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code={$id}" + "resourceHomeUrl": "http://registry.api.hq.identifiers.org/semanticApi/getRegistryOntology", + "sampleId": "DataCollection", + "urlPattern": "http://registry.api.hq.identifiers.org/semanticApi/getRegistryOntology#{$id}" } ], - "sampleId": "C0026339" + "sampleId": "DataCollection" }, { - "created": "2019-06-11T14:17:00.162+0000", + "created": "2019-06-11T14:17:39.487+0000", "deprecated": false, "deprecationDate": null, - "description": "ProGlycProt (Prokaryotic Glycoprotein) is a repository of bacterial and archaeal glycoproteins with at least one experimentally validated glycosite (glycosylated residue). Each entry in the database is fully cross-referenced and enriched with available published information about source organism, coding gene, protein, glycosites, glycosylation type, attached glycan, associated oligosaccharyl/glycosyl transferases (OSTs/GTs), supporting references, and applicable additional information.", - "id": 1017, - "mirId": "MIR:00000354", - "modified": "2019-06-11T14:17:00.162+0000", - "name": "ProGlycProt", + "description": "Identifiers.org Terms (idot) is an RDF vocabulary providing useful terms for describing datasets.", + "id": 1466, + "mirId": "MIR:00000519", + "modified": "2019-06-11T14:17:39.487+0000", + "name": "Identifiers.org Terms", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]C\\d{1,3}$", - "prefix": "proglyc", + "pattern": "^[A-Za-z]+$", + "prefix": "idot", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProGlycProt at IMT", - "id": 1019, + "description": "IdoT via biomodels.net", + "id": 1467, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1018, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100451", - "name": "ProGlycProt at IMT", + "mirId": "MIR:00100670", + "name": "IdoT via biomodels.net", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.proglycprot.org/", - "sampleId": "AC119", - "urlPattern": "http://www.proglycprot.org/detail.aspx?ProId={$id}" + "resourceHomeUrl": "https://identifiers.org/", + "sampleId": "identifierPattern", + "urlPattern": "https://biomodels.net/vocab/idot.rdf#{$id}" } ], - "sampleId": "AC119" + "sampleId": "identifierPattern" }, { - "created": "2019-06-11T14:17:00.403+0000", + "created": "2020-03-02T17:27:03.688+0000", "deprecated": false, "deprecationDate": null, - "description": "Polbase is a database of DNA polymerases providing information on polymerase protein sequence, target DNA sequence, enzyme structure, sequence mutations and details on polymerase activity.", - "id": 1020, - "mirId": "MIR:00000355", - "modified": "2019-06-11T14:17:00.403+0000", - "name": "PolBase", + "description": "Image Data Resource (IDR) is an online, public data repository that seeks to store, integrate and serve image datasets from published scientific studies. We have collected and are continuing to receive existing and newly created “reference image\" datasets that are valuable resources for a broad community of users, either because they will be frequently accessed and cited or because they can serve as a basis for re-analysis and the development of new computational tools.", + "id": 2108, + "mirId": "MIR:00000743", + "modified": "2020-03-02T17:27:03.688+0000", + "name": "Image Data Resource", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z-0-9]+$", - "prefix": "polbase", + "pattern": "^[0-9]{4}$", + "prefix": "idr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PolBase at New England BioLabs", - "id": 1021, + "description": "OME is a consortium of universities, research labs, industry and developers producing open-source software and format standards for microscopy data.", + "id": 2109, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 682, + "description": "The University of Dundee is a public research university in Dundee, Scotland. Founded in 1881 the institution was, for most of its early existence, a constituent college of the University of St Andrews alongside United College and St Mary's College located in the town of St Andrews itself. Following significant expansion, the University of Dundee gained independent university status in 1967 while retaining much of its ancient heritage and governance structure.", + "homeUrl": "https://www.dundee.ac.uk/", + "id": 2107, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "New England Biolabs, Ipswich, Massachusetts", + "name": "University of Dundee", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100452", - "name": "PolBase at New England BioLabs", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://polbase.neb.com/", - "sampleId": "19-T4", - "urlPattern": "https://polbase.neb.com/polymerases/{$id}#sequences" + "mirId": "MIR:00000705", + "name": "Open Microscopy Environment", + "official": true, + "providerCode": "ome", + "resourceHomeUrl": "https://idr.openmicroscopy.org", + "sampleId": "0001", + "urlPattern": "https://idr.openmicroscopy.org/search/?query=Name:idr{$id}" } ], - "sampleId": "19-T4" + "sampleId": "0001" }, { - "created": "2019-06-11T14:17:00.593+0000", + "created": "2021-09-05T17:58:19.858+0000", "deprecated": false, "deprecationDate": null, - "description": "NucleaRDB is an information system that stores heterogenous data on Nuclear Hormone Receptors (NHRs). It contains data on sequences, ligand binding constants and mutations for NHRs.", - "id": 1022, - "mirId": "MIR:00000356", - "modified": "2019-06-11T14:17:00.593+0000", - "name": "NucleaRDB", + "description": "The Immune Epitope Database (IEDB) is a freely available resource funded by NIAID. It catalogs experimental data on antibody and T cell epitopes studied in humans, non-human primates, and other animal species in the context of infectious disease, allergy, autoimmunity and transplantation. The IEDB also hosts tools to assist in the prediction and analysis of epitopes.", + "id": 2857, + "mirId": "MIR:00000865", + "modified": "2021-09-05T17:58:19.858+0000", + "name": "Immune Epitope Database (IEDB)", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+\\_\\w+$", - "prefix": "nuclearbd", + "pattern": "^[0-9]+$", + "prefix": "iedb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NucleaRDB at Radboud University Nijmegen Medical Centre", - "id": 1024, + "description": "La Jolla Institute for Immunology is a non-profit\nresearch organization located in La Jolla, California. The Institute\nresearches immunology and immune system diseases. The institute was\nfounded in 1988. La Jolla Institute for Immunology is a collaborative\nresearch organization that has forged many partnerships within the\nresearch community in San Diego, across the United States, and abroad.", + "id": 2858, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1023, + "description": "La Jolla Institute for Immunology is a non-profit\nresearch organization located in La Jolla, California. The Institute\nresearches immunology and immune system diseases. The institute was\nfounded in 1988. La Jolla Institute for Immunology is a collaborative\nresearch organization that has forged many partnerships within the\nresearch community in San Diego, across the United States, and abroad.", + "homeUrl": "https://www.lji.org/", + "id": 2856, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "name": "CMBI, Radboud University Nijmegen Medical Centre, Dreijenplein, Wageningen", + "name": "La Jolla Institute for Immunology", "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100453", - "name": "NucleaRDB at Radboud University Nijmegen Medical Centre", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.receptors.org/nucleardb/", - "sampleId": "prgr_human", - "urlPattern": "http://www.receptors.org/nucleardb/proteins/{$id}" + "mirId": "MIR:00000864", + "name": "La Jolla Institute for Immunology", + "official": true, + "providerCode": "lji", + "resourceHomeUrl": "https://www.lji.org/", + "sampleId": "1038233", + "urlPattern": "https://www.iedb.org/reference/{$id}" } ], - "sampleId": "prgr_human" + "sampleId": "1038233" }, { - "created": "2019-06-11T14:17:00.815+0000", + "created": "2021-03-15T19:52:42.073+0000", "deprecated": false, "deprecationDate": null, - "description": "SUPERFAMILY provides structural, functional and evolutionary information for proteins from all completely sequenced genomes, and large sequence collections such as UniProt.", - "id": 1025, - "mirId": "MIR:00000357", - "modified": "2019-06-11T14:17:00.815+0000", - "name": "SUPFAM", + "description": "IGSN is a globally unique and persistent identifier for material samples and specimens. IGSNs are obtained from IGSN e.V. Agents.", + "id": 2594, + "mirId": "MIR:00000806", + "modified": "2021-03-15T19:52:42.073+0000", + "name": "International Geo Sample Number", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "supfam", + "pattern": "^[A-Za-z]{2,4}[A-Za-z0-9.-]{1,71}$", + "prefix": "igsn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SUPFAM at MRC and University of Bristol", - "id": 1027, + "description": "SESAR is a community platform that operates a sample registry for researchers, institutions, and sample facilities to openly share information about their samples. SESAR provides tools to upload sample metadata and register samples with IGSN as a globally unique identifier to make them Findable, Accessible, Interoperable, and Reusable (FAIR). SESAR’s services include providing access to the sample metadata catalog via the SESAR Catalog Search tool, maintaining sample metadata profiles, and distributing IGSN.\n \nSESAR is a project funded by the US National Science Foundation.", + "id": 2595, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1026, + "description": "The IGSN e.V. is the implementation organization of the IGSN. It is an international, non-profit organization which operates a central registration system for IGSN. IGSN are globally unique and persistent identifiers for material samples. IGSN resolve to persistent landing pages, which are managed by the federated IGSN Agents.", + "homeUrl": "https://www.igsn.org/", + "id": 2593, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "MRC Laboratory of Molecular Biology, Cambridge", + "name": "IGSN Implementation Organization e.V., Potsdam, Germany", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100454", - "name": "SUPFAM at MRC and University of Bristol", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://supfam.org/SUPERFAMILY/", - "sampleId": "SSF57615", - "urlPattern": "http://supfam.org/SUPERFAMILY/cgi-bin/scop.cgi?ipid={$id}" + "mirId": "MIR:00000805", + "name": "SESAR, the System for Earth Sample Registration", + "official": true, + "providerCode": "Not Applicable", + "resourceHomeUrl": "http://www.geosamples.org/", + "sampleId": "AU124", + "urlPattern": "http://igsn.org/{$id}" } ], - "sampleId": "SSF57615" + "sampleId": "AU124" }, { - "created": "2019-06-11T14:17:01.041+0000", + "created": "2021-05-22T16:59:04.850+0000", "deprecated": false, "deprecationDate": null, - "description": "The objective of this project is to provide high quality annotation for the rice genome Oryza sativa spp japonica cv Nipponbare. All genes are annotated with functional annotation including expression data, gene ontologies, and tagged lines.", - "id": 1028, - "mirId": "MIR:00000358", - "modified": "2019-06-11T14:17:01.041+0000", - "name": "Rice Genome Annotation Project", + "description": "InterLex is a dynamic lexicon, initially built on the foundation of NeuroLex (PMID: 24009581), of biomedical terms and common data elements designed to help improve the way that biomedical scientists communicate about their data, so that information systems can find data more easily and provide more powerful means of integrating data across distributed resources and datasets. InterLex allows for the association of data fields and data values to common data elements and terminologies enabling the crowdsourcing of data-terminology mappings within and across communities. InterLex provides a stable layer on top of the many other existing terminologies, lexicons, ontologies, and common data element collections and provides a set of inter-lexical and inter-data-lexical mappings. ", + "id": 2647, + "mirId": "MIR:00000814", + "modified": "2021-05-22T16:59:04.850+0000", + "name": "InterLex", "namespaceEmbeddedInLui": false, - "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}$", - "prefix": "ricegap", + "pattern": "^[0-9]+$", + "prefix": "ilx", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rice Genome Annotation Project at TIGR", - "id": 1029, + "description": "The FAIR Data Informatics Lab at UCSD is a leader in developing and providing novel informatics infrastructure and tools for making data FAIR: Findable, Accessible, Interoperable and Reusable. ", + "id": 2648, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 909, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Institute for Genomic Research, Rockville, Maryland", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100455", - "name": "Rice Genome Annotation Project at TIGR", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rice.plantbiology.msu.edu/annotation_pseudo_current.shtml", - "sampleId": "LOC_Os02g13300", - "urlPattern": "http://rice.plantbiology.msu.edu/cgi-bin/ORF_infopage.cgi?&orf={$id}" + "mirId": "MIR:00000813", + "name": "FAIR Data Informatics Laboratory", + "official": true, + "providerCode": "ilx", + "resourceHomeUrl": "https://www.fdilab.org", + "sampleId": "0101963", + "urlPattern": "https://scicrunch.org/scicrunch/interlex/view/ilx_{$id}" } ], - "sampleId": "LOC_Os02g13300" + "sampleId": "0101963" }, { - "created": "2019-06-11T14:17:01.276+0000", + "created": "2019-06-11T14:16:05.272+0000", "deprecated": false, "deprecationDate": null, - "description": "Protein Interaction Network Analysis (PINA) platform is an integrated platform for protein interaction network construction, filtering, analysis, visualization and management. It integrates protein-protein interaction data from six public curated databases and builds a complete, non-redundant protein interaction dataset for six model organisms.", - "id": 1030, - "mirId": "MIR:00000359", - "modified": "2019-06-11T14:17:01.276+0000", - "name": "PINA", + "description": "The International Molecular Exchange (IMEx) is a consortium of molecular interaction databases which collaborate to share manual curation efforts and provide accessibility to multiple information sources.", + "id": 386, + "mirId": "MIR:00000122", + "modified": "2019-06-11T14:16:05.272+0000", + "name": "IMEx", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", - "prefix": "pina", + "pattern": "^IM-\\d+(-?)(\\d+?)$", + "prefix": "imex", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein Interaction Network Analysis (PINA) at Garvan Institute", - "id": 1032, + "description": "IMEx Consortium running at EBI", + "id": 387, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1031, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Garvan Institute of Medical Research, Sydney", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100456", - "name": "Protein Interaction Network Analysis (PINA) at Garvan Institute", + "mirId": "MIR:00100155", + "name": "IMEx Consortium running at EBI", + "official": false, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.imexconsortium.org/", + "sampleId": "IM-19210-3", + "urlPattern": "https://www.ebi.ac.uk/intact/imex/main.xhtml?query={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "IMEx Consortium though Intact", + "id": 388, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100663", + "name": "IMEx Consortium though Intact", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cbg.garvan.unsw.edu.au/pina/", - "sampleId": "Q13485", - "urlPattern": "http://cbg.garvan.unsw.edu.au/pina/interactome.oneP.do?ac={$id}&showExtend=null" + "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", + "sampleId": "IM-19210-3", + "urlPattern": "https://imexcentral.org/icentral/imex/rec/{$id}" } ], - "sampleId": "Q13485" + "sampleId": "IM-19210-3" }, { - "created": "2019-06-11T14:17:01.500+0000", + "created": "2019-06-11T14:16:19.420+0000", "deprecated": false, "deprecationDate": null, - "description": "The UniProt Tissue List is a controlled vocabulary of terms used to annotate biological tissues. It also contains cross-references to other ontologies where tissue types are specified.", - "id": 1033, - "mirId": "MIR:00000360", - "modified": "2019-06-11T14:17:01.500+0000", - "name": "Tissue List", + "description": "The integrated microbial genomes (IMG) system is a data management, analysis and annotation platform for all publicly available genomes. IMG contains both draft and complete JGI (DoE Joint Genome Institute) microbial genomes integrated with all other publicly available genomes from all three domains of life, together with a large number of plasmids and viruses. This datatype refers to gene information.", + "id": 541, + "mirId": "MIR:00000176", + "modified": "2019-06-11T14:16:19.420+0000", + "name": "Integrated Microbial Genomes Gene", "namespaceEmbeddedInLui": false, - "pattern": "^TS-\\d{4}$", - "prefix": "tissuelist", + "pattern": "^\\d+$", + "prefix": "img.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Tissue List at Swiss Institute of Bioinformatics", - "id": 1035, + "description": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", + "id": 542, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 539, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "Lawrence Berkeley National Laboratory, Berkeley", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100457", - "name": "Tissue List at Swiss Institute of Bioinformatics", + "mirId": "MIR:00100222", + "name": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", "official": false, - "providerCode": "sib", - "resourceHomeUrl": "https://www.uniprot.org/docs/tisslist.txt", - "sampleId": "TS-0285", - "urlPattern": "https://www.uniprot.org/tissues/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://img.jgi.doe.gov/", + "sampleId": "638309541", + "urlPattern": "http://img.jgi.doe.gov/cgi-bin/w/main.cgi?section=GeneDetail&gene_oid={$id}" } ], - "sampleId": "TS-0285" + "sampleId": "638309541" }, { - "created": "2019-06-11T14:17:01.735+0000", + "created": "2019-06-11T14:16:19.173+0000", "deprecated": false, "deprecationDate": null, - "description": "BacMap is an electronic, interactive atlas of fully sequenced bacterial genomes. It contains labeled, zoomable and searchable chromosome maps for sequenced prokaryotic (archaebacterial and eubacterial) species. Each map can be zoomed to the level of individual genes and each gene is hyperlinked to a richly annotated gene card. All bacterial genome maps are supplemented with separate prophage genome maps as well as separate tRNA and rRNA maps. Each bacterial chromosome entry in BacMap contains graphs and tables on a variety of gene and protein statistics. Likewise, every bacterial species entry contains a bacterial 'biography' card, with taxonomic details, phenotypic details, textual descriptions and images. This collection references 'biography' information.", - "id": 1036, - "mirId": "MIR:00000361", - "modified": "2019-06-11T14:17:01.735+0000", - "name": "BacMap Biography", + "description": "The integrated microbial genomes (IMG) system is a data management, analysis and annotation platform for all publicly available genomes. IMG contains both draft and complete JGI (DoE Joint Genome Institute) microbial genomes integrated with all other publicly available genomes from all three domains of life, together with a large number of plasmids and viruses. This datatype refers to taxon information.", + "id": 538, + "mirId": "MIR:00000175", + "modified": "2019-06-11T14:16:19.173+0000", + "name": "Integrated Microbial Genomes Taxon", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "bacmap.biog", + "prefix": "img.taxon", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BacMap Biography at University of Alberta", - "id": 1038, + "description": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", + "id": 540, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1037, + "id": 539, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", + "name": "Lawrence Berkeley National Laboratory, Berkeley", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100459", - "name": "BacMap Biography at University of Alberta", + "mirId": "MIR:00100221", + "name": "Integrated Microbial Genomes Taxon at Lawrence Berkeley National Laboratory", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bacmap.wishartlab.com/", - "sampleId": "1050", - "urlPattern": "http://bacmap.wishartlab.com/organisms/{$id}" + "resourceHomeUrl": "http://img.jgi.doe.gov/", + "sampleId": "648028003", + "urlPattern": "http://img.jgi.doe.gov/cgi-bin/w/main.cgi?section=TaxonDetail&taxon_oid={$id}" } ], - "sampleId": "1050" + "sampleId": "648028003" }, { - "created": "2019-06-11T14:17:01.955+0000", + "created": "2019-06-11T14:16:54.535+0000", "deprecated": false, "deprecationDate": null, - "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. This collection refers to records using the HGNC symbol.", - "id": 1039, - "mirId": "MIR:00000362", - "modified": "2019-06-11T14:17:01.955+0000", - "name": "HGNC Symbol", + "description": "IMGT, the international ImMunoGeneTics project, is a collection of high-quality integrated databases specialising in Immunoglobulins, T cell receptors and the Major Histocompatibility Complex (MHC) of all vertebrate species. IMGT/HLA is a database for sequences of the human MHC, referred to as HLA. It includes all the official sequences for the WHO Nomenclature Committee For Factors of the HLA System. This collection references allele information through the WHO nomenclature.", + "id": 950, + "mirId": "MIR:00000331", + "modified": "2019-06-11T14:16:54.535+0000", + "name": "IMGT HLA", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z-0-9_]+(\\@)?$", - "prefix": "hgnc.symbol", + "pattern": "^[A-Z0-9*:]+$", + "prefix": "imgt.hla", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HGNC Symbol at HUGO Genome Nomenclature Committee", - "id": 1040, + "description": "IMGT HLA at EBI", + "id": 951, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -17944,531 +18332,491 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100460", - "name": "HGNC Symbol at HUGO Genome Nomenclature Committee", + "mirId": "MIR:00100425", + "name": "IMGT HLA at EBI", "official": false, "providerCode": "ebi", - "resourceHomeUrl": "https://www.genenames.org/", - "sampleId": "DAPK1", - "urlPattern": "https://www.genenames.org/cgi-bin/gene_symbol_report?match={$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/imgt/hla/allele.html", + "sampleId": "A*01:01:01:01", + "urlPattern": "https://www.ebi.ac.uk/cgi-bin/imgt/hla/get_allele.cgi?{$id}" } ], - "sampleId": "DAPK1" + "sampleId": "A*01:01:01:01" }, { - "created": "2019-06-11T14:17:02.153+0000", + "created": "2019-06-11T14:16:45.469+0000", "deprecated": false, "deprecationDate": null, - "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. The PANTHER Pathway collection references pathway information, primarily for signaling pathways, each with subfamilies and protein sequences mapped to individual pathway components.", - "id": 1041, - "mirId": "MIR:00000363", - "modified": "2019-06-11T14:17:02.153+0000", - "name": "PANTHER Pathway", + "description": "IMGT, the international ImMunoGeneTics project, is a collection of high-quality integrated databases specialising in Immunoglobulins, T cell receptors and the Major Histocompatibility Complex (MHC) of all vertebrate species. IMGT/LIGM is a comprehensive database of fully annotated sequences of Immunoglobulins and T cell receptors from human and other vertebrates.", + "id": 842, + "mirId": "MIR:00000287", + "modified": "2019-06-11T14:16:45.469+0000", + "name": "IMGT LIGM", "namespaceEmbeddedInLui": false, - "pattern": "^P\\d{5}$", - "prefix": "panther.pathway", + "pattern": "^M\\d+$", + "prefix": "imgt.ligm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PANTHER Pathway at USC (Los Angeles)", - "id": 1042, + "description": "IMGT LIGM through DKFZ (SRS)", + "id": 844, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 94, + "id": 843, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Keck School of Medicine, University of Southern California", + "name": "DKFZ TP3, Heidelberg", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100461", - "name": "PANTHER Pathway at USC (Los Angeles)", + "mirId": "MIR:00100369", + "name": "IMGT LIGM through DKFZ (SRS)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pantherdb.org/", - "sampleId": "P00024", - "urlPattern": "http://www.pantherdb.org/pathway/pathwayDiagram.jsp?catAccession={$id}" - } - ], - "sampleId": "P00024" - }, - { - "created": "2019-06-11T14:17:02.358+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The web-based FAIRSharing catalogues aim to centralize bioscience data policies, reporting standards and links to other related portals. This collection references bioinformatics data exchange standards, which includes 'Reporting Guidelines', Format Specifications and Terminologies.", - "id": 1043, - "mirId": "MIR:00000364", - "modified": "2019-06-11T14:17:02.358+0000", - "name": "FAIRsharing", - "namespaceEmbeddedInLui": false, - "pattern": "^bsg-[dscp]?\\d{6}$", - "prefix": "fairsharing", - "resources": [ + "resourceHomeUrl": "http://genius.embnet.dkfz-heidelberg.de/", + "sampleId": "M94112", + "urlPattern": "http://genius.embnet.dkfz-heidelberg.de/menu/cgi-bin/srs7.1.3.1/wgetz?-id+4ktAl1fNMTA+-e+[IMGT:'{$id}']" + }, { "deprecated": false, "deprecationDate": null, - "description": "FAIRSharing at University of Oxford", - "id": 1045, + "description": "IMGT LIGM at CNRS", + "id": 846, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1044, + "id": 845, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "Oxford e-Research Centre, University of Oxford, Oxford", + "name": "CNRS, Montpellier University, Montpellier", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100463", - "name": "FAIRSharing at University of Oxford", + "mirId": "MIR:00100428", + "name": "IMGT LIGM at CNRS", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://fairsharing.org/", - "sampleId": "bsg-000052", - "urlPattern": "https://fairsharing.org/{$id}" + "resourceHomeUrl": "http://www.imgt.org/", + "sampleId": "M94112", + "urlPattern": "http://www.imgt.org/ligmdb/view?id={$id}" } ], - "sampleId": "bsg-000052" + "sampleId": "M94112" }, { - "created": "2019-06-11T14:17:02.591+0000", + "created": "2019-06-11T14:17:07.236+0000", "deprecated": false, "deprecationDate": null, - "description": "FungiDB is a genomic resource for fungal genomes. It contains contains genome sequence and annotation from several fungal classes, including the Ascomycota classes, Eurotiomycetes, Sordariomycetes, Saccharomycetes and the Basidiomycota orders, Pucciniomycetes and Tremellomycetes, and the basal 'Zygomycete' lineage Mucormycotina.", - "id": 1046, - "mirId": "MIR:00000365", - "modified": "2019-06-11T14:17:02.591+0000", - "name": "FungiDB", + "description": "The IUPAC International Chemical Identifier (InChI) is a non-proprietary identifier for chemical substances that can be used in printed and electronic data sources. It is derived solely from a structural representation of that substance, such that a single compound always yields the same identifier.", + "id": 1103, + "mirId": "MIR:00000383", + "modified": "2019-06-11T14:17:07.236+0000", + "name": "InChI", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z_0-9]+$", - "prefix": "fungidb", + "pattern": "^InChI\\=1S?\\/[A-Za-z0-9\\.]+(\\+[0-9]+)?(\\/[cnpqbtmsih][A-Za-z0-9\\-\\+\\(\\)\\,\\/\\?\\;\\.]+)*$", + "prefix": "inchi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FungiDB at University of California", - "id": 1048, + "description": "InChI through Chemspider", + "id": 1106, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1047, + "id": 439, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Plant Pathology & Microbiology, University of California, Riverside, California", + "name": "Royal Society of Chemistry, Cambridge", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100464", - "name": "FungiDB at University of California", + "mirId": "MIR:00100492", + "name": "InChI through Chemspider", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://fungidb.org/fungidb", - "sampleId": "CNBG_0001", - "urlPattern": "https://fungidb.org/fungidb/app/record/gene/{$id}" - } - ], - "sampleId": "CNBG_0001" - }, - { - "created": "2019-06-11T14:18:08.473+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Neurovault is an online repository for statistical maps, parcellations and atlases of the brain. This collection references individual images.", - "id": 1771, - "mirId": "MIR:00000638", - "modified": "2019-06-11T14:18:08.473+0000", - "name": "NeuroVault Image", - "namespaceEmbeddedInLui": false, - "pattern": "^[1-9][0-9]*$", - "prefix": "neurovault.image", - "resources": [ + "resourceHomeUrl": "http://www.chemspider.com/", + "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", + "urlPattern": "http://www.chemspider.com/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "NeuroVault", - "id": 1772, + "description": "InChI through NIST", + "id": 1108, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 98, + "id": 1107, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Stanford University", + "name": "National Institute of Standards and Technology, Gaithersburg, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100843", - "name": "NeuroVault", + "mirId": "MIR:00100493", + "name": "InChI through NIST", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://neurovault.org", - "sampleId": "58788", - "urlPattern": "https://neurovault.org/images/{$id}" - } - ], - "sampleId": "58788" - }, - { - "created": "2019-06-11T14:17:02.814+0000", - "deprecated": false, - "deprecationDate": null, - "description": "DARC (Database of Aligned Ribosomal Complexes) stores available cryo-EM (electron microscopy) data and atomic coordinates of ribosomal particles from the PDB, which are aligned within a common coordinate system. The aligned coordinate system simplifies direct visualization of conformational changes in the ribosome, such as subunit rotation and head-swiveling, as well as direct comparison of bound ligands, such as antibiotics or translation factors.", - "id": 1049, - "mirId": "MIR:00000366", - "modified": "2019-06-11T14:17:02.814+0000", - "name": "DARC", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "darc", - "resources": [ + "resourceHomeUrl": "http://webbook.nist.gov/chemistry", + "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", + "urlPattern": "http://webbook.nist.gov/cgi/cbook.cgi?{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "DARC at University of Munich", - "id": 1051, + "description": "InChI through ChEBI", + "id": 1109, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1050, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Gene Center and Department for Biochemistry and Center for integrated Protein Science Munich, University of Munich, Munich", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100465", - "name": "DARC at University of Munich", + "mirId": "MIR:00100494", + "name": "InChI through ChEBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://darcsite.genzentrum.lmu.de/darc/index.php", - "sampleId": "1250", - "urlPattern": "http://darcsite.genzentrum.lmu.de/darc/view.php?id={$id}" - } - ], - "sampleId": "1250" - }, - { - "created": "2019-06-11T14:17:03.033+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The DRSC (Drosophila RNAi Screening Cente) tracks both production of reagents for RNA interference (RNAi) screening in Drosophila cells and RNAi screen results. It maintains a list of Drosophila gene names, identifiers, symbols and synonyms and provides information for cell-based or in vivo RNAi reagents, other types of reagents, screen results, etc. corresponding for a given gene.", - "id": 1052, - "mirId": "MIR:00000367", - "modified": "2019-06-11T14:17:03.033+0000", - "name": "DRSC", - "namespaceEmbeddedInLui": false, - "pattern": "^DRSC\\d+$", - "prefix": "drsc", - "resources": [ + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/chebi/", + "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", + "urlPattern": "https://www.ebi.ac.uk/chebi/advancedSearchFT.do?searchString={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "DRSC at Harvard Medical School", - "id": 1054, + "description": "InChI through RDF Open Molecules", + "id": 1105, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1053, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Department of Genetics, Harvard Medical School, Boston, Massachusetts", - "rorId": null + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100466", - "name": "DRSC at Harvard Medical School", + "mirId": "MIR:00100491", + "name": "InChI through RDF Open Molecules", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://flyrnai.org/", - "sampleId": "DRSC05221", - "urlPattern": "http://www.flyrnai.org/cgi-bin/RNAi_gene_lookup_public.pl?gname={$id}" + "providerCode": "um", + "resourceHomeUrl": "http://rdf.openmolecules.net/", + "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", + "urlPattern": "http://rdf.openmolecules.net/?{$id}" } ], - "sampleId": "DRSC05221" + "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3" }, { - "created": "2019-06-11T14:17:03.255+0000", + "created": "2019-06-11T14:17:08.649+0000", "deprecated": false, "deprecationDate": null, - "description": "OriDB is a database of collated genome-wide mapping studies of confirmed and predicted replication origin sites in Saccharomyces cerevisiae and the fission yeast Schizosaccharomyces pombe. This collection references Schizosaccharomyces pombe.", - "id": 1055, - "mirId": "MIR:00000368", - "modified": "2019-06-11T14:17:03.255+0000", - "name": "OriDB Schizosaccharomyces", + "description": "The IUPAC International Chemical Identifier (InChI, see MIR:00000383) is an identifier for chemical substances, and is derived solely from a structural representation of that substance. Since these can be quite unwieldly, particularly for web use, the InChIKey was developed. These are of a fixed length (25 character) and were created as a condensed, more web friendly, digital representation of the InChI.", + "id": 1120, + "mirId": "MIR:00000387", + "modified": "2019-06-11T14:17:08.649+0000", + "name": "InChIKey", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oridb.schizo", + "pattern": "^[A-Z]{14}\\-[A-Z]{10}(\\-[A-Z])?", + "prefix": "inchikey", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OriDB Schizosaccharomyces at University of Nottingham", - "id": 1057, + "description": "InChIKey through ChemSpider", + "id": 1121, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1056, + "id": 439, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", + "name": "Royal Society of Chemistry, Cambridge", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100467", - "name": "OriDB Schizosaccharomyces at University of Nottingham", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pombe.oridb.org/index.php", - "sampleId": "1", - "urlPattern": "http://pombe.oridb.org/details.php?id={$id}" - } - ], - "sampleId": "1" - }, - { - "created": "2019-06-11T14:17:03.475+0000", - "deprecated": false, - "deprecationDate": null, - "description": "OriDB is a database of collated genome-wide mapping studies of confirmed and predicted replication origin sites in Saccharomyces cerevisiae and the fission yeast Schizosaccharomyces pombe. This collection references Saccharomyces cerevisiae.", - "id": 1058, - "mirId": "MIR:00000369", - "modified": "2019-06-11T14:17:03.475+0000", - "name": "OriDB Saccharomyces", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oridb.sacch", - "resources": [ + "mirId": "MIR:00100501", + "name": "InChIKey through ChemSpider", + "official": true, + "providerCode": "chemspider", + "resourceHomeUrl": "http://www.chemspider.com/", + "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N", + "urlPattern": "http://www.chemspider.com/inchikey={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "OriDB Saccharomyces at University of Nottingham", - "id": 1059, + "description": "InChiKey resolver at NCI", + "id": 1122, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1056, + "id": 425, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", + "name": "National Cancer Institute, Rockville, Maryland", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100468", - "name": "OriDB Saccharomyces at University of Nottingham", + "mirId": "MIR:00100505", + "name": "InChiKey resolver at NCI", + "official": true, + "providerCode": "cactus", + "resourceHomeUrl": "http://cactus.nci.nih.gov/chemical/structure", + "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N", + "urlPattern": "http://cactus.nci.nih.gov/chemical/structure/{$id}/names" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2470, + "institution": { + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" + }, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "mirId": "MIR:00000779", + "name": "Scholia", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cerevisiae.oridb.org/index.php", - "sampleId": "1", - "urlPattern": "http://cerevisiae.oridb.org/details.php?id={$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "WUUVSJBKHXDKBS-ROFOPDMZSA-N", + "urlPattern": "https://scholia.toolforge.org/inchikey/{$id}" } ], - "sampleId": "1" + "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N" }, { - "created": "2019-06-11T14:17:03.650+0000", + "created": "2019-06-11T14:15:39.496+0000", "deprecated": false, "deprecationDate": null, - "description": "The PSCDB (Protein Structural Change DataBase) collects information on the relationship between protein structural change upon ligand binding. Each entry page provides detailed information about this structural motion.", - "id": 1060, - "mirId": "MIR:00000370", - "modified": "2019-06-11T14:17:03.650+0000", - "name": "PSCDB", + "description": "The International Nucleotide Sequence Database Collaboration (INSDC) consists of a joint effort to collect and disseminate databases containing DNA and RNA sequences.", + "id": 119, + "mirId": "MIR:00000029", + "modified": "2019-06-11T14:15:39.496+0000", + "name": "Nucleotide Sequence Database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pscdb", + "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4}\\d{8}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", + "prefix": "insdc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PSCDB at Nagoya University", - "id": 1062, + "description": "INSDC through GenBank", + "id": 120, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100049", + "name": "INSDC through GenBank", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", + "sampleId": "X58356", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "INSDC through DDBJ", + "id": 122, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1061, + "id": 121, "location": { "countryCode": "JP", "countryName": "Japan" }, - "name": "Graduate School of Information Science, Nagoya University, Furo-cho, Chikusa-ku", + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", "rorId": null }, "location": { "countryCode": "JP", "countryName": "Japan" }, - "mirId": "MIR:00100469", - "name": "PSCDB at Nagoya University", + "mirId": "MIR:00100066", + "name": "INSDC through DDBJ", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://idp1.force.cs.is.nagoya-u.ac.jp/pscdb/index.html", - "sampleId": "051", - "urlPattern": "http://idp1.force.cs.is.nagoya-u.ac.jp/pscdb/{$id}.html" - } - ], - "sampleId": "051" - }, - { - "created": "2019-06-11T14:17:03.870+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The SCOP (Structural Classification of Protein) database is a comprehensive ordering of all proteins of known structure according to their evolutionary, functional and structural relationships. The basic classification unit is the protein domain. Domains are hierarchically classified into species, proteins, families, superfamilies, folds, and classes.", - "id": 1063, - "mirId": "MIR:00000371", - "modified": "2019-06-11T14:17:03.870+0000", - "name": "SCOP", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "scop", - "resources": [ + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ddbj.nig.ac.jp/", + "sampleId": "X58356", + "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry?database=ddbj&accession_number={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "SCOP at MRC", - "id": 1065, + "description": "INSDC through European Nucleotide Archive (ENA)", + "id": 123, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1064, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "MRC Laboratory of Molecular Biology, Centre for Protein Engineering, Hills Road, Cambridge", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100470", - "name": "SCOP at MRC", + "mirId": "MIR:00100487", + "name": "INSDC through European Nucleotide Archive (ENA)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://scop.mrc-lmb.cam.ac.uk/scop/", - "sampleId": "47419", - "urlPattern": "http://scop.mrc-lmb.cam.ac.uk/scop/search.cgi?sunid={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", + "sampleId": "X58356", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "SCOP at Berkeley", - "id": 1067, + "description": "INSDC through Nucleotide database at NCBI", + "id": 124, "institution": { - "description": "From a group of academic pioneers in 1868 to the Free Speech Movement in 1964, Berkeley is a place where the brightest minds from across the globe come together to explore, ask questions and improve the world.", - "homeUrl": "https://www.berkeley.edu/", - "id": 1066, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, Berkeley", - "rorId": "https://ror.org/01an7q238" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100471", - "name": "SCOP at Berkeley", + "mirId": "MIR:00100490", + "name": "INSDC through Nucleotide database at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://scop.berkeley.edu/", - "sampleId": "47419", - "urlPattern": "http://scop.berkeley.edu/sunid={$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/nuccore/", + "sampleId": "X58356", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" } ], - "sampleId": "47419" + "sampleId": "X58356" }, { - "created": "2019-06-11T14:17:04.223+0000", + "created": "2019-06-11T14:18:00.782+0000", "deprecated": false, "deprecationDate": null, - "description": "The European Nucleotide Archive (ENA) captures and presents information relating to experimental workflows that are based around nucleotide sequencing. ENA is made up of a number of distinct databases that includes EMBL-Bank, the Sequence Read Archive (SRA) and the Trace Archive each with their own data formats and standards. This collection references Embl-Bank identifiers.", - "id": 1068, - "mirId": "MIR:00000372", - "modified": "2019-06-11T14:17:04.223+0000", - "name": "ENA", + "description": "The coding sequence or protein identifiers as maintained in INSDC.", + "id": 1681, + "mirId": "MIR:00000606", + "modified": "2019-06-11T14:18:00.782+0000", + "name": "INSDC CDS", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]+[0-9]+(\\.\\d+)?$", - "prefix": "ena.embl", + "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4}\\d{8}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", + "prefix": "insdc.cds", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ENA through GenBank", - "id": 1070, + "description": "INSDC CDS through DDBJ", + "id": 1684, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 121, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100889", - "name": "ENA through GenBank", + "mirId": "MIR:00100809", + "name": "INSDC CDS through DDBJ", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Genbank/", - "sampleId": "BN000065", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" + "resourceHomeUrl": "http://getentry.ddbj.nig.ac.jp", + "sampleId": "AAA35559", + "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry/dad/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "ENA at European Bioinformatics Institute", - "id": 1069, + "description": "INSDC CDS through ENA", + "id": 1682, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -18484,123 +18832,91 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100473", - "name": "ENA at European Bioinformatics Institute", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", - "sampleId": "BN000065", - "urlPattern": "https://www.ebi.ac.uk/ena/browser/view/{$id}" - } - ], - "sampleId": "BN000065" - }, - { - "created": "2019-06-11T14:17:04.514+0000", - "deprecated": false, - "deprecationDate": null, - "description": "DOMMINO is a database of macromolecular interactions that includes the interactions between protein domains, interdomain linkers, N- and C-terminal regions and protein peptides.", - "id": 1071, - "mirId": "MIR:00000373", - "modified": "2019-06-11T14:17:04.514+0000", - "name": "DOMMINO", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}$", - "prefix": "dommino", - "resources": [ + "mirId": "MIR:00100807", + "name": "INSDC CDS through ENA", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena", + "sampleId": "AAA35559", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "DOMMINO at University of Missouri", - "id": 1073, + "description": "INSDC CDS through NCBI", + "id": 1683, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1072, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Informatics Institute and Department of Computer Science and Bond Life Science Center, University of Missouri, Columbia", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100474", - "name": "DOMMINO at University of Missouri", + "mirId": "MIR:00100808", + "name": "INSDC CDS through NCBI", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://dommino.org/", - "sampleId": "2GC4", - "urlPattern": "http://orion.rnet.missouri.edu/~nz953/DOMMINO/index.php/result/show_network/{$id}" + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein/", + "sampleId": "AAA35559", + "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" } ], - "sampleId": "2GC4" + "sampleId": "AAA35559" }, { - "created": "2019-06-11T14:17:04.735+0000", + "created": "2019-06-11T14:18:01.236+0000", "deprecated": false, "deprecationDate": null, - "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. PANTHER tree is a key element of the PANTHER System to represent ‘all’ of the evolutionary events in the gene family. PANTHER nodes represent the evolutionary events, either speciation or duplication, within the tree. PANTHER is maintaining stable identifier for these nodes.", - "id": 1074, - "mirId": "MIR:00000374", - "modified": "2019-06-11T14:17:04.735+0000", - "name": "PANTHER Node", + "description": "The genome assembly database contains detailed information about genome assemblies for eukaryota, bacteria and archaea. The scope of the genome collections database does not extend to viruses, viroids and bacteriophage.", + "id": 1685, + "mirId": "MIR:00000607", + "modified": "2020-03-31T12:32:16.941+0000", + "name": "Genome assembly database", "namespaceEmbeddedInLui": false, - "pattern": "^PTN\\d{9}$", - "prefix": "panther.node", + "pattern": "^GC[AF]_[0-9]{9}\\.[0-9]+$", + "prefix": "insdc.gca", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PANTHER Node at USC (Los Angeles)", - "id": 1075, + "description": "Genome assembly database through ENA", + "id": 1686, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 94, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Keck School of Medicine, University of Southern California", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100475", - "name": "PANTHER Node at USC (Los Angeles)", + "mirId": "MIR:00100810", + "name": "Genome assembly database through ENA", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pantree.org/", - "sampleId": "PTN000000026", - "urlPattern": "http://www.pantree.org/node/annotationNode.jsp?id={$id}" - } - ], - "sampleId": "PTN000000026" - }, - { - "created": "2019-06-11T14:17:04.925+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Consensus CDS (CCDS) project is a collaborative effort to identify a core set of human and mouse protein coding regions that are consistently annotated and of high quality. The CCDS set is calculated following coordinated whole genome annotation updates carried out by the NCBI, WTSI, and Ensembl. The long term goal is to support convergence towards a standard set of gene annotations.", - "id": 1076, - "mirId": "MIR:00000375", - "modified": "2019-06-11T14:17:04.925+0000", - "name": "Consensus CDS", - "namespaceEmbeddedInLui": false, - "pattern": "^CCDS\\d+\\.\\d+$", - "prefix": "ccds", - "resources": [ + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/browse/genome-assembly-database", + "sampleId": "GCA_000155495.1", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Consensus CDS at NCBI", - "id": 1077, + "description": "Genome assembly database NCBI", + "id": 1687, "institution": { "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", "homeUrl": "https://www.ncbi.nlm.nih.gov/", @@ -18616,79 +18932,63 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100477", - "name": "Consensus CDS at NCBI", - "official": true, + "mirId": "MIR:00100811", + "name": "Genome assembly database NCBI", + "official": false, "providerCode": "ncbi", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/CCDS/", - "sampleId": "CCDS13573.1", - "urlPattern": "http://www.ncbi.nlm.nih.gov/CCDS/CcdsBrowse.cgi?REQUEST=CCDS&DATA={$id}" + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/assembly/", + "sampleId": "GCA_000155495.1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}" } ], - "sampleId": "CCDS13573.1" + "sampleId": "GCA_000155495.1" }, { - "created": "2019-06-11T14:17:05.741+0000", + "created": "2019-06-11T14:16:35.560+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Protein Reference Database (HPRD) represents a centralized platform to visually depict and integrate information pertaining to domain architecture, post-translational modifications, interaction networks and disease association for each protein in the human proteome.", - "id": 1086, - "mirId": "MIR:00000377", - "modified": "2019-06-11T14:17:05.741+0000", - "name": "HPRD", + "description": "The Sequence Read Archive (SRA) stores raw sequencing data from the next generation of sequencing platforms Data submitted to SRA. It is organized using a metadata model consisting of six objects: study, sample, experiment, run, analysis and submission. The SRA study contains high-level information including goals of the study and literature references, and may be linked to the INSDC BioProject database.", + "id": 721, + "mirId": "MIR:00000243", + "modified": "2019-06-11T14:16:35.560+0000", + "name": "Sequence Read Archive", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "hprd", + "pattern": "^[SED]R[APRSXZ]\\d+$", + "prefix": "insdc.sra", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Protein Reference Database", - "id": 1088, + "description": "Sequence Read Archive at NCBI", + "id": 722, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1087, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Bioinformatics, International Tech Park, Bangalore", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100479", - "name": "Human Protein Reference Database", + "mirId": "MIR:00100312", + "name": "Sequence Read Archive at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.hprd.org/", - "sampleId": "00001", - "urlPattern": "http://www.hprd.org/protein/{$id}" - } - ], - "sampleId": "00001" - }, - { - "created": "2019-06-11T14:17:05.964+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Gene Expression Atlas (GXA) is a semantically enriched database of meta-analysis based summary statistics over a curated subset of ArrayExpress Archive, servicing queries for condition-specific gene expression patterns as well as broader exploratory searches for biologically interesting genes/samples. This collection references genes.", - "id": 1089, - "mirId": "MIR:00000378", - "modified": "2019-06-11T14:17:05.964+0000", - "name": "GXA Gene", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "gxa.gene", - "resources": [ + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sra", + "sampleId": "SRX000007", + "urlPattern": "https://www.ncbi.nlm.nih.gov/sra/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "GXA Gene at EBI", - "id": 1090, + "description": "European Nucleotide Archive (ENA)", + "id": 723, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -18704,35 +19004,63 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100482", - "name": "GXA Gene at EBI", + "mirId": "MIR:00100313", + "name": "European Nucleotide Archive (ENA)", "official": false, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/gxa/", - "sampleId": "AT4G01080", - "urlPattern": "https://www.ebi.ac.uk/gxa/genes/{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ena", + "sampleId": "SRX000007", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "DDBJ Sequence Read Archive (DRA)", + "id": 724, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 121, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "rorId": null + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "mirId": "MIR:00100314", + "name": "DDBJ Sequence Read Archive (DRA)", + "official": false, + "providerCode": "ddbj", + "resourceHomeUrl": "http://trace.ddbj.nig.ac.jp/dra/", + "sampleId": "SRX000007", + "urlPattern": "http://trace.ddbj.nig.ac.jp/DRASearch/experiment?acc={$id}" } ], - "sampleId": "AT4G01080" + "sampleId": "SRX000007" }, { - "created": "2019-06-11T14:17:06.163+0000", + "created": "2019-06-11T14:15:31.920+0000", "deprecated": false, "deprecationDate": null, - "description": "The Gene Expression Atlas (GXA) is a semantically enriched database of meta-analysis based summary statistics over a curated subset of ArrayExpress Archive, servicing queries for condition-specific gene expression patterns as well as broader exploratory searches for biologically interesting genes/samples. This collection references experiments.", - "id": 1091, - "mirId": "MIR:00000379", - "modified": "2019-06-11T14:17:06.163+0000", - "name": "GXA Expt", + "description": "IntAct provides a freely available, open source database system and analysis tools for protein interaction data.", + "id": 46, + "mirId": "MIR:00000010", + "modified": "2019-06-11T14:15:31.920+0000", + "name": "IntAct", "namespaceEmbeddedInLui": false, - "pattern": "^[AEP]-\\w{4}-\\d+$", - "prefix": "gxa.expt", + "pattern": "^EBI\\-[0-9]+$", + "prefix": "intact", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GXA Expt at EBI", - "id": 1092, + "description": "IntAct at EBI", + "id": 47, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -18748,19 +19076,35 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100483", - "name": "GXA Expt at EBI", + "mirId": "MIR:00100017", + "name": "IntAct at EBI", "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/gxa/", - "sampleId": "E-MTAB-2037", - "urlPattern": "https://www.ebi.ac.uk/gxa/experiments/{$id}" - }, + "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", + "sampleId": "EBI-2307691", + "urlPattern": "https://www.ebi.ac.uk/intact/interaction/{$id}" + } + ], + "sampleId": "EBI-2307691" + }, + { + "created": "2019-06-11T14:17:17.850+0000", + "deprecated": false, + "deprecationDate": null, + "description": "IntAct provides a freely available, open source database system and analysis tools for protein interaction data. This collection references interactor molecules.", + "id": 1227, + "mirId": "MIR:00000427", + "modified": "2019-06-11T14:17:17.850+0000", + "name": "IntAct Molecule", + "namespaceEmbeddedInLui": false, + "pattern": "^EBI\\-[0-9]+$", + "prefix": "intact.molecule", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GXA Expt through OmicsDI", - "id": 1093, + "description": "IntAct Molecule at EBI", + "id": 1228, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -18776,35 +19120,35 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100857", - "name": "GXA Expt through OmicsDI", + "mirId": "MIR:00100550", + "name": "IntAct Molecule at EBI", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "E-MTAB-2037", - "urlPattern": "https://www.omicsdi.org/dataset/atlas-experiments/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", + "sampleId": "EBI-366083", + "urlPattern": "https://www.ebi.ac.uk/intact/molecule/{$id}" } ], - "sampleId": "E-MTAB-2037" + "sampleId": "EBI-366083" }, { - "created": "2019-06-11T14:17:06.457+0000", + "created": "2019-06-11T14:15:32.153+0000", "deprecated": false, "deprecationDate": null, - "description": "MetaboLights is a database for Metabolomics experiments and derived information. The database is cross-species, cross-technique and covers metabolite structures and their reference spectra as well as their biological roles, locations and concentrations, and experimental data from metabolic experiments. This collection references individual metabolomics studies.", - "id": 1094, - "mirId": "MIR:00000380", - "modified": "2019-06-11T14:17:06.457+0000", - "name": "MetaboLights", + "description": "InterPro is a database of protein families, domains and functional sites in which identifiable features found in known proteins can be applied to unknown protein sequences.", + "id": 48, + "mirId": "MIR:00000011", + "modified": "2019-06-11T14:15:32.153+0000", + "name": "InterPro", "namespaceEmbeddedInLui": false, - "pattern": "^MTBLS\\d+$", - "prefix": "metabolights", + "pattern": "^IPR\\d{6}$", + "prefix": "interpro", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MetaboLights at EBI", - "id": 1095, + "description": "InterPro", + "id": 49, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -18820,2347 +19164,2351 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100486", - "name": "MetaboLights at EBI", + "mirId": "MIR:00100018", + "name": "InterPro", "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/metabolights/", - "sampleId": "MTBLS1", - "urlPattern": "https://www.ebi.ac.uk/metabolights/{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/interpro/", + "sampleId": "IPR000100", + "urlPattern": "https://www.ebi.ac.uk/interpro/entry/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "MataboLights through OmicsDI", - "id": 1096, + "description": "Bio2RDF", + "id": 50, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Bio2RDF.org", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100853", - "name": "MataboLights through OmicsDI", + "mirId": "MIR:00100697", + "name": "Bio2RDF", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "MTBLS1", - "urlPattern": "https://www.omicsdi.org/dataset/metabolights_dataset/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://interpro.bio2rdf.org/fct/", + "sampleId": "IPR000100", + "urlPattern": "http://interpro.bio2rdf.org/describe/?url=http://bio2rdf.org/interpro:{$id}" } ], - "sampleId": "MTBLS1" + "sampleId": "IPR000100" }, { - "created": "2019-06-11T14:17:06.748+0000", + "created": "2019-06-11T14:16:18.461+0000", "deprecated": false, "deprecationDate": null, - "description": "The National Bibliography Number (NBN), is a URN-based publication identifier system employed by a variety of national libraries such as those of Germany, the Netherlands and Switzerland. They are used to identify documents archived in national libraries, in their native format or language, and are typically used for documents which do not have a publisher-assigned identifier.", - "id": 1097, - "mirId": "MIR:00000381", - "modified": "2019-06-11T14:17:06.748+0000", - "name": "National Bibliography Number", + "description": "Influenza Research Database (IRD) contains information related to influenza virus, including genomic sequence, strain, protein, epitope and bibliographic information. The Segment Details page contains descriptive information and annotation data about a particular genomic segment and its encoded product(s).", + "id": 529, + "mirId": "MIR:00000172", + "modified": "2019-06-11T14:16:18.461+0000", + "name": "IRD Segment Sequence", "namespaceEmbeddedInLui": false, - "pattern": "^urn\\:nbn\\:[A-Za-z_0-9]+\\:([A-Za-z_0-9]+)-[A-Za-z_0-9]+$", - "prefix": "nbn", + "pattern": "^\\w+(\\_)?\\d+(\\.\\d+)?$", + "prefix": "ird.segment", "resources": [ { "deprecated": false, - "deprecationDate": null, - "description": "NBN through URN Resolver at German National Library", - "id": 1099, + "deprecationDate": null, + "description": "IRD at BioHealthBase", + "id": 531, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1098, + "id": 530, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Deutsche Nationalbibliothek, Frankfurt", + "name": "Southwestern Medical Center, University of Texas, Dallas", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100488", - "name": "NBN through URN Resolver at German National Library", + "mirId": "MIR:00100218", + "name": "IRD at BioHealthBase", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://nbn-resolving.org/resolve_urn.htm", - "sampleId": "urn:nbn:fi:tkk-004781", - "urlPattern": "http://nbn-resolving.org/resolver?identifier={$id}&verb=redirect" + "resourceHomeUrl": "http://www.fludb.org/", + "sampleId": "CY077097", + "urlPattern": "http://www.fludb.org/brc/fluSegmentDetails.do?ncbiGenomicAccession={$id}" } ], - "sampleId": "urn:nbn:fi:tkk-004781" + "sampleId": "CY077097" }, { - "created": "2019-06-11T14:17:06.994+0000", + "created": "2019-06-11T14:16:05.614+0000", "deprecated": false, "deprecationDate": null, - "description": "ORCID (Open Researcher and Contributor ID) is an open, non-profit, community-based effort to create and maintain a registry of unique identifiers for individual researchers. ORCID records hold non-sensitive information such as name, email, organization name, and research activities.", - "id": 1100, - "mirId": "MIR:00000382", - "modified": "2019-06-11T14:17:06.994+0000", - "name": "ORCID", + "description": "iRefWeb is an interface to a relational database containing the latest build of the interaction Reference Index (iRefIndex) which integrates protein interaction data from ten different interaction databases: BioGRID, BIND, CORUM, DIP, HPRD, INTACT, MINT, MPPI, MPACT and OPHID. In addition, iRefWeb associates interactions with the PubMed record from which they are derived.", + "id": 389, + "mirId": "MIR:00000123", + "modified": "2019-06-11T14:16:05.614+0000", + "name": "iRefWeb", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}(\\d|X)$", - "prefix": "orcid", + "pattern": "^\\d+$", + "prefix": "irefweb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ORCID at Bethesda", - "id": 1102, + "description": "iRefWeb Protein Interaction Reference Index", + "id": 391, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1101, + "id": 390, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "ORCID Inc, Bethesda, Mayrland", + "name": "Wodak Lab, Hospital for Sick Children, Toronto", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100489", - "name": "ORCID at Bethesda", + "mirId": "MIR:00100156", + "name": "iRefWeb Protein Interaction Reference Index", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://orcid.org", - "sampleId": "0000-0002-5355-2576", - "urlPattern": "https://orcid.org/{$id}" + "resourceHomeUrl": "http://wodaklab.org/iRefWeb/", + "sampleId": "617102", + "urlPattern": "http://wodaklab.org/iRefWeb/interaction/show/{$id}" } ], - "sampleId": "0000-0002-5355-2576" + "sampleId": "617102" }, { - "created": "2019-06-11T14:17:07.236+0000", + "created": "2019-06-11T14:15:50.037+0000", "deprecated": false, "deprecationDate": null, - "description": "The IUPAC International Chemical Identifier (InChI) is a non-proprietary identifier for chemical substances that can be used in printed and electronic data sources. It is derived solely from a structural representation of that substance, such that a single compound always yields the same identifier.", - "id": 1103, - "mirId": "MIR:00000383", - "modified": "2019-06-11T14:17:07.236+0000", - "name": "InChI", + "description": "The International Standard Book Number (ISBN) is for identifying printed books.", + "id": 223, + "mirId": "MIR:00000064", + "modified": "2019-06-11T14:15:50.037+0000", + "name": "ISBN", "namespaceEmbeddedInLui": false, - "pattern": "^InChI\\=1S?\\/[A-Za-z0-9\\.]+(\\+[0-9]+)?(\\/[cnpqbtmsih][A-Za-z0-9\\-\\+\\(\\)\\,\\/\\?\\;\\.]+)*$", - "prefix": "inchi", + "pattern": "^(ISBN)?(-13|-10)?[:]?[ ]?(\\d{2,3}[ -]?)?\\d{1,5}[ -]?\\d{1,7}[ -]?\\d{1,6}[ -]?(\\d|X)$", + "prefix": "isbn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InChI through Chemspider", - "id": 1106, + "description": "ISBNDB - ISBN Database", + "id": 225, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 439, + "id": 224, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Royal Society of Chemistry, Cambridge", + "name": "ISNBdb project, San Gabriel, California", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100492", - "name": "InChI through Chemspider", + "mirId": "MIR:00100092", + "name": "ISBNDB - ISBN Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.chemspider.com/", - "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", - "urlPattern": "http://www.chemspider.com/{$id}" + "resourceHomeUrl": "http://isbndb.com/", + "sampleId": "9781584885658", + "urlPattern": "http://isbndb.com/search-all.html?kw={$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "InChI through NIST", - "id": 1108, + "description": "ISBN database at WorldCat", + "id": 227, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1107, + "id": 226, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Institute of Standards and Technology, Gaithersburg, Maryland", + "name": "OCLC Online Computer Library Center, Inc. Ohio", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100493", - "name": "InChI through NIST", + "mirId": "MIR:00100093", + "name": "ISBN database at WorldCat", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://webbook.nist.gov/chemistry", - "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", - "urlPattern": "http://webbook.nist.gov/cgi/cbook.cgi?{$id}" - }, + "resourceHomeUrl": "http://www.worldcat.org/", + "sampleId": "9781584885658", + "urlPattern": "http://www.worldcat.org/isbn/{$id}" + } + ], + "sampleId": "9781584885658" + }, + { + "created": "2019-06-11T14:16:18.690+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ISfinder is a database of bacterial insertion sequences (IS). It assigns IS nomenclature and acts as a repository for ISs. Each IS is annotated with information such as the open reading frame DNA sequence, the sequence of the ends of the element and target sites, its origin and distribution together with a bibliography, where available.", + "id": 532, + "mirId": "MIR:00000173", + "modified": "2019-06-11T14:16:18.690+0000", + "name": "ISFinder", + "namespaceEmbeddedInLui": false, + "pattern": "^IS\\w+(\\-\\d)?$", + "prefix": "isfinder", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InChI through ChEBI", - "id": 1109, + "description": "IS Finder at CNRS", + "id": 534, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 533, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Laboratoire de Microbiologie et Génétique Moléculaires, CNRS, Toulouse", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100494", - "name": "InChI through ChEBI", + "mirId": "MIR:00100219", + "name": "IS Finder at CNRS", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/chebi/", - "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", - "urlPattern": "https://www.ebi.ac.uk/chebi/advancedSearchFT.do?searchString={$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www-is.biotoul.fr/i", + "sampleId": "ISA1083-2", + "urlPattern": "https://www-is.biotoul.fr/scripts/ficheIS.php?name={$id}" + } + ], + "sampleId": "ISA1083-2" + }, + { + "created": "2019-06-11T14:18:20.121+0000", + "deprecated": false, + "deprecationDate": null, + "description": "ISNI is the ISO certified global standard number for identifying the millions of contributors to creative works and those active in their distribution, including researchers, inventors, writers, artists, visual creators, performers, producers, publishers, aggregators, and more. It is part of a family of international standard identifiers that includes identifiers of works, recordings, products and right holders in all repertoires, e.g. DOI, ISAN, ISBN, ISRC, ISSN, ISTC, and ISWC.\r\n\r\nThe mission of the ISNI International Authority (ISNI-IA) is to assign to the public name(s) of a researcher, inventor, writer, artist, performer, publisher, etc. a persistent unique identifying number in order to resolve the problem of name ambiguity in search and discovery; and diffuse each assigned ISNI across all repertoires in the global supply chain so that every published work can be unambiguously attributed to its creator wherever that work is described.", + "id": 1895, + "mirId": "MIR:00000684", + "modified": "2019-06-11T14:18:20.121+0000", + "name": "International Standard Name Identifier", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]{15}[0-9X]{1}$", + "prefix": "isni", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InChI through RDF Open Molecules", - "id": 1105, + "description": "International Standard Name Identifier", + "id": 1897, "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1896, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" + "name": "ISNI International Authority", + "rorId": null }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100491", - "name": "InChI through RDF Open Molecules", - "official": false, - "providerCode": "um", - "resourceHomeUrl": "http://rdf.openmolecules.net/", - "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3", - "urlPattern": "http://rdf.openmolecules.net/?{$id}" + "mirId": "MIR:00100915", + "name": "International Standard Name Identifier", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.isni.org", + "sampleId": "000000012281955X", + "urlPattern": "http://www.isni.org/isni/{$id}" } ], - "sampleId": "InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3" + "sampleId": "000000012281955X" }, { - "created": "2019-06-11T14:17:07.845+0000", + "created": "2019-06-11T14:16:48.189+0000", "deprecated": false, "deprecationDate": null, - "description": "Wikipedia is a multilingual, web-based, free-content encyclopedia project based on an openly editable model. It is written collaboratively by largely anonymous Internet volunteers who write without pay.", - "id": 1110, - "mirId": "MIR:00000384", - "modified": "2019-06-11T14:17:07.845+0000", - "name": "Wikipedia (En)", + "description": "The International Standard Serial Number (ISSN) is a unique eight-digit number used to identify a print or electronic periodical publication, rather than individual articles or books.", + "id": 875, + "mirId": "MIR:00000301", + "modified": "2019-06-11T14:16:48.189+0000", + "name": "ISSN", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z-0-9_]+$", - "prefix": "wikipedia.en", + "pattern": "^\\d{4}-\\d{3}[\\dX]$", + "prefix": "issn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Wikipedia (English)", - "id": 1112, + "description": "ISSN at Library of Congress", + "id": 877, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1111, + "id": 876, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Wikimedia Foundation, San Francisco, California", + "name": "Library of Congress Online Catalogue, Washington DC", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100495", - "name": "Wikipedia (English)", + "mirId": "MIR:00100383", + "name": "ISSN at Library of Congress", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://en.wikipedia.org/wiki/Main_Page", - "sampleId": "SM_UB-81", - "urlPattern": "http://en.wikipedia.org/wiki/{$id}" + "resourceHomeUrl": "http://catalog.loc.gov/webvoy.htm", + "sampleId": "0745-4570", + "urlPattern": "https://catalog.loc.gov/vwebv/search?searchCode=STNO&searchArg={$id}&searchType=1&recCount=25" }, { "deprecated": false, "deprecationDate": null, - "description": "Wikipedia structured content through DBpedia", - "id": 1114, + "description": "ISSN Portal", + "id": 879, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1113, + "id": 878, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "OpenLink Software, Burlington, Massachusetts", + "name": "ISSN International Centre, Paris", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100496", - "name": "Wikipedia structured content through DBpedia", - "official": false, + "mirId": "MIR:00100924", + "name": "ISSN Portal", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://wiki.dbpedia.org/", - "sampleId": "SM_UB-81", - "urlPattern": "http://dbpedia.org/page/{$id}" + "resourceHomeUrl": "https://portal.issn.org", + "sampleId": "1776-3045", + "urlPattern": "https://portal.issn.org/resource/ISSN/{$id}" } ], - "sampleId": "SM_UB-81" + "sampleId": "0745-4570" }, { - "created": "2019-06-11T14:17:08.222+0000", + "created": "2021-03-15T19:37:56.820+0000", "deprecated": false, "deprecationDate": null, - "description": "PhosphoPOINT is a database of the human kinase and phospho-protein interactome. It describes the interactions among kinases, their potential substrates and their interacting (phospho)-proteins. It also incorporates gene expression and uses gene ontology (GO) terms to annotate interactions. This collection references kinase information.", - "id": 1115, - "mirId": "MIR:00000385", - "modified": "2019-06-11T14:17:08.222+0000", - "name": "PhosphoPoint Kinase", + "description": "The Intelligence Task Ontology (ITO) provides a comprehensive map of machine intelligence tasks, as well as broader human intelligence or hybrid human/machine intelligence tasks.", + "id": 2585, + "mirId": "MIR:00000802", + "modified": "2021-03-15T19:37:56.820+0000", + "name": "Intelligence Task Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "phosphopoint.kinase", + "pattern": "^.+$", + "prefix": "ito", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PhosphoPoint Kinase at National Taiwan University", - "id": 1117, + "description": "BioPortal at National Center for Biomedical Ontology", + "id": 2586, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1116, + "description": "The Institute of Artificial Intelligence and Decision Support at the Medical University of Vienna is dedicated to enabling scientific progress and good decision making by facilitating artificial intelligence technologies.", + "homeUrl": "https://www.meduniwien.ac.at/web/en/", + "id": 2584, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "AT", + "countryName": "Austria" }, - "name": "Department of Computer Science and Information Engineering, National Taiwan University", + "name": "Institute of Artificial Intelligence and Decision Support, Medical University of Vienna", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100499", - "name": "PhosphoPoint Kinase at National Taiwan University", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://kinase.bioinformatics.tw/", - "sampleId": "AURKA", - "urlPattern": "http://kinase.bioinformatics.tw/showall.jsp?type=Kinase&info=Gene&name={$id}&drawing=0&sorting=0&kinome=1" + "mirId": "MIR:00000801", + "name": "BioPortal at National Center for Biomedical Ontology", + "official": true, + "providerCode": "ito", + "resourceHomeUrl": "https://bioportal.bioontology.org/", + "sampleId": "ITO_01625", + "urlPattern": "https://bioportal.bioontology.org/ontologies/ITO/?p=classes&conceptid=https://identifiers.org/ito:{$id}" } ], - "sampleId": "AURKA" + "sampleId": "ITO_01625" }, { - "created": "2019-06-11T14:17:08.458+0000", + "created": "2019-06-11T14:16:51.481+0000", "deprecated": false, "deprecationDate": null, - "description": "PhosphoPOINT is a database of the human kinase and phospho-protein interactome. It describes the interactions among kinases, their potential substrates and their interacting (phospho)-proteins. It also incorporates gene expression and uses gene ontology (GO) terms to annotate interactions. This collection references phosphoprotein information.", - "id": 1118, - "mirId": "MIR:00000386", - "modified": "2019-06-11T14:17:08.458+0000", - "name": "PhosphoPoint Phosphoprotein", + "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and the recently described transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references families of receptors or subunits.", + "id": 914, + "mirId": "MIR:00000317", + "modified": "2019-06-11T14:16:51.481+0000", + "name": "IUPHAR family", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "phosphopoint.protein", + "pattern": "^\\d+$", + "prefix": "iuphar.family", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PhosphoPoint Phosphoprotein at National Taiwan University", - "id": 1119, + "description": "The IUPHAR/BPS Guide to PHARMACOLOGY", + "id": 916, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1116, + "id": 915, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Computer Science and Information Engineering, National Taiwan University", + "name": "International Union of Pharmacology, Edinburgh", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100500", - "name": "PhosphoPoint Phosphoprotein at National Taiwan University", + "mirId": "MIR:00100708", + "name": "The IUPHAR/BPS Guide to PHARMACOLOGY", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://kinase.bioinformatics.tw/", - "sampleId": "AURKA", - "urlPattern": "http://kinase.bioinformatics.tw/showall.jsp?type=PhosphoProtein&info=Gene&name={$id}&drawing=0&sorting=0&kinome=0" + "resourceHomeUrl": "http://www.guidetopharmacology.org/", + "sampleId": "78", + "urlPattern": "http://www.guidetopharmacology.org/GRAC/FamilyDisplayForward?familyId={$id}" } ], - "sampleId": "AURKA" + "sampleId": "78" }, { - "created": "2019-06-11T14:17:08.649+0000", + "created": "2019-06-11T14:17:24.936+0000", "deprecated": false, "deprecationDate": null, - "description": "The IUPAC International Chemical Identifier (InChI, see MIR:00000383) is an identifier for chemical substances, and is derived solely from a structural representation of that substance. Since these can be quite unwieldly, particularly for web use, the InChIKey was developed. These are of a fixed length (25 character) and were created as a condensed, more web friendly, digital representation of the InChI.", - "id": 1120, - "mirId": "MIR:00000387", - "modified": "2019-06-11T14:17:08.649+0000", - "name": "InChIKey", + "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and the recently described transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references ligands.", + "id": 1310, + "mirId": "MIR:00000457", + "modified": "2019-06-11T14:17:24.936+0000", + "name": "IUPHAR ligand", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]{14}\\-[A-Z]{10}(\\-[A-Z])?", - "prefix": "inchikey", + "pattern": "^\\d+$", + "prefix": "iuphar.ligand", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InChIKey through ChemSpider", - "id": 1121, + "description": "IUPHAR ligand at University of Edinburgh", + "id": 1311, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 439, + "id": 827, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Royal Society of Chemistry, Cambridge", + "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100501", - "name": "InChIKey through ChemSpider", + "mirId": "MIR:00100592", + "name": "IUPHAR ligand at University of Edinburgh", "official": true, - "providerCode": "chemspider", - "resourceHomeUrl": "http://www.chemspider.com/", - "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N", - "urlPattern": "http://www.chemspider.com/inchikey={$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.guidetopharmacology.org/GRAC/LigandListForward?database=all", + "sampleId": "1755", + "urlPattern": "http://www.guidetopharmacology.org/GRAC/LigandDisplayForward?ligandId={$id}" + } + ], + "sampleId": "1755" + }, + { + "created": "2019-06-11T14:16:44.139+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references individual receptors or subunits.", + "id": 826, + "mirId": "MIR:00000281", + "modified": "2019-06-11T14:16:44.139+0000", + "name": "IUPHAR receptor", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "iuphar.receptor", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "InChiKey resolver at NCI", - "id": 1122, + "description": "IUPHAR Receptor at University of Edinburgh", + "id": 828, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 425, + "id": 827, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Cancer Institute, Rockville, Maryland", + "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100505", - "name": "InChiKey resolver at NCI", + "mirId": "MIR:00100362", + "name": "IUPHAR Receptor at University of Edinburgh", "official": true, - "providerCode": "cactus", - "resourceHomeUrl": "http://cactus.nci.nih.gov/chemical/structure", - "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N", - "urlPattern": "http://cactus.nci.nih.gov/chemical/structure/{$id}/names" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", - "id": 2470, - "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" - }, - "location": { - "countryCode": "NL", - "countryName": "Netherlands" - }, - "mirId": "MIR:00000779", - "name": "Scholia", - "official": false, - "providerCode": "scholia", - "resourceHomeUrl": "https://scholia.toolforge.org/", - "sampleId": "WUUVSJBKHXDKBS-ROFOPDMZSA-N", - "urlPattern": "https://scholia.toolforge.org/inchikey/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.guidetopharmacology.org/targets.jsp", + "sampleId": "101", + "urlPattern": "http://www.guidetopharmacology.org/GRAC/ObjectDisplayForward?objectId={$id}" } ], - "sampleId": "RYYVLZVUVIJVGH-UHFFFAOYSA-N" + "sampleId": "101" }, { - "created": "2019-06-11T14:17:08.943+0000", + "created": "2019-06-11T14:16:55.877+0000", "deprecated": false, "deprecationDate": null, - "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. This collection is a subset of UniProtKB, and provides a means to reference isoform information.", - "id": 1123, - "mirId": "MIR:00000388", - "modified": "2019-06-11T14:17:08.943+0000", - "name": "UniProt Isoform", + "description": "JAX Mice is a catalogue of mouse strains supplied by the Jackson Laboratory.", + "id": 967, + "mirId": "MIR:00000337", + "modified": "2019-06-11T14:16:55.877+0000", + "name": "JAX Mice", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\-\\d+)$", - "prefix": "uniprot.isoform", + "pattern": "^\\d+$", + "prefix": "jaxmice", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniProt Isoform through Universal Protein Resource", - "id": 1124, + "description": "JAX Mice at Jackson Laboratory", + "id": 969, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 24, + "id": 968, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "UniProt Consortium", + "name": "The Jackson Laboratory, Sacremento, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100502", - "name": "UniProt Isoform through Universal Protein Resource", + "mirId": "MIR:00100432", + "name": "JAX Mice at Jackson Laboratory", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.uniprot.org/", - "sampleId": "Q5BJF6-3", - "urlPattern": "http://www.uniprot.org/uniprot/{$id}" - }, + "resourceHomeUrl": "http://jaxmice.jax.org/", + "sampleId": "005012", + "urlPattern": "http://jaxmice.jax.org/strain/{$id}.html" + } + ], + "sampleId": "005012" + }, + { + "created": "2019-06-11T14:17:29.437+0000", + "deprecated": false, + "deprecationDate": null, + "description": "JCGGDB (Japan Consortium for Glycobiology and Glycotechnology DataBase) is a database that aims to integrate all glycan-related data held in various repositories in Japan. This includes databases for large-quantity synthesis of glycogenes and glycans, analysis and detection of glycan structure and glycoprotein, glycan-related differentiation markers, glycan functions, glycan-related diseases and transgenic and knockout animals, etc.", + "id": 1363, + "mirId": "MIR:00000479", + "modified": "2019-06-11T14:17:29.437+0000", + "name": "JCGGDB", + "namespaceEmbeddedInLui": false, + "pattern": "^JCGG-STR\\d{6}$", + "prefix": "jcggdb", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniProt Isoform through Universal Protein Resource using Persistent URL system", - "id": 1125, + "description": "JCGGDB at Advanced Science Institute (Japan)", + "id": 1365, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 24, + "description": "Established by RIKEN in April 2008, based on the DRI (Discovery Research Institute) and the FRS (Frontier Research System). ASI is unique since it is structured as comprehensive system supporting the full range of scientific fields including high energy/nuclear/astro-physics, condensed matter physics, chemistry, electronic engineering, biology and medicine.", + "homeUrl": "http://www.riken.jp/en/about/reports/evaluation/asi/", + "id": 1364, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "UniProt Consortium", - "rorId": null + "name": "RIKEN Advanced Science Institute", + "rorId": "https://ror.org/030vbmf58" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100503", - "name": "UniProt Isoform through Universal Protein Resource using Persistent URL system", + "mirId": "MIR:00100614", + "name": "JCGGDB at Advanced Science Institute (Japan)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://purl.uniprot.org/", - "sampleId": "Q5BJF6-3", - "urlPattern": "http://purl.uniprot.org/uniprot/{$id}" - }, + "resourceHomeUrl": "http://jcggdb.jp/index_en.html", + "sampleId": "JCGG-STR008690", + "urlPattern": "http://jcggdb.jp/idb/jcggdb/{$id}" + } + ], + "sampleId": "JCGG-STR008690" + }, + { + "created": "2019-06-11T14:16:18.921+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Japan Collection of Microorganisms (JCM) collects, catalogues, and distributes cultured microbial strains, restricted to those classified in Risk Group 1 or 2.", + "id": 535, + "mirId": "MIR:00000174", + "modified": "2019-06-11T14:16:18.921+0000", + "name": "Japan Collection of Microorganisms", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "jcm", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniProt Isoform through UniParc", - "id": 1126, + "description": "JCM at RIKEN BioResource Center", + "id": 537, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 24, + "id": 536, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "UniProt Consortium", + "name": "RIKEN BioResource Center, Ibaraki", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100504", - "name": "UniProt Isoform through UniParc", + "mirId": "MIR:00100220", + "name": "JCM at RIKEN BioResource Center", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.uniprot.org/uniparc/", - "sampleId": "Q5BJF6-3", - "urlPattern": "http://www.uniprot.org/uniparc/?query={$id}" + "resourceHomeUrl": "http://www.jcm.riken.go.jp/", + "sampleId": "17254", + "urlPattern": "http://www.jcm.riken.go.jp/cgi-bin/jcm/jcm_number?JCM={$id}" } ], - "sampleId": "Q5BJF6-3" + "sampleId": "17254" }, { - "created": "2019-06-11T14:17:09.349+0000", + "created": "2019-06-11T14:16:34.772+0000", "deprecated": false, "deprecationDate": null, - "description": "KEGG ENVIRON (renamed from EDRUG) is a collection of crude drugs, essential oils, and other health-promoting substances, which are mostly natural products of plants. It will contain environmental substances and other health-damagine substances as well. Each KEGG ENVIRON entry is identified by the E number and is associated with the chemical component, efficacy information, and source species information whenever applicable.", - "id": 1127, - "mirId": "MIR:00000389", - "modified": "2019-06-11T14:17:09.349+0000", - "name": "KEGG Environ", + "description": "The Japan Chemical Substance Dictionary is an organic compound dictionary database prepared by the Japan Science and Technology Agency (JST).", + "id": 712, + "mirId": "MIR:00000241", + "modified": "2019-06-11T14:16:34.772+0000", + "name": "Japan Chemical Substance Dictionary", "namespaceEmbeddedInLui": false, - "pattern": "^(ev\\:)?E\\d+$", - "prefix": "kegg.environ", + "pattern": "^J\\d{1,3}(\\.\\d{3})?(\\.\\d{1,3})?[A-Za-z]$", + "prefix": "jcsd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG ENVIRON Database", - "id": 1128, + "description": "Japan Chemical Substance Dictionary", + "id": 714, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 713, "location": { "countryCode": "JP", "countryName": "Japan" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Japan Science and Technology Agency", "rorId": null }, "location": { "countryCode": "JP", "countryName": "Japan" }, - "mirId": "MIR:00100506", - "name": "KEGG ENVIRON Database", - "official": true, + "mirId": "MIR:00100307", + "name": "Japan Chemical Substance Dictionary", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/drug/environ.html", - "sampleId": "ev:E00032", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://jglobal.jst.go.jp/en/", + "sampleId": "J55.713G", + "urlPattern": "http://jglobal.jst.go.jp/en/redirect?Nikkaji_No={$id}" } ], - "sampleId": "ev:E00032" + "sampleId": "J55.713G" }, { - "created": "2019-06-11T14:17:09.531+0000", + "created": "2019-06-11T14:17:21.690+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cell Line Data Base (CLDB) is a reference information source for human and animal cell lines. It provides the characteristics of the cell lines and their availability through distributors, allowing cell line requests to be made from collections and laboratories.", - "id": 1129, - "mirId": "MIR:00000390", - "modified": "2019-06-11T14:17:09.531+0000", - "name": "CLDB", + "description": "JSTOR (Journal Storage) is a digital library containing digital versions of historical academic journals, as well as books, pamphlets and current issues of journals. Some public domain content is free to access, while other articles require registration.", + "id": 1272, + "mirId": "MIR:00000444", + "modified": "2019-06-11T14:17:21.690+0000", + "name": "JSTOR", "namespaceEmbeddedInLui": false, - "pattern": "^(cl|tum)\\d+$", - "prefix": "cldb", + "pattern": "^\\d+$", + "prefix": "jstor", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CLDB at Genova", - "id": 1131, + "description": "JSTOR Online", + "id": 1274, "institution": { - "description": "NOTE - No international description has been found on its website, so it's not been possible to include a brief summary here.", - "homeUrl": "http://www.ospedalesanmartino.it", - "id": 1130, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1273, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "Ospedale San Martino", - "rorId": "https://ror.org/04d7es448" + "name": "Ithaka Harbors, Inc., New York", + "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100508", - "name": "CLDB at Genova", + "mirId": "MIR:00100575", + "name": "JSTOR Online", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bioinformatics.hsanmartino.it/hypercldb/indexes.html", - "sampleId": "cl3603", - "urlPattern": "http://bioinformatics.hsanmartino.it/hypercldb/{$id}.html" + "resourceHomeUrl": "http://www.jstor.org/", + "sampleId": "3075966", + "urlPattern": "http://www.jstor.org/stable/{$id}" } ], - "sampleId": "cl3603" + "sampleId": "3075966" }, { - "created": "2019-06-11T14:17:09.753+0000", + "created": "2019-06-11T14:16:07.820+0000", "deprecated": false, "deprecationDate": null, - "description": "The Experimental Factor Ontology (EFO) provides a systematic description of many experimental variables available in EBI databases. It combines parts of several biological ontologies, such as anatomy, disease and chemical compounds. The scope of EFO is to support the annotation, analysis and visualization of data handled by the EBI Functional Genomics Team.", - "id": 1132, - "mirId": "MIR:00000391", - "modified": "2019-06-11T14:17:09.753+0000", - "name": "Experimental Factor Ontology", + "description": "JWS Online is a repository of curated biochemical pathway models, and additionally provides the ability to run simulations of these models in a web browser.", + "id": 412, + "mirId": "MIR:00000130", + "modified": "2019-06-11T14:16:07.820+0000", + "name": "JWS Online", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{7}$", - "prefix": "efo", + "pattern": "^\\w+$", + "prefix": "jws", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EFO through OLS", - "id": 1133, + "description": "JWS Online Model Repository at Stellenbosch", + "id": 414, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 413, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ZA", + "countryName": "South Africa" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department of Biochemistry, Stellenbosch University", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ZA", + "countryName": "South Africa" }, - "mirId": "MIR:00100509", - "name": "EFO through OLS", + "mirId": "MIR:00100168", + "name": "JWS Online Model Repository at Stellenbosch", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/efo", - "sampleId": "0004859", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/efo/terms?obo_id=EFO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://jjj.biochem.sun.ac.za/models/", + "sampleId": "curien", + "urlPattern": "http://jjj.biochem.sun.ac.za/models/{$id}/" }, { "deprecated": false, "deprecationDate": null, - "description": "EFO through BioPortal", - "id": 1134, + "description": "JWS Online Model Repository at Manchester", + "id": 418, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 417, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Manchester Interdisciplinary Biocentre, University of Manchester", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100510", - "name": "EFO through BioPortal", + "mirId": "MIR:00100170", + "name": "JWS Online Model Repository at Manchester", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/EFO", - "sampleId": "0004859", - "urlPattern": "http://purl.bioontology.org/ontology/EFO/efo:EFO_{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://jjj.mib.ac.uk/index.html", + "sampleId": "curien", + "urlPattern": "http://jjj.mib.ac.uk/models/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "EFO through Functional Genomics Group (EBI)", - "id": 1135, + "description": "JWS Online Model Repository at Amsterdam", + "id": 416, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 415, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Amsterdam", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100511", - "name": "EFO through Functional Genomics Group (EBI)", + "mirId": "MIR:00100169", + "name": "JWS Online Model Repository at Amsterdam", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/efo/", - "sampleId": "0004859", - "urlPattern": "https://www.ebi.ac.uk/efo/EFO_{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://jjj.bio.vu.nl/models/", + "sampleId": "curien", + "urlPattern": "http://jjj.bio.vu.nl/models/{$id}/" } ], - "sampleId": "0004859" + "sampleId": "curien" }, { - "created": "2019-06-11T14:17:10.208+0000", + "created": "2019-06-11T14:18:19.662+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Gene Mutation Database (HGMD) collates data on germ-line mutations in nuclear genes associated with human inherited disease. It includes information on single base-pair substitutions in coding, regulatory and splicing-relevant regions; micro-deletions and micro-insertions; indels; triplet repeat expansions as well as gross deletions; insertions; duplications; and complex rearrangements. Each mutation entry is unique, and includes cDNA reference sequences for most genes, splice junction sequences, disease-associated and functional polymorphisms, as well as links to data present in publicly available online locus-specific mutation databases.", - "id": 1136, - "mirId": "MIR:00000392", - "modified": "2019-06-11T14:17:10.208+0000", - "name": "HGMD", + "description": "Kaggle is a platform for sharing data, performing reproducible analyses, interactive data analysis tutorials, and machine learning competitions.", + "id": 1890, + "mirId": "MIR:00000682", + "modified": "2019-06-11T14:18:19.662+0000", + "name": "Kaggle", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z_0-9]+$", - "prefix": "hgmd", + "pattern": "^[0-9a-zA-Z\\-]+\\/[0-9a-zA-Z\\-]+$", + "prefix": "kaggle", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HGMD at Cardiff University", - "id": 1138, + "description": "Kaggle", + "id": 1892, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1137, + "id": 1891, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Cardiff University, Cardiff", + "name": "Google LLC", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100512", - "name": "HGMD at Cardiff University", - "official": false, + "mirId": "MIR:00100913", + "name": "Kaggle", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.hgmd.cf.ac.uk/ac/index.php", - "sampleId": "CALM1", - "urlPattern": "http://www.hgmd.cf.ac.uk/ac/gene.php?gene={$id}" + "resourceHomeUrl": "https://kaggle.com", + "sampleId": "nasa/kepler-exoplanet-search-results", + "urlPattern": "https://www.kaggle.com/{$id}" } ], - "sampleId": "CALM1" + "sampleId": "nasa/kepler-exoplanet-search-results" }, { - "created": "2019-06-11T14:17:10.425+0000", + "created": "2019-06-11T14:17:53.298+0000", "deprecated": false, "deprecationDate": null, - "description": "AphidBase is a centralized bioinformatic resource that was developed to facilitate community annotation of the pea aphid genome by the International Aphid Genomics Consortium (IAGC). The AphidBase Information System was designed to organize and distribute genomic data and annotations for a large international community. This collection references the transcript report, which describes genomic location, sequence and exon information.", - "id": 1139, - "mirId": "MIR:00000393", - "modified": "2019-06-11T14:17:10.425+0000", - "name": "AphidBase Transcript", + "description": "Kyoto Encyclopedia of Genes and Genomes (KEGG) is a database resource for understanding high-level functions and utilities of the biological system, such as the cell, the organism and the ecosystem, from molecular-level information, especially large-scale molecular datasets generated by genome sequencing and other high-throughput experimental technologies.", + "id": 1609, + "mirId": "MIR:00000578", + "modified": "2019-06-11T14:17:53.298+0000", + "name": "Kyoto Encyclopedia of Genes and Genomes", "namespaceEmbeddedInLui": false, - "pattern": "^ACYPI\\d{6}(-RA)?$", - "prefix": "aphidbase.transcript", + "pattern": "^([CHDEGTMKR]\\d+)|(\\w+:[\\w\\d\\.-]*)|([a-z]{3,5})|(\\w{2,4}\\d{5})$", + "prefix": "kegg", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AphidBase at INRA", - "id": 1141, + "description": "KEGG at Kyoto University Bioinformatics Center", + "id": 1610, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1140, + "id": 15, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "INRA UMR, Le Rheu", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100513", - "name": "AphidBase at INRA", + "mirId": "MIR:00100773", + "name": "KEGG at Kyoto University Bioinformatics Center", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.aphidbase.com/aphidbase", - "sampleId": "ACYPI000159", - "urlPattern": "http://bipaa.genouest.org/apps/grs-2.3/grs?reportID=aphidbase_transcript_report&objectID={$id}" + "resourceHomeUrl": "http://www.kegg.jp/", + "sampleId": "hsa00190", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "ACYPI000159" + "sampleId": "hsa00190" }, { - "created": "2019-06-11T14:17:10.647+0000", + "created": "2019-06-11T14:15:32.730+0000", "deprecated": false, "deprecationDate": null, - "description": "An Affymetrix ProbeSet is a collection of up to 11 short (~22 nucleotide) microarray probes designed to measure a single gene or a family of genes as a unit. Multiple probe sets may be available for each gene under consideration.", - "id": 1142, - "mirId": "MIR:00000394", - "modified": "2019-06-11T14:17:10.647+0000", - "name": "Affymetrix Probeset", + "description": "KEGG compound contains our knowledge on the universe of chemical substances that are relevant to life.", + "id": 53, + "mirId": "MIR:00000013", + "modified": "2019-06-11T14:15:32.730+0000", + "name": "KEGG Compound", "namespaceEmbeddedInLui": false, - "pattern": "\\d{4,}((_[asx])?_at)?", - "prefix": "affy.probeset", + "pattern": "^C\\d+$", + "prefix": "kegg.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Affymetrix ProbeSet in Santa Clara", - "id": 1144, - "institution": { - "description": "Thermo Fisher Scientific provides innovative Affymetrix™ products, tools, and resources that help advance the work of researchers via microarray analysis", - "homeUrl": "https://www.thermofisher.com/uk/en/home/life-science/microarray-analysis.html", - "id": 1143, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "Affymetrix", - "rorId": "https://ror.org/012kjw534" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100514", - "name": "Affymetrix ProbeSet in Santa Clara", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.affymetrix.com/", - "sampleId": "243002_at", - "urlPattern": "https://www.affymetrix.com/LinkServlet?probeset={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Bio2RDF", - "id": 1145, + "description": "KEGG LIGAND Database", + "id": 54, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 15, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Bio2RDF.org", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100672", - "name": "Bio2RDF", - "official": false, + "mirId": "MIR:00100021", + "name": "KEGG LIGAND Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cu.affymetrix.bio2rdf.org/fct/", - "sampleId": "243002_at", - "urlPattern": "http://cu.affymetrix.bio2rdf.org/describe/?url=http://bio2rdf.org/affymetrix:{$id}" + "resourceHomeUrl": "https://www.genome.jp/kegg/ligand.html", + "sampleId": "C12345", + "urlPattern": "https://www.kegg.jp/entry/{$id}" } ], - "sampleId": "243002_at" + "sampleId": "C12345" }, { - "created": "2019-06-11T14:17:10.973+0000", + "created": "2019-06-11T14:17:28.601+0000", "deprecated": false, "deprecationDate": null, - "description": "TreeFam is a database of phylogenetic trees of gene families found in animals. Automatically generated trees are curated, to create a curated resource that presents the accurate evolutionary history of all animal gene families, as well as reliable ortholog and paralog assignments.", - "id": 1146, - "mirId": "MIR:00000395", - "modified": "2019-06-11T14:17:10.973+0000", - "name": "TreeFam", + "description": "The KEGG DISEASE database is a collection of disease entries capturing knowledge on genetic and environmental perturbations. Each disease entry contains a list of known genetic factors (disease genes), environmental factors, diagnostic markers, and therapeutic drugs. Diseases are viewed as perturbed states of the molecular system, and drugs as perturbants to the molecular system.", + "id": 1353, + "mirId": "MIR:00000475", + "modified": "2019-06-11T14:17:28.601+0000", + "name": "KEGG Disease", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{1,2}\\d+$", - "prefix": "treefam", + "pattern": "^H\\d+$", + "prefix": "kegg.disease", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TreeFam database", - "id": 1148, + "description": "KEGG Disease at Kyoto University Bioinformatics Center", + "id": 1354, "institution": { - "description": "BGI Genomics is a publicly listed commercial genomics company, providing a wide range of next generation sequencing services and a broad portfolio of genetic tests for medical institutions, research institutions and other public and private partners.\nEstablished in 1999, we have almost 20 years of genomics experience. Our mission is to leverage our genomics expertise in order to advance life science research and improve human health for the benefit of mankind.", - "homeUrl": "https://www.bgi.com", - "id": 1147, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 705, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Beijing Genomics Institute", - "rorId": "https://ror.org/045pn2j94" + "name": "Kyoto University Bioinformatics Center, Kyoto", + "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100515", - "name": "TreeFam database", - "official": false, + "mirId": "MIR:00100610", + "name": "KEGG Disease at Kyoto University Bioinformatics Center", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.treefam.org/", - "sampleId": "TF101014", - "urlPattern": "http://www.treefam.org/family/{$id}" + "resourceHomeUrl": "http://www.genome.jp/kegg/disease/", + "sampleId": "H00076", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "TF101014" + "sampleId": "H00076" }, { - "created": "2019-06-11T14:17:11.199+0000", + "created": "2019-06-11T14:15:38.268+0000", "deprecated": false, "deprecationDate": null, - "description": "CAPS-DB is a structural classification of helix-cappings or caps compiled from protein structures. The regions of the polypeptide chain immediately preceding or following an alpha-helix are known as Nt- and Ct cappings, respectively. Caps extracted from protein structures have been structurally classified based on geometry and conformation and organized in a tree-like hierarchical classification where the different levels correspond to different properties of the caps.", - "id": 1149, - "mirId": "MIR:00000396", - "modified": "2019-06-11T14:17:11.199+0000", - "name": "CAPS-DB", + "description": "KEGG DRUG contains chemical structures of drugs and additional information such as therapeutic categories and target molecules.", + "id": 109, + "mirId": "MIR:00000025", + "modified": "2019-06-11T14:15:38.268+0000", + "name": "KEGG Drug", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "caps", + "pattern": "^D\\d+$", + "prefix": "kegg.drug", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CAPS-DB at Leeds Institute of Molecular Medicine", - "id": 1151, + "description": "KEGG DRUG Database", + "id": 110, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1150, + "id": 15, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Leeds Institute of Molecular Medicine, Section of Experimental Therapeutics, University of Leeds, Leeds", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100516", - "name": "CAPS-DB at Leeds Institute of Molecular Medicine", - "official": false, + "mirId": "MIR:00100035", + "name": "KEGG DRUG Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.bioinsilico.org/cgi-bin/CAPSDB/staticHTML/home", - "sampleId": "434", - "urlPattern": "http://www.bioinsilico.org/cgi-bin/CAPSDB/getCAPScluster?nidcl={$id}" + "resourceHomeUrl": "https://www.genome.jp/kegg/drug/", + "sampleId": "D00123", + "urlPattern": "https://www.kegg.jp/entry/{$id}" } ], - "sampleId": "434" + "sampleId": "D00123" }, { - "created": "2019-06-11T14:17:11.437+0000", + "created": "2019-06-11T14:17:09.349+0000", "deprecated": false, "deprecationDate": null, - "description": "Cube-DB is a database of pre-evaluated results for detection of functional divergence in human/vertebrate protein families. It analyzes comparable taxonomical samples for all paralogues under consideration, storing functional specialisation at the level of residues. The data are presented as a table of per-residue scores, and mapped onto related structures where available.", - "id": 1152, - "mirId": "MIR:00000397", - "modified": "2019-06-11T14:17:11.437+0000", - "name": "Cube db", + "description": "KEGG ENVIRON (renamed from EDRUG) is a collection of crude drugs, essential oils, and other health-promoting substances, which are mostly natural products of plants. It will contain environmental substances and other health-damagine substances as well. Each KEGG ENVIRON entry is identified by the E number and is associated with the chemical component, efficacy information, and source species information whenever applicable.", + "id": 1127, + "mirId": "MIR:00000389", + "modified": "2019-06-11T14:17:09.349+0000", + "name": "KEGG Environ", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z_0-9]+$", - "prefix": "cubedb", + "pattern": "^(ev\\:)?E\\d+$", + "prefix": "kegg.environ", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cube db at Bioinformatics Institute (Singapore)", - "id": 1154, + "description": "KEGG ENVIRON Database", + "id": 1128, "institution": { - "description": "The BII focuses on theoretical approaches aimed at understanding biomolecular mechanisms that underlie biological phenomena, the development of computational methods to support this discovery process, and experimental verification of predicted molecular and cellular functions of genes and proteins with biochemical methods.", - "homeUrl": "http://www.bii.a-star.edu.sg", - "id": 1153, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 15, "location": { - "countryCode": "SG", - "countryName": "Singapore" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "BII Bioinformatics Institute", - "rorId": "https://ror.org/044w3nw43" + "name": "Kyoto University Bioinformatics Center", + "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100517", - "name": "Cube db at Bioinformatics Institute (Singapore)", - "official": false, + "mirId": "MIR:00100506", + "name": "KEGG ENVIRON Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://epsf.bmad.bii.a-star.edu.sg/cube/db/html/home.html", - "sampleId": "AKR", - "urlPattern": "http://epsf.bmad.bii.a-star.edu.sg/cube/db/data/{$id}/" + "resourceHomeUrl": "http://www.genome.jp/kegg/drug/environ.html", + "sampleId": "ev:E00032", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "AKR" + "sampleId": "ev:E00032" }, { - "created": "2019-06-11T14:17:11.651+0000", + "created": "2019-06-11T14:15:51.781+0000", "deprecated": false, "deprecationDate": null, - "description": "IDEAL provides a collection of knowledge on experimentally verified intrinsically disordered proteins. It contains manual annotations by curators on intrinsically disordered regions, interaction regions to other molecules, post-translational modification sites, references and structural domain assignments.", - "id": 1155, - "mirId": "MIR:00000398", - "modified": "2019-06-11T14:17:11.651+0000", - "name": "IDEAL", + "description": "KEGG GENES is a collection of gene catalogs for all complete genomes and some partial genomes, generated from publicly available resources.", + "id": 242, + "mirId": "MIR:00000070", + "modified": "2019-06-11T14:15:51.781+0000", + "name": "KEGG Genes", "namespaceEmbeddedInLui": false, - "pattern": "^IID\\d+$", - "prefix": "ideal", + "pattern": "^\\w+:[\\w\\d\\.-]*$", + "prefix": "kegg.genes", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IDEAL at Nagoya University", - "id": 1157, + "description": "KEGG GENES Database", + "id": 243, "institution": { - "description": "Nagoya University has a 144-year history, dating from when the Temporary Medical School/Public Hospital -- the forerunner of today's Nagoya University -- was established in 1871. The University became the last Imperial University of Japan in 1939, and the educational reforms in 1949 led to the beginning of Nagoya University under the new education system. From that time to this day, the University has been pursuing steady development.", - "homeUrl": "http://en.nagoya-u.ac.jp/", - "id": 1156, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 15, "location": { "countryCode": "JP", "countryName": "Japan" }, - "name": "Nagoya University", - "rorId": "https://ror.org/04chrp450" + "name": "Kyoto University Bioinformatics Center", + "rorId": null }, "location": { "countryCode": "JP", "countryName": "Japan" }, - "mirId": "MIR:00100518", - "name": "IDEAL at Nagoya University", - "official": false, + "mirId": "MIR:00100100", + "name": "KEGG GENES Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ideal.force.cs.is.nagoya-u.ac.jp/IDEAL/", - "sampleId": "IID00001", - "urlPattern": "http://idp1.force.cs.is.nagoya-u.ac.jp/IDEAL/ideal.php?id={$id}" + "resourceHomeUrl": "http://www.genome.jp/kegg/genes.html", + "sampleId": "syn:ssr3451", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "IID00001" + "sampleId": "syn:ssr3451" }, { - "created": "2019-06-11T14:17:11.871+0000", + "created": "2019-06-11T14:16:34.113+0000", "deprecated": false, "deprecationDate": null, - "description": "STAP (Statistical Torsional Angles Potentials) was developed since, according to several studies, some nuclear magnetic resonance (NMR) structures are of lower quality, are less reliable and less suitable for structural analysis than high-resolution X-ray crystallographic structures. The refined NMR solution structures (statistical torsion angle potentials; STAP) in the database are refined from the Protein Data Bank (PDB).", - "id": 1158, - "mirId": "MIR:00000399", - "modified": "2019-06-11T14:17:11.871+0000", - "name": "STAP", + "description": "KEGG Genome is a collection of organisms whose genomes have been completely sequenced.", + "id": 704, + "mirId": "MIR:00000238", + "modified": "2019-06-11T14:16:34.113+0000", + "name": "KEGG Genome", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}$", - "prefix": "stap", + "pattern": "^(T0\\d+|\\w{3,5})$", + "prefix": "kegg.genome", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "STAP at Korean Bioinformation Center", - "id": 1160, + "description": "KEGG Genome Database", + "id": 706, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1159, + "id": 705, "location": { - "countryCode": "KR", - "countryName": "Korea, Republic of" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Korean Bioinformation Center, Korea Research Institute of Bioscience and Biotechnology, Daejeon", + "name": "Kyoto University Bioinformatics Center, Kyoto", "rorId": null }, "location": { - "countryCode": "KR", - "countryName": "Korea, Republic of" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100519", - "name": "STAP at Korean Bioinformation Center", - "official": false, + "mirId": "MIR:00100303", + "name": "KEGG Genome Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://psb.kobic.re.kr/STAP/refinement/", - "sampleId": "1a24", - "urlPattern": "http://psb.kobic.re.kr/STAP/refinement1/result.php?search={$id}" + "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list.html", + "sampleId": "eco", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "1a24" + "sampleId": "eco" }, { - "created": "2019-06-11T14:17:12.099+0000", + "created": "2019-06-11T14:15:38.579+0000", "deprecated": false, "deprecationDate": null, - "description": "Pocketome is an encyclopedia of conformational ensembles of all druggable binding sites that can be identified experimentally from co-crystal structures in the Protein Data Bank. Each Pocketome entry corresponds to a small molecule binding site in a protein which has been co-crystallized in complex with at least one drug-like small molecule, and is represented in at least two PDB entries.", - "id": 1161, - "mirId": "MIR:00000400", - "modified": "2019-06-11T14:17:12.099+0000", - "name": "Pocketome", + "description": "KEGG GLYCAN, a part of the KEGG LIGAND database, is a collection of experimentally determined glycan structures. It contains all unique structures taken from CarbBank, structures entered from recent publications, and structures present in KEGG pathways.", + "id": 111, + "mirId": "MIR:00000026", + "modified": "2019-06-11T14:15:38.579+0000", + "name": "KEGG Glycan", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z_0-9]+", - "prefix": "pocketome", + "pattern": "^G\\d+$", + "prefix": "kegg.glycan", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pocketome at UCSD Skaggs School", - "id": 1163, + "description": "KEGG GLYCAN Database", + "id": 112, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1162, + "id": 15, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "UCSD Skaggs School of Pharmacy and Pharmaceutical Sciences, La Jolla, California", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100520", - "name": "Pocketome at UCSD Skaggs School", - "official": false, + "mirId": "MIR:00100036", + "name": "KEGG GLYCAN Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pocketome.org/sfSearch.cgi?act=browseall", - "sampleId": "1433C_TOBAC_1_252", - "urlPattern": "http://www.pocketome.org/files/{$id}.html" + "resourceHomeUrl": "https://www.genome.jp/kegg/glycan/", + "sampleId": "G00123", + "urlPattern": "https://www.kegg.jp/entry/{$id}" } ], - "sampleId": "1433C_TOBAC_1_252" + "sampleId": "G00123" }, { - "created": "2019-06-11T14:17:12.749+0000", + "created": "2019-06-11T14:16:34.345+0000", "deprecated": false, "deprecationDate": null, - "description": "BugBase is a MIAME-compliant microbial gene expression and comparative genomic database. It stores experimental annotation and multiple raw and analysed data formats, as well as protocols for bacterial microarray designs. This collection references design protocols.", - "id": 1169, - "mirId": "MIR:00000403", - "modified": "2019-06-11T14:17:12.749+0000", - "name": "BugBase Protocol", + "description": "The KEGG Metagenome Database collection information on environmental samples (ecosystems) of genome sequences for multiple species.", + "id": 707, + "mirId": "MIR:00000239", + "modified": "2019-06-11T14:16:34.345+0000", + "name": "KEGG Metagenome", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "bugbase.protocol", + "pattern": "^T3\\d+$", + "prefix": "kegg.metagenome", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BugBase Protocol at University of London", - "id": 1171, + "description": "KEGG Metagenome Database", + "id": 708, "institution": { - "description": "St George’s Hospital Medical School was established in 1733 and initially based at Hyde Park Corner, before moving to our Tooting site in 1980. It was the second institution in England to provide formal training courses for doctors.\nSt George’s has a dynamic research culture, with teams working to improve the health of people of all ages, from children to the elderly, in populations locally and globally.", - "homeUrl": "https://www.sgul.ac.uk/", - "id": 1170, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 705, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "St George's, University of London", - "rorId": "https://ror.org/040f08y74" + "name": "Kyoto University Bioinformatics Center, Kyoto", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100523", - "name": "BugBase Protocol at University of London", - "official": false, + "mirId": "MIR:00100304", + "name": "KEGG Metagenome Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bugs.sgul.ac.uk/E-BUGS", - "sampleId": "67", - "urlPattern": "http://bugs.sgul.ac.uk/bugsbase/tabs/protocol.php?protocol_id={$id}&action=view" + "resourceHomeUrl": "http://www.genome.jp/kegg/catalog/org_list3.html", + "sampleId": "T30002", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "67" + "sampleId": "T30002" }, { - "created": "2019-06-11T14:17:12.968+0000", + "created": "2019-06-11T14:17:28.414+0000", "deprecated": false, "deprecationDate": null, - "description": "BugBase is a MIAME-compliant microbial gene expression and comparative genomic database. It stores experimental annotation and multiple raw and analysed data formats, as well as protocols for bacterial microarray designs. This collection references microarray experiments.", - "id": 1172, - "mirId": "MIR:00000404", - "modified": "2019-06-11T14:17:12.968+0000", - "name": "BugBase Expt", + "description": "KEGG Modules are manually defined functional units used in the annotation and biological interpretation of sequenced genomes. Each module corresponds to a set of 'KEGG Orthology' (MIR:00000116) entries. KEGG Modules can represent pathway, structural, functional or signature modules.", + "id": 1351, + "mirId": "MIR:00000474", + "modified": "2019-06-11T14:17:28.414+0000", + "name": "KEGG Module", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "bugbase.expt", + "pattern": "^([a-z]{3,5}_)?M\\d{5}$", + "prefix": "kegg.module", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BugBase Expt at University of London", - "id": 1173, + "description": "KEGG Module at Kyoto University Bioinformatics Center", + "id": 1352, "institution": { - "description": "St George’s Hospital Medical School was established in 1733 and initially based at Hyde Park Corner, before moving to our Tooting site in 1980. It was the second institution in England to provide formal training courses for doctors.\nSt George’s has a dynamic research culture, with teams working to improve the health of people of all ages, from children to the elderly, in populations locally and globally.", - "homeUrl": "https://www.sgul.ac.uk/", - "id": 1170, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 367, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "St George's, University of London", - "rorId": "https://ror.org/040f08y74" + "name": "Department of Computational Biology, University of Tokyo, Tokyo", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100524", - "name": "BugBase Expt at University of London", - "official": false, + "mirId": "MIR:00100609", + "name": "KEGG Module at Kyoto University Bioinformatics Center", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bugs.sgul.ac.uk/E-BUGS", - "sampleId": "288", - "urlPattern": "http://bugs.sgul.ac.uk/bugsbase/tabs/experiment.php?expt_id={$id}&action=view" + "resourceHomeUrl": "http://www.kegg.jp/kegg/module.html", + "sampleId": "M00002", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "288" + "sampleId": "M00002" }, { - "created": "2019-06-11T14:17:13.167+0000", + "created": "2019-06-11T14:16:03.735+0000", "deprecated": false, "deprecationDate": null, - "description": "The Tree of Life Web Project (ToL) is a collaborative effort of biologists and nature enthusiasts from around the world. On more than 10,000 World Wide Web pages, the project provides information about biodiversity, the characteristics of different groups of organisms, and their evolutionary history (phylogeny). \r\n\r\nEach page contains information about a particular group, with pages linked one to another hierarchically, in the form of the evolutionary tree of life. Starting with the root of all Life on Earth and moving out along diverging branches to individual species, the structure of the ToL project thus illustrates the genetic connections between all living things.", - "id": 1174, - "mirId": "MIR:00000405", - "modified": "2019-06-11T14:17:13.167+0000", - "name": "Tree of Life", + "description": "KEGG Orthology (KO) consists of manually defined, generalised ortholog groups that correspond to KEGG pathway nodes and BRITE hierarchy nodes in all organisms.", + "id": 369, + "mirId": "MIR:00000116", + "modified": "2019-06-11T14:16:03.735+0000", + "name": "KEGG Orthology", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "tol", + "pattern": "^K\\d+$", + "prefix": "kegg.orthology", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Tree of Life Web", - "id": 1176, + "description": "KEGG Orthology Database", + "id": 370, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1175, + "id": 367, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "University of Arizona", + "name": "Department of Computational Biology, University of Tokyo, Tokyo", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100525", - "name": "Tree of Life Web", - "official": false, + "mirId": "MIR:00100149", + "name": "KEGG Orthology Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://tolweb.org/tree/", - "sampleId": "98034", - "urlPattern": "http://tolweb.org/{$id}" + "resourceHomeUrl": "http://www.genome.jp/kegg/ko.html", + "sampleId": "K00001", + "urlPattern": "http://www.kegg.jp/entry/{$id}" } ], - "sampleId": "98034" + "sampleId": "K00001" }, { - "created": "2019-06-11T14:17:13.429+0000", + "created": "2019-06-11T14:15:32.480+0000", "deprecated": false, "deprecationDate": null, - "description": "The Variation Ontology (VariO) is an ontology for the standardized, systematic description of effects, consequences and mechanisms of variations. It describes the effects of variations at the DNA, RNA and/or protein level.", - "id": 1177, - "mirId": "MIR:00000406", - "modified": "2019-06-11T14:17:13.429+0000", - "name": "VariO", - "namespaceEmbeddedInLui": true, - "pattern": "^VariO:\\d+$", - "prefix": "vario", + "description": "KEGG PATHWAY is a collection of manually drawn pathway maps representing our knowledge on the molecular interaction and reaction networks.", + "id": 51, + "mirId": "MIR:00000012", + "modified": "2019-06-11T14:15:32.480+0000", + "name": "KEGG Pathway", + "namespaceEmbeddedInLui": false, + "pattern": "^\\w{2,4}\\d{5}$", + "prefix": "kegg.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VariO through BioPortal", - "id": 1180, + "description": "KEGG PATHWAY Database", + "id": 52, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 15, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100566", - "name": "VariO through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/VARIO", - "sampleId": "0294", - "urlPattern": "http://purl.bioontology.org/ontology/VARIO/VariO:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "VariO through OLS", - "id": 1181, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100677", - "name": "VariO through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/vario", - "sampleId": "0294", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/vario/terms?obo_id=VariO:{$id}" - }, + "mirId": "MIR:00100020", + "name": "KEGG PATHWAY Database", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.genome.jp/kegg/pathway.html", + "sampleId": "hsa00620", + "urlPattern": "https://www.kegg.jp/entry/{$id}" + } + ], + "sampleId": "hsa00620" + }, + { + "created": "2019-06-11T14:15:32.930+0000", + "deprecated": false, + "deprecationDate": null, + "description": "KEGG reaction contains our knowledge on the universe of reactions that are relevant to life.", + "id": 55, + "mirId": "MIR:00000014", + "modified": "2019-06-11T14:15:32.930+0000", + "name": "KEGG Reaction", + "namespaceEmbeddedInLui": false, + "pattern": "^R\\d+$", + "prefix": "kegg.reaction", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VariO at Lund University", - "id": 1179, + "description": "KEGG Reaction Database", + "id": 56, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1178, + "id": 15, "location": { - "countryCode": "SE", - "countryName": "Sweden" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Department of Experimental Medical Science, Lund University", + "name": "Kyoto University Bioinformatics Center", "rorId": null }, "location": { - "countryCode": "SE", - "countryName": "Sweden" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100526", - "name": "VariO at Lund University", - "official": false, + "mirId": "MIR:00100022", + "name": "KEGG Reaction Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.variationontology.org/", - "sampleId": "0294", - "urlPattern": "http://www.ontobee.org/search?ontology=VariO&keywords=VariO_{$id}&submit=Search+terms" + "resourceHomeUrl": "https://www.genome.jp/kegg/reaction/", + "sampleId": "R00100", + "urlPattern": "https://www.kegg.jp/entry/{$id}" } ], - "sampleId": "0294" + "sampleId": "R00100" }, { - "created": "2019-06-11T14:17:13.893+0000", + "created": "2019-06-11T14:16:41.635+0000", "deprecated": false, "deprecationDate": null, - "description": "The Virus Pathogen Database and Analysis Resource (ViPR) supports bioinformatics workflows for a broad range of human virus pathogens and other related viruses. It provides access to sequence records, gene and protein annotations, immune epitopes, 3D structures, and host factor data. This collection references viral strain information.", - "id": 1182, - "mirId": "MIR:00000407", - "modified": "2019-06-11T14:17:13.893+0000", - "name": "ViPR Strain", + "description": "KNApSAcK provides information on metabolites and the\ntaxonomic class with which they are associated.", + "id": 794, + "mirId": "MIR:00000271", + "modified": "2020-04-22T09:28:07.963+0000", + "name": "KNApSAcK", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z 0-9]+$", - "prefix": "vipr", + "pattern": "^C\\d{8}", + "prefix": "knapsack", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ViPR Strain at J. Craig Venter Institute", - "id": 1184, + "description": "KNApSAcK at NAIST", + "id": 796, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1183, + "description": "Nara Institute of Science and Technology (NAIST) is a Japanese national university located in Kansai Science City, a border region between Nara, Osaka, and Kyoto. Founded in 1991, NAIST consisted of graduate schools in three integrated areas: information science, biological sciences, and materials science.", + "homeUrl": "https://www.naist.jp/en/", + "id": 795, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "J. Craig Venter Institute, San Diego, California", - "rorId": null + "name": "Nara Institute of Science and Technology", + "rorId": "https://ror.org/05bhada84" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100527", - "name": "ViPR Strain at J. Craig Venter Institute", + "mirId": "MIR:00100350", + "name": "KNApSAcK at NAIST", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.viprbrc.org/brc/home.do?decorator=vipr", - "sampleId": "BeAn 70563", - "urlPattern": "http://www.viprbrc.org/brc/viprStrainDetails.do?strainName={$id}&decorator=arena" + "resourceHomeUrl": "http://www.knapsackfamily.com/KNApSAcK/", + "sampleId": "C00000001", + "urlPattern": "http://www.knapsackfamily.com/knapsack_core/information.php?word={$id}" } ], - "sampleId": "BeAn 70563" + "sampleId": "C00000001" }, { - "created": "2019-06-11T14:17:14.109+0000", + "created": "2019-06-11T14:18:20.599+0000", "deprecated": false, "deprecationDate": null, - "description": "The Eukaryotic Promoter Database (EPD) is an annotated non-redundant collection of eukaryotic POL II promoters, for which the transcription start site has been determined experimentally. Access to promoter sequences is provided by pointers to positions in nucleotide sequence entries. The annotation part of an entry includes description of the initiation site mapping data, cross-references to other databases, and bibliographic references. EPD is structured in a way that facilitates dynamic extraction of biologically meaningful promoter subsets for comparative sequence analysis.", - "id": 1185, - "mirId": "MIR:00000408", - "modified": "2019-06-11T14:17:14.109+0000", - "name": "EPD", + "description": "Established by the Financial Stability Board in June 2014, the Global Legal Entity Identifier Foundation (GLEIF) is tasked to support the implementation and use of the Legal Entity Identifier (LEI). The foundation is backed and overseen by the LEI Regulatory Oversight Committee, representing public authorities from around the globe that have come together to jointly drive forward transparency within the global financial markets. GLEIF is a supra-national not-for-profit organization headquartered in Basel, Switzerland.", + "id": 1901, + "mirId": "MIR:00000686", + "modified": "2019-06-11T14:18:20.599+0000", + "name": "Global LEI Index", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z-_0-9]+$", - "prefix": "epd", + "pattern": "^[0-9A-Z]{4}[0-9A-Z]{14}[0-9A-Z]{2}$", + "prefix": "lei", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EPD at Swiss Institute of Bioinformatics", - "id": 1186, + "description": "Global LEI Index", + "id": 1903, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1902, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "Global Legal Entity Identifier Foundation, St. Alban-Vorstadt 5, 4052 Basel", + "rorId": null }, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00100528", - "name": "EPD at Swiss Institute of Bioinformatics", - "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://epd.vital-it.ch/", - "sampleId": "TA_H3", - "urlPattern": "http://epd.vital-it.ch/cgi-bin/query_result.pl?out_format=NICE&Entry_0={$id}" + "mirId": "MIR:00100917", + "name": "Global LEI Index", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.gleif.org/", + "sampleId": "HWUPKR0MPOU8FGXBT394", + "urlPattern": "https://www.gleif.org/lei/{$id}" } ], - "sampleId": "TA_H3" + "sampleId": "HWUPKR0MPOU8FGXBT394" }, { - "created": "2019-06-11T14:17:14.331+0000", + "created": "2021-09-05T18:01:14.906+0000", "deprecated": false, "deprecationDate": null, - "description": "The Rfam database is a collection of RNA families, each represented by multiple sequence alignments, consensus secondary structures and covariance models (CMs). The families in Rfam break down into three broad functional classes: non-coding RNA genes, structured cis-regulatory elements and self-splicing RNAs. Typically these functional RNAs often have a conserved secondary structure which may be better preserved than the RNA sequence. The CMs used to describe each family are a slightly more complicated relative of the profile hidden Markov models (HMMs) used by Pfam. CMs can simultaneously model RNA sequence and the structure in an elegant and accurate fashion.", - "id": 1187, - "mirId": "MIR:00000409", - "modified": "2019-06-11T14:17:14.331+0000", - "name": "RFAM", + "description": "LG Chemical Entity Detection Dataset (LGCEDe) is only available open-dataset with molecular instance level annotations (i.e. atom-bond level position annotations within an image) for molecular structure images. This dataset was designed to encourage research on detection-based pipelines for Optical Chemical Structure Recognition (OCSR).", + "id": 2862, + "mirId": "MIR:00000867", + "modified": "2021-09-05T18:01:14.906+0000", + "name": "LG Chemical Entity Detection Dataset (LGCEDe)", "namespaceEmbeddedInLui": false, - "pattern": "^RF\\d{5}$", - "prefix": "rfam", + "pattern": "^LGCEDe-S-\\d{9}$", + "prefix": "lgai.cede", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rfam at EMBL-EBI", - "id": 1188, + "description": "LG AI Research is a subsidiary of the Korean Corporation LG. Mainly focuses on research related to Artificial Intelligence, Big data and data-driven applications to real-world problems.", + "id": 2863, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "LG AI Research is a subsidiary of the Korean Corporation LG. Mainly focuses on research related to Artificial Intelligence, Big data and data-driven applications to real-world problems.", + "homeUrl": "https://www.lgresearch.ai", + "id": 2861, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "KR", + "countryName": "Korea, Republic of" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "LG AI Research", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "KR", + "countryName": "Korea, Republic of" }, - "mirId": "MIR:00100686", - "name": "Rfam at EMBL-EBI", + "mirId": "MIR:00000866", + "name": "LG AI Research", "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://rfam.xfam.org/", - "sampleId": "RF00230", - "urlPattern": "https://rfam.xfam.org/family/{$id}" + "providerCode": "lgai.cede", + "resourceHomeUrl": "https://www.lgresearch.ai", + "sampleId": "LGCEDe-S-000002244", + "urlPattern": "https://s3.us-east-2.amazonaws.com/lg.cede/{$id}" } ], - "sampleId": "RF00230" + "sampleId": "LGCEDe-S-000002244" }, { - "created": "2019-06-11T14:17:14.533+0000", + "created": "2019-06-11T14:15:56.548+0000", "deprecated": false, "deprecationDate": null, - "description": "DNA barcoding is the use of short standardised segments of the genome for identification of species in all the Kingdoms of Life. The goal of the Fungal Barcoding site is to promote the DNA barcoding of fungi and other fungus-like organisms.", - "id": 1189, - "mirId": "MIR:00000410", - "modified": "2019-06-11T14:17:14.533+0000", - "name": "Fungal Barcode", + "description": "The Ligand-Gated Ion Channel database provides nucleic and proteic sequences of the subunits of ligand-gated ion channels. These transmembrane proteins can exist under different conformations, at least one of which forms a pore through the membrane connecting two neighbouring compartments. The database can be used to generate multiple sequence alignments from selected subunits, and gives the atomic coordinates of subunits, or portion of subunits, where available.", + "id": 292, + "mirId": "MIR:00000087", + "modified": "2019-06-11T14:15:56.548+0000", + "name": "Ligand-Gated Ion Channel database", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "fbol", + "pattern": "^\\w+$", + "prefix": "lgic", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Fungal Barcode at Fungal Biodiversity Centre", - "id": 1191, + "description": "Ligand-Gated Ion Channel database at EBI", + "id": 293, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1190, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Fungal Biodiversity Centre, Utrecht", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100532", - "name": "Fungal Barcode at Fungal Biodiversity Centre", + "mirId": "MIR:00100118", + "name": "Ligand-Gated Ion Channel database at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.fungalbarcoding.org/", - "sampleId": "2224", - "urlPattern": "http://www.fungalbarcoding.org/BioloMICS.aspx?Table=Fungal barcodes&Rec={$id}&Fields=All&ExactMatch=T" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/compneur-srv/LGICdb/LGICdb.php", + "sampleId": "5HT3Arano", + "urlPattern": "https://www.ebi.ac.uk/compneur-srv/LGICdb/HTML/{$id}.php" } ], - "sampleId": "2224" + "sampleId": "5HT3Arano" }, { - "created": "2019-06-11T14:17:14.756+0000", + "created": "2019-06-11T14:18:06.185+0000", "deprecated": false, "deprecationDate": null, - "description": "The Assembling the Fungal Tree of Life (AFTOL) project is dedicated to significantly enhancing our understanding of the evolution of the Kingdom Fungi, which represents one of the major clades of life. There are roughly 80,000 described species of Fungi, but the actual diversity in the group has been estimated to be about 1.5 million species.", - "id": 1192, - "mirId": "MIR:00000411", - "modified": "2019-06-11T14:17:14.756+0000", - "name": "AFTOL", + "description": "Sea lice (Lepeophtheirus salmonis and Caligus species) are the major pathogens of salmon, significantly impacting upon the global salmon farming industry. Lice control is primarily accomplished through chemotherapeutants, though emerging resistance necessitates the development of new treatment methods (biological agents, prophylactics and new drugs). LiceBase is a database for sea lice genomics, providing genome annotation of the Atlantic salmon louse Lepeophtheirus salmonis, a genome browser, and access to related high-thoughput genomics data. LiceBase also mines and stores data from related genome sequencing and functional genomics projects.", + "id": 1744, + "mirId": "MIR:00000628", + "modified": "2019-06-11T14:18:06.185+0000", + "name": "LiceBase", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "aftol.taxonomy", + "pattern": "^[A-Za-z0-9\\-\\/]+$", + "prefix": "licebase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AFTOL at University of Minnesota", - "id": 1194, + "description": "LiceBase", + "id": 1746, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1193, + "id": 1745, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "Department of Plant Biology, University of Minnesota, Minnesota", + "name": "Sea Lice Research Centre (SLRC), University of Bergen", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100533", - "name": "AFTOL at University of Minnesota", + "mirId": "MIR:00100832", + "name": "LiceBase", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://aftol.org/data.php", - "sampleId": "959", - "urlPattern": "http://wasabi.lutzonilab.net/pub/displayTaxonInfo?aftol_id={$id}" + "resourceHomeUrl": "https://licebase.org", + "sampleId": "EMLSAT00000003403", + "urlPattern": "https://licebase.org/?q={$id}" } ], - "sampleId": "959" + "sampleId": "EMLSAT00000003403" }, { - "created": "2019-06-11T14:17:14.975+0000", + "created": "2019-06-11T14:18:19.416+0000", "deprecated": false, "deprecationDate": null, - "description": "The Aspergillus Genome Database (AspGD) is a repository for information relating to fungi of the genus Aspergillus, which includes organisms of clinical, agricultural and industrial importance. AspGD facilitates comparative genomics by providing a full-featured genomics viewer, as well as matched and standardized sets of genomic information for the sequenced aspergilli. This collection references gene information.", - "id": 1195, - "mirId": "MIR:00000412", - "modified": "2019-06-11T14:17:14.975+0000", - "name": "AspGD Locus", + "description": "Ligandbook is a public repository for force field parameters with a special emphasis on small molecules and known ligands of proteins. It acts as a warehouse for parameter files that are supplied by the community.", + "id": 1887, + "mirId": "MIR:00000681", + "modified": "2019-06-11T14:18:19.416+0000", + "name": "LigandBook", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z_0-9]+$", - "prefix": "aspgd.locus", + "pattern": "^[0-9]+$", + "prefix": "ligandbook", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AspGD at Stanford Medical School", - "id": 1197, + "description": "LigandBook", + "id": 1889, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1196, + "id": 1888, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "Department of Genetics, Stanford University Medical School, Stanford, California", + "name": "Institut de Chimie des Substances Naturelles", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100534", - "name": "AspGD at Stanford Medical School", - "official": false, + "mirId": "MIR:00100912", + "name": "LigandBook", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.aspgd.org/", - "sampleId": "ASPL0000349247", - "urlPattern": "http://www.aspergillusgenome.org/cgi-bin/locus.pl?dbid={$id}" + "resourceHomeUrl": "https://ligandbook.org/", + "sampleId": "785", + "urlPattern": "https://ligandbook.org/package/{$id}" } ], - "sampleId": "ASPL0000349247" + "sampleId": "785" }, { - "created": "2019-06-11T14:17:15.227+0000", + "created": "2019-06-11T14:17:28.979+0000", "deprecated": false, "deprecationDate": null, - "description": "The Aspergillus Genome Database (AspGD) is a repository for information relating to fungi of the genus Aspergillus, which includes organisms of clinical, agricultural and industrial importance. AspGD facilitates comparative genomics by providing a full-featured genomics viewer, as well as matched and standardized sets of genomic information for the sequenced aspergilli. This collection references protein information.", - "id": 1198, - "mirId": "MIR:00000413", - "modified": "2019-06-11T14:17:15.227+0000", - "name": "AspGD Protein", + "description": "LigandBox is a database of 3D compound structures. Compound information is collected from the catalogues of various commercial suppliers, with approved drugs and biochemical compounds taken from KEGG and PDB databases. Each chemical compound in the database has several 3D conformers with hydrogen atoms and atomic charges, which are ready to be docked into receptors using docking programs. Various physical properties, such as aqueous solubility (LogS) and carcinogenicity have also been calculated to characterize the ADME-Tox properties of the compounds.", + "id": 1357, + "mirId": "MIR:00000477", + "modified": "2020-11-20T10:55:30.526+0000", + "name": "LigandBox", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z_0-9]+$", - "prefix": "aspgd.protein", + "pattern": "^(HTS|KSH)[0-9]{4}-[0-9]{8}|PDB_[0-9,A-Z]{2,3}|[CD][0-9]{5}$", + "prefix": "ligandbox", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AspGD Protein at Stanford Medical School", - "id": 1199, + "description": "LigandBox at N2PC", + "id": 1359, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1196, + "description": "https://www.natprodchem.jp/files/english.pdf", + "homeUrl": "https://www.natprodchem.jp/", + "id": 1358, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Department of Genetics, Stanford University Medical School, Stanford, California", + "name": "Next generation Natural Products Chemistry", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100535", - "name": "AspGD Protein at Stanford Medical School", + "mirId": "MIR:00100612", + "name": "LigandBox at N2PC", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.aspgd.org/", - "sampleId": "ASPL0000349247", - "urlPattern": "http://www.aspergillusgenome.org/cgi-bin/protein/proteinPage.pl?dbid={$id}" + "resourceHomeUrl": "http://www.mypresto5.com/ligandbox/cgi-bin/index.cgi?LANG=en", + "sampleId": "D00001", + "urlPattern": "http://www.mypresto5.com/ligandbox/cgi-bin/liginf.cgi?id={$id}" } ], - "sampleId": "ASPL0000349247" + "sampleId": "D00001" }, { - "created": "2019-06-11T14:17:18.754+0000", + "created": "2019-06-11T14:15:49.385+0000", "deprecated": false, "deprecationDate": null, - "description": "The National Drug Code (NDC) is a unique, three-segment number used by the Food and Drug Administration (FDA) to identify drug products for commercial use. This is required by the Drug Listing Act of 1972. The FDA publishes and updates the listed NDC numbers daily.", - "id": 1237, - "mirId": "MIR:00000431", - "modified": "2019-06-11T14:17:18.754+0000", - "name": "National Drug Code", + "description": "Ligand Expo is a data resource for finding information about small molecules bound to proteins and nucleic acids.", + "id": 217, + "mirId": "MIR:00000062", + "modified": "2019-06-11T14:15:49.385+0000", + "name": "Ligand Expo", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+\\-\\d+\\-\\d+", - "prefix": "ndc", + "pattern": "^(\\w){3}$", + "prefix": "ligandexpo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "National Drug Code at Food and Drug Administration", - "id": 1239, + "description": "Ligand Expo at RutgersRCSB PDB", + "id": 218, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1238, + "id": 79, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. Food and Drug Administration, Maryland", + "name": "Rutgers, The State University of New Jersey", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100554", - "name": "National Drug Code at Food and Drug Administration", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.accessdata.fda.gov/scripts/cder/ndc/", - "sampleId": "0002-1975-61", - "urlPattern": "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/{$id}" + "mirId": "MIR:00100090", + "name": "Ligand Expo at RutgersRCSB PDB", + "official": false, + "providerCode": "rcsb", + "resourceHomeUrl": "http://ligand-depot.rutgers.edu/index.html", + "sampleId": "ABC", + "urlPattern": "http://ligand-depot.rutgers.edu/pyapps/ldHandler.py?formid=cc-index-search&target={$id}&operation=ccid" }, { "deprecated": false, "deprecationDate": null, - "description": "Bio2RDF", - "id": 1240, + "description": "Ligand Expo at Rutgers", + "id": 219, "institution": { - "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", - "homeUrl": "https://bio2rdf.org", - "id": 33, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 79, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Bio2RDF.org", + "name": "Rutgers, The State University of New Jersey", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100700", - "name": "Bio2RDF", + "mirId": "MIR:00100615", + "name": "Ligand Expo at Rutgers", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ndc.bio2rdf.org/fct", - "sampleId": "0002-1975-61", - "urlPattern": "http://ndc.bio2rdf.org/describe/?url=http://bio2rdf.org/ndc:{$id}" + "resourceHomeUrl": "http://ligand-expo.rcsb.org/", + "sampleId": "ABC", + "urlPattern": "http://ligand-expo.rcsb.org/pyapps/ldHandler.py?formid=cc-index-search&target={$id}&operation=ccid" } ], - "sampleId": "0002-1975-61" + "sampleId": "ABC" }, { - "created": "2019-06-11T14:17:15.426+0000", + "created": "2019-06-11T14:17:44.903+0000", "deprecated": false, "deprecationDate": null, - "description": "AutDB is a curated database for autism research. It is built on information extracted from the studies on molecular genetics and biology of Autism Spectrum Disorders (ASD). The four modules of AutDB include information on Human Genes, Animal models, Protein Interactions (PIN) and Copy Number Variants (CNV) respectively. It provides an annotated list of ASD candidate genes in the form of reference dataset for interrogating molecular mechanisms underlying the disorder.", - "id": 1200, - "mirId": "MIR:00000415", - "modified": "2019-06-11T14:17:15.426+0000", - "name": "AutDB", + "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloging changes in gene expression and other cellular processes that occur when cells are exposed to a variety of perturbing agents. The LINCS cell model system can have the following cell categories: cell lines, primary cells, induced pluripotent stem cells, differentiated cells, and embryonic stem cells. The metadata contains information provided by each LINCS Data and Signature Generation Center (DSGC) and the association with a tissue or organ from which the cells were derived, in many cases are also associated to a disease.", + "id": 1525, + "mirId": "MIR:00000544", + "modified": "2019-06-11T14:17:44.903+0000", + "name": "LINCS Cell", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]+[A-Z-0-9]{2,}$", - "prefix": "autdb", + "pattern": "(^LCL-\\d+$)|(^LDC-\\d+$)|(^ES-\\d+$)|(^LSC-\\d+$)|(^LPC-\\d+$)", + "prefix": "lincs.cell", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AutDB at MindSpec", - "id": 1202, + "description": "LINCS Portal", + "id": 1527, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1201, + "id": 1526, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "MindSpec Inc., Fairfax, Virginia", + "name": "University of Miami, BD2K-LINCS DCIC", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100538", - "name": "AutDB at MindSpec", + "mirId": "MIR:00100721", + "name": "LINCS Portal", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://autism.mindspec.org/autdb/", - "sampleId": "ADA", - "urlPattern": "http://autism.mindspec.org/GeneDetail/{$id}" + "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/cells/", + "sampleId": "LCL-2085", + "urlPattern": "http://lincsportal.ccs.miami.edu/cells/#/view/{$id}" } ], - "sampleId": "ADA" + "sampleId": "LCL-2085" }, { - "created": "2019-06-11T14:17:15.634+0000", + "created": "2019-06-11T14:17:56.343+0000", "deprecated": false, "deprecationDate": null, - "description": "BacMap is an electronic, interactive atlas of fully sequenced bacterial genomes. It contains labeled, zoomable and searchable chromosome maps for sequenced prokaryotic (archaebacterial and eubacterial) species. Each map can be zoomed to the level of individual genes and each gene is hyperlinked to a richly annotated gene card. All bacterial genome maps are supplemented with separate prophage genome maps as well as separate tRNA and rRNA maps. Each bacterial chromosome entry in BacMap contains graphs and tables on a variety of gene and protein statistics. Likewise, every bacterial species entry contains a bacterial 'biography' card, with taxonomic details, phenotypic details, textual descriptions and images. This collection references genome map information.", - "id": 1203, - "mirId": "MIR:00000416", - "modified": "2019-06-11T14:17:15.634+0000", - "name": "BacMap Map", + "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloguing changes in gene expression and other cellular processes that occur when cells are exposed to perturbing agents. The data is organized and available as datasets, each including experimental data, metadata and a description of the dataset and assay. The dataset group comprises datasets for the same experiment but with different data level results (data processed to a different level).", + "id": 1635, + "mirId": "MIR:00000588", + "modified": "2019-06-11T14:17:56.343+0000", + "name": "LINCS Data", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\_)?\\d+(\\.\\d+)?$", - "prefix": "bacmap.map", + "pattern": "^[EL]D[SG]-\\d+$", + "prefix": "lincs.data", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BacMap Genome Map at University of Alberta", - "id": 1204, + "description": "LINCS Data at University of Miami", + "id": 1636, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1526, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "University of Miami, BD2K-LINCS DCIC", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100785", + "name": "LINCS Data at University of Miami", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/datasets/", + "sampleId": "LDS-1110", + "urlPattern": "http://lincsportal.ccs.miami.edu/datasets/#/view/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Lincs through OmicsDI", + "id": 1637, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1037, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Department of Computing Science, Food and Nutritional Science, University of Alberta, Edmonton", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100539", - "name": "BacMap Genome Map at University of Alberta", + "mirId": "MIR:00100856", + "name": "Lincs through OmicsDI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bacmap.wishartlab.com/", - "sampleId": "AP011135", - "urlPattern": "http://bacmap.wishartlab.com/maps/{$id}/index.html" + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "LDS-1110", + "urlPattern": "https://www.omicsdi.org/dataset/lincs/{$id}" } ], - "sampleId": "AP011135" + "sampleId": "LDS-1110" }, { - "created": "2019-06-11T14:17:15.821+0000", + "created": "2019-06-11T14:17:45.145+0000", "deprecated": false, "deprecationDate": null, - "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to expression across species.", - "id": 1205, - "mirId": "MIR:00000417", - "modified": "2019-06-11T14:17:15.821+0000", - "name": "Bgee family", + "description": "The HMS LINCS Database currently contains information on experimental reagents (small molecule perturbagens, cells, and proteins). It aims to collect and disseminate information relating to the fundamental principles of cellular response in humans to perturbation. This collection references proteins.", + "id": 1528, + "mirId": "MIR:00000545", + "modified": "2019-06-11T14:17:45.145+0000", + "name": "LINCS Protein", "namespaceEmbeddedInLui": false, - "pattern": "^(ENSFM|ENSGTV:)\\d+$", - "prefix": "bgee.family", + "pattern": "^\\d+$", + "prefix": "lincs.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bgee at Lausanne", - "id": 1207, + "description": "LINCS Protein at Harvard Medical School", + "id": 1529, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1322, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "Harvard Medical School, Boston, Massachusetts", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100540", - "name": "Bgee at Lausanne", + "mirId": "MIR:00100722", + "name": "LINCS Protein at Harvard Medical School", "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", - "sampleId": "ENSFM00500000270089", - "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=gene_family&action=family_details&gene_family_id={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://lincs.hms.harvard.edu/db/proteins/", + "sampleId": "200282", + "urlPattern": "http://lincs.hms.harvard.edu/db/proteins/{$id}/" } ], - "sampleId": "ENSFM00500000270089" + "sampleId": "200282" }, { - "created": "2019-06-11T14:17:16.067+0000", + "created": "2019-06-11T14:17:45.396+0000", "deprecated": false, "deprecationDate": null, - "description": "Bgee is a database to retrieve and compare gene expression patterns in multiple species, produced from multiple data types (RNA-Seq, Affymetrix, in situ hybridization, and EST data). This collection references genes in Bgee.", - "id": 1208, - "mirId": "MIR:00000418", - "modified": "2019-06-11T14:17:16.067+0000", - "name": "Bgee gene", + "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloging changes in gene expression and other cellular processes that occur when cells are exposed to a variety of perturbing agents. The LINCS small molecule collection is used as perturbagens in LINCS experiments. The small molecule metadata includes substance-specific batch information provided by each LINCS Data and Signature Generation Center (DSGC).", + "id": 1530, + "mirId": "MIR:00000546", + "modified": "2019-06-11T14:17:45.396+0000", + "name": "LINCS Small Molecule", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z]+\\d+$", - "prefix": "bgee.gene", + "pattern": "^LSM-\\d+$", + "prefix": "lincs.smallmolecule", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bgee gene", - "id": 1210, + "description": "LINCS Portal", + "id": 1532, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1531, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "University of Miami, BD2K-LINCS DCIC, USA", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100541", - "name": "Bgee gene", + "mirId": "MIR:00100723", + "name": "LINCS Portal", "official": false, - "providerCode": "sib", - "resourceHomeUrl": "https://bgee.org/", - "sampleId": "FBgn0000015", - "urlPattern": "https://bgee.org/?page=gene&gene_id={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/SmallMolecules/", + "sampleId": "LSM-6306", + "urlPattern": "http://lincsportal.ccs.miami.edu/SmallMolecules/#/view/{$id}" } ], - "sampleId": "FBgn0000015" + "sampleId": "LSM-6306" }, { - "created": "2019-06-11T14:17:16.333+0000", + "created": "2021-08-08T09:42:52.720+0000", "deprecated": false, "deprecationDate": null, - "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to developmental stages.", - "id": 1211, - "mirId": "MIR:00000419", - "modified": "2019-06-11T14:17:16.333+0000", - "name": "Bgee stage", + "description": "Registry of programming languages for the Linguist program for detecting and highlighting programming languages.", + "id": 2804, + "mirId": "MIR:00000849", + "modified": "2021-08-08T09:42:52.720+0000", + "name": "Linguist", "namespaceEmbeddedInLui": false, - "pattern": "^(FBvd|XtroDO|HsapDO|MmusDO)\\:\\d+$", - "prefix": "bgee.stage", + "pattern": "^[a-zA-Z0-9 +#'*]+$", + "prefix": "linguist", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bgee at Lausanne", - "id": 1212, + "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", + "id": 2805, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", + "homeUrl": "https://github.com/", + "id": 2803, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "GitHub, Inc.", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100542", - "name": "Bgee at Lausanne", - "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", - "sampleId": "HsapDO:0000004", - "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=anatomy&action=organs&stage_id={$id}&stage_children=on" + "mirId": "MIR:00000848", + "name": "GitHub, Inc.", + "official": true, + "providerCode": "github", + "resourceHomeUrl": "https://github.com/", + "sampleId": "Python", + "urlPattern": "https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml#{$id}" } ], - "sampleId": "HsapDO:0000004" + "sampleId": "Python" }, { - "created": "2019-06-11T14:17:16.514+0000", + "created": "2019-06-11T14:16:03.490+0000", "deprecated": false, "deprecationDate": null, - "description": "Bgee is a database of gene expression patterns within particular anatomical structures within a species, and between different animal species. This collection refers to anatomical structures.", - "id": 1213, - "mirId": "MIR:00000420", - "modified": "2019-06-11T14:17:16.514+0000", - "name": "Bgee organ", + "description": "LipidBank is an open, publicly free database of natural lipids including fatty acids, glycerolipids, sphingolipids, steroids, and various vitamins.", + "id": 366, + "mirId": "MIR:00000115", + "modified": "2019-06-11T14:16:03.490+0000", + "name": "LipidBank", "namespaceEmbeddedInLui": false, - "pattern": "^(XAO|ZFA|EHDAA|EMAPA|EV|MA)\\:\\d+$", - "prefix": "bgee.organ", + "pattern": "^\\w+\\d+$", + "prefix": "lipidbank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bgee at Lausanne", - "id": 1214, + "description": "LipidBank the Lipid database", + "id": 368, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 367, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "Department of Computational Biology, University of Tokyo, Tokyo", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100543", - "name": "Bgee at Lausanne", + "mirId": "MIR:00100148", + "name": "LipidBank the Lipid database", "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://bgee.unil.ch/bgee/bgee", - "sampleId": "EHDAA:2185", - "urlPattern": "http://bgee.unil.ch/bgee/bgee?page=anatomy&action=organ_details&organ_id={$id}&organ_children=on" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://lipidbank.jp/index.html", + "sampleId": "BBA0001", + "urlPattern": "http://lipidbank.jp/cgi-bin/detail.cgi?id={$id}" } ], - "sampleId": "EHDAA:2185" + "sampleId": "BBA0001" }, { - "created": "2019-06-11T14:17:16.688+0000", + "created": "2019-06-11T14:15:46.708+0000", "deprecated": false, "deprecationDate": null, - "description": "BioCarta is a supplier and distributor of characterized reagents and assays for biopharmaceutical and academic research. It catalogs community produced online maps depicting molecular relationships from areas of active research, generating classical pathways as well as suggestions for new pathways. This collections references pathway maps.", - "id": 1215, - "mirId": "MIR:00000421", - "modified": "2019-06-11T14:17:16.688+0000", - "name": "BioCarta Pathway", + "description": "The LIPID MAPS Lipid Classification System is comprised of eight lipid categories, each with its own subclassification hierarchy. All lipids in the LIPID MAPS Structure Database (LMSD) have been classified using this system and have been assigned LIPID MAPS ID's which reflects their position in the classification hierarchy.", + "id": 189, + "mirId": "MIR:00000052", + "modified": "2019-06-11T14:15:46.708+0000", + "name": "LIPID MAPS", "namespaceEmbeddedInLui": false, - "pattern": "^([hm]\\_)?\\w+Pathway$", - "prefix": "biocarta.pathway", + "pattern": "^LM(FA|GL|GP|SP|ST|PR|SL|PK)[0-9]{4}([0-9a-zA-Z]{4,6})?$", + "prefix": "lipidmaps", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioCarta Pathway at NCI", - "id": 1216, + "description": "Department of Bioengineering and the San Diego Supercomputer Center", + "id": 191, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 442, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Cancer Institute, Center for Bioinformatics, Maryland", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100544", - "name": "BioCarta Pathway at NCI", + "mirId": "MIR:00100080", + "name": "Department of Bioengineering and the San Diego Supercomputer Center", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.biocarta.com/", - "sampleId": "h_aktPathway", - "urlPattern": "https://cgap.nci.nih.gov/Pathways/BioCarta/{$id}" + "resourceHomeUrl": "http://www.lipidmaps.org", + "sampleId": "LMPR0102010012", + "urlPattern": "http://www.lipidmaps.org/data/LMSDRecord.php?LMID={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2458, + "institution": { + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" + }, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "mirId": "MIR:00000781", + "name": "Scholia", + "official": false, + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "LMFA00000007", + "urlPattern": "https://scholia.toolforge.org/lipidmaps/{$id}" } ], - "sampleId": "h_aktPathway" + "sampleId": "LMPR0102010012" }, { - "created": "2019-06-11T14:17:17.038+0000", + "created": "2019-06-11T14:17:05.115+0000", "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. GMD's metabolite profiles provide relative metabolite concentrations normalised according to fresh weight (or comparable quantitative data, such as volume, cell count, etc.) and internal standards (e.g. ribotol) of biological reference conditions and tissues.", - "id": 1219, - "mirId": "MIR:00000423", - "modified": "2019-06-11T14:17:17.038+0000", - "name": "Golm Metabolome Database Profile", + "description": "A Locus Reference Genomic (LRG) is a manually curated record that contains stable genomic, transcript and protein reference sequences for reporting clinically relevant sequence variants. All LRGs are generated and maintained by the NCBI and EMBL-EBI.", + "id": 1078, + "mirId": "MIR:00000376", + "modified": "2020-05-22T10:35:39.544+0000", + "name": "Locus Reference Genomic", "namespaceEmbeddedInLui": false, - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", - "prefix": "gmd.profile", + "pattern": "^LRG_\\d+$", + "prefix": "lrg", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", - "id": 1220, + "description": "Locus Reference Genomic through Ensembl", + "id": 1082, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 806, + "id": 1081, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100546", - "name": "Golm Metabolome Database (Profile) at Max Planck Institute of Molecular Plant Physiology", + "mirId": "MIR:00100627", + "name": "Locus Reference Genomic through Ensembl", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", - "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/profile/default.aspx?XemlId={$id}" - } - ], - "sampleId": "10b38aaf-b977-4950-85b8-f4775f66658d" - }, - { - "created": "2019-06-11T14:17:17.255+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. Analytes are subjected to a gas chromatograph coupled to a mass spectrometer, which records the mass spectrum and the retention time linked to an analyte. This collection references GC-MS spectra.", - "id": 1221, - "mirId": "MIR:00000424", - "modified": "2019-06-11T14:17:17.255+0000", - "name": "Golm Metabolome Database GC-MS spectra", - "namespaceEmbeddedInLui": false, - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", - "prefix": "gmd.gcms", - "resources": [ + "resourceHomeUrl": "http://www.ensembl.org/", + "sampleId": "LRG_1", + "urlPattern": "http://www.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (GC-MS Spectra) at Max Planck Institute of Molecular Plant Physiology", - "id": 1222, + "description": "Locus Reference Genomic through Ensembl mirror (asia)", + "id": 1083, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 806, + "id": 1081, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "SG", + "countryName": "Singapore" }, - "mirId": "MIR:00100547", - "name": "Golm Metabolome Database (GC-MS Spectra) at Max Planck Institute of Molecular Plant Physiology", + "mirId": "MIR:00100629", + "name": "Locus Reference Genomic through Ensembl mirror (asia)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", - "sampleId": "53d583d8-40c6-40e1-9296-23f821cd77a5", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/Spectrums/{$id}" - } - ], - "sampleId": "53d583d8-40c6-40e1-9296-23f821cd77a5" - }, - { - "created": "2019-06-11T14:17:17.475+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. Since metabolites often cannot be obtained in their respective native biological state, for example organic acids may be only acquirable as salts, the concept of reference substance was introduced. This collection references reference substances.", - "id": 1223, - "mirId": "MIR:00000425", - "modified": "2019-06-11T14:17:17.475+0000", - "name": "Golm Metabolome Database Reference Substance", - "namespaceEmbeddedInLui": false, - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", - "prefix": "gmd.ref", - "resources": [ + "resourceHomeUrl": "http://asia.ensembl.org/", + "sampleId": "LRG_1", + "urlPattern": "http://asia.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (Reference Substance) at Max Planck Institute of Molecular Plant Physiology", - "id": 1224, + "description": "Locus Reference Genomic through Ensembl mirror (US west)", + "id": 1084, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 806, + "id": 1081, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100548", - "name": "Golm Metabolome Database (Reference Substance) at Max Planck Institute of Molecular Plant Physiology", + "mirId": "MIR:00100630", + "name": "Locus Reference Genomic through Ensembl mirror (US west)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", - "sampleId": "8cf84adb-b4db-4807-ac98-0004247c35df", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/ReferenceSubstances/{$id}" - } - ], - "sampleId": "8cf84adb-b4db-4807-ac98-0004247c35df" - }, - { - "created": "2019-06-11T14:17:17.661+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Golm Metabolome Database (GMD) provides public access to custom mass spectral libraries, metabolite profiling experiments as well as additional information and tools. For GC-MS profiling analyses, polar metabolite extracts are chemically converted, i.e. derivatised into less polar and volatile compounds, so called analytes. This collection references analytes.", - "id": 1225, - "mirId": "MIR:00000426", - "modified": "2019-06-11T14:17:17.661+0000", - "name": "Golm Metabolome Database Analyte", - "namespaceEmbeddedInLui": false, - "pattern": "^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$", - "prefix": "gmd.analyte", - "resources": [ + "resourceHomeUrl": "http://uswest.ensembl.org/", + "sampleId": "LRG_1", + "urlPattern": "http://uswest.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Golm Metabolome Database (Analyte) at Max Planck Institute of Molecular Plant Physiology", - "id": 1226, + "description": "Locus Reference Genomic through Ensembl mirror (US east)", + "id": 1085, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 806, + "id": 1081, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Max Planck Institute of Molecular Plant Physiology, Potsdam", + "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" - }, - "mirId": "MIR:00100549", - "name": "Golm Metabolome Database (Analyte) at Max Planck Institute of Molecular Plant Physiology", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gmd.mpimp-golm.mpg.de/", - "sampleId": "4f0fa9b6-514f-4ff4-98cc-0009bc08eb80", - "urlPattern": "http://gmd.mpimp-golm.mpg.de/Analytes/{$id}" - } - ], - "sampleId": "4f0fa9b6-514f-4ff4-98cc-0009bc08eb80" - }, - { - "created": "2019-06-11T14:17:17.850+0000", - "deprecated": false, - "deprecationDate": null, - "description": "IntAct provides a freely available, open source database system and analysis tools for protein interaction data. This collection references interactor molecules.", - "id": 1227, - "mirId": "MIR:00000427", - "modified": "2019-06-11T14:17:17.850+0000", - "name": "IntAct Molecule", - "namespaceEmbeddedInLui": false, - "pattern": "^EBI\\-[0-9]+$", - "prefix": "intact.molecule", - "resources": [ + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100631", + "name": "Locus Reference Genomic through Ensembl mirror (US east)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://useast.ensembl.org/", + "sampleId": "LRG_1", + "urlPattern": "http://useast.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "IntAct Molecule at EBI", - "id": 1228, + "description": "Locus Reference Genomic", + "id": 1080, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -21176,1587 +21524,1519 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100550", - "name": "IntAct Molecule at EBI", - "official": false, + "mirId": "MIR:00100478", + "name": "Locus Reference Genomic", + "official": true, "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", - "sampleId": "EBI-366083", - "urlPattern": "https://www.ebi.ac.uk/intact/molecule/{$id}" + "resourceHomeUrl": "http://www.lrg-sequence.org/", + "sampleId": "LRG_1", + "urlPattern": "ftp://ftp.ebi.ac.uk/pub/databases/lrgex/{$id}.xml" } ], - "sampleId": "EBI-366083" + "sampleId": "LRG_1" }, { - "created": "2019-06-11T14:17:18.034+0000", + "created": "2019-06-11T14:17:21.919+0000", "deprecated": false, "deprecationDate": null, - "description": "The human DEPhOsphorylation Database (DEPOD) contains information on known human active phosphatases and their experimentally verified protein and nonprotein substrates. Reliability scores are provided for dephosphorylation interactions, according to the type of assay used, as well as the number of laboratories that have confirmed such interaction. Phosphatase and substrate entries are listed along with the dephosphorylation site, bioassay type, and original literature, and contain links to other resources.", - "id": 1229, - "mirId": "MIR:00000428", - "modified": "2019-06-11T14:17:18.034+0000", - "name": "DEPOD", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "depod", + "description": "A structured controlled vocabulary of the adult anatomy of the mouse (Mus)", + "id": 1275, + "mirId": "MIR:00000445", + "modified": "2019-06-11T14:17:21.919+0000", + "name": "Mouse Adult Gross Anatomy", + "namespaceEmbeddedInLui": true, + "pattern": "^MA:\\d+$", + "prefix": "ma", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DEPOD at EMBL", - "id": 1231, + "description": "Mouse Adult Gross Anatomy through BioPortal", + "id": 1276, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1230, + "id": 5, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Molecular Biology Laboratory EMBL, Heidelberg", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100551", - "name": "DEPOD at EMBL", + "mirId": "MIR:00100576", + "name": "Mouse Adult Gross Anatomy through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.depod.bioss.uni-freiburg.de", - "sampleId": "PTPN1", - "urlPattern": "http://www.depod.bioss.uni-freiburg.de/showp.php?gene={$id}" - } - ], - "sampleId": "PTPN1" - }, - { - "created": "2019-06-11T14:17:18.324+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Cell Signaling Technology is a commercial organisation which provides a pathway portal to showcase their phospho-antibody products. This collection references pathways.", - "id": 1232, - "mirId": "MIR:00000429", - "modified": "2019-06-11T14:17:18.324+0000", - "name": "Cell Signaling Technology Pathways", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9_-]+$", - "prefix": "cst", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MA", + "sampleId": "0002502", + "urlPattern": "http://purl.bioontology.org/ontology/MA/MA:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "CST Pathways at Cell Signaling Technology", - "id": 1234, + "description": "Mouse Adult Gross Anatomy through OLS", + "id": 1277, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1233, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Cell Signaling Technology, Inc., Danvers, Massachusetts", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100552", - "name": "CST Pathways at Cell Signaling Technology", + "mirId": "MIR:00100577", + "name": "Mouse Adult Gross Anatomy through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cellsignal.com/pathways/index.html", - "sampleId": "Akt_PKB", - "urlPattern": "http://www.cellsignal.com/reference/pathway/{$id}.html" - } - ], - "sampleId": "Akt_PKB" - }, - { - "created": "2019-06-11T14:17:19.049+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Phytozome is a project to facilitate comparative genomic studies amongst green plants. Famlies of orthologous and paralogous genes that represent the modern descendents of ancestral gene sets are constructed at key phylogenetic nodes. These families allow easy access to clade specific orthology/paralogy relationships as well as clade specific genes and gene expansions. This collection references locus information.", - "id": 1241, - "mirId": "MIR:00000432", - "modified": "2019-06-11T14:17:19.049+0000", - "name": "Phytozome Locus", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "phytozome.locus", - "resources": [ + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ma", + "sampleId": "0002502", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ma/terms?obo_id=MA:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Phytozome Locus at Joint Genome Institute", - "id": 1243, + "description": "Mouse Adult Gross Anatomy at The Jackson Laboratory", + "id": 1279, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1242, + "id": 1278, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Joint Genome Institute, California, and the Center for Integrative Genomics, Lausanne", + "name": "The Jackson Laboratory, Bar Harbor, Maine", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100556", - "name": "Phytozome Locus at Joint Genome Institute", - "official": false, + "mirId": "MIR:00100578", + "name": "Mouse Adult Gross Anatomy at The Jackson Laboratory", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.phytozome.net/", - "sampleId": "Glyma0021s00410", - "urlPattern": "http://www.phytozome.net/genePage.php?crown&method=0&search=1&detail=1&searchText=locusname:{$id}" + "resourceHomeUrl": "http://www.informatics.jax.org/", + "sampleId": "0002502", + "urlPattern": "http://www.informatics.jax.org/searches/AMA.cgi?id=MA:{$id}" } ], - "sampleId": "Glyma0021s00410" + "sampleId": "0002502" }, { - "created": "2019-06-11T14:17:19.310+0000", + "created": "2019-06-11T14:15:53.388+0000", "deprecated": false, "deprecationDate": null, - "description": "SubtiList serves to collate and integrate various aspects of the genomic information from B. subtilis, the paradigm of sporulating Gram-positive bacteria.\r\nSubtiList provides a complete dataset of DNA and protein sequences derived from the paradigm strain B. subtilis 168, linked to the relevant annotations and functional assignments.", - "id": 1244, - "mirId": "MIR:00000433", - "modified": "2019-06-11T14:17:19.310+0000", - "name": "SubtiList", + "description": "MACiE (Mechanism, Annotation and Classification in Enzymes) is a database of enzyme reaction mechanisms. Each entry in MACiE consists of an overall reaction describing the chemical compounds involved, as well as the species name in which the reaction occurs. The individual reaction stages for each overall reaction are listed with mechanisms, alternative mechanisms, and amino acids involved.", + "id": 261, + "mirId": "MIR:00000077", + "modified": "2019-06-11T14:15:53.388+0000", + "name": "MACiE", "namespaceEmbeddedInLui": false, - "pattern": "^BG\\d+$", - "prefix": "subtilist", + "pattern": "^M\\d{4}$", + "prefix": "macie", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SubtiList at Pasteur Institute", - "id": 1246, + "description": "MACiE database of mechanisms, annotation and classification in enzymes", + "id": 262, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1245, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Pasteur Institute, Paris", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100557", - "name": "SubtiList at Pasteur Institute", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://genolist.pasteur.fr/SubtiList/", - "sampleId": "BG11523", - "urlPattern": "http://genolist.pasteur.fr/SubtiList/genome.cgi?external_query+{$id}" + "mirId": "MIR:00100108", + "name": "MACiE database of mechanisms, annotation and classification in enzymes", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/thornton-srv/databases/MACiE/index.html", + "sampleId": "M0001", + "urlPattern": "https://www.ebi.ac.uk/thornton-srv/databases/cgi-bin/MACiE/entry/getPage.pl?id={$id}" } ], - "sampleId": "BG11523" + "sampleId": "M0001" }, { - "created": "2019-06-11T14:17:19.532+0000", + "created": "2019-06-11T14:16:19.610+0000", "deprecated": false, "deprecationDate": null, - "description": "DailyMed provides information about marketed drugs. This information includes FDA labels (package inserts). The Web site provides a standard, comprehensive, up-to-date, look-up and download resource of medication content and labeling as found in medication package inserts. Drug labeling is the most recent submitted to the Food and Drug Administration (FDA) and currently in use; it may include, for example, strengthened warnings undergoing FDA review or minor editorial changes. These labels have been reformatted to make them easier to read.", - "id": 1247, - "mirId": "MIR:00000434", - "modified": "2019-06-11T14:17:19.532+0000", - "name": "DailyMed", + "description": "MaizeGDB is the maize research community's central repository for genetics and genomics information.", + "id": 543, + "mirId": "MIR:00000177", + "modified": "2019-06-11T14:16:19.610+0000", + "name": "MaizeGDB Locus", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9-]+", - "prefix": "dailymed", + "pattern": "^\\d+$", + "prefix": "maizegdb.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DailyMed at NLM", - "id": 1249, + "description": "MaizeGDB at Missouri", + "id": 545, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1248, + "id": 544, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. National Library of Medicine, Bethesda, Maryland", + "name": "Division of Plant Sciences, Missouri", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100558", - "name": "DailyMed at NLM", + "mirId": "MIR:00100223", + "name": "MaizeGDB at Missouri", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://dailymed.nlm.nih.gov/dailymed/", - "sampleId": "973a9333-fec7-46dd-8eb5-25738f06ee54", - "urlPattern": "https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid={$id}" + "resourceHomeUrl": "http://www.maizegdb.org/", + "sampleId": "25011", + "urlPattern": "http://www.maizegdb.org/cgi-bin/displaylocusrecord.cgi?id={$id}" } ], - "sampleId": "973a9333-fec7-46dd-8eb5-25738f06ee54" + "sampleId": "25011" }, { - "created": "2019-06-11T14:17:19.846+0000", + "created": "2019-06-11T14:17:38.625+0000", "deprecated": false, "deprecationDate": null, - "description": "SIDER (Side Effect Resource) is a public, computer-readable side effect resource that connects drugs to side effect terms. It aggregates dispersed public information on side effects. This collection references drugs in SIDER.", - "id": 1250, - "mirId": "MIR:00000435", - "modified": "2019-06-11T14:17:19.846+0000", - "name": "SIDER Drug", + "description": "The Mathematical Modelling Ontology (MAMO) is a classification of the types of mathematical models used mostly in the life sciences, their variables, relationships and other relevant features.", + "id": 1459, + "mirId": "MIR:00000517", + "modified": "2019-06-11T14:17:38.625+0000", + "name": "Mathematical Modelling Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sider.drug", + "pattern": "^MAMO_\\d{7}$", + "prefix": "mamo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SIDER Drug v2 at EMBL (Heidelberg)", - "id": 1252, + "description": "MAMO through BioPortal", + "id": 1460, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1251, + "id": 5, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100559", - "name": "SIDER Drug v2 at EMBL (Heidelberg)", + "mirId": "MIR:00100665", + "name": "MAMO through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sideeffects.embl.de/", - "sampleId": "2244", - "urlPattern": "http://sideeffects.embl.de/drugs/{$id}/" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MAMO", + "sampleId": "MAMO_0000026", + "urlPattern": "http://bioportal.bioontology.org/ontologies/MAMO/?p=classes&conceptid=http://identifiers.org/mamo/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "MaMO through OLS", + "id": 1461, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100758", + "name": "MaMO through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mamo", + "sampleId": "MAMO_0000026", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mamo/terms?short_form={$id}" } ], - "sampleId": "2244" + "sampleId": "MAMO_0000026" }, { - "created": "2019-06-11T14:17:20.079+0000", + "created": "2019-06-11T14:16:42.071+0000", "deprecated": false, "deprecationDate": null, - "description": "SIDER (Side Effect Resource) is a public, computer-readable side effect resource that connects drugs to side effect terms. It aggregates dispersed public information on side effects. This collection references side effects of drugs as referenced in SIDER.", - "id": 1253, - "mirId": "MIR:00000436", - "modified": "2019-06-11T14:17:20.079+0000", - "name": "SIDER Side Effect", + "description": "MassBank is a federated database of reference spectra from different instruments, including high-resolution mass spectra of small metabolites (<3000 Da).", + "id": 800, + "mirId": "MIR:00000273", + "modified": "2022-12-13T16:15:18.652+0000", + "name": "MassBank", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d+$", - "prefix": "sider.effect", + "pattern": "^MSBNK-[0-9a-zA-Z_]+-[A-Z0-9_]+$", + "prefix": "massbank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SIDER Side Effect v2 at EMBL (Heidelberg)", - "id": 1254, + "description": "MassBank in Europe", + "id": 804, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1251, + "id": 803, "location": { "countryCode": "DE", "countryName": "Germany" }, - "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", + "name": "NORMAN Network and The MassBank Consortium", "rorId": null }, "location": { "countryCode": "DE", "countryName": "Germany" }, - "mirId": "MIR:00100560", - "name": "SIDER Side Effect v2 at EMBL (Heidelberg)", + "mirId": "MIR:00100666", + "name": "MassBank in Europe", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sideeffects.embl.de/", - "sampleId": "C0017565", - "urlPattern": "http://sideeffects.embl.de/se/{$id}/" - } - ], - "sampleId": "C0017565" - }, - { - "created": "2019-06-11T14:17:20.303+0000", - "deprecated": false, - "deprecationDate": null, - "description": "WikiGenes is a collaborative knowledge resource for the life sciences, which is based on the general wiki idea but employs specifically developed technology to serve as a rigorous scientific tool. The rationale behind WikiGenes is to provide a platform for the scientific community to collect, communicate and evaluate knowledge about genes, chemicals, diseases and other biomedical concepts in a bottom-up process.", - "id": 1255, - "mirId": "MIR:00000437", - "modified": "2019-06-11T14:17:20.303+0000", - "name": "WikiGenes", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "wikigenes", - "resources": [ + "providerCode": "massbankeu", + "resourceHomeUrl": "https://massbank.eu/", + "sampleId": "PB000166", + "urlPattern": "https://massbank.eu/MassBank/RecordDisplay?id={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "WikiGenes at Massachusetts Institute of Technology", - "id": 1257, + "description": "MassBank in Japan", + "id": 802, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1256, + "id": 801, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, Massachusetts", + "name": "The MassBank Consortium", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100567", - "name": "WikiGenes at Massachusetts Institute of Technology", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.wikigenes.org/", - "sampleId": "3771877", - "urlPattern": "http://www.wikigenes.org/e/gene/e/{$id}.html" + "mirId": "MIR:00100353", + "name": "MassBank in Japan", + "official": true, + "providerCode": "massbankjp", + "resourceHomeUrl": "http://www.massbank.jp", + "sampleId": "PB000166", + "urlPattern": "https://massbank.jp/RecordDisplay?id={$id}" } ], - "sampleId": "3771877" + "sampleId": "MSBNK-IPB_Halle-PB000166" }, { - "created": "2019-06-11T14:17:20.539+0000", + "created": "2019-06-11T14:18:11.594+0000", "deprecated": false, "deprecationDate": null, - "description": "Magnaporthe grisea, the causal agent of rice blast disease, is one of the most devasting threats to food security worldwide and is a model organism for studying fungal phytopathogenicity and host-parasite interactions. The Magnaporthe comparative genomics database provides accesses to multiple fungal genomes from the Magnaporthaceae family to facilitate the comparative analysis. As part of the Broad Fungal Genome Initiative, the Magnaporthe comparative project includes the finished M. oryzae (formerly M. grisea) genome, as well as the draft assemblies of Gaeumannomyces graminis var. tritici and M. poae.", - "id": 1258, - "mirId": "MIR:00000438", - "modified": "2019-06-11T14:17:20.539+0000", - "name": "Broad Fungal Genome Initiative", + "description": "MassIVE is a community resource developed by the NIH-funded Center for Computational Mass Spectrometry to promote the global, free exchange of mass spectrometry data.", + "id": 1806, + "mirId": "MIR:00000650", + "modified": "2019-06-11T14:18:11.594+0000", + "name": "MassIVE", "namespaceEmbeddedInLui": false, - "pattern": "^S\\d+$", - "prefix": "broad", + "pattern": "^MSV\\d+$", + "prefix": "massive", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Broad Fungal Genome Initiative at Broad Institute", - "id": 1260, + "description": "MassIVE", + "id": 1807, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1259, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Broad Institute of MIT and Harvard, Cambridge, Massachuchetts", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100569", - "name": "Broad Fungal Genome Initiative at Broad Institute", - "official": true, + "mirId": "MIR:00100866", + "name": "MassIVE", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.broadinstitute.org/annotation/genome/magnaporthe_grisea/", - "sampleId": "S7000002168151102", - "urlPattern": "https://www.broadinstitute.org/annotation/genome/magnaporthe_grisea/GeneDetails.html?sp={$id}" + "resourceHomeUrl": "https://massive.ucsd.edu/ProteoSAFe/static/massive.jsp", + "sampleId": "MSV000082131", + "urlPattern": "https://massive.ucsd.edu/ProteoSAFe/QueryMSV?id={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "MassIVE through OmicsDI", + "id": 1808, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100867", + "name": "MassIVE through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "MSV000082131", + "urlPattern": "https://www.omicsdi.org/dataset/massive/{$id}" } ], - "sampleId": "S7000002168151102" + "sampleId": "MSV000082131" }, { - "created": "2019-06-11T14:17:20.763+0000", + "created": "2019-06-11T14:15:51.252+0000", "deprecated": false, "deprecationDate": null, - "description": "The Coriell Cell Repositories provide essential research reagents to the scientific community by establishing, verifying, maintaining, and distributing cell cultures and DNA derived from cell cultures. These collections, supported by funds from the National Institutes of Health (NIH) and several foundations, are extensively utilized by research scientists around the world.", - "id": 1261, - "mirId": "MIR:00000439", - "modified": "2019-06-11T14:17:20.763+0000", - "name": "Coriell Cell Repositories", + "description": "MatrixDB stores experimentally determined interactions involving at least one extracellular biomolecule. It includes mostly protein-protein and protein-glycosaminoglycan interactions, as well as interactions with lipids and cations.", + "id": 236, + "mirId": "MIR:00000068", + "modified": "2019-06-11T14:15:51.252+0000", + "name": "MatrixDB", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]{2}\\d+$", - "prefix": "coriell", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])_.*|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]_.*)|(GAG_.*)|(MULT_.*)|(PFRAG_.*)|(LIP_.*)|(CAT_.*)$", + "prefix": "matrixdb.association", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Coriell Cell Repositories at Coriell Institute", - "id": 1263, + "description": "MatrixDB Association", + "id": 238, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1262, - "location": { - "countryCode": "US", - "countryName": "United States" + "id": 237, + "location": { + "countryCode": "FR", + "countryName": "France" }, - "name": "Coriell Institute for Medical Research, New Jersey", + "name": "Institut de Biologie et Chimie des Protéines, Lyon University", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100570", - "name": "Coriell Cell Repositories at Coriell Institute", - "official": false, + "mirId": "MIR:00100098", + "name": "MatrixDB Association", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ccr.coriell.org/", - "sampleId": "GM17027", - "urlPattern": "http://ccr.coriell.org/Sections/Search/Sample_Detail.aspx?Ref={$id}" + "resourceHomeUrl": "http://matrixdb.univ-lyon1.fr/", + "sampleId": "P00747__P07355", + "urlPattern": "http://matrixdb.univ-lyon1.fr//cgi-bin/current/newPort?type=association&value={$id}&class=Association" } ], - "sampleId": "GM17027" + "sampleId": "P00747__P07355" }, { - "created": "2019-06-11T14:17:20.995+0000", + "created": "2019-06-11T14:17:52.138+0000", "deprecated": false, "deprecationDate": null, - "description": "The CORUM database provides a resource of manually annotated protein complexes from mammalian organisms. Annotation includes protein complex function, localization, subunit composition, literature references and more. All information is obtained from individual experiments published in scientific articles, data from high-throughput experiments is excluded.", - "id": 1264, - "mirId": "MIR:00000440", - "modified": "2019-06-11T14:17:20.995+0000", - "name": "CORUM", + "description": "The MDM (Medical Data Models) Portal is a meta-data registry for creating, analysing, sharing and reusing medical forms. Electronic forms are central in numerous processes involving data, including the collection of data through electronic health records (EHRs), Electronic Data Capture (EDC), and as case report forms (CRFs) for clinical trials. The MDM Portal provides medical forms in numerous export formats, facilitating the sharing and reuse of medical data models and exchange between information systems.", + "id": 1598, + "mirId": "MIR:00000574", + "modified": "2019-06-11T14:17:52.138+0000", + "name": "MDM", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "corum", + "prefix": "mdm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CORUM at Institute for Bioinformatics and Systems Biology (Germany)", - "id": 1266, + "description": "MDM at University of Muenster", + "id": 1600, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1265, + "id": 1599, "location": { "countryCode": "DE", "countryName": "Germany" }, - "name": "Institute for Bioinformatics and Systems Biology, Helmholtz Zentrum M&uuml;nchen-German Research Center for Environmental Health, Neuherberg", + "name": "Institute of Medical Informatics, University of Muenster", "rorId": null }, "location": { "countryCode": "DE", "countryName": "Germany" }, - "mirId": "MIR:00100571", - "name": "CORUM at Institute for Bioinformatics and Systems Biology (Germany)", + "mirId": "MIR:00100766", + "name": "MDM at University of Muenster", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://mips.helmholtz-muenchen.de/genre/proj/corum/", - "sampleId": "100", - "urlPattern": "https://mips.helmholtz-muenchen.de/corum/?id={$id}" + "resourceHomeUrl": "https://medical-data-models.org/", + "sampleId": "4776", + "urlPattern": "https://medical-data-models.org/forms/{$id}" } ], - "sampleId": "100" + "sampleId": "4776" }, { - "created": "2019-06-11T14:17:21.287+0000", + "created": "2019-06-11T14:17:49.428+0000", "deprecated": false, "deprecationDate": null, - "description": "EcoliWiki is a wiki-based resource to store information related to non-pathogenic E. coli, its phages, plasmids, and mobile genetic elements. This collection references genes.", - "id": 1267, - "mirId": "MIR:00000442", - "modified": "2019-06-11T14:17:21.287+0000", - "name": "EcoliWiki", + "description": "The Medical Dictionary for Regulatory Activities (MedDRA) was developed by the International Council for Harmonisation of Technical Requirements for Registration of Pharmaceuticals for Human Use (ICH)to provide a standardised medical terminology to facilitate sharing of regulatory information internationally for medical products used by humans. It is used within regulatory processes, safety monitoring, as well as for marketing activities. Products covered by the scope of MedDRA include pharmaceuticals, biologics, vaccines and drug-device combination products. The MedDRA dictionary is organized by System Organ Class (SOC), divided into High-Level Group Terms (HLGT), High-Level Terms (HLT), Preferred Terms (PT) and finally into Lowest Level Terms (LLT).", + "id": 1570, + "mirId": "MIR:00000563", + "modified": "2019-06-11T14:17:49.428+0000", + "name": "MedDRA", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9-]+$", - "prefix": "ecoliwiki", + "pattern": "^\\d+$", + "prefix": "meddra", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EcoliWiki at Texas Agrilife Research", - "id": 1269, + "description": "MedDRA through BioPortal", + "id": 1571, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1268, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Texas Agrilife Research, Texas A&M University College Station", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100573", - "name": "EcoliWiki at Texas Agrilife Research", + "mirId": "MIR:00100740", + "name": "MedDRA through BioPortal", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ecoliwiki.net/colipedia/", - "sampleId": "aaeA", - "urlPattern": "http://ecoliwiki.net/colipedia/index.php/{$id}:Gene" + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MEDDRA", + "sampleId": "10015919", + "urlPattern": "http://purl.bioontology.org/ontology/MEDDRA/{$id}" } ], - "sampleId": "aaeA" + "sampleId": "10015919" }, { - "created": "2019-06-11T14:17:21.507+0000", + "created": "2019-06-11T14:17:58.068+0000", "deprecated": false, "deprecationDate": null, - "description": "Genome properties is an annotation system whereby functional attributes can be assigned to a genome, based on the presence of a defined set of protein signatures within that genome.", - "id": 1270, - "mirId": "MIR:00000443", - "modified": "2019-06-11T14:17:21.507+0000", - "name": "Genome Properties", + "description": "MedGen is a portal for information about conditions and phenotypes related to Medical Genetics. Terms from multiple sources are aggregated into concepts, each of which is assigned a unique identifier and a preferred name and symbol. The core content of the record may include names, identifiers used by other databases, mode of inheritance, clinical features, and map location of the loci affecting the disorder.", + "id": 1653, + "mirId": "MIR:00000594", + "modified": "2019-06-11T14:17:58.068+0000", + "name": "MedGen", "namespaceEmbeddedInLui": false, - "pattern": "^GenProp\\d+$", - "prefix": "genprop", + "pattern": "^[CN]*\\d{4,7}$", + "prefix": "medgen", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genome Properties", - "id": 1271, + "description": "MedGen at NCBI", + "id": 1654, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100910", - "name": "Genome Properties", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/interpro/genomeproperties/", - "sampleId": "GenProp0699", - "urlPattern": "https://www.ebi.ac.uk/interpro/genomeproperties/#{$id}" + "mirId": "MIR:00100794", + "name": "MedGen at NCBI", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/medgen/", + "sampleId": "760050", + "urlPattern": "https://www.ncbi.nlm.nih.gov/medgen/{$id}" } ], - "sampleId": "GenProp0699" + "sampleId": "760050" }, { - "created": "2019-06-11T14:17:21.690+0000", + "created": "2019-06-11T14:17:28.795+0000", "deprecated": false, "deprecationDate": null, - "description": "JSTOR (Journal Storage) is a digital library containing digital versions of historical academic journals, as well as books, pamphlets and current issues of journals. Some public domain content is free to access, while other articles require registration.", - "id": 1272, - "mirId": "MIR:00000444", - "modified": "2019-06-11T14:17:21.690+0000", - "name": "JSTOR", + "description": "MedlinePlus is the National Institutes of Health's Web site for patients and their families and friends. Produced by the National Library of Medicine, it provides information about diseases, conditions, and wellness issues using non-technical terms and language.", + "id": 1355, + "mirId": "MIR:00000476", + "modified": "2019-06-11T14:17:28.795+0000", + "name": "MedlinePlus", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "jstor", + "prefix": "medlineplus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JSTOR Online", - "id": 1274, + "description": "MedlinePlus at NCBI", + "id": 1356, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1273, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Ithaka Harbors, Inc., New York", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100575", - "name": "JSTOR Online", + "mirId": "MIR:00100611", + "name": "MedlinePlus at NCBI", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.jstor.org/", - "sampleId": "3075966", - "urlPattern": "http://www.jstor.org/stable/{$id}" + "resourceHomeUrl": "http://www.nlm.nih.gov/medlineplus/", + "sampleId": "002804", + "urlPattern": "http://www.nlm.nih.gov/medlineplus/ency/article/{$id}.htm" } ], - "sampleId": "3075966" + "sampleId": "002804" }, { - "created": "2019-06-11T14:17:21.919+0000", + "created": "2019-06-11T14:15:48.677+0000", "deprecated": false, "deprecationDate": null, - "description": "A structured controlled vocabulary of the adult anatomy of the mouse (Mus)", - "id": 1275, - "mirId": "MIR:00000445", - "modified": "2019-06-11T14:17:21.919+0000", - "name": "Mouse Adult Gross Anatomy", - "namespaceEmbeddedInLui": true, - "pattern": "^MA:\\d+$", - "prefix": "ma", + "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them.", + "id": 209, + "mirId": "MIR:00000059", + "modified": "2019-06-11T14:15:48.677+0000", + "name": "MEROPS", + "namespaceEmbeddedInLui": false, + "pattern": "^[SCTAGMNU]\\d{2}\\.([AB]\\d{2}|\\d{3})$", + "prefix": "merops", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mouse Adult Gross Anatomy through BioPortal", - "id": 1276, + "description": "MEROPS database at Sanger Institute", + "id": 211, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100576", - "name": "Mouse Adult Gross Anatomy through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MA", - "sampleId": "0002502", - "urlPattern": "http://purl.bioontology.org/ontology/MA/MA:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Mouse Adult Gross Anatomy through OLS", - "id": 1277, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "id": 210, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Wellcome Trust Sanger Institute", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100577", - "name": "Mouse Adult Gross Anatomy through OLS", + "mirId": "MIR:00100087", + "name": "MEROPS database at Sanger Institute", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ma", - "sampleId": "0002502", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ma/terms?obo_id=MA:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Mouse Adult Gross Anatomy at The Jackson Laboratory", - "id": 1279, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1278, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "The Jackson Laboratory, Bar Harbor, Maine", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100578", - "name": "Mouse Adult Gross Anatomy at The Jackson Laboratory", - "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.informatics.jax.org/", - "sampleId": "0002502", - "urlPattern": "http://www.informatics.jax.org/searches/AMA.cgi?id=MA:{$id}" + "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", + "sampleId": "S01.001", + "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/pepsum?mid={$id}" } ], - "sampleId": "0002502" + "sampleId": "S01.001" }, { - "created": "2019-06-11T14:17:22.748+0000", + "created": "2019-06-11T14:16:48.579+0000", "deprecated": false, "deprecationDate": null, - "description": "Unimod is a public domain database created to provide a community supported, comprehensive database of protein modifications for mass spectrometry applications. That is, accurate and verifiable values, derived from elemental compositions, for the mass differences introduced by all types of natural and artificial modifications. Other important information includes any mass change, (neutral loss), that occurs during MS/MS analysis, and site specificity, (which residues are susceptible to modification and any constraints on the position of the modification within the protein or peptide).", - "id": 1283, - "mirId": "MIR:00000447", - "modified": "2019-06-11T14:17:22.748+0000", - "name": "Unimod", + "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. These are hierarchically classified and assigned to a Family on the basis of statistically significant similarities in amino acid sequence. Families thought to be homologous are grouped together in a Clan. This collection references peptidase families.", + "id": 880, + "mirId": "MIR:00000302", + "modified": "2019-06-11T14:16:48.579+0000", + "name": "MEROPS Family", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "unimod", + "pattern": "^[SCTAGMNU]\\d+$", + "prefix": "merops.family", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Unimod at Matrix Sciences Ltd.", - "id": 1285, + "description": "Merops Family at Sanger Institute", + "id": 881, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1284, + "id": 482, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "Matrix Science Ltd., London", + "name": "Wellcome Trust Sanger Institute, Hinxton", "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100581", - "name": "Unimod at Matrix Sciences Ltd.", + "mirId": "MIR:00100384", + "name": "Merops Family at Sanger Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.unimod.org/", - "sampleId": "1200", - "urlPattern": "http://www.unimod.org/modifications_view.php?editid1={$id}" + "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", + "sampleId": "S1", + "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/famsum?family={$id}" } ], - "sampleId": "1200" + "sampleId": "S1" }, { - "created": "2019-06-11T14:17:22.962+0000", + "created": "2019-06-11T14:17:32.129+0000", "deprecated": false, "deprecationDate": null, - "description": "The VBRC provides bioinformatics resources to support scientific research directed at viruses belonging to the Arenaviridae, Bunyaviridae, Filoviridae, Flaviviridae, Paramyxoviridae, Poxviridae, and Togaviridae families. The Center consists of a relational database and web application that support the data storage, annotation, analysis, and information exchange goals of this work. Each data release contains the complete genomic sequences for all viral pathogens and related strains that are available for species in the above-named families. In addition to sequence data, the VBRC provides a curation for each virus species, resulting in a searchable, comprehensive mini-review of gene function relating genotype to biological phenotype, with special emphasis on pathogenesis.", - "id": 1286, - "mirId": "MIR:00000448", - "modified": "2019-06-11T14:17:22.962+0000", - "name": "VBRC", + "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. This collections references inhibitors.", + "id": 1392, + "mirId": "MIR:00000491", + "modified": "2019-06-11T14:17:32.129+0000", + "name": "MEROPS Inhibitor", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "vbrc", + "pattern": "^I\\d{2}\\.\\d{3}$", + "prefix": "merops.inhibitor", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VBRC at University of Alabama", - "id": 1288, + "description": "MEROPS Inhibitor at Sanger Institute", + "id": 1394, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1287, + "id": 1393, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Alabama, Birmingham and the University of Victoria, British Columbia", + "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100582", - "name": "VBRC at University of Alabama", + "mirId": "MIR:00100632", + "name": "MEROPS Inhibitor at Sanger Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://vbrc.org/", - "sampleId": "35742", - "urlPattern": "http://vbrc.org/gene_detail.asp?gene_id={$id}" - } - ], - "sampleId": "35742" - }, - { - "created": "2019-06-11T14:17:23.207+0000", - "deprecated": false, - "deprecationDate": null, - "description": "ViralZone is a resource bridging textbook knowledge with genomic and proteomic sequences. It provides fact sheets on all known virus families/genera with easy access to sequence data. A selection of reference strains (RefStrain) provides annotated standards to circumvent the exponential increase of virus sequences. Moreover ViralZone offers a complete set of detailed and accurate virion pictures.", - "id": 1289, - "mirId": "MIR:00000449", - "modified": "2019-06-11T14:17:23.207+0000", - "name": "ViralZone", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "viralzone", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "ViralZone at SIB", - "id": 1291, - "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, - "location": { - "countryCode": "CH", - "countryName": "Switzerland" - }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" - }, - "location": { - "countryCode": "CH", - "countryName": "Switzerland" - }, - "mirId": "MIR:00100583", - "name": "ViralZone at SIB", - "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://www.expasy.org/viralzone/", - "sampleId": "992", - "urlPattern": "http://viralzone.expasy.org/all_by_protein/{$id}.html" + "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", + "sampleId": "I31.952", + "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/pepsum?id={$id}" } ], - "sampleId": "992" + "sampleId": "I31.952" }, { - "created": "2019-06-11T14:17:23.659+0000", + "created": "2019-06-11T14:17:48.752+0000", "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references quantitative trait loci (qTLs), providing phenotype and disease descriptions, mapping, and strain information as well as links to markers and candidate genes.", - "id": 1294, - "mirId": "MIR:00000451", - "modified": "2019-06-11T14:17:23.659+0000", - "name": "Rat Genome Database qTL", + "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloguing of books, documents, etc.", + "id": 1563, + "mirId": "MIR:00000560", + "modified": "2020-04-21T17:40:51.334+0000", + "name": "MeSH", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "rgd.qtl", + "pattern": "^(C|D)\\d{6,9}$", + "prefix": "mesh", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database qTL at Medical College of Wisconsin", - "id": 1296, + "description": "MeSH Linked Data at National Library of Medicine", + "id": 1564, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1295, + "id": 792, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", + "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100586", - "name": "Rat Genome Database qTL at Medical College of Wisconsin", + "mirId": "MIR:00100737", + "name": "MeSH Linked Data at National Library of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rgd.mcw.edu/", - "sampleId": "1354581", - "urlPattern": "http://rgd.mcw.edu/rgdweb/report/qtl/main.html?id={$id}" + "resourceHomeUrl": "http://id.nlm.nih.gov/mesh/", + "sampleId": "C000100", + "urlPattern": "http://id.nlm.nih.gov/mesh/{$id}" } ], - "sampleId": "1354581" + "sampleId": "C000100" }, { - "created": "2019-06-11T14:17:23.876+0000", + "created": "2019-06-11T14:16:41.417+0000", "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references strain reports, which include a description of strain origin, disease, phenotype, genetics and immunology.", - "id": 1297, - "mirId": "MIR:00000452", - "modified": "2019-06-11T14:17:23.876+0000", - "name": "Rat Genome Database strain", + "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloging of books, documents, etc. This collection references MeSH terms published in 2012.", + "id": 791, + "mirId": "MIR:00000270", + "modified": "2019-06-11T14:16:41.417+0000", + "name": "MeSH 2012", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "rgd.strain", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "mesh.2012", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rat Genome Database strain at Medical College of Wisconsin", - "id": 1298, + "description": "MeSH at National Library of Medicine", + "id": 793, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1295, + "id": 792, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", + "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100587", - "name": "Rat Genome Database strain at Medical College of Wisconsin", + "mirId": "MIR:00100349", + "name": "MeSH at National Library of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://rgd.mcw.edu/", - "sampleId": "5688061", - "urlPattern": "http://rgd.mcw.edu/rgdweb/report/strain/main.html?id={$id}" + "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", + "sampleId": "17186", + "urlPattern": "http://www.nlm.nih.gov/cgi/mesh/2012/MB_cgi?mode=&index={$id}&view=expanded" } ], - "sampleId": "5688061" + "sampleId": "17186" }, { - "created": "2019-06-11T14:17:24.062+0000", + "created": "2019-06-11T14:17:28.224+0000", "deprecated": false, "deprecationDate": null, - "description": "DOOR (Database for prOkaryotic OpeRons) contains computationally predicted operons of all the sequenced prokaryotic genomes. It includes operons for RNA genes.", - "id": 1299, - "mirId": "MIR:00000453", - "modified": "2019-06-11T14:17:24.062+0000", - "name": "DOOR", + "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloging of books, documents, etc. This collection references MeSH terms published in 2013.", + "id": 1349, + "mirId": "MIR:00000473", + "modified": "2019-06-11T14:17:28.224+0000", + "name": "MeSH 2013", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "door", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "mesh.2013", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DOOR v1 at University of Georgia", - "id": 1301, + "description": "MeSH 2013 at National Library of Medicine", + "id": 1350, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1300, + "id": 792, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Computational Systems Biology Laboratory, Department of Biochemistry and Molecular Biology, University of Georgia, Athens, Georgia", + "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100588", - "name": "DOOR v1 at University of Georgia", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://csbl.bmb.uga.edu/DOOR/operon.php", - "sampleId": "1398574", - "urlPattern": "http://csbl.bmb.uga.edu/DOOR/operon.php?id={$id}" + "mirId": "MIR:00100608", + "name": "MeSH 2013 at National Library of Medicine", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", + "sampleId": "17165", + "urlPattern": "http://www.nlm.nih.gov/cgi/mesh/2013/MB_cgi?mode=&index={$id}&view=expanded" } ], - "sampleId": "1398574" + "sampleId": "17165" }, { - "created": "2019-06-11T14:17:24.294+0000", + "created": "2019-06-11T14:17:06.457+0000", "deprecated": false, "deprecationDate": null, - "description": "The Degradome Database contains information on the complete set of predicted proteases present in a a variety of mammalian species that have been subjected to whole genome sequencing. Each protease sequence is curated and, when necessary, cloned and sequenced.", - "id": 1302, - "mirId": "MIR:00000454", - "modified": "2019-06-11T14:17:24.294+0000", - "name": "Degradome Database", + "description": "MetaboLights is a database for Metabolomics experiments and derived information. The database is cross-species, cross-technique and covers metabolite structures and their reference spectra as well as their biological roles, locations and concentrations, and experimental data from metabolic experiments. This collection references individual metabolomics studies.", + "id": 1094, + "mirId": "MIR:00000380", + "modified": "2019-06-11T14:17:06.457+0000", + "name": "MetaboLights", "namespaceEmbeddedInLui": false, - "pattern": "^[AMCST][0-9x][0-9]$", - "prefix": "degradome", + "pattern": "^MTBLS\\d+$", + "prefix": "metabolights", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Degradome Database at", - "id": 1304, + "description": "MetaboLights at EBI", + "id": 1095, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1303, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Departamento de Bioqu&amp;iacute;mica y Biolog&amp;iacute;a Molecular, Facultad de Medicina, Universidad de Oviedo", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100589", - "name": "Degradome Database at", + "mirId": "MIR:00100486", + "name": "MetaboLights at EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/metabolights/", + "sampleId": "MTBLS1", + "urlPattern": "https://www.ebi.ac.uk/metabolights/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "MataboLights through OmicsDI", + "id": 1096, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100853", + "name": "MataboLights through OmicsDI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://degradome.uniovi.es/", - "sampleId": "Ax1", - "urlPattern": "http://degradome.uniovi.es/cgi-bin/protease/{$id}" + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "MTBLS1", + "urlPattern": "https://www.omicsdi.org/dataset/metabolights_dataset/{$id}" } ], - "sampleId": "Ax1" + "sampleId": "MTBLS1" }, { - "created": "2019-06-11T14:17:24.514+0000", + "created": "2019-06-11T14:18:01.783+0000", "deprecated": false, "deprecationDate": null, - "description": "The DBD (transcription factor database) provides genome-wide transcription factor predictions for organisms across the tree of life. The prediction method identifies sequence-specific DNA-binding transcription factors through homology using profile hidden Markov models (HMMs) of domains from Pfam and SUPERFAMILY. It does not include basal transcription factors or chromatin-associated proteins.", - "id": 1305, - "mirId": "MIR:00000455", - "modified": "2019-06-11T14:17:24.514+0000", - "name": "DBD", + "description": "MetaCyc is a curated database of experimentally elucidated metabolic pathways from all domains of life. MetaCyc contains 2526 pathways from 2844 different organisms. MetaCyc contains pathways involved in both primary and secondary metabolism, as well as associated metabolites, reactions, enzymes, and genes. The goal of MetaCyc is to catalog the universe of metabolism by storing a representative sample of each experimentally elucidated pathway.", + "id": 1691, + "mirId": "MIR:00000609", + "modified": "2021-04-17T19:53:03.023+0000", + "name": "MetaCyc Compound", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "dbd", + "pattern": "^[A-Za-z0-9+_.%-:]+$", + "prefix": "metacyc.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DBD at MRC Laboratory of Molecular Biology", - "id": 1306, + "description": "MetaCyc Metabolic Pathway Database", + "id": 1693, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1026, + "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", + "homeUrl": "https://www.sri.com/", + "id": 1692, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "MRC Laboratory of Molecular Biology, Cambridge", - "rorId": null + "name": "SRI International", + "rorId": "https://ror.org/05s570m15" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100590", - "name": "DBD at MRC Laboratory of Molecular Biology", + "mirId": "MIR:00100813", + "name": "MetaCyc Metabolic Pathway Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.transcriptionfactor.org/", - "sampleId": "0045310", - "urlPattern": "http://www.transcriptionfactor.org/index.cgi?Search/Domain+domain:{$id}+cat:DBD" + "resourceHomeUrl": "https://metacyc.org", + "sampleId": "CPD-10330", + "urlPattern": "https://metacyc.org/compound?orgid=META&id={$id}" } ], - "sampleId": "0045310" + "sampleId": "CPD-10330" }, { - "created": "2019-06-11T14:17:24.701+0000", + "created": "2019-06-11T14:18:02.043+0000", "deprecated": false, "deprecationDate": null, - "description": "DATF contains known and predicted Arabidopsis transcription factors (1827 genes in 56 families) with the unique information of 1177 cloned sequences and many other features including 3D structure templates, EST expression information, transcription factor binding sites and nuclear location signals.", - "id": 1307, - "mirId": "MIR:00000456", - "modified": "2019-06-11T14:17:24.701+0000", - "name": "DATF", + "description": "MetaCyc is a curated database of experimentally elucidated metabolic pathways from all domains of life. MetaCyc contains 2526 pathways from 2844 different organisms. MetaCyc contains pathways involved in both primary and secondary metabolism, as well as associated metabolites, reactions, enzymes, and genes. The goal of MetaCyc is to catalog the universe of metabolism by storing a representative sample of each experimentally elucidated pathway.", + "id": 1694, + "mirId": "MIR:00000610", + "modified": "2021-04-17T19:55:01.284+0000", + "name": "MetaCyc Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^AT[1-5]G\\d{5}(\\.\\d+)?$", - "prefix": "datf", + "pattern": "^[A-Za-z0-9+_.%-:]+$", + "prefix": "metacyc.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DATF through PlantTFDB", - "id": 1309, + "description": "MetaCyc Metabolic Pathway Database - Reaction", + "id": 1695, "institution": { - "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"(the garden of Yan), is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", - "homeUrl": "http://english.pku.edu.cn/", - "id": 1612, + "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", + "homeUrl": "https://www.sri.com/", + "id": 1692, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "Peking University", - "rorId": null + "name": "SRI International", + "rorId": "https://ror.org/05s570m15" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100591", - "name": "DATF through PlantTFDB", + "mirId": "MIR:00100814", + "name": "MetaCyc Metabolic Pathway Database - Reaction", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://datf.cbi.pku.edu.cn/", - "sampleId": "AT1G01030.1", - "urlPattern": "http://planttfdb.cbi.pku.edu.cn/tf.php?sp=Ath&did={$id}" + "resourceHomeUrl": "https://metacyc.org", + "sampleId": "RXN-14904", + "urlPattern": "https://metacyc.org/META/NEW-IMAGE?type=REACTION&object={$id}" } ], - "sampleId": "AT1G01030.1" + "sampleId": "RXN-14904" }, { - "created": "2019-06-11T14:17:24.936+0000", + "created": "2019-06-11T14:17:50.332+0000", "deprecated": false, "deprecationDate": null, - "description": "The IUPHAR Compendium details the molecular, biophysical and pharmacological properties of identified mammalian sodium, calcium and potassium channels, as well as the related cyclic nucleotide-modulated ion channels and the recently described transient receptor potential channels. It includes information on nomenclature systems, and on inter and intra-species molecular structure variation. This collection references ligands.", - "id": 1310, - "mirId": "MIR:00000457", - "modified": "2019-06-11T14:17:24.936+0000", - "name": "IUPHAR ligand", + "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references chemical or metabolic components.", + "id": 1580, + "mirId": "MIR:00000567", + "modified": "2021-02-26T09:36:59.253+0000", + "name": "MetaNetX chemical", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "iuphar.ligand", + "pattern": "^(MNXM\\d+|BIOMASS|WATER)$", + "prefix": "metanetx.chemical", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IUPHAR ligand at University of Edinburgh", - "id": 1311, + "description": "MetaNetX chemical at SIB Swiss Institute of Bioinformatics", + "id": 1582, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 827, + "id": 1581, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Centre for Cardiovascular Science, University of Edinburgh, Edinburgh", + "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100592", - "name": "IUPHAR ligand at University of Edinburgh", - "official": true, + "mirId": "MIR:00100748", + "name": "MetaNetX chemical at SIB Swiss Institute of Bioinformatics", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.guidetopharmacology.org/GRAC/LigandListForward?database=all", - "sampleId": "1755", - "urlPattern": "http://www.guidetopharmacology.org/GRAC/LigandDisplayForward?ligandId={$id}" + "resourceHomeUrl": "https://www.metanetx.org/", + "sampleId": "MNXM1723", + "urlPattern": "https://www.metanetx.org/chem_info/{$id}" } ], - "sampleId": "1755" + "sampleId": "MNXM1723" }, { - "created": "2019-06-11T14:17:25.144+0000", + "created": "2019-06-11T14:17:50.805+0000", "deprecated": false, "deprecationDate": null, - "description": "Molbase provides compound data information for researchers as well as listing suppliers and price information. It can be searched by keyword or CAS indetifier.", - "id": 1312, - "mirId": "MIR:00000458", - "modified": "2019-06-11T14:17:25.144+0000", - "name": "Molbase", + "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references cellular compartments.", + "id": 1585, + "mirId": "MIR:00000569", + "modified": "2021-02-26T09:49:03.051+0000", + "name": "MetaNetX compartment", "namespaceEmbeddedInLui": false, - "pattern": "^(\\d{1,7}\\-\\d{2}\\-\\d)|([A-Za-z0-9\\+\\-\\_]+)$", - "prefix": "molbase", + "pattern": "^(MNX[CD]\\d+|BOUNDARY|IN|OUT)$", + "prefix": "metanetx.compartment", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Molbase at Chinese Academy of Sciences", - "id": 1314, + "description": "MetaNetX compartment at SIB Swiss Institute of Bioinformatics", + "id": 1586, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1313, + "id": 1581, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Chinese Academy of Sciences, Xuhui District Shanghai", + "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100593", - "name": "Molbase at Chinese Academy of Sciences", + "mirId": "MIR:00100750", + "name": "MetaNetX compartment at SIB Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.molbase.com/", - "sampleId": "128796-39-4", - "urlPattern": "http://www.molbase.com/en/index.php?app=search&search_keyword={$id}" + "resourceHomeUrl": "https://www.metanetx.org/", + "sampleId": "MNXC15", + "urlPattern": "https://www.metanetx.org/comp_info/{$id}" } ], - "sampleId": "128796-39-4" + "sampleId": "MNXC15" }, { - "created": "2019-06-11T14:17:25.397+0000", + "created": "2019-06-11T14:17:50.605+0000", "deprecated": false, "deprecationDate": null, - "description": "The Yeast Resource Center Public Data Repository (YRC PDR) serves as a single point of access for the experimental data produced from many collaborations typically studying Saccharomyces cerevisiae (baker's yeast). The experimental data include large amounts of mass spectrometry results from protein co-purification experiments, yeast two-hybrid interaction experiments, fluorescence microscopy images and protein structure predictions.", - "id": 1315, - "mirId": "MIR:00000459", - "modified": "2019-06-11T14:17:25.397+0000", - "name": "YRC PDR", + "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references reactions.", + "id": 1583, + "mirId": "MIR:00000568", + "modified": "2021-02-26T09:43:13.847+0000", + "name": "MetaNetX reaction", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "yrcpdr", + "pattern": "^(MNXR\\d+|EMPTY)$", + "prefix": "metanetx.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "YRC PDR at University of Washington", - "id": 1317, + "description": "MetaNetX reaction at SIB Swiss Institute of Bioinformatics", + "id": 1584, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1316, + "id": 1581, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Department of Biochemistry, University of Washington, Seattle", + "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100594", - "name": "YRC PDR at University of Washington", + "mirId": "MIR:00100749", + "name": "MetaNetX reaction at SIB Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.yeastrc.org/pdr/", - "sampleId": "2673500", - "urlPattern": "http://yeastrc.org/pdr/viewProtein.do?id={$id}" + "resourceHomeUrl": "https://www.metanetx.org/", + "sampleId": "MNXR101574", + "urlPattern": "https://www.metanetx.org/equa_info/{$id}" } ], - "sampleId": "2673500" + "sampleId": "MNXR101574" }, { - "created": "2019-06-11T14:17:25.610+0000", + "created": "2022-08-08T18:36:40.981+0000", "deprecated": false, "deprecationDate": null, - "description": "The YEast Intron Database (version 3) contains information on the spliceosomal introns of the yeast Saccharomyces cerevisiae. It includes expression data that relates to the efficiency of splicing relative to other processes in strains of yeast lacking nonessential splicing factors. The data are displayed on each intron page. An updated version of the database is available through [MIR:00000521].", - "id": 1318, - "mirId": "MIR:00000460", - "modified": "2019-06-11T14:17:25.610+0000", - "name": "Yeast Intron Database v3", + "description": "Metabolic Atlas facilitates metabolic modelling by presenting open source genome-scale metabolic models for easy browsing and analysis.", + "id": 3263, + "mirId": "MIR:00000959", + "modified": "2022-08-08T18:36:40.981+0000", + "name": "Metabolic Atlas", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "yid", + "pattern": "^MA[MR]\\d{5}[a-z]?$", + "prefix": "metatlas", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Yeast Intron Database version 3 at Baskin School of Engineering", - "id": 1320, + "description": "Metabolic Atlas is a web platform integrating open-source genome scale metabolic models (GEMs) for easy browsing and analysis. The goal is to collect curated GEMs, and to bring these models closer to FAIR principles. The website provides visualisations and comparisons of the GEMs, and links to resources, algorithms, other databases, and more general software applications.", + "id": 3264, "institution": { - "description": "UC Santa Cruz opened in 1965 with 650 students. During the 2018-2019 academic year, 16,983 undergraduate and 1,822 graduate students were enrolled.\n", - "homeUrl": "https://www.ucsc.edu", - "id": 1319, + "description": "NBIS (National Bioinformatics Infrastructure Sweden) is a distributed national research infrastructure supported by the Swedish Research Council (Vetenskapsrådet), Science for Life Laboratory, all major Swedish universities and the Knut and Alice Wallenberg Foundation, providing state-of-the-art bioinformatics to the Swedish life science researchers community. NBIS is also the Swedish contact point to the European infrastructure for biological information ELIXIR.\n\nPresent NBIS staff has expertise in protein bioinformatics, mass spectrometry (MS), next generation sequencing (NGS), large-scale data handling and integration, metagenomics, systems biology, biostatistics and RNAseq.\n\nNBIS is predominantly offering bioinformatics support in various projects, depending on the user needs. In the projects, the NBIS persons are working close to the research group, and they spend part of their time to teach the users in order to propagate the bioinformatics knowledge. Furthermore, NBIS provides infrastructure and tools for bioinformatics analyses in order to facilitate these analyses for the users.\n\nNBIS forms the bioinformatics platform at the Science for Life Laboratory.", + "homeUrl": "https://nbis.se", + "id": 3262, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SE", + "countryName": "Sweden" }, - "name": "University of California, Santa Cruz", - "rorId": "https://ror.org/03s65by71" + "name": "National Bioinformatics Infrastructure Sweden", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SE", + "countryName": "Sweden" }, - "mirId": "MIR:00100595", - "name": "Yeast Intron Database version 3 at Baskin School of Engineering", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://compbio.soe.ucsc.edu/yeast_introns.html", - "sampleId": "SNR17A", - "urlPattern": "http://metarray.ucsc.edu/cgi-bin/intron/yirIntrondb?orfName={$id}" + "mirId": "MIR:00000958", + "name": "Metabolic Atlas", + "official": true, + "providerCode": "metatlas", + "resourceHomeUrl": "https://metabolicatlas.org", + "sampleId": "MAR01234", + "urlPattern": "https://metabolicatlas.org/identifier/MetabolicAtlas/{$id}" } ], - "sampleId": "SNR17A" + "sampleId": "MAR01234" }, { - "created": "2019-06-11T14:17:25.854+0000", + "created": "2019-06-11T14:16:52.640+0000", "deprecated": false, "deprecationDate": null, - "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references Drosophila data.", - "id": 1321, - "mirId": "MIR:00000461", - "modified": "2019-06-11T14:17:25.854+0000", - "name": "FuncBase Fly", + "description": "The METLIN (Metabolite and Tandem Mass Spectrometry) Database is a repository of metabolite information as well as tandem mass spectrometry data, providing public access to its comprehensive MS and MS/MS metabolite data. An annotated list of known metabolites and their mass, chemical formula, and structure are available, with each metabolite linked to external resources for further reference and inquiry.", + "id": 929, + "mirId": "MIR:00000322", + "modified": "2019-06-11T14:16:52.640+0000", + "name": "METLIN", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "funcbase.fly", + "pattern": "^\\d{4}$", + "prefix": "metlin", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FuncBase Fly at Harvard Medical School", - "id": 1323, + "description": "METLIN at Scripps Center, Molecular Biology and Center for Mass Spectrometry, La Jolla", + "id": 931, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1322, + "id": 930, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Harvard Medical School, Boston, Massachusetts", + "name": "Scripps Research Institute, San Diego", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100596", - "name": "FuncBase Fly at Harvard Medical School", + "mirId": "MIR:00100406", + "name": "METLIN at Scripps Center, Molecular Biology and Center for Mass Spectrometry, La Jolla", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://func.mshri.on.ca/fly", - "sampleId": "10194", - "urlPattern": "http://func.mshri.on.ca/fly/genes/list_functional_scores/{$id}" + "resourceHomeUrl": "http://masspec.scripps.edu/", + "sampleId": "1455", + "urlPattern": "http://metlin.scripps.edu/metabo_info.php?molid={$id}" } ], - "sampleId": "10194" + "sampleId": "1455" }, { - "created": "2019-06-11T14:17:26.074+0000", + "created": "2019-06-11T14:18:10.861+0000", "deprecated": false, "deprecationDate": null, - "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references human data.", - "id": 1324, - "mirId": "MIR:00000462", - "modified": "2019-06-11T14:17:26.074+0000", - "name": "FuncBase Human", + "description": "A public place to process, interpret and share GC/MS metabolomics datasets.", + "id": 1798, + "mirId": "MIR:00000648", + "modified": "2019-06-11T14:18:10.861+0000", + "name": "Metabolome Express", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "funcbase.human", + "prefix": "mex", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FuncBase Human at Harvard Medical School", - "id": 1325, + "description": "Metabolome Express", + "id": 1800, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1322, + "description": "The Australian Research Council Centre of Excellence in Plant Energy Biology (PEB) is a cutting-edge research centre focused on better understanding the ways plants capture, convert and use energy in response to environmental change, with a view towards improved plant energy efficiency.", + "homeUrl": "https://plantenergy.edu.au/", + "id": 1799, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "Harvard Medical School, Boston, Massachusetts", - "rorId": null + "name": "Centre of Excellence in Plant Energy Biology", + "rorId": "https://ror.org/01a1mq059" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100597", - "name": "FuncBase Human at Harvard Medical School", - "official": false, + "mirId": "MIR:00100862", + "name": "Metabolome Express", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://func.mshri.on.ca/human/", - "sampleId": "119514", - "urlPattern": "http://func.mshri.on.ca/human/genes/list_functional_scores/{$id}" + "resourceHomeUrl": "https://www.metabolome-express.org/", + "sampleId": "36", + "urlPattern": "https://www.metabolome-express.org/datasetview.php?datasetid={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Metabolome Express through OmicsDI", + "id": 1801, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100863", + "name": "Metabolome Express through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "36", + "urlPattern": "https://www.omicsdi.org/dataset/metabolome_express/MEX{$id}" } ], - "sampleId": "119514" + "sampleId": "36" }, { - "created": "2019-06-11T14:17:26.285+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references mouse.", - "id": 1326, - "mirId": "MIR:00000463", - "modified": "2019-06-11T14:17:26.285+0000", - "name": "FuncBase Mouse", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "funcbase.mouse", + "created": "2019-06-11T14:15:49.786+0000", + "deprecated": true, + "deprecationDate": "2023-01-10T13:18:19.506+0000", + "description": "ACLAME is a database dedicated to the collection and classification of mobile genetic elements (MGEs) from various sources, comprising all known phage genomes, plasmids and transposons.", + "id": 220, + "mirId": "MIR:00000063", + "modified": "2023-01-10T13:18:19.511+0000", + "name": "Aclame", + "namespaceEmbeddedInLui": true, + "pattern": "^mge:\\d+$", + "prefix": "mge", "resources": [ { "deprecated": false, - "deprecationDate": null, - "description": "FuncBase Mouse at Harvard Medical School", - "id": 1327, + "deprecationDate": null, + "description": "Aclame database of mobile genetic elements", + "id": 222, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1322, + "id": 221, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "BE", + "countryName": "Belgium" }, - "name": "Harvard Medical School, Boston, Massachusetts", + "name": "Service de Conformation de Macromolécules Biologiques et de Bioinformatique, Université Libre de Bruxelles", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "BE", + "countryName": "Belgium" }, - "mirId": "MIR:00100598", - "name": "FuncBase Mouse at Harvard Medical School", + "mirId": "MIR:00100091", + "name": "Aclame database of mobile genetic elements", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://func.mshri.on.ca/mouse/", - "sampleId": "1351341", - "urlPattern": "http://func.mshri.on.ca/mouse/genes/list_functional_scores/{$id}" + "resourceHomeUrl": "http://aclame.ulb.ac.be/", + "sampleId": "2", + "urlPattern": "http://aclame.ulb.ac.be/perl/Aclame/Genomes/mge_view.cgi?view=info&id=mge:{$id}" } ], - "sampleId": "1351341" + "sampleId": "2" }, { - "created": "2019-06-11T14:18:18.874+0000", + "created": "2019-06-11T14:15:42.331+0000", "deprecated": false, "deprecationDate": null, - "description": "The cBioPortal for Cancer Genomics provides visualization, analysis and download of large-scale cancer genomics data sets.", - "id": 1881, - "mirId": "MIR:00000679", - "modified": "2019-06-11T14:18:18.874+0000", - "name": "The cBioPortal for Cancer Genomics", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9\\_]+$", - "prefix": "cbioportal", + "description": "The Mouse Genome Database (MGD) project includes data on gene characterization, nomenclature, mapping, gene homologies among mammals, sequence links, phenotypes, allelic variants and mutants, and strain data.", + "id": 146, + "mirId": "MIR:00000037", + "modified": "2019-06-11T14:15:42.331+0000", + "name": "Mouse Genome Database", + "namespaceEmbeddedInLui": true, + "pattern": "^MGI:\\d+$", + "prefix": "mgi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The cBioPortal for Cancer Genomics", - "id": 1883, + "description": "Mouse Genome Informatics Database", + "id": 147, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1882, + "id": 91, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Memorial Sloan Kettering Cancer Center", + "name": "The Jackson Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100909", - "name": "The cBioPortal for Cancer Genomics", - "official": false, + "mirId": "MIR:00100062", + "name": "Mouse Genome Informatics Database", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cbioportal.org", - "sampleId": "laml_tcga_pub", - "urlPattern": "http://www.cbioportal.org/study?id={$id}#summary" - } - ], - "sampleId": "laml_tcga_pub" - }, - { - "created": "2019-06-11T14:17:26.470+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references yeast.", - "id": 1328, - "mirId": "MIR:00000464", - "modified": "2019-06-11T14:17:26.470+0000", - "name": "FuncBase Yeast", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "funcbase.yeast", - "resources": [ + "resourceHomeUrl": "http://www.informatics.jax.org/", + "sampleId": "2442292", + "urlPattern": "http://www.informatics.jax.org/accession/MGI:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "FuncBase Yeast at Harvard Medical School", - "id": 1329, + "description": "MGD through BioEntity Link", + "id": 148, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1322, + "id": 101, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Harvard Medical School, Boston, Massachusetts", + "name": "InSilico Inc, in Eugene, Oregon", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100599", - "name": "FuncBase Yeast at Harvard Medical School", + "mirId": "MIR:00100894", + "name": "MGD through BioEntity Link", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://func.mshri.on.ca/yeast", - "sampleId": "2701", - "urlPattern": "http://func.mshri.on.ca/yeast/genes/list_functional_scores/{$id}" - } - ], - "sampleId": "2701" - }, - { - "created": "2019-06-11T14:17:26.654+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The YDPM database serves to support the Yeast Deletion and the Mitochondrial Proteomics Project. The project aims to increase the understanding of mitochondrial function and biogenesis in the context of the cell. In the Deletion Project, strains from the deletion collection were monitored under 9 different media conditions selected for the study of mitochondrial function. The YDPM database contains both the raw data and growth rates calculated for each strain in each media condition.", - "id": 1330, - "mirId": "MIR:00000465", - "modified": "2019-06-11T14:17:26.654+0000", - "name": "YDPM", - "namespaceEmbeddedInLui": false, - "pattern": "^Y[A-Z]{2}\\d+[CW]$", - "prefix": "ydpm", - "resources": [ + "providerCode": "bioentitylink", + "resourceHomeUrl": "https://bioentity.link/", + "sampleId": "2442292", + "urlPattern": "https://bioentity.link/#/lexicon/public/MGI:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "YDPM at Stanford University School of Medicine", - "id": 1332, + "description": "MGI through the Alliance of Genome Resources", + "id": 149, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1331, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Stanford University School of Medicine, Stanford, California", + "name": "Alliance of Genome Resources", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100600", - "name": "YDPM at Stanford University School of Medicine", + "mirId": "MIR:00100903", + "name": "MGI through the Alliance of Genome Resources", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www-deletion.stanford.edu/YDPM/", - "sampleId": "YAL001C", - "urlPattern": "http://www-deletion.stanford.edu/cgi-bin/YDPM/YDPM_search.cgi?thelist={$id}" + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "2442292", + "urlPattern": "https://www.alliancegenome.org/gene/MGI:{$id}" } ], - "sampleId": "YAL001C" + "sampleId": "2442292" }, { - "created": "2019-06-11T14:17:26.886+0000", + "created": "2019-06-11T14:17:42.938+0000", "deprecated": false, "deprecationDate": null, - "description": "WormBase is an online bioinformatics database of the biology and genome of the model organism Caenorhabditis elegans and related nematodes. It is used by the C. elegans research community both as an information resource and as a mode to publish and distribute their results. This collection references RNAi experiments, detailing target and phenotypes.", - "id": 1333, - "mirId": "MIR:00000466", - "modified": "2019-06-11T14:17:26.886+0000", - "name": "WormBase RNAi", + "description": "MGnify is a resource for the analysis and archiving of microbiome data to help determine the taxonomic diversity and functional & metabolic potential of environmental samples. Users can submit their own data for analysis or freely browse all of the analysed public datasets held within the repository. In addition, users can request analysis of any appropriate dataset within the European Nucleotide Archive (ENA). User-submitted or ENA-derived datasets can also be assembled on request, prior to analysis.", + "id": 1502, + "mirId": "MIR:00000535", + "modified": "2019-06-11T14:17:42.938+0000", + "name": "MGnify Project", "namespaceEmbeddedInLui": false, - "pattern": "^WBRNAi\\d{8}$", - "prefix": "wb.rnai", + "pattern": "^[A-Z]+[0-9]+$", + "prefix": "mgnify.proj", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "WormBase RNAi", - "id": 1334, + "description": "MGnify Project", + "id": 1503, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -22772,2071 +23052,2063 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100601", - "name": "WormBase RNAi", + "mirId": "MIR:00100711", + "name": "MGnify Project", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.wormbase.org/", - "sampleId": "WBRNAi00086878", - "urlPattern": "https://www.wormbase.org/species/c_elegans/rnai/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/metagenomics", + "sampleId": "ERP004492", + "urlPattern": "https://www.ebi.ac.uk/metagenomics/projects/{$id}" } ], - "sampleId": "WBRNAi00086878" + "sampleId": "ERP004492" }, { - "created": "2019-06-11T14:17:27.086+0000", + "created": "2019-06-11T14:17:36.594+0000", "deprecated": false, "deprecationDate": null, - "description": "The PASS2 database provides alignments of proteins related at the superfamily level and are characterized by low sequence identity.", - "id": 1335, - "mirId": "MIR:00000468", - "modified": "2019-06-11T14:17:27.086+0000", - "name": "PASS2", + "description": "The EBI Metagenomics service is an automated pipeline for the analysis and archiving of metagenomic data that aims to provide insights into the phylogenetic diversity as well as the functional and metabolic potential of a sample. Metagenomics is the study of all genomes present in any given environment without the need for prior individual identification or amplification. This collection references samples.", + "id": 1439, + "mirId": "MIR:00000510", + "modified": "2019-06-11T14:17:36.594+0000", + "name": "MGnify Sample", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pass2", + "pattern": "^[A-Z]+[0-9]+$", + "prefix": "mgnify.samp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PASS2 at National centre for Biological Sciences (India)", - "id": 1337, + "description": "MGnify Sample", + "id": 1440, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1336, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National centre for Biological Sciences, TIFR, GKVK campus, Bangalore, Karnataka", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100603", - "name": "PASS2 at National centre for Biological Sciences (India)", + "mirId": "MIR:00100656", + "name": "MGnify Sample", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://caps.ncbs.res.in/pass2/", - "sampleId": "46977", - "urlPattern": "http://caps.ncbs.res.in/cgi-bin/pass2//show_sf.py?sf_id={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/metagenomics", + "sampleId": "SRS086444", + "urlPattern": "https://www.ebi.ac.uk/metagenomics/samples/{$id}" } ], - "sampleId": "46977" + "sampleId": "SRS086444" }, { - "created": "2019-06-11T14:17:27.338+0000", + "created": "2019-06-11T14:16:01.860+0000", "deprecated": false, "deprecationDate": null, - "description": "ICEberg (Integrative and conjugative elements) is a database of integrative and conjugative elements (ICEs) found in bacteria. ICEs are conjugative self-transmissible elements that can integrate into and excise from a host chromosome, and can carry likely virulence determinants, antibiotic-resistant factors and/or genes coding for other beneficial traits. It contains details of ICEs found in representatives bacterial species, and which are organised as families. This collection references ICE elements.", - "id": 1338, - "mirId": "MIR:00000469", - "modified": "2019-06-11T14:17:27.338+0000", - "name": "ICEberg element", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "iceberg.element", + "description": "The Molecular Interactions (MI) ontology forms a structured controlled vocabulary for the annotation of experiments concerned with protein-protein interactions. MI is developed by the HUPO Proteomics Standards Initiative.", + "id": 350, + "mirId": "MIR:00000109", + "modified": "2020-06-26T10:17:31.752+0000", + "name": "Molecular Interactions Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^MI:\\d{4}$", + "prefix": "mi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ICEberg element at Shanghai Jiaotong University", - "id": 1340, + "description": "Molecular Interactions Ontology through OLS", + "id": 351, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1339, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "State Key Laboratory of Microbial Metabolism and School of Life Sciences &amp;amp;amp; Biotechnology, Shanghai Jiaotong University, Shanghai", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100604", - "name": "ICEberg element at Shanghai Jiaotong University", + "mirId": "MIR:00100142", + "name": "Molecular Interactions Ontology through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://db-mml.sjtu.edu.cn/ICEberg/", - "sampleId": "100", - "urlPattern": "http://db-mml.sjtu.edu.cn/ICEberg/feature_page.php?ice_id={$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mi", + "sampleId": "0308", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mi/terms?obo_id=MI:{$id}" } ], - "sampleId": "100" + "sampleId": "0308" }, { - "created": "2019-06-11T14:17:27.601+0000", + "created": "2019-06-11T14:18:06.853+0000", "deprecated": false, "deprecationDate": null, - "description": "ICEberg (Integrative and conjugative elements) is a database of integrative and conjugative elements (ICEs) found in bacteria. ICEs are conjugative self-transmissible elements that can integrate into and excise from a host chromosome, and can carry likely virulence determinants, antibiotic-resistant factors and/or genes coding for other beneficial traits. It contains details of ICEs found in representatives bacterial species, and which are organised as families. This collection references ICE families.", - "id": 1341, - "mirId": "MIR:00000470", - "modified": "2019-06-11T14:17:27.601+0000", - "name": "ICEberg family", + "description": "MicroScope is an integrative resource that supports systematic and efficient revision of microbial genome annotation, data management and comparative analysis.", + "id": 1752, + "mirId": "MIR:00000631", + "modified": "2019-06-11T14:18:06.853+0000", + "name": "MicroScope", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "iceberg.family", + "prefix": "microscope", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ICEberg family at Shanghai Jiaotong University", - "id": 1343, + "description": "MicroScope", + "id": 1754, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1342, + "id": 1753, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "FR", + "countryName": "France" }, - "name": "State Key Laboratory of Microbial Metabolism and School of Life Sciences &amp; Biotechnology, Shanghai Jiaotong University, Shanghai", + "name": "Université Évry-Val-d'Essonne, CEA, Institut de Génomique - Genoscope, Laboratoire d'Analyses Bioinformatiques pour la Génomique et le Métabolisme, Evry", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100605", - "name": "ICEberg family at Shanghai Jiaotong University", + "mirId": "MIR:00100836", + "name": "MicroScope", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://db-mml.sjtu.edu.cn/ICEberg/", - "sampleId": "1", - "urlPattern": "http://db-mml.sjtu.edu.cn/ICEberg/browse_result.php?type=fam&fam_id={$id}" + "resourceHomeUrl": "http://www.genoscope.cns.fr/agc/microscope", + "sampleId": "5601141", + "urlPattern": "http://www.genoscope.cns.fr/agc/microscope/mage/info.php?id={$id}" } ], - "sampleId": "1" + "sampleId": "5601141" }, { - "created": "2019-06-11T14:17:27.811+0000", + "created": "2019-06-11T14:16:13.630+0000", "deprecated": false, "deprecationDate": null, - "description": "VFDB is a repository of virulence factors (VFs) of pathogenic bacteria.This collection references VF information by Genus.", - "id": 1344, - "mirId": "MIR:00000471", - "modified": "2019-06-11T14:17:27.811+0000", - "name": "VFDB Genus", + "description": "MicrosporidiaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 475, + "mirId": "MIR:00000152", + "modified": "2019-06-11T14:16:13.630+0000", + "name": "MicrosporidiaDB", "namespaceEmbeddedInLui": false, "pattern": "^\\w+$", - "prefix": "vfdb.genus", + "prefix": "microsporidia", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VFDB Genus at Institute of Pathogen Biology", - "id": 1346, + "description": "MicrosporidiaDB at EuPathDB", + "id": 476, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1345, + "id": 467, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "State Key Laboratory for Molecular Virology and Genetic Engineering, Institute of Pathogen Biology, Chinese Academy Medical Sciences and Peking Union Medical College, Beijing", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100606", - "name": "VFDB Genus at Institute of Pathogen Biology", + "mirId": "MIR:00100197", + "name": "MicrosporidiaDB at EuPathDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mgc.ac.cn/VFs/", - "sampleId": "Chlamydia", - "urlPattern": "http://www.mgc.ac.cn/cgi-bin/VFs/genus.cgi?Genus={$id}" + "resourceHomeUrl": "http://microsporidiadb.org/micro/", + "sampleId": "ECU03_0820i", + "urlPattern": "http://microsporidiadb.org/micro/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "Chlamydia" + "sampleId": "ECU03_0820i" }, { - "created": "2019-06-11T14:17:28.027+0000", + "created": "2019-06-11T14:15:33.878+0000", "deprecated": false, "deprecationDate": null, - "description": "VFDB is a repository of virulence factors (VFs) of pathogenic bacteria.This collection references VF genes.", - "id": 1347, - "mirId": "MIR:00000472", - "modified": "2019-06-11T14:17:28.027+0000", - "name": "VFDB Gene", + "description": "Online Mendelian Inheritance in Man is a catalog of human genes and genetic disorders.", + "id": 65, + "mirId": "MIR:00000016", + "modified": "2019-06-11T14:15:33.878+0000", + "name": "OMIM", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "vfdb.gene", + "pattern": "^[*#+%^]?\\d{6}$", + "prefix": "mim", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VFDB Gene at Institute of Pathogen Biology", - "id": 1348, + "description": "OMIM at John Hopkins", + "id": 67, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1345, + "id": 66, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "State Key Laboratory for Molecular Virology and Genetic Engineering, Institute of Pathogen Biology, Chinese Academy Medical Sciences and Peking Union Medical College, Beijing", + "name": "Johns Hopkins University, Baltimore, Maryland", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100607", - "name": "VFDB Gene at Institute of Pathogen Biology", - "official": false, + "mirId": "MIR:00100024", + "name": "OMIM at John Hopkins", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mgc.ac.cn/VFs/", - "sampleId": "VFG2154", - "urlPattern": "http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID={$id}" - } - ], - "sampleId": "VFG2154" - }, - { - "created": "2019-06-11T14:17:28.224+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloging of books, documents, etc. This collection references MeSH terms published in 2013.", - "id": 1349, - "mirId": "MIR:00000473", - "modified": "2019-06-11T14:17:28.224+0000", - "name": "MeSH 2013", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "mesh.2013", - "resources": [ + "resourceHomeUrl": "https://omim.org/", + "sampleId": "603903", + "urlPattern": "https://omim.org/entry/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "MeSH 2013 at National Library of Medicine", - "id": 1350, + "description": "OMIM mirror at John Hopkins", + "id": 68, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 792, + "id": 66, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", + "name": "Johns Hopkins University, Baltimore, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100608", - "name": "MeSH 2013 at National Library of Medicine", + "mirId": "MIR:00100777", + "name": "OMIM mirror at John Hopkins", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.nlm.nih.gov/mesh/", - "sampleId": "17165", - "urlPattern": "http://www.nlm.nih.gov/cgi/mesh/2013/MB_cgi?mode=&index={$id}&view=expanded" - } - ], - "sampleId": "17165" - }, - { - "created": "2019-06-11T14:17:28.414+0000", - "deprecated": false, - "deprecationDate": null, - "description": "KEGG Modules are manually defined functional units used in the annotation and biological interpretation of sequenced genomes. Each module corresponds to a set of 'KEGG Orthology' (MIR:00000116) entries. KEGG Modules can represent pathway, structural, functional or signature modules.", - "id": 1351, - "mirId": "MIR:00000474", - "modified": "2019-06-11T14:17:28.414+0000", - "name": "KEGG Module", - "namespaceEmbeddedInLui": false, - "pattern": "^([a-z]{3,5}_)?M\\d{5}$", - "prefix": "kegg.module", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "KEGG Module at Kyoto University Bioinformatics Center", - "id": 1352, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 367, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "name": "Department of Computational Biology, University of Tokyo, Tokyo", - "rorId": null - }, - "location": { - "countryCode": "JP", - "countryName": "Japan" - }, - "mirId": "MIR:00100609", - "name": "KEGG Module at Kyoto University Bioinformatics Center", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.kegg.jp/kegg/module.html", - "sampleId": "M00002", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://mirror.omim.org/", + "sampleId": "603903", + "urlPattern": "http://mirror.omim.org/entry/{$id}" } ], - "sampleId": "M00002" + "sampleId": "603903" }, { - "created": "2019-06-11T14:17:28.601+0000", + "created": "2019-06-11T14:16:37.622+0000", "deprecated": false, "deprecationDate": null, - "description": "The KEGG DISEASE database is a collection of disease entries capturing knowledge on genetic and environmental perturbations. Each disease entry contains a list of known genetic factors (disease genes), environmental factors, diagnostic markers, and therapeutic drugs. Diseases are viewed as perturbed states of the molecular system, and drugs as perturbants to the molecular system.", - "id": 1353, - "mirId": "MIR:00000475", - "modified": "2019-06-11T14:17:28.601+0000", - "name": "KEGG Disease", + "description": "MimoDB is a database collecting peptides that have been selected from random peptide libraries based on their ability to bind small compounds, nucleic acids, proteins, cells, tissues and organs. It also stores other information such as the corresponding target, template, library, and structures. As of March 2016, this database was renamed Biopanning Data Bank.", + "id": 745, + "mirId": "MIR:00000251", + "modified": "2019-06-11T14:16:37.622+0000", + "name": "MimoDB", "namespaceEmbeddedInLui": false, - "pattern": "^H\\d+$", - "prefix": "kegg.disease", + "pattern": "^\\d+$", + "prefix": "mimodb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG Disease at Kyoto University Bioinformatics Center", - "id": 1354, + "description": "BDB at University of Electronic Science and Technology of China", + "id": 747, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 705, + "id": 746, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CN", + "countryName": "China" }, - "name": "Kyoto University Bioinformatics Center, Kyoto", + "name": "Key Laboratory for Neuroinformation of Ministry of Education, University of Electronic Science and Technology of China, Sichuan", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100610", - "name": "KEGG Disease at Kyoto University Bioinformatics Center", - "official": true, + "mirId": "MIR:00100322", + "name": "BDB at University of Electronic Science and Technology of China", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genome.jp/kegg/disease/", - "sampleId": "H00076", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://immunet.cn/bdb/", + "sampleId": "1", + "urlPattern": "http://immunet.cn/bdb/index.php/mimoset/{$id}" } ], - "sampleId": "H00076" + "sampleId": "1" }, { - "created": "2019-06-11T14:17:28.795+0000", + "created": "2019-06-11T14:18:10.091+0000", "deprecated": false, "deprecationDate": null, - "description": "MedlinePlus is the National Institutes of Health's Web site for patients and their families and friends. Produced by the National Library of Medicine, it provides information about diseases, conditions, and wellness issues using non-technical terms and language.", - "id": 1355, - "mirId": "MIR:00000476", - "modified": "2019-06-11T14:17:28.795+0000", - "name": "MedlinePlus", + "description": "Minid are identifiers used to provide robust reference to intermediate data generated during the course of a research investigation.", + "id": 1789, + "mirId": "MIR:00000645", + "modified": "2020-03-20T09:37:38.029+0000", + "name": "Minimal Viable Identifier", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "medlineplus", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "minid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MedlinePlus at NCBI", - "id": 1356, + "description": "FAIR Research is a collaboration of the Informatics Systems Research Division at the Information Sciences Institute of University of Southern California and the Computational Systems Division at the University of Chicago.", + "id": 1791, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", + "homeUrl": "https://www.usc.edu/", + "id": 1781, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "University of Southern California", + "rorId": "https://ror.org/03taz7m60" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100611", - "name": "MedlinePlus at NCBI", + "mirId": "MIR:00100850", + "name": "FAIR Research", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.nlm.nih.gov/medlineplus/", - "sampleId": "002804", - "urlPattern": "http://www.nlm.nih.gov/medlineplus/ency/article/{$id}.htm" + "providerCode": "fair", + "resourceHomeUrl": "https://fair-research.org", + "sampleId": "r8059v", + "urlPattern": "https://hdl.handle.net/hdl:20.500.12582/{$id}" } ], - "sampleId": "002804" + "sampleId": "b97957" }, { - "created": "2019-06-11T14:17:29.214+0000", + "created": "2020-02-25T11:14:38.686+0000", "deprecated": false, "deprecationDate": null, - "description": "GlycoEpitope is a database containing useful information about carbohydrate antigens (glyco-epitopes) and the antibodies (polyclonal or monoclonal) that can be used to analyze their expression. This collection references Glycoepitopes.", - "id": 1360, - "mirId": "MIR:00000478", - "modified": "2019-06-11T14:17:29.214+0000", - "name": "GlycoEpitope", + "description": "Minid are identifiers used to provide robust reference to intermediate data generated during the course of a research investigation. This is a prefix for referencing identifiers in the minid test namespace. ", + "id": 2085, + "mirId": "MIR:00000707", + "modified": "2020-02-28T10:24:36.137+0000", + "name": "MINID Test", "namespaceEmbeddedInLui": false, - "pattern": "^EP\\d{4}$", - "prefix": "glycoepitope", + "pattern": "[A-Za-z0-9]+$", + "prefix": "minid.test", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GlycoEpitope at Ritsumeikan University", - "id": 1362, + "description": "FAIR Research is a collaboration of the Informatics Systems Research Division at the Information Sciences Institute of University of Southern California and the Computational Systems Division at the University of Chicago.", + "id": 2086, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1361, + "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", + "homeUrl": "https://www.usc.edu/", + "id": 1781, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Kawasaki laboratory, Research Center for Glycobiotechnology, Ritsumeikan University", - "rorId": null + "name": "University of Southern California", + "rorId": "https://ror.org/03taz7m60" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100613", - "name": "GlycoEpitope at Ritsumeikan University", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.glycoepitope.jp/epitopes/", - "sampleId": "EP0311", - "urlPattern": "https://www.glycoepitope.jp/epitopes/{$id}" + "mirId": "MIR:00000724", + "name": "FAIR Research", + "official": true, + "providerCode": "fair", + "resourceHomeUrl": "https://fair-research.org", + "sampleId": "3SBPLMKKVEVR", + "urlPattern": "https://hdl.handle.net/hdl:20.500.12633/{$id}" } ], - "sampleId": "EP0311" + "sampleId": "3SBPLMKKVEVR" }, { - "created": "2019-06-11T14:17:29.437+0000", + "created": "2019-06-11T14:15:43.925+0000", "deprecated": false, "deprecationDate": null, - "description": "JCGGDB (Japan Consortium for Glycobiology and Glycotechnology DataBase) is a database that aims to integrate all glycan-related data held in various repositories in Japan. This includes databases for large-quantity synthesis of glycogenes and glycans, analysis and detection of glycan structure and glycoprotein, glycan-related differentiation markers, glycan functions, glycan-related diseases and transgenic and knockout animals, etc.", - "id": 1363, - "mirId": "MIR:00000479", - "modified": "2019-06-11T14:17:29.437+0000", - "name": "JCGGDB", + "description": "The Molecular INTeraction database (MINT) stores, in a structured format, information about molecular interactions by extracting experimental details from work published in peer-reviewed journals.", + "id": 162, + "mirId": "MIR:00000042", + "modified": "2019-06-11T14:15:43.925+0000", + "name": "MINT", "namespaceEmbeddedInLui": false, - "pattern": "^JCGG-STR\\d{6}$", - "prefix": "jcggdb", + "pattern": "^MINT\\-\\d{1,7}$", + "prefix": "mint", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JCGGDB at Advanced Science Institute (Japan)", - "id": 1365, + "description": "The Molecular INTeraction database (MINT)", + "id": 164, "institution": { - "description": "Established by RIKEN in April 2008, based on the DRI (Discovery Research Institute) and the FRS (Frontier Research System). ASI is unique since it is structured as comprehensive system supporting the full range of scientific fields including high energy/nuclear/astro-physics, condensed matter physics, chemistry, electronic engineering, biology and medicine.", - "homeUrl": "http://www.riken.jp/en/about/reports/evaluation/asi/", - "id": 1364, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 163, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "RIKEN Advanced Science Institute", - "rorId": "https://ror.org/030vbmf58" + "name": "University of Rome Tor Vergata, Rome", + "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100614", - "name": "JCGGDB at Advanced Science Institute (Japan)", + "mirId": "MIR:00100070", + "name": "The Molecular INTeraction database (MINT)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://jcggdb.jp/index_en.html", - "sampleId": "JCGG-STR008690", - "urlPattern": "http://jcggdb.jp/idb/jcggdb/{$id}" - } - ], - "sampleId": "JCGG-STR008690" - }, - { - "created": "2019-06-11T14:17:29.649+0000", - "deprecated": false, - "deprecationDate": null, - "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 4 and relates to gene regions.", - "id": 1366, - "mirId": "MIR:00000480", - "modified": "2019-06-11T14:17:29.649+0000", - "name": "NONCODE v4 Gene", - "namespaceEmbeddedInLui": false, - "pattern": "^NONHSAG\\d{5}$", - "prefix": "noncodev4.gene", - "resources": [ + "resourceHomeUrl": "http://mint.bio.uniroma2.it/mint/", + "sampleId": "MINT-10000", + "urlPattern": "http://mint.bio.uniroma2.it/mint/search/inFrameInteraction.do?interactionAc={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "NONCODE v4 Gene at Chinese Academy of Sciences", - "id": 1367, + "description": "MINT subset through IntAct", + "id": 165, "institution": { - "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", - "homeUrl": "http://english.cas.cn/", - "id": 737, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Chinese Academy of Sciences", - "rorId": "https://ror.org/034t30j35" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100616", - "name": "NONCODE v4 Gene at Chinese Academy of Sciences", + "mirId": "MIR:00100654", + "name": "MINT subset through IntAct", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.bioinfo.org/NONCODEv4/", - "sampleId": "NONHSAG00001", - "urlPattern": "http://www.bioinfo.org/NONCODEv4/show_gene.php?id={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", + "sampleId": "MINT-7905142", + "urlPattern": "https://www.ebi.ac.uk/intact/query/interaction_id:{$id}" } ], - "sampleId": "NONHSAG00001" + "sampleId": "MINT-10000" }, { - "created": "2019-06-11T14:18:19.150+0000", + "created": "2019-06-11T14:16:38.756+0000", "deprecated": false, "deprecationDate": null, - "description": "An interactive tool for neurobiologists to explore the detailed neuroanatomy, neuron connectivity and gene expression of the Drosophila melanogaster.", - "id": 1884, - "mirId": "MIR:00000680", - "modified": "2019-06-11T14:18:19.150+0000", - "name": "Virtual Fly Brain", + "description": "MIPModDb is a database of comparative protein structure models of MIP (Major Intrinsic Protein) family of proteins, identified from complete genome sequence. It provides key information of MIPs based on their sequence and structures.", + "id": 759, + "mirId": "MIR:00000256", + "modified": "2019-06-11T14:16:38.756+0000", + "name": "MIPModDB", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9a-zA-Z]{8}$", - "prefix": "vfb", + "pattern": "^\\w+$", + "prefix": "mipmod", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Virtual Fly Brain", - "id": 1886, + "description": "MIPModDB at Indian Institute of Technology Kanpur", + "id": 761, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1885, + "id": 760, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IN", + "countryName": "India" }, - "name": "The University of Cambridge", + "name": "Department of Biological Sciences and Bioengineering, Indian Institute of Technology Kanpur, Kanpur", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100911", - "name": "Virtual Fly Brain", - "official": true, + "mirId": "MIR:00100327", + "name": "MIPModDB at Indian Institute of Technology Kanpur", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://VirtualFlyBrain.org", - "sampleId": "00000001", - "urlPattern": "http://virtualflybrain.org/reports/{$id}" + "resourceHomeUrl": "http://bioinfo.iitk.ac.in/MIPModDB", + "sampleId": "HOSAPI0399", + "urlPattern": "http://bioinfo.iitk.ac.in/MIPModDB/result.php?code={$id}" } ], - "sampleId": "00000001" + "sampleId": "HOSAPI0399" }, { - "created": "2019-06-11T14:17:29.833+0000", + "created": "2019-06-11T14:17:59.221+0000", "deprecated": false, "deprecationDate": null, - "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 4 and relates to individual transcripts.", - "id": 1368, - "mirId": "MIR:00000481", - "modified": "2019-06-11T14:17:29.833+0000", - "name": "NONCODE v4 Transcript", - "namespaceEmbeddedInLui": false, - "pattern": "^NONHSAT\\d{6}$", - "prefix": "noncodev4.rna", + "description": "The Identifiers.org registry contains registered namespace and provider prefixes with associated access URIs for a large number of high quality data collections. These prefixes are used in web resolution of compact identifiers of the form “PREFIX:ACCESSION” or \"PROVIDER/PREFIX:ACCESSION” commonly used to specify bioinformatics and other data resources.", + "id": 1664, + "mirId": "MIR:00000599", + "modified": "2019-06-11T14:17:59.221+0000", + "name": "Identifiers.org Registry", + "namespaceEmbeddedInLui": true, + "pattern": "^MIR:\\d{8}$", + "prefix": "mir", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NONCODE v4 Transcript at Chinese Academy of Sciences", - "id": 1369, + "description": "Identifiers.org Registry through EBI", + "id": 1665, "institution": { - "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", - "homeUrl": "http://english.cas.cn/", - "id": 737, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Chinese Academy of Sciences", - "rorId": "https://ror.org/034t30j35" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100617", - "name": "NONCODE v4 Transcript at Chinese Academy of Sciences", + "mirId": "MIR:00100800", + "name": "Identifiers.org Registry through EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.bioinfo.org/NONCODEv4/", - "sampleId": "NONHSAT000001", - "urlPattern": "http://www.bioinfo.org/NONCODEv4/show_rna.php?id={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://registry.identifiers.org/registry", + "sampleId": "00100037", + "urlPattern": "https://registry.identifiers.org/registry?query=MIR:{$id}" } ], - "sampleId": "NONHSAT000001" + "sampleId": "00100037" }, { - "created": "2019-06-11T14:17:30.027+0000", + "created": "2019-06-11T14:15:53.607+0000", "deprecated": false, "deprecationDate": null, - "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references gene information.", - "id": 1370, - "mirId": "MIR:00000482", - "modified": "2019-06-11T14:17:30.027+0000", - "name": "Oryzabase Gene", + "description": "The miRBase Sequence Database is a searchable database of published miRNA sequences and annotation. The data were previously provided by the miRNA Registry. Each entry in the miRBase Sequence database represents a predicted hairpin portion of a miRNA transcript (termed mir in the database), with information on the location and sequence of the mature miRNA sequence (termed miR).", + "id": 263, + "mirId": "MIR:00000078", + "modified": "2019-06-11T14:15:53.607+0000", + "name": "miRBase Sequence", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oryzabase.gene", + "pattern": "MI\\d{7}", + "prefix": "mirbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Oryzabase v4 Gene at National Institute of Genetics (Japan)", - "id": 1372, + "description": "miRBase Sequence Database", + "id": 265, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1371, + "id": 264, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", + "name": "Faculty of Life Sciences, University of Manchester", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100618", - "name": "Oryzabase v4 Gene at National Institute of Genetics (Japan)", + "mirId": "MIR:00100135", + "name": "miRBase Sequence Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", - "sampleId": "117", - "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/gene/detail/{$id}" + "resourceHomeUrl": "http://www.mirbase.org/", + "sampleId": "MI0000001", + "urlPattern": "http://www.mirbase.org/cgi-bin/mirna_entry.pl?acc={$id}" } ], - "sampleId": "117" + "sampleId": "MI0000001" }, { - "created": "2019-06-11T14:17:30.248+0000", + "created": "2019-06-11T14:16:33.415+0000", "deprecated": false, "deprecationDate": null, - "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references mutant strain information.", - "id": 1373, - "mirId": "MIR:00000483", - "modified": "2019-06-11T14:17:30.248+0000", - "name": "Oryzabase Mutant", + "description": "The miRBase Sequence Database is a searchable database of published miRNA sequences and annotation. This collection refers specifically to the mature miRNA sequence.", + "id": 696, + "mirId": "MIR:00000235", + "modified": "2019-06-11T14:16:33.415+0000", + "name": "miRBase mature sequence", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oryzabase.mutant", + "pattern": "MIMAT\\d{7}", + "prefix": "mirbase.mature", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Oryzabase v4 Mutant at National Institute of Genetics (Japan)", - "id": 1374, + "description": "miRBase", + "id": 697, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1371, + "id": 264, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", + "name": "Faculty of Life Sciences, University of Manchester", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100619", - "name": "Oryzabase v4 Mutant at National Institute of Genetics (Japan)", + "mirId": "MIR:00100296", + "name": "miRBase", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", - "sampleId": "21393", - "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/strain/inducedMutationLine/detail/{$id}" + "resourceHomeUrl": "http://www.mirbase.org/", + "sampleId": "MIMAT0000001", + "urlPattern": "http://www.mirbase.org/cgi-bin/mature.pl?mature_acc={$id}" } ], - "sampleId": "21393" + "sampleId": "MIMAT0000001" }, { - "created": "2019-06-11T14:17:30.425+0000", + "created": "2019-06-11T14:16:54.147+0000", "deprecated": false, "deprecationDate": null, - "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references wild strain information.", - "id": 1375, - "mirId": "MIR:00000484", - "modified": "2019-06-11T14:17:30.425+0000", - "name": "Oryzabase Strain", + "description": "mirEX is a comprehensive platform for comparative analysis of primary microRNA expression data, storing RT–qPCR-based gene expression profile over seven development stages of Arabidopsis. It also provides RNA structural models, publicly available deep sequencing results and experimental procedure details. This collection provides profile information for a single microRNA over all development stages.", + "id": 946, + "mirId": "MIR:00000329", + "modified": "2019-06-11T14:16:54.147+0000", + "name": "mirEX", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oryzabase.strain", + "pattern": "^\\d+(\\w+)?$", + "prefix": "mirex", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Oryzabase v4 Strain at National Institute of Genetics (Japan)", - "id": 1376, + "description": "mirEX at Adam Mickiewicz University", + "id": 947, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1371, + "id": 731, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "PL", + "countryName": "Poland" }, - "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", + "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "PL", + "countryName": "Poland" }, - "mirId": "MIR:00100620", - "name": "Oryzabase v4 Strain at National Institute of Genetics (Japan)", + "mirId": "MIR:00100423", + "name": "mirEX at Adam Mickiewicz University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", - "sampleId": "1", - "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/strain/wildCore/detail/{$id}" + "resourceHomeUrl": "http://comgen.pl/mirex/?page=home", + "sampleId": "165a", + "urlPattern": "http://comgen.pl/mirex1/?page=results/record&name={$id}&exref=pp2a&limit=yes" } ], - "sampleId": "1" + "sampleId": "165a" }, { - "created": "2019-06-11T14:17:30.616+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references development stage information.", - "id": 1377, - "mirId": "MIR:00000485", - "modified": "2019-06-11T14:17:30.616+0000", - "name": "Oryzabase Stage", + "created": "2019-06-11T14:15:31.442+0000", + "deprecated": true, + "deprecationDate": "2020-06-04T11:17:21.453+0000", + "description": "MIRIAM Registry is an online resource created to catalogue collections (Gene Ontology, Taxonomy or PubMed are some examples) and the corresponding resources (physical locations) providing access to those data collections. The Registry provides unique and perennial URIs for each entity of those data collections.", + "id": 41, + "mirId": "MIR:00000008", + "modified": "2020-06-04T11:17:21.456+0000", + "name": "MIRIAM Registry collection", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oryzabase.stage", + "pattern": "^MIR:000\\d{5}$", + "prefix": "miriam.collection", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "Oryzabase v4 Stage at National Institute of Genetics (Japan)", - "id": 1378, + "deprecated": true, + "deprecationDate": "2020-06-04T10:00:30.300+0000", + "description": "MIRIAM Resources (data collection)", + "id": 42, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1371, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100621", - "name": "Oryzabase v4 Stage at National Institute of Genetics (Japan)", + "mirId": "MIR:00100005", + "name": "MIRIAM Resources (data collection)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", - "sampleId": "34", - "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/devstageineachorgan/detail/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/miriam/", + "sampleId": "MIR:00000008", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100005/{$id}" } ], - "sampleId": "34" + "sampleId": "MIR:00000008" }, { - "created": "2019-06-11T14:17:30.833+0000", + "created": "2019-06-11T14:16:22.127+0000", "deprecated": false, "deprecationDate": null, - "description": "Oryza Tag Line is a database that was developed to collect information generated from the characterization of rice (Oryza sativa L cv. Nipponbare) insertion lines resulting in potential gene disruptions. It collates morpho-physiological alterations observed during field evaluation, with each insertion line documented through a generic passport data including production records, seed stocks and FST information.", - "id": 1379, - "mirId": "MIR:00000486", - "modified": "2019-06-11T14:17:30.833+0000", - "name": "Oryza Tag Line", + "description": "MIRIAM Registry is an online resource created to catalogue data types (Gene Ontology, Taxonomy or PubMed are some examples), their URIs and the corresponding resources (or physical locations), whether these are controlled vocabularies or databases.", + "id": 573, + "mirId": "MIR:00000188", + "modified": "2019-06-11T14:16:22.127+0000", + "name": "MIRIAM Registry resource", "namespaceEmbeddedInLui": false, - "pattern": "^A[A-Z]+\\d+$", - "prefix": "otl", + "pattern": "^MIR:001\\d{5}$", + "prefix": "miriam.resource", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Oryza Tag Line at CIRAD-INRA-SUPAGRO-UMI", - "id": 1381, + "description": "MIRIAM Registry (resources)", + "id": 574, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1380, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "CIRAD-INRA-SUPAGRO-UMII, Biological Systems Department, Montpellier", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100622", - "name": "Oryza Tag Line at CIRAD-INRA-SUPAGRO-UMI", + "mirId": "MIR:00100245", + "name": "MIRIAM Registry (resources)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://oryzatagline.cirad.fr/", - "sampleId": "AADB12", - "urlPattern": "http://oryzatagline.cirad.fr/cgi-bin/general_mutant.pl?line={$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/miriam/", + "sampleId": "MIR:00100005", + "urlPattern": "https://www.ebi.ac.uk/miriam/main/resources/{$id}" } ], - "sampleId": "AADB12" + "sampleId": "MIR:00100005" }, { - "created": "2019-06-11T14:17:31.086+0000", + "created": "2019-06-11T14:16:36.416+0000", "deprecated": false, "deprecationDate": null, - "description": "The Gene Wiki is project which seeks to provide detailed information on human genes. Initial 'stub' articles are created in an automated manner, with further information added by the community. Gene Wiki can be accessed in wikipedia using Gene identifiers from NCBI.", - "id": 1382, - "mirId": "MIR:00000487", - "modified": "2019-06-11T14:17:31.086+0000", - "name": "Gene Wiki", + "description": "miRNEST is a database of animal, plant and virus microRNAs, containing miRNA predictions conducted on Expressed Sequence Tags of animal and plant species.", + "id": 730, + "mirId": "MIR:00000246", + "modified": "2019-06-11T14:16:36.416+0000", + "name": "miRNEST", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "genewiki", + "pattern": "^MNEST\\d+$", + "prefix": "mirnest", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gene Wiki through BioGPS", - "id": 1383, + "description": "miRNEST at Adam Mickiewicz University", + "id": 732, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1111, + "id": 731, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "PL", + "countryName": "Poland" }, - "name": "Wikimedia Foundation, San Francisco, California", + "name": "Institute of Molecular Biology, Adam Mickiewicz University, Poznan", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "PL", + "countryName": "Poland" }, - "mirId": "MIR:00100623", - "name": "Gene Wiki through BioGPS", + "mirId": "MIR:00100317", + "name": "miRNEST at Adam Mickiewicz University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://en.wikipedia.org/wiki/Gene_Wiki", - "sampleId": "1017", - "urlPattern": "http://plugins.biogps.org/cgi-bin/wp.cgi?id={$id}" + "resourceHomeUrl": "http://rhesus.amu.edu.pl/mirnest/copy/", + "sampleId": "MNEST029358", + "urlPattern": "http://rhesus.amu.edu.pl/mirnest/copy/details.php?id={$id}" } ], - "sampleId": "1017" + "sampleId": "MNEST029358" }, { - "created": "2019-06-11T14:17:31.315+0000", + "created": "2019-06-11T14:17:49.171+0000", "deprecated": false, "deprecationDate": null, - "description": "PaxDb is a resource dedicated to integrating information on absolute protein abundance levels across different organisms. Publicly available experimental data are mapped onto a common namespace and, in the case of tandem mass spectrometry data, re-processed using a standardized spectral counting pipeline. Data sets are scored and ranked to assess consistency against externally provided protein-network information. PaxDb provides whole-organism data as well as tissue-resolved data, for numerous proteins. This collection references protein abundance information by species.", - "id": 1384, - "mirId": "MIR:00000488", - "modified": "2019-06-11T14:17:31.315+0000", - "name": "PaxDb Organism", + "description": "miRTarBase is a database of miRNA-target interactions (MTIs), collected manually from relevant literature, following Natural Language Processing of the text to identify research articles related to functional studies of miRNAs. Generally, the collected MTIs are validated experimentally by reporter assay, western blot, microarray and next-generation sequencing experiments.", + "id": 1567, + "mirId": "MIR:00000562", + "modified": "2019-06-11T14:17:49.171+0000", + "name": "miRTarBase", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "paxdb.organism", + "pattern": "^MIRT\\d{6}$", + "prefix": "mirtarbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PaxDb v3 at University of Zurich", - "id": 1386, + "description": "miRTarBase at National Chiao Tung University", + "id": 1569, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1385, + "id": 1568, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "TW", + "countryName": "Taiwan, Province of China" }, - "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", + "name": "Institute of Bioinformatics and Systems Biology, National Chiao Tung University, Hsinchu", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "TW", + "countryName": "Taiwan, Province of China" }, - "mirId": "MIR:00100624", - "name": "PaxDb v3 at University of Zurich", + "mirId": "MIR:00100739", + "name": "miRTarBase at National Chiao Tung University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pax-db.org/", - "sampleId": "9606", - "urlPattern": "http://pax-db.org/#!species/{$id}" + "resourceHomeUrl": "http://mirtarbase.mbc.nctu.edu.tw/", + "sampleId": "MIRT000002", + "urlPattern": "http://mirtarbase.mbc.nctu.edu.tw/php/detail.php?mirtid={$id}" } ], - "sampleId": "9606" + "sampleId": "MIRT000002" }, { - "created": "2019-06-11T14:17:31.566+0000", + "created": "2021-06-24T16:02:06.844+0000", "deprecated": false, "deprecationDate": null, - "description": "PaxDb is a resource dedicated to integrating information on absolute protein abundance levels across different organisms. Publicly available experimental data are mapped onto a common namespace and, in the case of tandem mass spectrometry data, re-processed using a standardized spectral counting pipeline. Data sets are scored and ranked to assess consistency against externally provided protein-network information. PaxDb provides whole-organism data as well as tissue-resolved data, for numerous proteins. This collection references individual protein abundance levels.", - "id": 1387, - "mirId": "MIR:00000489", - "modified": "2019-06-11T14:17:31.566+0000", - "name": "PaxDb Protein", + "description": "MLCommons Association artifacts, including benchmark results, datasets, and saved models.", + "id": 2709, + "mirId": "MIR:00000828", + "modified": "2021-06-24T16:02:06.844+0000", + "name": "MLCommons Association", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "paxdb.protein", + "pattern": "^[0-9a-zA-Z\\.\\-\\_]+$", + "prefix": "mlc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PaxDb v3 at University of Zurich", - "id": 1388, + "description": "The MLCommons Association is a non-profit founded to \"make ML better for everyone\" through benchmarks, public datasets, and best practices. The MLCommons board has representatives from Alibaba, Google, GraphCore, Facebook, Intel, Qualcomm, Myrtle.ai, NVIDIA, and a Harvard faculty member, and the organization has over 50 members consisting of companies and academics.", + "id": 2710, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1385, + "description": "The MLCommons Association is a non-profit founded to \"make ML better for everyone\" through benchmarks, public datasets, and best practices. The MLCommons board has representatives from Alibaba, Google, GraphCore, Facebook, Intel, Qualcomm, Myrtle.ai, NVIDIA, and a Harvard faculty member, and the organization has over 50 members consisting of companies and academics.", + "homeUrl": "https://mlcommons.org/", + "id": 2708, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", + "name": "MLCommons Association", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100625", - "name": "PaxDb v3 at University of Zurich", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pax-db.org/", - "sampleId": "977869", - "urlPattern": "http://pax-db.org/#!protein/{$id}" + "mirId": "MIR:00000823", + "name": "MLCommons Association", + "official": true, + "providerCode": "mlc", + "resourceHomeUrl": "https://mlcommons.org/en/", + "sampleId": "0.7-123", + "urlPattern": "https://www.mlcommons.org/mlc-id/{$id}" } ], - "sampleId": "977869" + "sampleId": "0.7-123" }, { - "created": "2019-06-11T14:17:31.784+0000", + "created": "2019-06-11T14:16:05.062+0000", "deprecated": false, "deprecationDate": null, - "description": "The Protein Data Bank is the single worldwide archive of structural data of biological macromolecules. This collection references ligands.", - "id": 1389, - "mirId": "MIR:00000490", - "modified": "2019-06-11T14:17:31.784+0000", - "name": "Protein Data Bank Ligand", + "description": "The Molecular Modeling Database (MMDB) is a database of experimentally determined structures obtained from the Protein Data Bank (PDB). Since structures are known for a large fraction of all protein families, structure homologs may facilitate inference of biological function, or the identification of binding or catalytic sites.", + "id": 384, + "mirId": "MIR:00000121", + "modified": "2019-06-11T14:16:05.062+0000", + "name": "Molecular Modeling Database", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "pdb.ligand", + "pattern": "^\\d{1,5}$", + "prefix": "mmdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PDB Ligand at RCSB", - "id": 1390, + "description": "MMDB at NCBI", + "id": 385, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 79, + "id": 378, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Rutgers, The State University of New Jersey", + "name": "National Library of Medicine, National Institutes of Health, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100626", - "name": "PDB Ligand at RCSB", + "mirId": "MIR:00100154", + "name": "MMDB at NCBI", "official": false, - "providerCode": "rcsb", - "resourceHomeUrl": "http://www.pdb.org/", - "sampleId": "TRQ", - "urlPattern": "http://www.rcsb.org/pdb/ligand/ligandsummary.do?hetId={$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/sites/entrez?db=structure", + "sampleId": "50885", + "urlPattern": "http://www.ncbi.nlm.nih.gov/Structure/mmdb/mmdbsrv.cgi?uid={$id}" + } + ], + "sampleId": "50885" + }, + { + "created": "2019-06-11T14:15:52.916+0000", + "deprecated": false, + "deprecationDate": null, + "description": "A collection of molecular interaction maps and pathways involved in cancer development and progression with a focus on melanoma.", + "id": 255, + "mirId": "MIR:00000075", + "modified": "2019-06-11T14:15:52.916+0000", + "name": "Melanoma Molecular Map Project Biomaps", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "mmmp:biomaps", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PDB Ligand at Protein Databank in Europe (PDBe)", - "id": 1391, + "description": "main webpage", + "id": 257, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 256, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Melanoma Molecular Map Project", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100650", - "name": "PDB Ligand at Protein Databank in Europe (PDBe)", + "mirId": "MIR:00100105", + "name": "main webpage", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.pdbe.org/", - "sampleId": "TRQ", - "urlPattern": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/chemicalCompound/show/{$id}" + "resourceHomeUrl": "http://www.mmmp.org/MMMP/public/biomap/listBiomap.mmmp", + "sampleId": "37", + "urlPattern": "http://www.mmmp.org/MMMP/public/biomap/viewBiomap.mmmp?id={$id}" } ], - "sampleId": "TRQ" + "sampleId": "37" }, { - "created": "2019-06-11T14:17:32.129+0000", + "created": "2019-06-11T14:18:03.141+0000", "deprecated": false, "deprecationDate": null, - "description": "The MEROPS database is an information resource for peptidases (also termed proteases, proteinases and proteolytic enzymes) and the proteins that inhibit them. This collections references inhibitors.", - "id": 1392, - "mirId": "MIR:00000491", - "modified": "2019-06-11T14:17:32.129+0000", - "name": "MEROPS Inhibitor", + "description": "MarCat is a gene (protein) catalogue of uncultivable and cultivable marine genes and proteins derived from metagenomics samples.", + "id": 1707, + "mirId": "MIR:00000615", + "modified": "2019-06-11T14:18:03.141+0000", + "name": "MarCat", "namespaceEmbeddedInLui": false, - "pattern": "^I\\d{2}\\.\\d{3}$", - "prefix": "merops.inhibitor", + "pattern": "^MMP\\d+.\\d+$", + "prefix": "mmp.cat", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MEROPS Inhibitor at Sanger Institute", - "id": 1394, + "description": "MarCat through SfB", + "id": 1708, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1393, + "id": 1703, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", + "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100632", - "name": "MEROPS Inhibitor at Sanger Institute", + "mirId": "MIR:00100819", + "name": "MarCat through SfB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://merops.sanger.ac.uk/index.htm", - "sampleId": "I31.952", - "urlPattern": "http://merops.sanger.ac.uk/cgi-bin/pepsum?id={$id}" + "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marcat/", + "sampleId": "MMP743597.11", + "urlPattern": "https://mmp.sfb.uit.no/databases/marcat/#/records/{$id}" } ], - "sampleId": "I31.952" + "sampleId": "MMP743597.11" }, { - "created": "2019-06-11T14:17:32.366+0000", + "created": "2019-06-11T14:18:02.934+0000", "deprecated": false, "deprecationDate": null, - "description": "Animal Diversity Web (ADW) is an online database of animal natural history, distribution, classification, and conservation biology.", - "id": 1395, - "mirId": "MIR:00000492", - "modified": "2019-06-11T14:17:32.366+0000", - "name": "Animal Diversity Web", + "description": "MarDB includes all sequenced marine microbial genomes regardless of level of completeness.", + "id": 1705, + "mirId": "MIR:00000614", + "modified": "2019-06-11T14:18:02.934+0000", + "name": "MarDB", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z_a-z]+$", - "prefix": "adw", + "pattern": "^MMP\\d+.\\d+$", + "prefix": "mmp.db", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal Diversity Web at University of Michigan", - "id": 1397, + "description": "MarDB through SfB", + "id": 1706, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1396, + "id": 1703, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "University of Michigan Museum of Zoology, Ann Arbor, Michigan", + "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100633", - "name": "Animal Diversity Web at University of Michigan", + "mirId": "MIR:00100818", + "name": "MarDB through SfB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://animaldiversity.org/", - "sampleId": "Lycalopex_vetulus", - "urlPattern": "https://animaldiversity.org/accounts/{$id}/" + "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/mardb/", + "sampleId": "MMP02954345.1", + "urlPattern": "https://mmp.sfb.uit.no/databases/mardb/#/records/{$id}" } ], - "sampleId": "Lycalopex_vetulus" + "sampleId": "MMP02954345.1" }, { - "created": "2019-06-11T14:17:32.633+0000", + "created": "2019-09-10T10:50:49.547+0000", "deprecated": false, "deprecationDate": null, - "description": "The GPCR-LIgand DAtabase (GLIDA) is a GPCR-related chemical genomic database that is primarily focused on the correlation of information between GPCRs and their ligands. It provides correlation data between GPCRs and their ligands, along with chemical information on the ligands. This collection references G-protein coupled receptors.", - "id": 1398, - "mirId": "MIR:00000493", - "modified": "2019-06-11T14:17:32.633+0000", - "name": "GLIDA GPCR", + "description": "MarFun is manually curated database for marine fungi which is a part of the MAR databases.", + "id": 1997, + "mirId": "MIR:00000729", + "modified": "2019-09-10T10:50:49.547+0000", + "name": "MarFun", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z-_0-9]+$", - "prefix": "glida.gpcr", + "pattern": "^MMP\\d+.\\d+$", + "prefix": "mmp.fun", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GLIDA GPCR at Kyoto University", - "id": 1400, + "description": "MarFun through SfB", + "id": 1998, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1399, + "description": "The Centre for bioinformatics at UiT is a part of ELIXIR Norway dedicated to services.", + "homeUrl": "https://uit.no", + "id": 1996, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", + "name": "Centre for bioinformatics (SfB), UiT The Arctic university of Norway", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100634", - "name": "GLIDA GPCR at Kyoto University", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/", - "sampleId": "ACM1_HUMAN", - "urlPattern": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/gpcr_information.php?id={$id}" + "mirId": "MIR:00000713", + "name": "MarFun through SfB", + "official": true, + "providerCode": "mmp", + "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marfun", + "sampleId": "MMP3888430", + "urlPattern": "https://mmp.sfb.uit.no/databases/marfun/#/records/{$id}" } ], - "sampleId": "ACM1_HUMAN" + "sampleId": "MMP3888430" }, { - "created": "2019-06-11T14:17:32.872+0000", + "created": "2019-06-11T14:18:02.696+0000", "deprecated": false, "deprecationDate": null, - "description": "The GPCR-LIgand DAtabase (GLIDA) is a GPCR-related chemical genomic database that is primarily focused on the correlation of information between GPCRs and their ligands. It provides correlation data between GPCRs and their ligands, along with chemical information on the ligands. This collection references ligands.", - "id": 1401, - "mirId": "MIR:00000494", - "modified": "2019-06-11T14:17:32.872+0000", - "name": "GLIDA Ligand", + "description": "MarRef is a manually curated marine microbial reference genome database that contains completely sequenced genomes.", + "id": 1702, + "mirId": "MIR:00000613", + "modified": "2019-06-11T14:18:02.696+0000", + "name": "MarRef", "namespaceEmbeddedInLui": false, - "pattern": "^L\\d+$", - "prefix": "glida.ligand", + "pattern": "^MMP\\d+.\\d+$", + "prefix": "mmp.ref", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GLIDA Ligand at Kyoto University", - "id": 1402, + "description": "MarRef through SfB", + "id": 1704, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1399, + "id": 1703, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NO", + "countryName": "Norway" }, - "name": "Department of Genomic Drug Discovery Science, Graduate School of Pharmaceutical Sciences, Kyoto University, Sakyo-ku, Kyoto", + "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "NO", + "countryName": "Norway" }, - "mirId": "MIR:00100635", - "name": "GLIDA Ligand at Kyoto University", + "mirId": "MIR:00100817", + "name": "MarRef through SfB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/", - "sampleId": "L000001", - "urlPattern": "http://pharminfo.pharm.kyoto-u.ac.jp/services/glida/ligand_information.php?id={$id}" + "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marref/", + "sampleId": "MMP3312982.2", + "urlPattern": "https://mmp.sfb.uit.no/databases/marref/#/records/{$id}" } ], - "sampleId": "L000001" + "sampleId": "MMP3312982.2" }, { - "created": "2019-06-11T14:17:33.087+0000", + "created": "2019-06-11T14:16:53.082+0000", "deprecated": false, "deprecationDate": null, - "description": "GRSDB is a database of G-quadruplexes and contains information on composition and distribution of putative Quadruplex-forming G-Rich Sequences (QGRS) mapped in the eukaryotic pre-mRNA sequences, including those that are alternatively processed (alternatively spliced or alternatively polyadenylated). The data stored in the GRSDB is based on computational analysis of NCBI Entrez Gene entries and their corresponding annotated genomic nucleotide sequences of RefSeq/GenBank.", - "id": 1403, - "mirId": "MIR:00000495", - "modified": "2019-06-11T14:17:33.087+0000", - "name": "GRSDB", + "description": "The MMRRC database is a repository of available mouse stocks and embryonic stem cell line collections.", + "id": 935, + "mirId": "MIR:00000324", + "modified": "2019-06-11T14:16:53.082+0000", + "name": "MMRRC", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "grsdb", + "prefix": "mmrrc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GRSDB v2 at Ramapo College of New Jersey", - "id": 1405, + "description": "MMRRC at University of North Carolina", + "id": 937, "institution": { - "description": "Established in 1969, Ramapo College offers bachelor’s degrees in the arts, business, humanities, social sciences and the sciences, as well as in professional studies, which include business, elementary education, nursing and social work. In fall 2020, the College will be enrolling students in both a bachelor’s and master’s degree in data science, only one of two higher education institutions in New Jersey to offer both programs.", - "homeUrl": "https://www.ramapo.edu/", - "id": 1404, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 936, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Ramapo College", - "rorId": "https://ror.org/03s2x9d90" + "name": "University of North Carolina", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100636", - "name": "GRSDB v2 at Ramapo College of New Jersey", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bioinformatics.ramapo.edu/GRSDB2/", - "sampleId": "10142", - "urlPattern": "http://bioinformatics.ramapo.edu/GRSDB2/geneview.php?geneID={$id}" + "mirId": "MIR:00100414", + "name": "MMRRC at University of North Carolina", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.mmrrc.org/", + "sampleId": "70", + "urlPattern": "http://www.mmrrc.org/catalog/getSDS.php?mmrrc_id={$id}" } ], - "sampleId": "10142" + "sampleId": "70" }, { - "created": "2019-06-11T14:17:37.549+0000", + "created": "2019-06-11T14:16:48.772+0000", "deprecated": false, "deprecationDate": null, - "description": "The ProteomeXchange provides a single point of submission of Mass Spectrometry (MS) proteomics data for the main existing proteomics repositories, and encourages the data exchange between them for optimal data dissemination.", - "id": 1447, - "mirId": "MIR:00000513", - "modified": "2019-06-11T14:17:37.549+0000", - "name": "ProteomeXchange", + "description": "The MGED Ontology (MO) provides terms for annotating all aspects of a microarray experiment from the design of the experiment and array layout, through to the preparation of the biological sample and the protocols used to hybridize the RNA and analyze the data.", + "id": 882, + "mirId": "MIR:00000303", + "modified": "2019-06-11T14:16:48.772+0000", + "name": "MGED Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^(R)?PXD\\d{6}$", - "prefix": "px", + "pattern": "^\\w+$", + "prefix": "mo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProteomeXchange at Seattle", - "id": 1449, + "description": "MGED Ontology at BioPortal", + "id": 883, "institution": { - "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", - "homeUrl": "https://isbscience.org/", - "id": 193, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 571, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Institute for Systems Biology", - "rorId": "https://ror.org/02tpgw303" + "name": "National Center for Biomedical Ontology, Stanford University", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100660", - "name": "ProteomeXchange at Seattle", + "mirId": "MIR:00100385", + "name": "MGED Ontology at BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.proteomexchange.org/", - "sampleId": "PXD000500", - "urlPattern": "http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID={$id}" - } - ], - "sampleId": "PXD000500" - }, - { - "created": "2019-06-11T14:17:37.784+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Vocabulary used in the RDF representation of SBML models.", - "id": 1450, - "mirId": "MIR:00000514", - "modified": "2019-06-11T14:17:37.784+0000", - "name": "SBML RDF Vocabulary", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z]+$", - "prefix": "biomodels.vocabulary", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/", + "sampleId": "ArrayGroup", + "urlPattern": "http://purl.bioontology.org/ontology/MO/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Vocabulary via BioModels.net", - "id": 1452, + "description": "MGED Ontology at SourceForge", + "id": 885, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 884, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "(Ontology Working Group), European Bioinformatics Institute, Hinxton, Cambridge", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100661", - "name": "Vocabulary via BioModels.net", + "mirId": "MIR:00100568", + "name": "MGED Ontology at SourceForge", "official": false, "providerCode": "ebi", - "resourceHomeUrl": "http://biomodels.net/rdf/vocabulary.rdf", - "sampleId": "rateRule", - "urlPattern": "http://biomodels.net/rdf/vocabulary.rdf#{$id}" + "resourceHomeUrl": "https://mged.sourceforge.net/ontologies/MGEDontology.php", + "sampleId": "ArrayGroup", + "urlPattern": "https://mged.sourceforge.net/ontologies/MGEDontology.php#{$id}" } ], - "sampleId": "rateRule" + "sampleId": "ArrayGroup" }, { - "created": "2019-06-11T14:17:33.340+0000", + "created": "2019-06-11T14:18:08.223+0000", "deprecated": false, "deprecationDate": null, - "description": "The Functional Single Nucleotide Polymorphism (F-SNP) database integrates information obtained from databases about the functional effects of SNPs. These effects are predicted and indicated at the splicing, transcriptional, translational and post-translational level. In particular, users can retrieve SNPs that disrupt genomic regions known to be functional, including splice sites and transcriptional regulatory regions. Users can also identify non-synonymous SNPs that may have deleterious effects on protein structure or function, interfere with protein translation or impede post-translational modification.", - "id": 1406, - "mirId": "MIR:00000496", - "modified": "2019-06-11T14:17:33.340+0000", - "name": "F-SNP", + "description": "MobiDB is a database of protein disorder and mobility annotations.", + "id": 1768, + "mirId": "MIR:00000637", + "modified": "2019-06-11T14:18:08.223+0000", + "name": "MobiDB", "namespaceEmbeddedInLui": false, - "pattern": "^rs\\d+$", - "prefix": "fsnp", + "pattern": "^[OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}$", + "prefix": "mobidb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "F-SNP at Queen's University (Canada)", - "id": 1408, + "description": "MobiDB", + "id": 1770, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1407, + "id": 1769, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "Computational Biology and Machine Learning Lab, School of Computing, Queen's University, Kingston, Ontario", + "name": "University of Padua", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100637", - "name": "F-SNP at Queen's University (Canada)", + "mirId": "MIR:00100842", + "name": "MobiDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://compbio.cs.queensu.ca/F-SNP/", - "sampleId": "rs17852708", - "urlPattern": "http://compbio.cs.queensu.ca/cgi-bin/compbio/search/main.cgi?search_mode=id&id_type=snp_id&id_val={$id}" + "resourceHomeUrl": "https://mobidb.org/", + "sampleId": "P10636", + "urlPattern": "https://mobidb.org/{$id}" } ], - "sampleId": "rs17852708" + "sampleId": "P10636" }, { - "created": "2019-06-11T14:17:33.593+0000", + "created": "2019-06-11T14:15:47.775+0000", "deprecated": false, "deprecationDate": null, - "description": "The Homeodomain Resource is a curated collection of sequence, structure, interaction, genomic and functional information on the homeodomain family. It contains sets of curated homeodomain sequences from fully sequenced genomes, including experimentally derived homeodomain structures, homeodomain protein-protein interactions, homeodomain DNA-binding sites and homeodomain proteins implicated in human genetic disorders.", - "id": 1409, - "mirId": "MIR:00000497", - "modified": "2019-06-11T14:17:33.593+0000", - "name": "Homeodomain Research", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "hdr", + "description": "The Proteomics Standards Initiative modification ontology (PSI-MOD) aims to define a concensus nomenclature and ontology reconciling, in a hierarchical representation, the complementary descriptions of residue modifications.", + "id": 200, + "mirId": "MIR:00000056", + "modified": "2019-06-11T14:15:47.775+0000", + "name": "Protein Modification Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^MOD:\\d{5}", + "prefix": "mod", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Homeodomain Research at National Human Genome Research Institute (NIH)", - "id": 1411, + "description": "Protein modifications ontology via the Ontology Lookup Service (OLS)", + "id": 201, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100084", + "name": "Protein modifications ontology via the Ontology Lookup Service (OLS)", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mod", + "sampleId": "00001", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mod/terms?obo_id=MOD:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Protein modifications ontology through BioPortal", + "id": 202, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1410, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Genome Technology Branch, National Human Genome Research Institute, National Institutes of Health, Bethesda, Maryland", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100638", - "name": "Homeodomain Research at National Human Genome Research Institute (NIH)", + "mirId": "MIR:00100239", + "name": "Protein modifications ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://research.nhgri.nih.gov/apps/homeodomain/web/", - "sampleId": "63", - "urlPattern": "http://research.nhgri.nih.gov/apps/homeodomain/web/index.cgi?mode=view&view=proteins&id={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PSIMOD", + "sampleId": "00001", + "urlPattern": "http://bioportal.bioontology.org/ontologies/1041?p=terms&conceptid=MOD:{$id}" } ], - "sampleId": "63" + "sampleId": "00001" }, { - "created": "2019-06-11T14:17:33.862+0000", + "created": "2019-06-11T14:16:08.429+0000", "deprecated": false, "deprecationDate": null, - "description": "Norine is a database dedicated to nonribosomal peptides (NRPs). In bacteria and fungi, in addition to the traditional ribosomal proteic biosynthesis, an alternative ribosome-independent pathway called NRP synthesis allows peptide production. The molecules synthesized by NRPS contain a high proportion of nonproteogenic amino acids whose primary structure is not always linear, often being more complex and containing cycles and branchings.", - "id": 1412, - "mirId": "MIR:00000498", - "modified": "2019-06-11T14:17:33.862+0000", - "name": "NORINE", + "description": "ModelDB is a curated, searchable database of published models in the computational neuroscience domain. It accommodates models expressed in textual form, including procedural or declarative languages (e.g. C++, XML dialects) and source code written for any simulation environment.", + "id": 419, + "mirId": "MIR:00000131", + "modified": "2019-06-11T14:16:08.429+0000", + "name": "ModelDB", "namespaceEmbeddedInLui": false, - "pattern": "^NOR\\d+$", - "prefix": "norine", + "pattern": "^\\d+$", + "prefix": "modeldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NORINE at Computer Science Laboratory of Lille", - "id": 1414, + "description": "ModelDB at SenseLab", + "id": 420, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1413, + "id": 310, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "Computer Science Laboratory of Lille, INRIA and ProBioGEM, University of Sciences and Technologies of Lille, Lille", + "name": "Yale University School of Medicine", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100639", - "name": "NORINE at Computer Science Laboratory of Lille", + "mirId": "MIR:00100171", + "name": "ModelDB at SenseLab", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bioinfo.lifl.fr/norine/", - "sampleId": "NOR00681", - "urlPattern": "http://bioinfo.lifl.fr/norine/result.jsp?ID={$id}" + "resourceHomeUrl": "http://senselab.med.yale.edu/ModelDB/", + "sampleId": "45539", + "urlPattern": "http://senselab.med.yale.edu/ModelDB/ShowModel.asp?model={$id}" } ], - "sampleId": "NOR00681" + "sampleId": "45539" }, { - "created": "2019-06-11T14:17:34.104+0000", + "created": "2022-01-29T10:45:35.629+0000", "deprecated": false, "deprecationDate": null, - "description": "The Olfactory Receptor Database (ORDB) is a repository of genomics and proteomics information of olfactory receptors (ORs). It includes a broad range of chemosensory genes and proteins, that includes in addition to ORs the taste papilla receptors (TPRs), vomeronasal organ receptors (VNRs), insect olfactory receptors (IORs), Caenorhabditis elegans chemosensory receptors (CeCRs), fungal pheromone receptors (FPRs).", - "id": 1415, - "mirId": "MIR:00000499", - "modified": "2019-06-11T14:17:34.104+0000", - "name": "Olfactory Receptor Database", + "description": "Concept used by ModelDB, an accessible location for storing and efficiently retrieving computational neuroscience models.", + "id": 3036, + "mirId": "MIR:00000905", + "modified": "2022-01-29T10:45:35.629+0000", + "name": "ModelDB concept", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "ordb", + "pattern": "\\d+", + "prefix": "modeldb.concept", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Olfactory Receptor Database at Yale University School of Medicine", - "id": 1417, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03v76x132' with Wikidata IDs [Q56612637,Q49112], and ISNI IDs [0000000419368710]", + "id": 3037, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1416, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03v76x132' with Wikidata IDs [Q56612637,Q49112], and ISNI IDs [0000000419368710]", + "homeUrl": "https://www.yale.edu", + "id": 3035, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", + "name": "Yale University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100640", - "name": "Olfactory Receptor Database at Yale University School of Medicine", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://senselab.med.yale.edu/OrDB/", - "sampleId": "8497", - "urlPattern": "http://senselab.med.yale.edu/ORDB/Data/{$id}" + "mirId": "MIR:00000904", + "name": "Yale University", + "official": true, + "providerCode": "yale", + "resourceHomeUrl": "https://www.yale.edu", + "sampleId": "3639", + "urlPattern": "https://senselab.med.yale.edu/ModelDB/ModelList?id={$id}" } ], - "sampleId": "8497" + "sampleId": "3639" }, { - "created": "2019-06-11T14:17:34.340+0000", + "created": "2019-06-11T14:17:25.144+0000", "deprecated": false, "deprecationDate": null, - "description": "OdorDB stores information related to odorous compounds, specifically identifying those that have been shown to interact with olfactory receptors", - "id": 1418, - "mirId": "MIR:00000500", - "modified": "2019-06-11T14:17:34.340+0000", - "name": "Odor Molecules DataBase", + "description": "Molbase provides compound data information for researchers as well as listing suppliers and price information. It can be searched by keyword or CAS indetifier.", + "id": 1312, + "mirId": "MIR:00000458", + "modified": "2019-06-11T14:17:25.144+0000", + "name": "Molbase", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "odor", + "pattern": "^(\\d{1,7}\\-\\d{2}\\-\\d)|([A-Za-z0-9\\+\\-\\_]+)$", + "prefix": "molbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Odor Molecules DataBase at Yale University School of Medicine", - "id": 1419, + "description": "Molbase at Chinese Academy of Sciences", + "id": 1314, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1416, + "id": 1313, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", + "name": "Chinese Academy of Sciences, Xuhui District Shanghai", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100641", - "name": "Odor Molecules DataBase at Yale University School of Medicine", + "mirId": "MIR:00100593", + "name": "Molbase at Chinese Academy of Sciences", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://senselab.med.yale.edu/OdorDB", - "sampleId": "74", - "urlPattern": "http://senselab.med.yale.edu/OdorDB/Data/{$id}/?db=5" + "resourceHomeUrl": "http://www.molbase.com/", + "sampleId": "128796-39-4", + "urlPattern": "http://www.molbase.com/en/index.php?app=search&search_keyword={$id}" } ], - "sampleId": "74" + "sampleId": "128796-39-4" }, { - "created": "2019-06-11T14:17:34.528+0000", + "created": "2020-07-03T09:30:53.125+0000", "deprecated": false, "deprecationDate": null, - "description": "Plant Protein Phosphorylation DataBase (P3DB) is a database that provides information on experimentally determined phosphorylation sites in the proteins of various plant species. This collection references plant proteins that contain phosphorylation sites.", - "id": 1420, - "mirId": "MIR:00000501", - "modified": "2019-06-11T14:17:34.528+0000", - "name": "P3DB Protein", + "description": "MolMeDB is an open chemistry database about interactions of molecules with membranes. We collect information on how chemicals interact with individual membranes either from experiment or from simulations. ", + "id": 2277, + "mirId": "MIR:00000768", + "modified": "2020-07-03T09:30:53.125+0000", + "name": "MolMeDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "p3db.protein", + "pattern": "^[m,M]{2}[0-9]{5}[0-9]*$", + "prefix": "molmedb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "P3DB Protein at University of Missouri", - "id": 1422, + "description": "Palacký University Olomouc is a university with long-standing tradition. Founded in the 16th century, it is the oldest university in Moravia and the second-oldest university in the Czech Republic. Today it is a modern higher education facility with a wide range of study programmes and copious scientific and research activities. In 2019, more than 22 000 students studied in accredited study programmes, exchange programmes and lifelong learning programmes at eight faculties. Palacký University Olomouc is one of the very top Czech universities, and ranks among the best universities in the world, according to international rankings.", + "id": 2278, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1421, + "description": "Palacký University Olomouc is a university with long-standing tradition. Founded in the 16th century, it is the oldest university in Moravia and the second-oldest university in the Czech Republic. Today it is a modern higher education facility with a wide range of study programmes and copious scientific and research activities. In 2019, more than 22 000 students studied in accredited study programmes, exchange programmes and lifelong learning programmes at eight faculties. Palacký University Olomouc is one of the very top Czech universities, and ranks among the best universities in the world, according to international rankings.", + "homeUrl": "http://www.upol.cz/en/", + "id": 2276, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", + "name": "Palacký University, Olomouc", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00100642", - "name": "P3DB Protein at University of Missouri", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.p3db.org/", - "sampleId": "70", - "urlPattern": "http://www.p3db.org/protein.php?id={$id}&ref=0" + "mirId": "MIR:00000749", + "name": "Palacký University, Olomouc", + "official": true, + "providerCode": "upol", + "resourceHomeUrl": "http://www.upol.cz/en/", + "sampleId": "MM00040", + "urlPattern": "https://molmedb.upol.cz/mol/{$id}" } ], - "sampleId": "70" + "sampleId": "MM00040" }, { - "created": "2019-06-11T14:17:34.763+0000", + "created": "2020-10-07T10:43:05.918+0000", "deprecated": false, "deprecationDate": null, - "description": "Plant Protein Phosphorylation DataBase (P3DB) is a database that provides information on experimentally determined phosphorylation sites in the proteins of various plant species. This collection references phosphorylation sites in proteins.", - "id": 1423, - "mirId": "MIR:00000502", - "modified": "2019-06-11T14:17:34.763+0000", - "name": "P3DB Site", + "description": "The Morpheus model repository is an open-access data resource to store, search and retrieve unpublished and published computational models of spatio-temporal and multicellular biological systems, encoded in the MorpheusML language and readily executable with the Morpheus software.\n", + "id": 2377, + "mirId": "MIR:00000725", + "modified": "2020-10-07T10:43:05.918+0000", + "name": "Morpheus model repository", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "p3db.site", + "pattern": "^M[0-9]{4,}$", + "prefix": "morpheus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "P3DB Site at University of Missouri", - "id": 1424, + "description": "Morpheus.lab is affiliated with the Center for Information Services and High Performance Computing (ZIH)\nat Technische Universität Dresden, Germany. Morpheus.lab develops and maintains the open-source software Morpheus, the domain-specific language MorpheusML, online courses, a user forum and the model repository.", + "id": 2378, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1421, + "description": "The Technische Universität Dresden (TUD) is one of the largest “Technische Universitäten” in Germany and one of the leading and most dynamic universities in Germany. As a full-curriculum university with 17 faculties in five schools it offers a broad variety of 124 disciplines and covers a wide research spectrum. Its focuses Health Sciences, Biomedicine & Bioengineering, Information Technology & Microelectronics, Smart Materials & Structures, Energy, Mobility & Environment as well as Culture & Societal Change are considered exemplary in Germany and throughout Europe.", + "homeUrl": "https://tu-dresden.de/?set_language=en", + "id": 2376, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", + "name": "TU Dresden", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100643", - "name": "P3DB Site at University of Missouri", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.p3db.org/", - "sampleId": "65", - "urlPattern": "http://www.p3db.org/phosphosite.php?id={$id}&ref=0" + "mirId": "MIR:00000700", + "name": "Morpheus.lab", + "official": true, + "providerCode": "morpheus.lab", + "resourceHomeUrl": "https://morpheus.gitlab.io/", + "sampleId": "M0001", + "urlPattern": "https://morpheus.gitlab.io/models/{$id}" } ], - "sampleId": "65" + "sampleId": "M0001" }, { - "created": "2019-06-11T14:17:35.217+0000", + "created": "2019-06-11T14:17:53.926+0000", "deprecated": false, "deprecationDate": null, - "description": "The Topology Data Bank of Transmembrane Proteins (TOPDB) is a collection of transmembrane protein datasets containing experimentally derived topology information. It contains information gathered from the literature and from public databases availableon transmembrane proteins. Each record in TOPDB also contains information on the given protein sequence, name, organism and cross references to various other databases.", - "id": 1425, - "mirId": "MIR:00000503", - "modified": "2019-06-11T14:17:35.217+0000", - "name": "TOPDB", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "topdb", + "description": "The Mammalian Phenotype Ontology (MP) classifies and organises phenotypic information related to the mouse and other mammalian species. This ontology has been applied to mouse phenotype descriptions in various databases allowing comparisons of data from diverse mammalian sources. It can facilitate in the identification of appropriate experimental disease models, and aid in the discovery of candidate disease genes and molecular signaling pathways.", + "id": 1614, + "mirId": "MIR:00000580", + "modified": "2019-06-11T14:17:53.926+0000", + "name": "Mammalian Phenotype Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^MP:\\d{7}$", + "prefix": "mp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "TOPDB at Hungarian Academy of Sciences", - "id": 1427, + "description": "Mammalian Phenotype Ontology at The Jackson Lab", + "id": 1615, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1426, + "id": 1278, "location": { - "countryCode": "HU", - "countryName": "Hungary" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Enzymology, Hungarian Academy of Sciences, Budapest", + "name": "The Jackson Laboratory, Bar Harbor, Maine", "rorId": null }, "location": { - "countryCode": "HU", - "countryName": "Hungary" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100644", - "name": "TOPDB at Hungarian Academy of Sciences", + "mirId": "MIR:00100774", + "name": "Mammalian Phenotype Ontology at The Jackson Lab", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://topdb.enzim.hu/", - "sampleId": "AP00378", - "urlPattern": "http://topdb.enzim.hu/?m=show&id={$id}" - } - ], - "sampleId": "AP00378" - }, - { - "created": "2019-06-11T14:17:35.485+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references cattle QTLs.", - "id": 1428, - "mirId": "MIR:00000504", - "modified": "2019-06-11T14:17:35.485+0000", - "name": "Animal Genome Cattle QTL", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "cattleqtldb", - "resources": [ + "resourceHomeUrl": "http://www.informatics.jax.org/", + "sampleId": "0005452", + "urlPattern": "http://www.informatics.jax.org/searches/Phat.cgi?id=MP:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Mammalian Phenotype Ontology through OLS", + "id": 1616, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100775", + "name": "Mammalian Phenotype Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mp/", + "sampleId": "0005452", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mp/terms?obo_id=MP:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Animal QTL Cattle at Iowa State University", - "id": 1430, + "description": "Mammalian Phenotype Ontology through BioPortal", + "id": 1617, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1429, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100645", - "name": "Animal QTL Cattle at Iowa State University", + "mirId": "MIR:00100776", + "name": "Mammalian Phenotype Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", - "sampleId": "4685", - "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" + "providerCode": "bptl", + "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MP", + "sampleId": "0005452", + "urlPattern": "https://bioportal.bioontology.org/ontologies/MP/MP:{$id}" } ], - "sampleId": "4685" + "sampleId": "0005452" }, { - "created": "2019-06-11T14:17:35.752+0000", + "created": "2019-06-11T14:16:05.849+0000", "deprecated": false, "deprecationDate": null, - "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references chicken QTLs.", - "id": 1431, - "mirId": "MIR:00000505", - "modified": "2019-06-11T14:17:35.752+0000", - "name": "Animal Genome Chicken QTL", + "description": "The microbial protein interaction database (MPIDB) provides physical microbial interaction data. The interactions are manually curated from the literature or imported from other databases, and are linked to supporting experimental evidence, as well as evidences based on interaction conservation, protein complex membership, and 3D domain contacts.", + "id": 392, + "mirId": "MIR:00000124", + "modified": "2019-06-11T14:16:05.849+0000", + "name": "Microbial Protein Interaction Database", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "chickenqtldb", + "prefix": "mpid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal QTL Chicken at Iowa State University", - "id": 1432, + "description": "Microbial Protein Interaction Database", + "id": 394, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1429, + "id": 393, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", + "name": "J. Craig Venter Institute, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100646", - "name": "Animal QTL Chicken at Iowa State University", + "mirId": "MIR:00100157", + "name": "Microbial Protein Interaction Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", - "sampleId": "14362", - "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" + "resourceHomeUrl": "http://www.jcvi.org/mpidb/about.php", + "sampleId": "172", + "urlPattern": "http://www.jcvi.org/mpidb/experiment.php?interaction_id={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Microbial Protein Interaction Database subset through IntAct", + "id": 395, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100655", + "name": "Microbial Protein Interaction Database subset through IntAct", + "official": false, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/intact/", + "sampleId": "1776", + "urlPattern": "https://www.ebi.ac.uk/intact/query/interaction_id:MPIDB-INT-{$id}" } ], - "sampleId": "14362" + "sampleId": "172" }, { - "created": "2019-06-11T14:17:35.969+0000", + "created": "2019-06-11T14:17:56.919+0000", "deprecated": false, "deprecationDate": null, - "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references pig QTLs.", - "id": 1433, - "mirId": "MIR:00000506", - "modified": "2019-06-11T14:17:35.969+0000", - "name": "Animal Genome Pig QTL", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "pigqtldb", + "description": "The PSI-Mass Spectrometry (MS) CV contains all the terms used in the PSI MS-related data standards. The CV contains a logical hierarchical structure to ensure ease of maintenance and the development of software that makes use of complex semantics. The CV contains terms required for a complete description of an MS analysis pipeline used in proteomics, including sample labeling, digestion enzymes, instrumentation parts and parameters, software used for identification and quantification of peptides/proteins and the parameters and scores used to determine their significance.", + "id": 1641, + "mirId": "MIR:00000590", + "modified": "2019-06-11T14:17:56.919+0000", + "name": "Mass Spectrometry Controlled Vocabulary", + "namespaceEmbeddedInLui": true, + "pattern": "^MS:\\d{7}$", + "prefix": "ms", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal QTL Pig at Iowa State University", - "id": 1434, + "description": "Mass Spectrometry Controlled Vocabulary through OLS", + "id": 1642, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100786", + "name": "Mass Spectrometry Controlled Vocabulary through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ms", + "sampleId": "1000001", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ms/terms?obo_id=MS:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Mass Spectrometry Controlled Vocabulary through BioPortal", + "id": 1643, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1429, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100647", - "name": "Animal QTL Pig at Iowa State University", + "mirId": "MIR:00100787", + "name": "Mass Spectrometry Controlled Vocabulary through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", - "sampleId": "14", - "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" + "providerCode": "bptl", + "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MS", + "sampleId": "1000001", + "urlPattern": "http://purl.bioontology.org/ontology/MS/MS:{$id}" } ], - "sampleId": "14" + "sampleId": "1000001" }, { - "created": "2019-06-11T14:17:36.183+0000", + "created": "2019-06-11T14:17:55.320+0000", "deprecated": false, "deprecationDate": null, - "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references sheep QTLs.", - "id": 1435, - "mirId": "MIR:00000507", - "modified": "2019-06-11T14:17:36.183+0000", - "name": "Animal Genome Sheep QTL", + "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A digital cell line is a hierarchical organization of quantitative phenotype data for a single biological cell line, including the microenvironmental context of the measurements and essential metadata.", + "id": 1626, + "mirId": "MIR:00000584", + "modified": "2019-06-11T14:17:55.320+0000", + "name": "MultiCellDS Digital Cell Line", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sheepqtldb", + "pattern": "^MCDS_L_[a-zA-Z0-9]{1,10}$", + "prefix": "multicellds.cell_line", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal QTL Sheep at Iowa State University", - "id": 1436, + "description": "MultiCellDS Digital Cell Line at Keck School of Medicine", + "id": 1627, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1429, + "id": 1622, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", + "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100648", - "name": "Animal QTL Sheep at Iowa State University", + "mirId": "MIR:00100781", + "name": "MultiCellDS Digital Cell Line at Keck School of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", - "sampleId": "19803", - "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" + "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", + "sampleId": "MCDS_L_0000000001", + "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" } ], - "sampleId": "19803" + "sampleId": "MCDS_L_0000000001" }, { - "created": "2019-06-11T14:17:36.384+0000", + "created": "2019-06-11T14:17:54.753+0000", "deprecated": false, "deprecationDate": null, - "description": "Gramene is a comparative genome mapping database for grasses and crop plants. It combines a semi-automatically generated database of cereal genomic and expressed sequence tag sequences, genetic maps, map relations, quantitative trait loci (QTL), and publications, with a curated database of mutants (genes and alleles), molecular markers, and proteins. This collection refers to growth stage ontology information in Gramene.", - "id": 1437, - "mirId": "MIR:00000508", - "modified": "2019-06-11T14:17:36.384+0000", - "name": "Gramene Growth Stage Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^GRO\\:\\d+$", - "prefix": "gramene.growthstage", + "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A collection groups one or more individual uniquely identified cell lines, snapshots, or collections. Primary uses are times series (collections of snapshots), patient cohorts (collections of cell lines), and studies (collections of time series collections).", + "id": 1621, + "mirId": "MIR:00000582", + "modified": "2019-06-11T14:17:54.753+0000", + "name": "MultiCellDS collection", + "namespaceEmbeddedInLui": false, + "pattern": "^MCDS_C_[a-zA-Z0-9]{1,10}$", + "prefix": "multicellds.collection", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gramene Growth Stage Ontology at Cold Spring Harbor", - "id": 1438, + "description": "MultiCellDScollection at Keck School of Medicine", + "id": 1623, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 1622, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100649", - "name": "Gramene Growth Stage Ontology at Cold Spring Harbor", + "mirId": "MIR:00100779", + "name": "MultiCellDScollection at Keck School of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gramene.org/", - "sampleId": "0007133", - "urlPattern": "http://www.gramene.org/db/ontology/search?id=GRO:{$id}" + "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", + "sampleId": "MCDS_C_0000000001", + "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" } ], - "sampleId": "0007133" + "sampleId": "MCDS_C_0000000001" }, { - "created": "2019-06-11T14:17:36.594+0000", + "created": "2019-06-11T14:17:55.012+0000", "deprecated": false, "deprecationDate": null, - "description": "The EBI Metagenomics service is an automated pipeline for the analysis and archiving of metagenomic data that aims to provide insights into the phylogenetic diversity as well as the functional and metabolic potential of a sample. Metagenomics is the study of all genomes present in any given environment without the need for prior individual identification or amplification. This collection references samples.", - "id": 1439, - "mirId": "MIR:00000510", - "modified": "2019-06-11T14:17:36.594+0000", - "name": "MGnify Sample", + "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A digital snapshot is a single-time output of the microenvironment (including basement membranes and the vascular network), any cells contained within, and essential metadata. Cells may include phenotypic data.", + "id": 1624, + "mirId": "MIR:00000583", + "modified": "2019-06-11T14:17:55.012+0000", + "name": "MultiCellDS Digital snapshot", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]+[0-9]+$", - "prefix": "mgnify.samp", + "pattern": "^MCDS_S_[a-zA-Z0-9]{1,10}$", + "prefix": "multicellds.snapshot", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGnify Sample", - "id": 1440, + "description": "MultiCellDS snapshot at Keck School of Medicine", + "id": 1625, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1622, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100656", - "name": "MGnify Sample", + "mirId": "MIR:00100780", + "name": "MultiCellDS snapshot at Keck School of Medicine", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/metagenomics", - "sampleId": "SRS086444", - "urlPattern": "https://www.ebi.ac.uk/metagenomics/samples/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", + "sampleId": "MCDS_S_0000000001", + "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" } ], - "sampleId": "SRS086444" + "sampleId": "MCDS_S_0000000001" }, { - "created": "2019-06-11T14:17:36.823+0000", + "created": "2019-06-11T14:18:10.677+0000", "deprecated": false, "deprecationDate": null, - "description": "The EGA is a service for permanent archiving and sharing of all types of personally identifiable genetic and phenotypic data resulting from biomedical research projects. The EGA contains exclusive data collected from individuals whose consent agreements authorize data release only for specific research use or to bona fide researchers. Strict protocols govern how information is managed, stored and distributed by the EGA project. This collection references 'Studies' which are experimental investigations of a particular phenomenon, often drawn from different datasets.", - "id": 1441, - "mirId": "MIR:00000511", - "modified": "2019-06-11T14:17:36.823+0000", - "name": "European Genome-phenome Archive Study", + "description": "Metabolomics Workbench stores metabolomics data for small and large studies on cells, tissues and organisms for the Metabolomics Consortium Data Repository and Coordinating Center (DRCC).", + "id": 1796, + "mirId": "MIR:00000647", + "modified": "2019-06-11T14:18:10.677+0000", + "name": "Metabolomics Workbench Project", "namespaceEmbeddedInLui": false, - "pattern": "^EGAS\\d{11}$", - "prefix": "ega.study", + "pattern": "^PR[0-9]{6}$", + "prefix": "mw.project", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EGA Study at European Bioinformatics Institute", - "id": 1442, + "description": "Metabolomics Workbench Project", + "id": 1797, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100657", - "name": "EGA Study at European Bioinformatics Institute", + "mirId": "MIR:00100861", + "name": "Metabolomics Workbench Project", "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ega/studies", - "sampleId": "EGAS00000000001", - "urlPattern": "https://www.ebi.ac.uk/ega/studies/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "EGA Study through OmicsDI", - "id": 1443, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100851", - "name": "EGA Study through OmicsDI", - "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "EGAS00000000001", - "urlPattern": "https://www.omicsdi.org/dataset/ega/{$id}" + "providerCode": "ucsd", + "resourceHomeUrl": "http://www.metabolomicsworkbench.org/", + "sampleId": "PR000001", + "urlPattern": "http://www.metabolomicsworkbench.org/data/DRCCMetadata.php?Mode=Project&ProjectID={$id}" } ], - "sampleId": "EGAS00000000001" + "sampleId": "PR000001" }, { - "created": "2019-06-11T14:17:37.233+0000", + "created": "2019-06-11T14:18:10.316+0000", "deprecated": false, "deprecationDate": null, - "description": "The EGA is a service for permanent archiving and sharing of all types of personally identifiable genetic and phenotypic data resulting from biomedical research projects. The EGA contains exclusive data collected from individuals whose consent agreements authorize data release only for specific research use or to bona fide researchers. Strict protocols govern how information is managed, stored and distributed by the EGA project. This collection references 'Datasets'.", - "id": 1444, - "mirId": "MIR:00000512", - "modified": "2019-06-11T14:17:37.233+0000", - "name": "European Genome-phenome Archive Dataset", + "description": "Metabolomics Workbench stores metabolomics data for small and large studies on cells, tissues and organisms for the Metabolomics Consortium Data Repository and Coordinating Center (DRCC).", + "id": 1792, + "mirId": "MIR:00000646", + "modified": "2019-06-11T14:18:10.316+0000", + "name": "Metabolomics Workbench Study", "namespaceEmbeddedInLui": false, - "pattern": "^EGAD\\d{11}$", - "prefix": "ega.dataset", + "pattern": "^ST[0-9]{6}$", + "prefix": "mw.study", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EGA Dataset at European Bioinformatics Institute", - "id": 1445, + "description": "Metabolomics Workbench Study through OmicsDI", + "id": 1795, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -24852,835 +25124,807 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100658", - "name": "EGA Dataset at European Bioinformatics Institute", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/ega/dataset", - "sampleId": "EGAD00000000001", - "urlPattern": "https://www.ebi.ac.uk/ega/datasets/{$id}" + "mirId": "MIR:00100860", + "name": "Metabolomics Workbench Study through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "ST000900", + "urlPattern": "https://www.omicsdi.org/dataset/metabolomics_workbench/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "EGA Dataset through OmicsDI", - "id": 1446, + "description": "Metabolomics Workbench Study", + "id": 1794, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100852", - "name": "EGA Dataset through OmicsDI", - "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "EGAD00000000001", - "urlPattern": "https://www.omicsdi.org/dataset/ega/{$id}" + "mirId": "MIR:00100859", + "name": "Metabolomics Workbench Study", + "official": true, + "providerCode": "ucsd", + "resourceHomeUrl": "http://www.metabolomicsworkbench.org/", + "sampleId": "ST000900", + "urlPattern": "http://www.metabolomicsworkbench.org/data/DRCCMetadata.php?Mode=Study&StudyID={$id}" } ], - "sampleId": "EGAD00000000001" + "sampleId": "ST000900" }, { - "created": "2019-06-11T14:17:38.030+0000", + "created": "2019-06-11T14:16:28.887+0000", "deprecated": false, "deprecationDate": null, - "description": "The PRIDE PRoteomics IDEntifications database is a centralized, standards compliant, public data repository that provides protein and peptide identifications together with supporting evidence. This collection references projects.", - "id": 1453, - "mirId": "MIR:00000515", - "modified": "2019-06-11T14:17:38.030+0000", - "name": "PRIDE Project", + "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria leprae information.", + "id": 647, + "mirId": "MIR:00000217", + "modified": "2019-06-11T14:16:28.887+0000", + "name": "MycoBrowser leprae", "namespaceEmbeddedInLui": false, - "pattern": "^P(X|R)D\\d{6}$", - "prefix": "pride.project", + "pattern": "^ML\\w+$", + "prefix": "myco.lepra", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PRIDE Project at EBI", - "id": 1454, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100662", - "name": "PRIDE Project at EBI", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/pride/", - "sampleId": "PXD000440", - "urlPattern": "https://www.ebi.ac.uk/pride/archive/projects/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "PRIDE Project through OmicsDI", - "id": 1455, + "description": "MycoBrowser leprae at Global Health Institute", + "id": 648, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 645, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Global Health Institute, Lausanne", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100858", - "name": "PRIDE Project through OmicsDI", + "mirId": "MIR:00100276", + "name": "MycoBrowser leprae at Global Health Institute", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "PXD000440", - "urlPattern": "https://www.omicsdi.org/dataset/pride/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://mycobrowser.epfl.ch/leprosy.html", + "sampleId": "ML0224", + "urlPattern": "http://mycobrowser.epfl.ch/leprosysearch.php?gene+name={$id}" } ], - "sampleId": "PXD000440" + "sampleId": "ML0224" }, { - "created": "2019-06-11T14:17:38.379+0000", + "created": "2019-06-11T14:16:29.087+0000", "deprecated": false, "deprecationDate": null, - "description": "The Antibody Registry provides identifiers for antibodies used in publications. It lists commercial antibodies from numerous vendors, each assigned with a unique identifier. Unlisted antibodies can be submitted by providing the catalog number and vendor information.", - "id": 1456, - "mirId": "MIR:00000516", - "modified": "2019-06-11T14:17:38.379+0000", - "name": "Antibody Registry", + "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria marinum information.", + "id": 649, + "mirId": "MIR:00000218", + "modified": "2019-06-11T14:16:29.087+0000", + "name": "MycoBrowser marinum", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{6}$", - "prefix": "antibodyregistry", + "pattern": "^MMAR\\_\\d+$", + "prefix": "myco.marinum", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Antibody Registry at University of California", - "id": 1458, + "description": "MycoBrowser marinum at Global Health Institute", + "id": 650, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1457, + "id": 645, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Neuroscience Information Framework, University of California, San Diego, California", + "name": "Global Health Institute, Lausanne", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100664", - "name": "Antibody Registry at University of California", + "mirId": "MIR:00100277", + "name": "MycoBrowser marinum at Global Health Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://antibodyregistry.org/", - "sampleId": "493771", - "urlPattern": "http://antibodyregistry.org/AB_{$id}" + "resourceHomeUrl": "http://mycobrowser.epfl.ch/marinolist.html", + "sampleId": "MMAR_2462", + "urlPattern": "http://mycobrowser.epfl.ch/marinosearch.php?gene+name={$id}" } ], - "sampleId": "493771" + "sampleId": "MMAR_2462" }, { - "created": "2019-06-11T14:17:38.625+0000", + "created": "2019-06-11T14:16:29.310+0000", "deprecated": false, "deprecationDate": null, - "description": "The Mathematical Modelling Ontology (MAMO) is a classification of the types of mathematical models used mostly in the life sciences, their variables, relationships and other relevant features.", - "id": 1459, - "mirId": "MIR:00000517", - "modified": "2019-06-11T14:17:38.625+0000", - "name": "Mathematical Modelling Ontology", + "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria smegmatis information.", + "id": 651, + "mirId": "MIR:00000219", + "modified": "2019-06-11T14:16:29.310+0000", + "name": "MycoBrowser smegmatis", "namespaceEmbeddedInLui": false, - "pattern": "^MAMO_\\d{7}$", - "prefix": "mamo", + "pattern": "^MSMEG\\w+$", + "prefix": "myco.smeg", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MAMO through BioPortal", - "id": 1460, + "description": "MycoBrowser smegmatis at Global Health Institute", + "id": 652, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 645, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Global Health Institute, Lausanne", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100665", - "name": "MAMO through BioPortal", + "mirId": "MIR:00100278", + "name": "MycoBrowser smegmatis at Global Health Institute", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MAMO", - "sampleId": "MAMO_0000026", - "urlPattern": "http://bioportal.bioontology.org/ontologies/MAMO/?p=classes&conceptid=http://identifiers.org/mamo/{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://mycobrowser.epfl.ch/smegmalist.html", + "sampleId": "MSMEG_3769", + "urlPattern": "http://mycobrowser.epfl.ch/smegmasearch.php?gene+name={$id}" + } + ], + "sampleId": "MSMEG_3769" + }, + { + "created": "2019-06-11T14:16:28.639+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Mycobrowser is a resource that provides both in silico generated and manually reviewed information within databases dedicated to the complete genomes of Mycobacterium tuberculosis, Mycobacterium leprae, Mycobacterium marinum and Mycobacterium smegmatis. This collection references Mycobacteria tuberculosis information.", + "id": 644, + "mirId": "MIR:00000216", + "modified": "2019-06-11T14:16:28.639+0000", + "name": "MycoBrowser tuberculosis", + "namespaceEmbeddedInLui": false, + "pattern": "^Rv\\d{4}(A|B|c)?$", + "prefix": "myco.tuber", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MaMO through OLS", - "id": 1461, + "description": "MycoBrowser tuberculosis at Global Health Institute", + "id": 646, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 645, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Global Health Institute, Lausanne", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100758", - "name": "MaMO through OLS", + "mirId": "MIR:00100275", + "name": "MycoBrowser tuberculosis at Global Health Institute", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mamo", - "sampleId": "MAMO_0000026", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mamo/terms?short_form={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://tuberculist.epfl.ch/", + "sampleId": "Rv1908c", + "urlPattern": "http://tuberculist.epfl.ch/quicksearch.php?gene+name={$id}" } ], - "sampleId": "MAMO_0000026" + "sampleId": "Rv1908c" }, { - "created": "2019-06-11T14:17:38.985+0000", + "created": "2019-06-11T14:16:19.843+0000", "deprecated": false, "deprecationDate": null, - "description": "The Plant Environment Ontology is a set of standardized controlled vocabularies to describe various types of treatments given to an individual plant / a population or a cultured tissue and/or cell type sample to evaluate the response on its exposure. It also includes the study types, where the terms can be used to identify the growth study facility. Each growth facility such as field study, growth chamber, green house etc is a environment on its own it may also involve instances of biotic and abiotic environments as supplemental treatments used in these studies.", - "id": 1462, - "mirId": "MIR:00000518", - "modified": "2019-06-11T14:17:38.985+0000", - "name": "Plant Environment Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^(P)?EO\\:\\d{7}$", - "prefix": "eo", + "description": "MycoBank is an online database, documenting new mycological names and combinations, eventually combined with descriptions and illustrations.", + "id": 546, + "mirId": "MIR:00000178", + "modified": "2019-06-11T14:16:19.843+0000", + "name": "MycoBank", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "mycobank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Plant Environment Ontology through Gramene", - "id": 1463, + "description": "MycoBank at Fungal Biodiversity Centre", + "id": 548, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 556, + "id": 547, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Cold Spring Harbor Laboratory, New York", + "name": "CBS-KNAW Fungal Biodiversity Centre, Utrecht", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100667", - "name": "Plant Environment Ontology through Gramene", + "mirId": "MIR:00100224", + "name": "MycoBank at Fungal Biodiversity Centre", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://archive.gramene.org/db/ontology/search_term?id=EO:0007359", - "sampleId": "0007404", - "urlPattern": "http://archive.gramene.org/db/ontology/search?query=EO:{$id}" - }, + "resourceHomeUrl": "http://www.mycobank.org/", + "sampleId": "349124", + "urlPattern": "http://www.mycobank.org/Biolomics.aspx?Table=Mycobank&MycoBankNr_={$id}" + } + ], + "sampleId": "349124" + }, + { + "created": "2019-06-11T14:18:05.468+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Universal Spectrum Identifier (USI) is a compound identifier that provides an abstract path to refer to a single spectrum generated by a mass spectrometer, and potentially the ion that is thought to have produced it.", + "id": 1735, + "mirId": "MIR:00000625", + "modified": "2019-06-11T14:18:05.468+0000", + "name": "Universal Spectrum Identifier", + "namespaceEmbeddedInLui": true, + "pattern": "^mzspec:.+$", + "prefix": "mzspec", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Plant Environment Ontology through BioPortal", - "id": 1464, + "description": "Universal Spectrum Identifier through Peptide Atlas", + "id": 1737, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, + "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", + "homeUrl": "https://isbscience.org/", + "id": 193, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null + "name": "Institute for Systems Biology", + "rorId": "https://ror.org/02tpgw303" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100668", - "name": "Plant Environment Ontology through BioPortal", + "mirId": "MIR:00100829", + "name": "Universal Spectrum Identifier through Peptide Atlas", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PECO", - "sampleId": "0007404", - "urlPattern": "http://purl.bioontology.org/ontology/PECO/EO:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/ShowObservedSpectrum", + "sampleId": "PXD002255::ES_XP_Ubi_97H_HCD_349:scan:9617:LAEIYVNSSFYK/2", + "urlPattern": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/ShowObservedSpectrum?usi=mzspec:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Plant Environment Ontology through OLS", - "id": 1465, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100669", - "name": "Plant Environment Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/eo", - "sampleId": "0007404", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/eo/terms?obo_id=EO:{$id}" - } - ], - "sampleId": "0007404" - }, - { - "created": "2019-06-11T14:17:39.487+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Identifiers.org Terms (idot) is an RDF vocabulary providing useful terms for describing datasets.", - "id": 1466, - "mirId": "MIR:00000519", - "modified": "2019-06-11T14:17:39.487+0000", - "name": "Identifiers.org Terms", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z]+$", - "prefix": "idot", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "IdoT via biomodels.net", - "id": 1467, + "description": "Institute for Systems Biology (ISB), Seattle, USA is an independent research institute focusing on systems biology.", + "id": 2394, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", + "homeUrl": "https://isbscience.org/", + "id": 193, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Institute for Systems Biology", + "rorId": "https://ror.org/02tpgw303" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100670", - "name": "IdoT via biomodels.net", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://identifiers.org/", - "sampleId": "identifierPattern", - "urlPattern": "https://biomodels.net/vocab/idot.rdf#{$id}" + "mirId": "MIR:00000771", + "name": "Institute for Systems Biology, Seattle, USA", + "official": true, + "providerCode": "pc", + "resourceHomeUrl": "http://proteomecentral.proteomexchange.org/", + "sampleId": "PXD000865:00603_F01_P004608_B00F_A00_R1:scan:14453:SSLLDVLAAR/2", + "urlPattern": "http://proteomecentral.proteomexchange.org/usi/?usi=mzspec:{$id}" } ], - "sampleId": "identifierPattern" + "sampleId": "PXD002255::ES_XP_Ubi_97H_HCD_349:scan:9617:LAEIYVNSSFYK/2" }, { - "created": "2019-06-11T14:17:39.906+0000", + "created": "2019-06-11T14:18:04.316+0000", "deprecated": false, "deprecationDate": null, - "description": "The YEast Intron Database (version 4.3) contains information on the spliceosomal introns of the yeast Saccharomyces cerevisiae. It includes expression data that relates to the efficiency of splicing relative to other processes in strains of yeast lacking nonessential splicing factors. The data are displayed on each intron page. This is an updated version of the previous dataset, which can be accessed through [MIR:00000460].", - "id": 1470, - "mirId": "MIR:00000521", - "modified": "2019-06-11T14:17:39.906+0000", - "name": "Yeast Intron Database v4.3", + "description": "The Natural Product-Drug Interaction Research Data Repository, a publicly accessible database where researchers can access scientific results, raw data, and recommended approaches to optimally assess the clinical significance of pharmacokinetic natural product-drug interactions (PK-NPDIs).", + "id": 1721, + "mirId": "MIR:00000620", + "modified": "2019-06-11T14:18:04.316+0000", + "name": "Natural Product-Drug Interaction Research Data Repository", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "yeastintron", + "pattern": "^[0-9]+$", + "prefix": "napdi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Yeast Intron Database version 4.3 at Baskin School of Engineering", - "id": 1471, + "description": "Natural Product-Drug Interaction Research Data Repository", + "id": 1723, "institution": { - "description": "UC Santa Cruz opened in 1965 with 650 students. During the 2018-2019 academic year, 16,983 undergraduate and 1,822 graduate students were enrolled.\n", - "homeUrl": "https://www.ucsc.edu", - "id": 1319, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1722, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, Santa Cruz", - "rorId": "https://ror.org/03s65by71" + "name": "National Center for Complementary and Integrative Health, National Institutes of Health, Washington D.C.", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100673", - "name": "Yeast Intron Database version 4.3 at Baskin School of Engineering", + "mirId": "MIR:00100824", + "name": "Natural Product-Drug Interaction Research Data Repository", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://intron.ucsc.edu/yeast4.3/", - "sampleId": "SNR17A", - "urlPattern": "http://intron.ucsc.edu/cgi-bin/yeast4.3/intronreports.pl?outputformat=full&orfName={$id}" + "resourceHomeUrl": "https://repo.napdi.org/", + "sampleId": "28", + "urlPattern": "https://repo.napdi.org/study/{$id}" } ], - "sampleId": "SNR17A" + "sampleId": "28" }, { - "created": "2019-06-11T14:17:40.104+0000", + "created": "2019-06-11T14:16:36.669+0000", "deprecated": false, "deprecationDate": null, - "description": "The Antibiotic Resistance Genes Database (ARDB) is a manually curated database which characterises genes involved in antibiotic resistance. Each gene and resistance type is annotated with information, including resistance profile, mechanism of action, ontology, COG and CDD annotations, as well as external links to sequence and protein databases. This collection references resistance genes.", - "id": 1472, - "mirId": "MIR:00000522", - "modified": "2019-06-11T14:17:40.104+0000", - "name": "Antibiotic Resistance Genes Database", + "description": "NAPP (Nucleic Acids Phylogenetic Profiling is a clustering method based on conserved noncoding RNA (ncRNA) elements in a bacterial genomes. Short intergenic regions from a reference genome are compared with other genomes to identify RNA rich clusters.", + "id": 733, + "mirId": "MIR:00000247", + "modified": "2019-06-11T14:16:36.669+0000", + "name": "NAPP", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z_]{3}[0-9]{4,}$", - "prefix": "ardb", + "pattern": "^\\d+$", + "prefix": "napp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ARDB at University of Maryland", - "id": 1474, + "description": "NAPP at CNRS", + "id": 735, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1473, + "id": 734, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "Center for Bioinformatics and Computational Biology, University of Maryland, Maryland", + "name": "Institut de Génétique et Microbiologie, UMR 8621, CNRS, Université Paris Sud, Paris", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100678", - "name": "ARDB at University of Maryland", + "mirId": "MIR:00100318", + "name": "NAPP at CNRS", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ardb.cbcb.umd.edu/", - "sampleId": "CAE46076", - "urlPattern": "http://ardb.cbcb.umd.edu/cgi/search.cgi?db=L&field=ni&term={$id}" + "resourceHomeUrl": "http://napp.u-psud.fr/", + "sampleId": "351", + "urlPattern": "http://rna.igmors.u-psud.fr/NAPP/Niveau2.php?specie={$id}" } ], - "sampleId": "CAE46076" + "sampleId": "351" }, { - "created": "2019-06-11T14:17:40.344+0000", + "created": "2019-06-11T14:16:34.542+0000", "deprecated": false, "deprecationDate": null, - "description": "ProteomicsDB is an effort dedicated to expedite the identification of the human proteome and its use across the scientific community. This human proteome data is assembled primarily using information from liquid chromatography tandem-mass-spectrometry (LC-MS/MS) experiments involving human tissues, cell lines and body fluids. Information is accessible for individual proteins, or on the basis of protein coverage on the encoding chromosome, and for peptide components of a protein. This collection provides access to individual proteins.", - "id": 1475, - "mirId": "MIR:00000524", - "modified": "2019-06-11T14:17:40.344+0000", - "name": "ProteomicsDB Protein", + "description": "NARCIS provides access to scientific information, including (open access) publications from the repositories of all the Dutch universities, KNAW, NWO and a number of research institutes, which is not referenced in other citation databases.", + "id": 709, + "mirId": "MIR:00000240", + "modified": "2019-06-11T14:16:34.542+0000", + "name": "NARCIS", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "proteomicsdb.protein", + "pattern": "^oai\\:cwi\\.nl\\:\\d+$", + "prefix": "narcis", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Proteomics DB Protein at Center for Integrated Protein Science", - "id": 1477, + "description": "NARCIS at The Hague", + "id": 711, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1476, + "id": 710, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Center for Integrated Protein Science, Munich,", + "name": "NARCIS, Royal Netherlands Academy of Science and Arts", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100680", - "name": "Proteomics DB Protein at Center for Integrated Protein Science", + "mirId": "MIR:00100306", + "name": "NARCIS at The Hague", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.proteomicsdb.org/#human", - "sampleId": "53504", - "urlPattern": "https://www.proteomicsdb.org/#human/proteinDetails/{$id}/summary" + "resourceHomeUrl": "http://www.narcis.nl/?Language=en", + "sampleId": "oai:cwi.nl:4725", + "urlPattern": "http://www.narcis.nl/publication/RecordID/{$id}" } ], - "sampleId": "53504" + "sampleId": "oai:cwi.nl:4725" }, { - "created": "2019-06-11T14:17:40.583+0000", + "created": "2019-06-11T14:16:49.131+0000", "deprecated": false, "deprecationDate": null, - "description": "ProteomicsDB is an effort dedicated to expedite the identification of the human proteome and its use across the scientific community. This human proteome data is assembled primarily using information from liquid chromatography tandem-mass-spectrometry (LC-MS/MS) experiments involving human tissues, cell lines and body fluids. Information is accessible for individual proteins, or on the basis of protein coverage on the encoding chromosome, and for peptide components of a protein. This collection provides access to the peptides identified for a given protein.", - "id": 1478, - "mirId": "MIR:00000525", - "modified": "2019-06-11T14:17:40.583+0000", - "name": "ProteomicsDB Peptide", + "description": "The Nottingham Arabidopsis Stock Centre (NASC) provides seed and information resources to the International Arabidopsis Genome Programme and the wider research community.", + "id": 886, + "mirId": "MIR:00000304", + "modified": "2019-06-11T14:16:49.131+0000", + "name": "NASC code", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "proteomicsdb.peptide", + "pattern": "^(\\w+)?\\d+$", + "prefix": "nasc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Proteomics DB Peptide at Center for Integrated Protein Science", - "id": 1480, + "description": "NASC at University of Nottingham", + "id": 888, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1479, + "id": 887, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Center for Integrated Protein Science, Munich", + "name": "The Nottingham Arabidopsis Stock Centre, University of Nottingham", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100681", - "name": "Proteomics DB Peptide at Center for Integrated Protein Science", + "mirId": "MIR:00100386", + "name": "NASC at University of Nottingham", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.proteomicsdb.org/#peptideSearch", - "sampleId": "53504", - "urlPattern": "https://www.proteomicsdb.org/#human/proteinDetails/{$id}/peptides/" + "resourceHomeUrl": "http://arabidopsis.info/", + "sampleId": "N1899", + "urlPattern": "http://arabidopsis.info/StockInfo?NASC_id={$id}" } ], - "sampleId": "53504" + "sampleId": "N1899" }, { - "created": "2019-06-11T14:17:40.825+0000", + "created": "2019-06-11T14:17:06.748+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Proteome Map (HPM) portal integrates the peptide sequencing result from the draft map of the human proteome project. The project was based on LC-MS/MS by utilizing of high resolution and high accuracy Fourier transform mass spectrometry. The HPM contains direct evidence of translation of a number of protein products derived from human genes, based on peptide identifications of multiple organs/tissues and cell types from individuals with clinically defined healthy tissues. The HPM portal provides data on individual proteins, as well as on individual peptide spectra. This collection references proteins.", - "id": 1481, - "mirId": "MIR:00000526", - "modified": "2019-06-11T14:17:40.825+0000", - "name": "Human Proteome Map Protein", + "description": "The National Bibliography Number (NBN), is a URN-based publication identifier system employed by a variety of national libraries such as those of Germany, the Netherlands and Switzerland. They are used to identify documents archived in national libraries, in their native format or language, and are typically used for documents which do not have a publisher-assigned identifier.", + "id": 1097, + "mirId": "MIR:00000381", + "modified": "2019-06-11T14:17:06.748+0000", + "name": "National Bibliography Number", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "hpm.protein", + "pattern": "^urn\\:nbn\\:[A-Za-z_0-9]+\\:([A-Za-z_0-9]+)-[A-Za-z_0-9]+$", + "prefix": "nbn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Proteome Map Protein at Institute of Bioinformatics (Bangalore)", - "id": 1482, + "description": "NBN through URN Resolver at German National Library", + "id": 1099, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1087, + "id": 1098, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Institute of Bioinformatics, International Tech Park, Bangalore", + "name": "Deutsche Nationalbibliothek, Frankfurt", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100682", - "name": "Human Proteome Map Protein at Institute of Bioinformatics (Bangalore)", + "mirId": "MIR:00100488", + "name": "NBN through URN Resolver at German National Library", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.humanproteomemap.org/index.php", - "sampleId": "1968", - "urlPattern": "http://www.humanproteomemap.org/protein.php?hpm_id={$id}" + "resourceHomeUrl": "http://nbn-resolving.org/resolve_urn.htm", + "sampleId": "urn:nbn:fi:tkk-004781", + "urlPattern": "http://nbn-resolving.org/resolver?identifier={$id}&verb=redirect" } ], - "sampleId": "1968" + "sampleId": "urn:nbn:fi:tkk-004781" }, { - "created": "2019-06-11T14:17:41.032+0000", + "created": "2019-06-11T14:16:20.103+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Proteome Map (HPM) portal integrates the peptide sequencing result from the draft map of the human proteome project. The project was based on LC-MS/MS by utilizing of high resolution and high accuracy Fourier transform mass spectrometry. The HPM contains direct evidence of translation of a number of protein products derived from human genes, based on peptide identifications of multiple organs/tissues and cell types from individuals with clinically defined healthy tissues. The HPM portal provides data on individual proteins, as well as on individual peptide spectra. This collection references individual peptides through spectra.", - "id": 1483, - "mirId": "MIR:00000527", - "modified": "2019-06-11T14:17:41.032+0000", - "name": "Human Proteome Map Peptide", + "description": "NITE Biological Research Center (NBRC) provides a collection of microbial resources, performing taxonomic characterization of individual microorganisms such as bacteria including actinomycetes and archaea, yeasts, fungi, algaes, bacteriophages and DNA resources for academic research and industrial applications. A catalogue is maintained which states strain nomenclature, synonyms, and culture and sequence information.", + "id": 549, + "mirId": "MIR:00000179", + "modified": "2019-06-11T14:16:20.103+0000", + "name": "NITE Biological Research Center Catalogue", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "hpm.peptide", + "prefix": "nbrc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Proteome Map Peptide at Institute of Bioinformatics (Bangalore)", - "id": 1484, + "description": "NBRC Catalogue at National Institute of Technology Evaluation", + "id": 551, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1087, + "id": 550, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Institute of Bioinformatics, International Tech Park, Bangalore", + "name": "National Institute of Technology Evaluation, Tokyo", "rorId": null }, "location": { - "countryCode": "IN", - "countryName": "India" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100683", - "name": "Human Proteome Map Peptide at Institute of Bioinformatics (Bangalore)", + "mirId": "MIR:00100225", + "name": "NBRC Catalogue at National Institute of Technology Evaluation", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.humanproteomemap.org/index.php", - "sampleId": "9606117", - "urlPattern": "http://www.humanproteomemap.org/spectrum.php?pep_id={$id}" + "resourceHomeUrl": "http://www.nbrc.nite.go.jp/e/index.html", + "sampleId": "00001234", + "urlPattern": "http://www.nbrc.nite.go.jp/NBRC2/NBRCCatalogueDetailServlet?ID=NBRC&CAT={$id}" } ], - "sampleId": "9606117" + "sampleId": "00001234" }, { - "created": "2019-06-11T14:17:41.273+0000", + "created": "2019-06-11T14:15:51.483+0000", "deprecated": false, "deprecationDate": null, - "description": "The DrugBank database is a bioinformatics and chemoinformatics resource that combines detailed drug (i.e. chemical, pharmacological and pharmaceutical) data with comprehensive drug target (i.e. sequence, structure, and pathway) information. This collection references target information from version 4 of the database.", - "id": 1485, - "mirId": "MIR:00000528", - "modified": "2019-06-11T14:17:41.273+0000", - "name": "DrugBank Target v4", + "description": "Entrez Gene is the NCBI's database for gene-specific information, focusing on completely sequenced genomes, those with an active research community to contribute gene-specific information, or those that are scheduled for intense sequence analysis.", + "id": 239, + "mirId": "MIR:00000069", + "modified": "2019-06-11T14:15:51.483+0000", + "name": "NCBI Gene", "namespaceEmbeddedInLui": false, - "pattern": "^BE\\d{7}$", - "prefix": "drugbankv4.target", + "pattern": "^\\d+$", + "prefix": "ncbigene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DrugBank Target information version 4", - "id": 1487, + "description": "Entrez Gene (NCBI)", + "id": 240, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1486, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Departments of Computing Science, Biological Sciences, University of Alberta", + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100099", + "name": "Entrez Gene (NCBI)", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/gene", + "sampleId": "100010", + "urlPattern": "https://www.ncbi.nlm.nih.gov/gene/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Bio2RDF", + "id": 241, + "institution": { + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Bio2RDF.org", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100687", - "name": "DrugBank Target information version 4", + "mirId": "MIR:00100693", + "name": "Bio2RDF", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.drugbank.ca/targets", - "sampleId": "BE0000048", - "urlPattern": "http://www.drugbank.ca/biodb/bio_entities/{$id}" + "resourceHomeUrl": "http://ncbigene.bio2rdf.org/fct", + "sampleId": "100010", + "urlPattern": "http://ncbigene.bio2rdf.org/describe/?url=http://bio2rdf.org/ncbigene:{$id}" } ], - "sampleId": "BE0000048" + "sampleId": "100010" }, { - "created": "2019-06-11T14:17:41.559+0000", + "created": "2019-06-11T14:16:57.477+0000", "deprecated": false, "deprecationDate": null, - "description": "ZINC is a free public resource for ligand discovery. The database contains over twenty million commercially available molecules in biologically relevant representations that may be downloaded in popular ready-to-dock formats and subsets. The Web site enables searches by structure, biological activity, physical property, vendor, catalog number, name, and CAS number.", - "id": 1488, - "mirId": "MIR:00000529", - "modified": "2019-06-11T14:17:41.559+0000", - "name": "ZINC", + "description": "The Protein database is a collection of sequences from several sources, including translations from annotated coding regions in GenBank, RefSeq and TPA, as well as records from SwissProt, PIR, PRF, and PDB.", + "id": 987, + "mirId": "MIR:00000344", + "modified": "2019-06-11T14:16:57.477+0000", + "name": "NCBI Protein", "namespaceEmbeddedInLui": false, - "pattern": "^(ZINC)?\\d+$", - "prefix": "zinc", + "pattern": "^(\\w+\\d+(\\.\\d+)?)|(NP_\\d+)$", + "prefix": "ncbiprotein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ZINC at University of California (San Francisco)", - "id": 1490, + "description": "NCBI Protein at NCBI", + "id": 988, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1489, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Shoichet Laboratory, Department of Pharmaceutical Chemistry, University of California, San Francisco", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100688", - "name": "ZINC at University of California (San Francisco)", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://zinc15.docking.org/", - "sampleId": "ZINC1084", - "urlPattern": "http://zinc15.docking.org/substances/{$id}" + "mirId": "MIR:00100439", + "name": "NCBI Protein at NCBI", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein", + "sampleId": "CAA71118.1", + "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" } ], - "sampleId": "ZINC1084" + "sampleId": "CAA71118.1" }, { - "created": "2019-06-11T14:17:41.796+0000", + "created": "2019-06-11T14:16:59.945+0000", "deprecated": false, "deprecationDate": null, - "description": "FooDB is resource on food and its constituent compounds. It includes data on the compound’s nomenclature, its description, information on its structure, chemical class, its physico-chemical data, its food source(s), its color, its aroma, its taste, its physiological effect, presumptive health effects (from published studies), and concentrations in various foods. This collection references compounds.", - "id": 1491, - "mirId": "MIR:00000530", - "modified": "2019-06-11T14:17:41.796+0000", - "name": "FooDB Compound", + "description": "NCI Metathesaurus (NCIm) is a wide-ranging biomedical terminology database that covers most terminologies used by NCI for clinical care, translational and basic research, and public information and administrative activities. It integrates terms and definitions from different terminologies, including NCI Thesaurus, however the representation is not identical.", + "id": 1015, + "mirId": "MIR:00000353", + "modified": "2019-06-11T14:16:59.945+0000", + "name": "NCIm", "namespaceEmbeddedInLui": false, - "pattern": "^FDB\\d+$", - "prefix": "foodb.compound", + "pattern": "^C\\d+$", + "prefix": "ncim", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FooDB database of food additives at University of Alberta", - "id": 1492, + "description": "NCIm at National Cancer Institue", + "id": 1016, "institution": { - "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", - "homeUrl": "https://www.ualberta.ca", - "id": 334, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 442, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Alberta", - "rorId": "https://ror.org/0160cpw27" + "name": "National Cancer Institute, Center for Bioinformatics, Maryland", + "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100689", - "name": "FooDB database of food additives at University of Alberta", + "mirId": "MIR:00100450", + "name": "NCIm at National Cancer Institue", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://foodb.ca/foods", - "sampleId": "FDB002100", - "urlPattern": "http://foodb.ca/compounds/{$id}" + "resourceHomeUrl": "http://ncim.nci.nih.gov/", + "sampleId": "C0026339", + "urlPattern": "http://ncim.nci.nih.gov/ncimbrowser/ConceptReport.jsp?dictionary=NCI%20MetaThesaurus&code={$id}" } ], - "sampleId": "FDB002100" + "sampleId": "C0026339" }, { - "created": "2019-06-11T14:17:41.988+0000", + "created": "2019-06-11T14:16:10.500+0000", "deprecated": false, "deprecationDate": null, - "description": "The purpose of the joint FDA/USP Substance Registration System (SRS) is to support health information technology initiatives by generating unique ingredient identifiers (UNIIs) for substances in drugs, biologics, foods, and devices. The UNII is a non- proprietary, free, unique, unambiguous, non semantic, alphanumeric identifier based on a substance’s molecular structure and/or descriptive information.", - "id": 1493, - "mirId": "MIR:00000531", - "modified": "2019-06-11T14:17:41.988+0000", - "name": "UNII", + "description": "NCI Thesaurus (NCIt) provides reference terminology covering vocabulary for clinical care, translational and basic research, and public information and administrative activities, providing a stable and unique identification code.", + "id": 441, + "mirId": "MIR:00000139", + "modified": "2019-06-11T14:16:10.500+0000", + "name": "NCIt", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "unii", + "pattern": "^C\\d+$", + "prefix": "ncit", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UNII at U.S. Food and Drug Administration", - "id": 1494, + "description": "NCIt at National Cancer Institute", + "id": 443, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1238, + "id": 442, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. Food and Drug Administration, Maryland", + "name": "National Cancer Institute, Center for Bioinformatics, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100690", - "name": "UNII at U.S. Food and Drug Administration", + "mirId": "MIR:00100181", + "name": "NCIt at National Cancer Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://fdasis.nlm.nih.gov/srs/", - "sampleId": "3G6A5W338E", - "urlPattern": "http://fdasis.nlm.nih.gov/srs/srsdirect.jsp?regno={$id}" - } - ], - "sampleId": "3G6A5W338E" - }, - { - "created": "2019-06-11T14:17:42.194+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Orphanet Rare Disease ontology (ORDO) is a structured vocabulary for rare diseases, capturing relationships between diseases, genes and other relevant features which will form a useful resource for the computational analysis of rare diseases.\r\nIt integrates a nosology (classification of rare diseases), relationships (gene-disease relations, epiemological data) and connections with other terminologies (MeSH, UMLS, MedDRA), databases (OMIM, UniProtKB, HGNC, ensembl, Reactome, IUPHAR, Geantlas) and classifications (ICD10).", - "id": 1495, - "mirId": "MIR:00000532", - "modified": "2019-06-11T14:17:42.194+0000", - "name": "Orphanet Rare Disease Ontology", - "namespaceEmbeddedInLui": false, - "pattern": "^Orphanet(_|:)C?\\d+$", - "prefix": "orphanet.ordo", - "resources": [ + "resourceHomeUrl": "http://ncit.nci.nih.gov/", + "sampleId": "C80519", + "urlPattern": "http://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI%20Thesaurus&code={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "ORDO via OLS", - "id": 1496, + "description": "NCIt through OLS", + "id": 444, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -25696,1647 +25940,1671 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100705", - "name": "ORDO via OLS", - "official": true, + "mirId": "MIR:00100868", + "name": "NCIt through OLS", + "official": false, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ordo", - "sampleId": "Orphanet_C023", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ordo/terms?short_form={$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncit", + "sampleId": "C16353", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncit/terms?short_form=NCIT_{$id}" } ], - "sampleId": "Orphanet_C023" + "sampleId": "C80519" }, { - "created": "2019-06-11T14:17:42.461+0000", + "created": "2019-06-11T14:17:18.754+0000", "deprecated": false, "deprecationDate": null, - "description": "Protein Affinity Reagents (PSI-PAR) provides a structured controlled vocabulary for the annotation of experiments concerned with interactions, and interactor production methods. PAR is developed by the HUPO Proteomics Standards Initiative and contains the majority of the terms from the PSI-MI controlled vocabular, as well as additional terms.", - "id": 1497, - "mirId": "MIR:00000533", - "modified": "2019-06-11T14:17:42.461+0000", - "name": "Protein Affinity Reagents", + "description": "The National Drug Code (NDC) is a unique, three-segment number used by the Food and Drug Administration (FDA) to identify drug products for commercial use. This is required by the Drug Listing Act of 1972. The FDA publishes and updates the listed NDC numbers daily.", + "id": 1237, + "mirId": "MIR:00000431", + "modified": "2019-06-11T14:17:18.754+0000", + "name": "National Drug Code", "namespaceEmbeddedInLui": false, - "pattern": "^PAR:\\d+$", - "prefix": "psipar", + "pattern": "^\\d+\\-\\d+\\-\\d+", + "prefix": "ndc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein Affinity Reagents through OLS", - "id": 1498, + "description": "National Drug Code at Food and Drug Administration", + "id": 1239, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1238, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "U.S. Food and Drug Administration, Maryland", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100709", - "name": "Protein Affinity Reagents through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=PAR", - "sampleId": "PAR:0116", - "urlPattern": "https://www.ebi.ac.uk/ontology-lookup/?termId={$id}" - } - ], - "sampleId": "PAR:0116" - }, - { - "created": "2019-06-11T14:17:42.685+0000", - "deprecated": false, - "deprecationDate": null, - "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references the Record Report, based on RCV accession.", - "id": 1499, - "mirId": "MIR:00000534", - "modified": "2019-06-11T14:17:42.685+0000", - "name": "ClinVar Record", - "namespaceEmbeddedInLui": false, - "pattern": "^RCV\\d+(\\.\\d+)?$", - "prefix": "clinvar.record", - "resources": [ + "mirId": "MIR:00100554", + "name": "National Drug Code at Food and Drug Administration", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.accessdata.fda.gov/scripts/cder/ndc/", + "sampleId": "0002-1975-61", + "urlPattern": "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "ClinVar Record at NCBI", - "id": 1501, + "description": "Bio2RDF", + "id": 1240, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Bio2RDF.org", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100710", - "name": "ClinVar Record at NCBI", + "mirId": "MIR:00100700", + "name": "Bio2RDF", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", - "sampleId": "RCV000033555.3", - "urlPattern": "http://www.ncbi.nlm.nih.gov/clinvar/{$id}/" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ndc.bio2rdf.org/fct", + "sampleId": "0002-1975-61", + "urlPattern": "http://ndc.bio2rdf.org/describe/?url=http://bio2rdf.org/ndc:{$id}" } ], - "sampleId": "RCV000033555.3" + "sampleId": "0002-1975-61" }, { - "created": "2019-06-11T14:17:42.938+0000", + "created": "2019-09-19T13:46:35.999+0000", "deprecated": false, "deprecationDate": null, - "description": "MGnify is a resource for the analysis and archiving of microbiome data to help determine the taxonomic diversity and functional & metabolic potential of environmental samples. Users can submit their own data for analysis or freely browse all of the analysed public datasets held within the repository. In addition, users can request analysis of any appropriate dataset within the European Nucleotide Archive (ENA). User-submitted or ENA-derived datasets can also be assembled on request, prior to analysis.", - "id": 1502, - "mirId": "MIR:00000535", - "modified": "2019-06-11T14:17:42.938+0000", - "name": "MGnify Project", + "description": "This namespace is about Neuroscience Multi-Omic data, specially focused on that data generated from the BRAIN Initiative and related brain research projects.", + "id": 2013, + "mirId": "MIR:00000744", + "modified": "2019-10-02T08:18:15.555+0000", + "name": "Neuroscience Multi-Omic BRAIN Initiative Data", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]+[0-9]+$", - "prefix": "mgnify.proj", + "pattern": "[a-z]{3}-[a-km-z0-9]{7}", + "prefix": "nemo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MGnify Project", - "id": 1503, + "description": "The Neuroscience Multi-Omic Archive (NeMO Archive) is a data repository specifically focused on the storage and dissemination of omic data generated from the BRAIN Initiative and related brain research projects.", + "id": 2014, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Formed in May 2007, the Institute for Genome Sciences (IGS) is part of the University of Maryland School of Medicine and is on the University of Maryland Baltimore campus. Members of the IGS team have helped revolutionize genomic discoveries in medicine, agriculture, environmental science and biodefense.", + "homeUrl": "http://www.igs.umaryland.edu", + "id": 2012, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "The Institute for Genome Sciences", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100711", - "name": "MGnify Project", - "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/metagenomics", - "sampleId": "ERP004492", - "urlPattern": "https://www.ebi.ac.uk/metagenomics/projects/{$id}" + "mirId": "MIR:00000790", + "name": "The NeMO Archive", + "official": true, + "providerCode": "igs", + "resourceHomeUrl": "https://www.nemoarchive.org", + "sampleId": "smp-m3w9hbe", + "urlPattern": "https://assets.nemoarchive.org/{$id}" } ], - "sampleId": "ERP004492" + "sampleId": "smp-m3w9hbe" }, { - "created": "2019-06-11T14:17:43.129+0000", + "created": "2019-06-11T14:16:06.417+0000", "deprecated": false, "deprecationDate": null, - "description": "The EU Clinical Trials Register contains information on clinical trials conducted in the European Union (EU), or the European Economic Area (EEA) which started after 1 May 2004.\r\nIt also includes trials conducted outside these areas if they form part of a paediatric investigation plan (PIP), or are sponsored by a marketing authorisation holder, and involve the use of a medicine in the paediatric population.", - "id": 1504, - "mirId": "MIR:00000536", - "modified": "2019-06-11T14:17:43.129+0000", - "name": "EU Clinical Trials", + "description": "The NeuroLex project is a dynamic lexicon of terms used in neuroscience. It is supported by the Neuroscience Information Framework project and incorporates information from the NIF standardised ontology (NIFSTD), and its predecessor, the Biomedical Informatics Research Network Lexicon (BIRNLex).", + "id": 398, + "mirId": "MIR:00000126", + "modified": "2019-06-11T14:16:06.417+0000", + "name": "NeuroLex", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{4}\\-\\d{6}\\-\\d{2}$", - "prefix": "euclinicaltrials", + "pattern": "^([Bb]irnlex_|Sao|nlx_|GO_|CogPO|HDO|nifext_)\\d+$", + "prefix": "neurolex", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EU Clinical Trials at European Medicines Agency", - "id": 1506, + "description": "NeuroLex Neuroscience Lexicon", + "id": 400, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 399, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Department of Neuroscience, University of California, San Diego", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100160", + "name": "NeuroLex Neuroscience Lexicon", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.neurolex.org/wiki/Main_Page", + "sampleId": "Birnlex_721", + "urlPattern": "http://www.neurolex.org/wiki/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "NeuroLex through NCBO's BioPortal", + "id": 401, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1505, + "id": 5, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Medicines Agency, London", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100712", - "name": "EU Clinical Trials at European Medicines Agency", + "mirId": "MIR:00100183", + "name": "NeuroLex through NCBO's BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.clinicaltrialsregister.eu/", - "sampleId": "2008-005144-16", - "urlPattern": "https://www.clinicaltrialsregister.eu/ctr-search/search?query={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/BIRNLEX", + "sampleId": "birnlex_1672", + "urlPattern": "http://purl.bioontology.org/ontology/BIRNLEX/{$id}" } ], - "sampleId": "2008-005144-16" + "sampleId": "Birnlex_721" }, { - "created": "2019-06-11T14:17:43.371+0000", + "created": "2019-06-11T14:15:58.342+0000", "deprecated": false, "deprecationDate": null, - "description": "Google Patents covers the entire collection of granted patents and published patent applications from the USPTO, EPO, and WIPO. US patent documents date back to 1790, EPO and WIPO to 1978. Google Patents can be searched using patent number, inventor, classification, and filing date.", - "id": 1507, - "mirId": "MIR:00000537", - "modified": "2019-06-11T14:17:43.371+0000", - "name": "Google Patents", + "description": "NeuroMorpho.Org is a centrally curated inventory of digitally reconstructed neurons.", + "id": 312, + "mirId": "MIR:00000095", + "modified": "2019-06-11T14:15:58.342+0000", + "name": "NeuroMorpho", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]{2}\\d+([A-Z])?$", - "prefix": "google.patent", + "pattern": "^\\w+$", + "prefix": "neuromorpho", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Google Patents at Google", - "id": 1509, + "description": "NeuroMorpho", + "id": 314, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1508, + "id": 313, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Google Incorporated", + "name": "Krasnow Institute, Virginia", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100714", - "name": "Google Patents at Google", + "mirId": "MIR:00100126", + "name": "NeuroMorpho", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.google.com/patents/", - "sampleId": "US4145692", - "urlPattern": "https://www.google.com/patents/{$id}" + "resourceHomeUrl": "http://neuromorpho.org/index.jsp", + "sampleId": "Rosa2", + "urlPattern": "http://neuromorpho.org/neuron_info.jsp?neuron_name={$id}" } ], - "sampleId": "US4145692" + "sampleId": "Rosa2" }, { - "created": "2019-06-11T14:17:43.583+0000", + "created": "2019-06-11T14:15:58.106+0000", "deprecated": false, "deprecationDate": null, - "description": "The United States Patent and Trademark Office (USPTO) is the federal agency for granting U.S. patents and registering trademarks. As a mechanism that protects new ideas and investments in innovation and creativity, the USPTO is at the cutting edge of the nation's technological progress and achievement.", - "id": 1510, - "mirId": "MIR:00000538", - "modified": "2019-06-11T14:17:43.583+0000", - "name": "USPTO", + "description": "NeuronDB provides a dynamically searchable database of three types of neuronal properties: voltage gated conductances, neurotransmitter receptors, and neurotransmitter substances. It contains tools that provide for integration of these properties in a given type of neuron and compartment, and for comparison of properties across different types of neurons and compartments.", + "id": 309, + "mirId": "MIR:00000094", + "modified": "2019-06-11T14:15:58.106+0000", + "name": "NeuronDB", "namespaceEmbeddedInLui": false, - "pattern": "^(D|PP|R|T|H|X|AI)?\\d+$", - "prefix": "uspto", + "pattern": "^\\d+$", + "prefix": "neurondb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "USPTO patents at USPTO", - "id": 1512, + "description": "NeuronDB at SenseLab", + "id": 311, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1511, + "id": 310, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "United States Patent and Trademark Office", + "name": "Yale University School of Medicine", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100715", - "name": "USPTO patents at USPTO", + "mirId": "MIR:00100125", + "name": "NeuronDB at SenseLab", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://patft.uspto.gov/netahtml/PTO/index.html", - "sampleId": "4145692", - "urlPattern": "http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=/netahtml/PTO/search-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN/{$id}" + "resourceHomeUrl": "http://senselab.med.yale.edu/NeuronDB/", + "sampleId": "265", + "urlPattern": "http://senselab.med.yale.edu/NeuronDB/NeuronProp.aspx?id={$id}" } ], - "sampleId": "4145692" + "sampleId": "265" }, { - "created": "2019-06-11T14:17:43.853+0000", + "created": "2019-06-11T14:18:07.777+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cooperative Patent Classification (CPC) is a patent classification system, developed jointly by the European Patent Office (EPO) and the United States Patent and Trademark Office (USPTO). It is based on the previous European classification system (ECLA), which itself was a version of the International Patent Classification (IPC) system. The CPC patent classification system has been used by EPO and USPTO since 1st January, 2013.", - "id": 1513, - "mirId": "MIR:00000539", - "modified": "2019-06-11T14:17:43.853+0000", - "name": "Cooperative Patent Classification", + "description": "Neurovault is an online repository for statistical maps, parcellations and atlases of the brain. This collection references sets (collections) of images.", + "id": 1763, + "mirId": "MIR:00000635", + "modified": "2019-06-11T14:18:07.777+0000", + "name": "NeuroVault Collection", "namespaceEmbeddedInLui": false, - "pattern": "^([A-H,Y]|[A-H, Y]\\d{2}|[A-H, Y]\\d{2}[A-Z]|[A-H, Y]\\d{2}[A-Z]\\d{1,3}|[A-H, Y]\\d{2}[A-Z]\\d{1,3}(\\/)?\\d{2,})$", - "prefix": "cpc", + "pattern": "^[1-9][0-9]*$", + "prefix": "neurovault.collection", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cooperative Patent Classification at Espace", - "id": 1515, + "description": "NeuroVault Collection", + "id": 1764, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1514, + "id": 98, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Espace, European Patent Office", + "name": "Stanford University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100716", - "name": "Cooperative Patent Classification at Espace", + "mirId": "MIR:00100840", + "name": "NeuroVault Collection", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://worldwide.espacenet.com/classification", - "sampleId": "A01M1/026", - "urlPattern": "https://worldwide.espacenet.com/classification?locale=en_EP#!/CPC={$id}" + "resourceHomeUrl": "http://neurovault.org", + "sampleId": "3304", + "urlPattern": "https://neurovault.org/collections/{$id}" } ], - "sampleId": "A01M1/026" + "sampleId": "3304" }, { - "created": "2019-06-11T14:17:44.062+0000", + "created": "2019-06-11T14:18:08.473+0000", "deprecated": false, "deprecationDate": null, - "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Study.", - "id": 1516, - "mirId": "MIR:00000540", - "modified": "2019-06-11T14:17:44.062+0000", - "name": "GWAS Central Study", + "description": "Neurovault is an online repository for statistical maps, parcellations and atlases of the brain. This collection references individual images.", + "id": 1771, + "mirId": "MIR:00000638", + "modified": "2019-06-11T14:18:08.473+0000", + "name": "NeuroVault Image", "namespaceEmbeddedInLui": false, - "pattern": "^HGVST\\d+$", - "prefix": "gwascentral.study", + "pattern": "^[1-9][0-9]*$", + "prefix": "neurovault.image", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GWAS Central Study at University of Leicester", - "id": 1517, + "description": "NeuroVault", + "id": 1772, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1079, + "id": 98, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Department of Genetics, University of Leicester, Leicester", + "name": "Stanford University", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100717", - "name": "GWAS Central Study at University of Leicester", + "mirId": "MIR:00100843", + "name": "NeuroVault", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.gwascentral.org/studies", - "sampleId": "HGVST1828", - "urlPattern": "https://www.gwascentral.org/study/{$id}" + "resourceHomeUrl": "http://neurovault.org", + "sampleId": "58788", + "urlPattern": "https://neurovault.org/images/{$id}" } ], - "sampleId": "HGVST1828" + "sampleId": "58788" }, { - "created": "2019-06-11T14:17:44.275+0000", + "created": "2019-06-11T14:16:46.065+0000", "deprecated": false, "deprecationDate": null, - "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references variant information.", - "id": 1518, - "mirId": "MIR:00000541", - "modified": "2019-06-11T14:17:44.275+0000", - "name": "ExAC Variant", + "description": "NextDb is a database that provides information on the expression pattern map of the 100Mb genome of the nematode Caenorhabditis elegans. This was done through EST analysis and systematic whole mount in situ hybridization. Information available includes 5' and 3' ESTs, and in-situ hybridization images of 11,237 cDNA clones.", + "id": 850, + "mirId": "MIR:00000289", + "modified": "2019-06-11T14:16:46.065+0000", + "name": "NEXTDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{1,2}\\-\\d+\\-[GATC]\\-[GATC]$", - "prefix": "exac.variant", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "nextdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ExAC Variant at Exome Aggregation Consortium", - "id": 1520, + "description": "NEXTDB at Shizuoka", + "id": 852, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1519, + "id": 851, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", + "name": "National Institute of Genetics, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100718", - "name": "ExAC Variant at Exome Aggregation Consortium", + "mirId": "MIR:00100371", + "name": "NEXTDB at Shizuoka", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://exac.broadinstitute.org/", - "sampleId": "22-46615880-T-C", - "urlPattern": "http://exac.broadinstitute.org/variant/{$id}" + "resourceHomeUrl": "http://nematode.lab.nig.ac.jp/", + "sampleId": "6b1", + "urlPattern": "http://nematode.lab.nig.ac.jp/db2/ShowCloneInfo.php?clone={$id}" } ], - "sampleId": "22-46615880-T-C" + "sampleId": "6b1" }, { - "created": "2019-06-11T14:17:44.511+0000", + "created": "2019-06-11T14:16:33.634+0000", "deprecated": false, "deprecationDate": null, - "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Marker.", - "id": 1521, - "mirId": "MIR:00000542", - "modified": "2019-06-11T14:17:44.511+0000", - "name": "GWAS Central Marker", + "description": "neXtProt is a resource on human proteins, and includes information such as proteins’ function, subcellular location, expression, interactions and role in diseases.", + "id": 698, + "mirId": "MIR:00000236", + "modified": "2019-06-11T14:16:33.634+0000", + "name": "nextProt", "namespaceEmbeddedInLui": false, - "pattern": "^HGVM\\d+$", - "prefix": "gwascentral.marker", + "pattern": "^NX_\\w+", + "prefix": "nextprot", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GWAS Central Marker at University of Leicester", - "id": 1522, + "description": "nextProt at Swiss Institute of Bioinformatics", + "id": 700, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1079, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Department of Genetics, University of Leicester, Leicester", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100719", - "name": "GWAS Central Marker at University of Leicester", + "mirId": "MIR:00100300", + "name": "nextProt at Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.gwascentral.org/markers/", - "sampleId": "HGVM15354", - "urlPattern": "https://www.gwascentral.org/marker/{$id}" + "resourceHomeUrl": "https://www.nextprot.org/", + "sampleId": "NX_O00165", + "urlPattern": "https://www.nextprot.org/db/entry/{$id}" } ], - "sampleId": "HGVM15354" + "sampleId": "NX_O00165" }, { - "created": "2019-06-11T14:17:47.850+0000", + "created": "2019-06-11T14:18:03.826+0000", "deprecated": false, "deprecationDate": null, - "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual metabolotes.", - "id": 1555, - "mirId": "MIR:00000556", - "modified": "2019-06-11T14:17:47.850+0000", - "name": "BiGG Metabolite", + "description": "NASA's GeneLab gathers spaceflight genomic data, RNA and protein expression, and metabolic profiles, interfaces with existing databases for expanded research, will offer tools to conduct data analysis, and is in the process of creating a place online where scientists, researchers, teachers and students can connect with their peers, share their results, and communicate with NASA.", + "id": 1715, + "mirId": "MIR:00000618", + "modified": "2019-06-11T14:18:03.826+0000", + "name": "NASA GeneLab", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z_A-Z0-9]+$", - "prefix": "bigg.metabolite", + "pattern": "^GLDS-\\d+$", + "prefix": "ngl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BiGG Metabolite at University of Cakifornia", - "id": 1556, + "description": "NASA GeneLab", + "id": 1717, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1716, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "NASA's Ames Research Center", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100733", - "name": "BiGG Metabolite at University of Cakifornia", + "mirId": "MIR:00100822", + "name": "NASA GeneLab", "official": false, - "providerCode": "ucsd", - "resourceHomeUrl": "http://bigg.ucsd.edu/universal/metabolites", - "sampleId": "12dgr161", - "urlPattern": "http://bigg.ucsd.edu/models/universal/metabolites/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://genelab-data.ndc.nasa.gov/genelab/", + "sampleId": "GLDS-141", + "urlPattern": "https://genelab-data.ndc.nasa.gov/genelab/accession/{$id}" } ], - "sampleId": "12dgr161" + "sampleId": "GLDS-141" }, { - "created": "2019-06-11T14:17:44.903+0000", + "created": "2019-06-11T14:16:49.376+0000", "deprecated": false, "deprecationDate": null, - "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloging changes in gene expression and other cellular processes that occur when cells are exposed to a variety of perturbing agents. The LINCS cell model system can have the following cell categories: cell lines, primary cells, induced pluripotent stem cells, differentiated cells, and embryonic stem cells. The metadata contains information provided by each LINCS Data and Signature Generation Center (DSGC) and the association with a tissue or organ from which the cells were derived, in many cases are also associated to a disease.", - "id": 1525, - "mirId": "MIR:00000544", - "modified": "2019-06-11T14:17:44.903+0000", - "name": "LINCS Cell", + "description": "A catalog of mouse genes expressed in early embryos, embryonic and adult stem cells, including 250000 ESTs, was assembled by the NIA (National Institute on Aging) assembled.This collection represents the name and sequence from individual cDNA clones.", + "id": 889, + "mirId": "MIR:00000305", + "modified": "2019-06-11T14:16:49.376+0000", + "name": "NIAEST", "namespaceEmbeddedInLui": false, - "pattern": "(^LCL-\\d+$)|(^LDC-\\d+$)|(^ES-\\d+$)|(^LSC-\\d+$)|(^LPC-\\d+$)", - "prefix": "lincs.cell", + "pattern": "^\\w\\d{4}\\w\\d{2}(\\-[35])?$", + "prefix": "niaest", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LINCS Portal", - "id": 1527, + "description": "NIAEST at National Institute on Aging", + "id": 891, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1526, + "id": 890, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Miami, BD2K-LINCS DCIC", + "name": "National Institute on Aging, NIH", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100721", - "name": "LINCS Portal", + "mirId": "MIR:00100387", + "name": "NIAEST at National Institute on Aging", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/cells/", - "sampleId": "LCL-2085", - "urlPattern": "http://lincsportal.ccs.miami.edu/cells/#/view/{$id}" + "resourceHomeUrl": "http://lgsun.grc.nia.nih.gov/cDNA/", + "sampleId": "J0705A10", + "urlPattern": "http://lgsun.grc.nia.nih.gov/cgi-bin/pro3?sname1={$id}" } ], - "sampleId": "LCL-2085" + "sampleId": "J0705A10" }, { - "created": "2019-06-11T14:17:45.145+0000", + "created": "2021-08-05T19:51:36.087+0000", "deprecated": false, "deprecationDate": null, - "description": "The HMS LINCS Database currently contains information on experimental reagents (small molecule perturbagens, cells, and proteins). It aims to collect and disseminate information relating to the fundamental principles of cellular response in humans to perturbation. This collection references proteins.", - "id": 1528, - "mirId": "MIR:00000545", - "modified": "2019-06-11T14:17:45.145+0000", - "name": "LINCS Protein", + "description": "The National Microbiome Data Collaborative (NMDC) is an initiative to empower the research community to harness microbiome data exploration and discovery through a collaborative integrative data science ecosystem.", + "id": 2756, + "mirId": "MIR:00000837", + "modified": "2021-08-05T19:51:36.087+0000", + "name": "National Microbiome Data Collaborative", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "lincs.protein", + "pattern": "^[A-Za-z0-9._~\\-\\:]+$", + "prefix": "nmdc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LINCS Protein at Harvard Medical School", - "id": 1529, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02jbv0t02' with Wikidata IDs [Q1133630,Q4686229], and ISNI IDs [0000 0001 2231 4551]", + "id": 2757, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1322, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02jbv0t02' with Wikidata IDs [Q1133630,Q4686229], and ISNI IDs [0000 0001 2231 4551]", + "homeUrl": "https://ror.org/02jbv0t02", + "id": 2755, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Harvard Medical School, Boston, Massachusetts", + "name": "Lawrence Berkeley National Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100722", - "name": "LINCS Protein at Harvard Medical School", + "mirId": "MIR:00000836", + "name": "Lawrence Berkeley National Laboratory", + "official": true, + "providerCode": "nmdc", + "resourceHomeUrl": "https://ror.org/02jbv0t02", + "sampleId": "6m4e-1vbv-03", + "urlPattern": "https://drs.microbiomedata.org/objects/{$id}" + } + ], + "sampleId": "6m4e-1vbv-03" + }, + { + "created": "2019-06-11T14:18:08.710+0000", + "deprecated": false, + "deprecationDate": null, + "description": "nmrCV is a controlled vocabulary to deliver standardized descriptors for the open mark-up language for NMR raw and spectrum data, sanctioned by the metabolomics standards initiative msi.", + "id": 1773, + "mirId": "MIR:00000639", + "modified": "2019-06-11T14:18:08.710+0000", + "name": "Nuclear Magnetic Resonance Controlled Vocabulary", + "namespaceEmbeddedInLui": true, + "pattern": "^NMR:\\d+$", + "prefix": "nmr", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "NMR through OLS", + "id": 1774, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100844", + "name": "NMR through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lincs.hms.harvard.edu/db/proteins/", - "sampleId": "200282", - "urlPattern": "http://lincs.hms.harvard.edu/db/proteins/{$id}/" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/nmrcv", + "sampleId": "1000003", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/nmrcv/terms?short_form=NMR:{$id}" } ], - "sampleId": "200282" + "sampleId": "1000003" }, { - "created": "2019-06-11T14:17:45.396+0000", + "created": "2020-03-17T12:41:40.413+0000", "deprecated": false, "deprecationDate": null, - "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloging changes in gene expression and other cellular processes that occur when cells are exposed to a variety of perturbing agents. The LINCS small molecule collection is used as perturbagens in LINCS experiments. The small molecule metadata includes substance-specific batch information provided by each LINCS Data and Signature Generation Center (DSGC).", - "id": 1530, - "mirId": "MIR:00000546", - "modified": "2019-06-11T14:17:45.396+0000", - "name": "LINCS Small Molecule", + "description": "NMR database for organic structures and their nuclear magnetic resonance (nmr) spectra. It allows for spectrum prediction (13C, 1H and other nuclei) as well as for searching spectra, structures and other properties.", + "id": 2140, + "mirId": "MIR:00000748", + "modified": "2020-03-17T12:43:18.460+0000", + "name": "NMR Shift Database", "namespaceEmbeddedInLui": false, - "pattern": "^LSM-\\d+$", - "prefix": "lincs.smallmolecule", + "pattern": "^[0-9]+$", + "prefix": "nmrshiftdb2", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LINCS Portal", - "id": 1532, + "description": "NMR database (web database) for organic structures and their nuclear magnetic resonance (nmr) spectra. It allows for spectrum prediction (13C, 1H and other nuclei) as well as for searching spectra, structures and other properties. Last not least, it features peer-reviewed submission of datasets by its users. The NMRShiftDB software is open source, the data is published under an open content license.", + "id": 2141, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1531, + "description": "The University of Cologne is one of the oldest and largest universities in Europe. Due to its outstanding scientific achievements and the high quality and diversity of its degree programmes, it enjoys an excellent international reputation.", + "homeUrl": "https://www.portal.uni-koeln.de/uoc_home.html?&L=1", + "id": 2139, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "University of Miami, BD2K-LINCS DCIC, USA", + "name": "University of Cologne", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100723", - "name": "LINCS Portal", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/SmallMolecules/", - "sampleId": "LSM-6306", - "urlPattern": "http://lincsportal.ccs.miami.edu/SmallMolecules/#/view/{$id}" + "mirId": "MIR:00000719", + "name": "NMRShiftDB", + "official": true, + "providerCode": "uoc", + "resourceHomeUrl": "https://nmrshiftdb.nmr.uni-koeln.de", + "sampleId": "234", + "urlPattern": "https://nmrshiftdb.nmr.uni-koeln.de/molecule/{$id}" } ], - "sampleId": "LSM-6306" + "sampleId": "234" }, { - "created": "2019-06-11T14:17:45.691+0000", + "created": "2019-06-11T14:16:36.900+0000", "deprecated": false, "deprecationDate": null, - "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references transcript information.", - "id": 1533, - "mirId": "MIR:00000547", - "modified": "2019-06-11T14:17:45.691+0000", - "name": "ExAC Transcript", + "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 3. This was replaced in 2013 by version 4.", + "id": 736, + "mirId": "MIR:00000248", + "modified": "2019-06-11T14:16:36.900+0000", + "name": "NONCODE v3", "namespaceEmbeddedInLui": false, - "pattern": "^ENST\\d{11}$", - "prefix": "exac.transcript", + "pattern": "^\\d+$", + "prefix": "noncodev3", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ExAC Transcript at Exome Aggregation Consortium", - "id": 1534, + "description": "NONCODE at Chinese Academy of Sciences", + "id": 738, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1519, + "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", + "homeUrl": "http://english.cas.cn/", + "id": 737, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", - "rorId": null + "name": "Chinese Academy of Sciences", + "rorId": "https://ror.org/034t30j35" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100724", - "name": "ExAC Transcript at Exome Aggregation Consortium", + "mirId": "MIR:00100319", + "name": "NONCODE at Chinese Academy of Sciences", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://exac.broadinstitute.org/", - "sampleId": "ENST00000407236", - "urlPattern": "http://exac.broadinstitute.org/transcript/{$id}" + "resourceHomeUrl": "http://www.noncode.org/", + "sampleId": "377550", + "urlPattern": "http://www.noncode.org/NONCODERv3/ncrna.php?ncid={$id}" } ], - "sampleId": "ENST00000407236" + "sampleId": "377550" }, { - "created": "2019-06-11T14:17:45.890+0000", + "created": "2019-06-11T14:17:29.649+0000", "deprecated": false, "deprecationDate": null, - "description": "The Exome Aggregation Consortium (ExAC) is a coalition of investigators seeking to aggregate and harmonize exome sequencing data from a variety of large-scale sequencing projects, and to make summary data available for the wider scientific community. The data pertains to unrelated individuals sequenced as part of various disease-specific and population genetic studies and serves as a reference set of allele frequencies for severe disease studies. This collection references gene information.", - "id": 1535, - "mirId": "MIR:00000548", - "modified": "2019-06-11T14:17:45.890+0000", - "name": "ExAC Gene", + "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 4 and relates to gene regions.", + "id": 1366, + "mirId": "MIR:00000480", + "modified": "2019-06-11T14:17:29.649+0000", + "name": "NONCODE v4 Gene", "namespaceEmbeddedInLui": false, - "pattern": "^ENSG\\d{11}$", - "prefix": "exac.gene", + "pattern": "^NONHSAG\\d{5}$", + "prefix": "noncodev4.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ExAC Gene at Exome Aggregation Consortium", - "id": 1536, + "description": "NONCODE v4 Gene at Chinese Academy of Sciences", + "id": 1367, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1519, + "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", + "homeUrl": "http://english.cas.cn/", + "id": 737, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Exome Aggregation Consortium (ExAC), Cambridge, Massachusetts", - "rorId": null + "name": "Chinese Academy of Sciences", + "rorId": "https://ror.org/034t30j35" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100725", - "name": "ExAC Gene at Exome Aggregation Consortium", + "mirId": "MIR:00100616", + "name": "NONCODE v4 Gene at Chinese Academy of Sciences", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://exac.broadinstitute.org/", - "sampleId": "ENSG00000169174", - "urlPattern": "http://exac.broadinstitute.org/gene/{$id}" + "resourceHomeUrl": "http://www.bioinfo.org/NONCODEv4/", + "sampleId": "NONHSAG00001", + "urlPattern": "http://www.bioinfo.org/NONCODEv4/show_gene.php?id={$id}" } ], - "sampleId": "ENSG00000169174" + "sampleId": "NONHSAG00001" }, { - "created": "2019-06-11T14:17:46.612+0000", + "created": "2019-06-11T14:17:29.833+0000", "deprecated": false, "deprecationDate": null, - "description": "UniPathway is a manually curated resource of enzyme-catalyzed and spontaneous chemical reactions. It provides a hierarchical representation of metabolic pathways and a controlled vocabulary for pathway annotation in UniProtKB. UniPathway data are cross-linked to existing metabolic resources such as ChEBI/Rhea, KEGG and MetaCyc. This collection references compounds.", - "id": 1542, - "mirId": "MIR:00000551", - "modified": "2019-06-11T14:17:46.612+0000", - "name": "UniPathway Compound", + "description": "NONCODE is a database of expression and functional lncRNA (long noncoding RNA) data obtained from microarray studies. LncRNAs have been shown to play key roles in various biological processes such as imprinting control, circuitry controlling pluripotency and differentiation, immune responses and chromosome dynamics. The collection references NONCODE version 4 and relates to individual transcripts.", + "id": 1368, + "mirId": "MIR:00000481", + "modified": "2019-06-11T14:17:29.833+0000", + "name": "NONCODE v4 Transcript", "namespaceEmbeddedInLui": false, - "pattern": "^UPC\\d{5}$", - "prefix": "unipathway.compound", + "pattern": "^NONHSAT\\d{6}$", + "prefix": "noncodev4.rna", "resources": [ { - "deprecated": true, - "deprecationDate": "2019-10-01T12:10:54.792+0000", - "description": "UniPathway Compound at Swiss Institute of Bioinformatics (SIB)", - "id": 1544, + "deprecated": false, + "deprecationDate": null, + "description": "NONCODE v4 Transcript at Chinese Academy of Sciences", + "id": 1369, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "The Chinese Academy of Sciences is the linchpin of China’s drive to explore and harness high technology and the natural sciences for the benefit of China and the world. CAS brings together scientists and engineers from China and around the world to address both theoretical and applied problems using world-class scientific and management approaches.", + "homeUrl": "http://english.cas.cn/", + "id": 737, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "CN", + "countryName": "China" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "Chinese Academy of Sciences", + "rorId": "https://ror.org/034t30j35" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100728", - "name": "UniPathway Compound at Swiss Institute of Bioinformatics (SIB)", + "mirId": "MIR:00100617", + "name": "NONCODE v4 Transcript at Chinese Academy of Sciences", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway", - "sampleId": "UPC04349", - "urlPattern": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/upc?upid={$id}" + "resourceHomeUrl": "http://www.bioinfo.org/NONCODEv4/", + "sampleId": "NONHSAT000001", + "urlPattern": "http://www.bioinfo.org/NONCODEv4/show_rna.php?id={$id}" } ], - "sampleId": "UPC04349" + "sampleId": "NONHSAT000001" }, { - "created": "2019-06-11T14:17:46.875+0000", + "created": "2019-06-11T14:17:33.862+0000", "deprecated": false, "deprecationDate": null, - "description": "This cooperative effort, which includes Fellowship for Interpretation of Genomes (FIG), Argonne National Laboratory, and the University of Chicago, focuses on the development of the comparative genomics environment called the SEED. It is a framework to support comparative analysis and annotation of genomes, and the development of curated genomic data (annotation). Curation is performed at the level of subsystems by an expert annotator, across many genomes, and not on a gene by gene basis. This collection references subsystems.", - "id": 1545, - "mirId": "MIR:00000552", - "modified": "2019-06-11T14:17:46.875+0000", - "name": "SEED Subsystem", + "description": "Norine is a database dedicated to nonribosomal peptides (NRPs). In bacteria and fungi, in addition to the traditional ribosomal proteic biosynthesis, an alternative ribosome-independent pathway called NRP synthesis allows peptide production. The molecules synthesized by NRPS contain a high proportion of nonproteogenic amino acids whose primary structure is not always linear, often being more complex and containing cycles and branchings.", + "id": 1412, + "mirId": "MIR:00000498", + "modified": "2019-06-11T14:17:33.862+0000", + "name": "NORINE", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+$", - "prefix": "seed", + "pattern": "^NOR\\d+$", + "prefix": "norine", "resources": [ { - "deprecated": true, - "deprecationDate": "2019-10-08T08:49:23.021+0000", - "description": "SEED Subsystem at Argonne National Laboratory", - "id": 1547, + "deprecated": false, + "deprecationDate": null, + "description": "NORINE at Computer Science Laboratory of Lille", + "id": 1414, "institution": { - "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", - "homeUrl": "https://www.anl.gov", - "id": 1546, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1413, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "Argonne National Laboratory", - "rorId": "https://ror.org/05gvnxz63" + "name": "Computer Science Laboratory of Lille, INRIA and ProBioGEM, University of Sciences and Technologies of Lille, Lille", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100729", - "name": "SEED Subsystem at Argonne National Laboratory", + "mirId": "MIR:00100639", + "name": "NORINE at Computer Science Laboratory of Lille", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://seed-viewer.theseed.org/seedviewer.cgi", - "sampleId": "Biotin_biosynthesis", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100729/{$id}" + "resourceHomeUrl": "http://bioinfo.lifl.fr/norine/", + "sampleId": "NOR00681", + "urlPattern": "http://bioinfo.lifl.fr/norine/result.jsp?ID={$id}" } ], - "sampleId": "Biotin_biosynthesis" + "sampleId": "NOR00681" }, { - "created": "2019-06-11T14:17:47.133+0000", + "created": "2019-06-11T14:17:00.593+0000", "deprecated": false, "deprecationDate": null, - "description": "This cooperative effort, which includes Fellowship for Interpretation of Genomes (FIG), Argonne National Laboratory, and the University of Chicago, focuses on the development of the comparative genomics environment called the SEED. It is a framework to support comparative analysis and annotation of genomes, and the development of curated genomic data (annotation). Curation is performed at the level of subsystems by an expert annotator, across many genomes, and not on a gene by gene basis. This collection references subsystems.", - "id": 1548, - "mirId": "MIR:00000553", - "modified": "2019-06-11T14:17:47.133+0000", - "name": "SEED Compound", + "description": "NucleaRDB is an information system that stores heterogenous data on Nuclear Hormone Receptors (NHRs). It contains data on sequences, ligand binding constants and mutations for NHRs.", + "id": 1022, + "mirId": "MIR:00000356", + "modified": "2019-06-11T14:17:00.593+0000", + "name": "NucleaRDB", "namespaceEmbeddedInLui": false, - "pattern": "^cpd\\d+$", - "prefix": "seed.compound", + "pattern": "^\\w+\\_\\w+$", + "prefix": "nuclearbd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SEED Compound at Argonne National Laboratory", - "id": 1549, + "description": "NucleaRDB at Radboud University Nijmegen Medical Centre", + "id": 1024, "institution": { - "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", - "homeUrl": "https://www.anl.gov", - "id": 1546, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1023, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Argonne National Laboratory", - "rorId": "https://ror.org/05gvnxz63" + "name": "CMBI, Radboud University Nijmegen Medical Centre, Dreijenplein, Wageningen", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100730", - "name": "SEED Compound at Argonne National Laboratory", + "mirId": "MIR:00100453", + "name": "NucleaRDB at Radboud University Nijmegen Medical Centre", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://modelseed.org/", - "sampleId": "cpd15380", - "urlPattern": "http://modelseed.org/biochem/compounds/{$id}" + "resourceHomeUrl": "http://www.receptors.org/nucleardb/", + "sampleId": "prgr_human", + "urlPattern": "http://www.receptors.org/nucleardb/proteins/{$id}" } ], - "sampleId": "cpd15380" + "sampleId": "prgr_human" }, { - "created": "2019-06-11T14:17:47.362+0000", + "created": "2021-10-17T10:21:25.826+0000", "deprecated": false, "deprecationDate": null, - "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references individual models.", - "id": 1550, - "mirId": "MIR:00000554", - "modified": "2019-06-11T14:17:47.362+0000", - "name": "BiGG Model", + "description": "The Nucleotide database is a collection of sequences from several sources, including GenBank, RefSeq, TPA and PDB. Genome, gene and transcript sequence data provide the foundation for biomedical research and discovery.", + "id": 2926, + "mirId": "MIR:00000882", + "modified": "2021-10-17T10:24:40.143+0000", + "name": "Nucleotide", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z_A-Z0-9]+$", - "prefix": "bigg.model", + "pattern": "^[a-zA-Z0-9_\\.]+$", + "prefix": "nucleotide", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BiGG Model at University of California", - "id": 1552, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "id": 2927, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100731", - "name": "BiGG Model at University of California", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bigg.ucsd.edu/models", - "sampleId": "iECABU_c1320", - "urlPattern": "http://bigg.ucsd.edu/models/{$id}" + "mirId": "MIR:00000881", + "name": "National Center for Biotechnology Information", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/", + "sampleId": "880798137", + "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" } ], - "sampleId": "iECABU_c1320" + "sampleId": "880798137" }, { - "created": "2019-06-11T14:17:47.621+0000", + "created": "2019-06-11T14:16:06.780+0000", "deprecated": false, "deprecationDate": null, - "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references model compartments.", - "id": 1553, - "mirId": "MIR:00000555", - "modified": "2019-06-11T14:17:47.621+0000", - "name": "BiGG Compartment", + "description": "The Ontology for Biomedical Investigations (OBI) project is developing an integrated ontology for the description of biological and clinical investigations. The ontology will represent the design of an investigation, the protocols and instrumentation used, the material used, the data generated and the type analysis performed on it. Currently OBI is being built under the Basic Formal Ontology (BFO).", + "id": 402, + "mirId": "MIR:00000127", + "modified": "2019-06-11T14:16:06.780+0000", + "name": "Ontology for Biomedical Investigations", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z_A-Z]+$", - "prefix": "bigg.compartment", + "pattern": "(^OBI:\\d{7}$)|(^OBI_\\d{7}$)", + "prefix": "obi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BiGG Compartment at University of California", - "id": 1554, + "description": "OBI through Ontobee", + "id": 404, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 403, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "University of Michigan Medical School (MI), awrence Berkeley National Laboratory (CA) and Science Commons (MA)", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100732", - "name": "BiGG Compartment at University of California", - "official": false, + "mirId": "MIR:00100162", + "name": "OBI through Ontobee", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bigg.ucsd.edu/compartments/", - "sampleId": "c", - "urlPattern": "http://bigg.ucsd.edu/compartments/{$id}" - } - ], - "sampleId": "c" - }, - { - "created": "2019-06-11T14:17:46.087+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Wikidata is a collaboratively edited knowledge base operated by the Wikimedia Foundation. It is intended to provide a common source of certain types of data which can be used by Wikimedia projects such as Wikipedia. Wikidata functions as a document-oriented database, centred on individual items. Items represent topics, for which basic information is stored that identifies each topic.", - "id": 1537, - "mirId": "MIR:00000549", - "modified": "2020-11-30T14:15:44.647+0000", - "name": "Wikidata", - "namespaceEmbeddedInLui": false, - "pattern": "^(Q|P)\\d+$", - "prefix": "wikidata", - "resources": [ + "resourceHomeUrl": "http://www.ontobee.org/", + "sampleId": "OBI_0000070", + "urlPattern": "http://purl.obolibrary.org/obo/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Wikidata at Wikimedia Foundation", - "id": 1538, + "description": "Ontology for Biomedical Investigations through Bioportal", + "id": 405, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1111, + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Wikimedia Foundation, San Francisco, California", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100726", - "name": "Wikidata at Wikimedia Foundation", + "mirId": "MIR:00100177", + "name": "Ontology for Biomedical Investigations through Bioportal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.wikidata.org/", - "sampleId": "Q2207226", - "urlPattern": "http://www.wikidata.org/entity/{$id}" - } - ], - "sampleId": "Q2207226" - }, - { - "created": "2019-06-11T14:17:48.059+0000", - "deprecated": false, - "deprecationDate": null, - "description": "BiGG is a knowledgebase of Biochemically, Genetically and Genomically structured genome-scale metabolic network reconstructions. It more published genome-scale metabolic networks into a single database with a set of stardized identifiers called BiGG IDs. Genes in the BiGG models are mapped to NCBI genome annotations, and metabolites are linked to many external databases (KEGG, PubChem, and many more). This collection references reactions.", - "id": 1557, - "mirId": "MIR:00000557", - "modified": "2019-06-11T14:17:48.059+0000", - "name": "BiGG Reaction", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-z_A-Z0-9]+$", - "prefix": "bigg.reaction", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/OBI", + "sampleId": "OBI:0000070", + "urlPattern": "http://purl.bioontology.org/ontology/OBI/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "BiGG Reaction at University of California", - "id": 1558, + "description": "OBI through OLS", + "id": 406, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100734", - "name": "BiGG Reaction at University of California", + "mirId": "MIR:00100760", + "name": "OBI through OLS", "official": false, - "providerCode": "ucsd", - "resourceHomeUrl": "http://bigg.ucsd.edu/universal/reactions", - "sampleId": "13GS", - "urlPattern": "http://bigg.ucsd.edu/models/universal/reactions/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/obi", + "sampleId": "OBI:0000070", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/obi/terms?obo_id={$id}" } ], - "sampleId": "13GS" + "sampleId": "OBI_0000070" }, { - "created": "2019-06-11T14:17:48.502+0000", + "created": "2019-06-11T14:18:22.186+0000", "deprecated": false, "deprecationDate": null, - "description": "The Unified Medical Language System is a repository of biomedical vocabularies. Vocabularies integrated in the UMLS Metathesaurus include the NCBI taxonomy, Gene Ontology, the Medical Subject Headings (MeSH), OMIM and the Digital Anatomist Symbolic Knowledge Base. UMLS concepts are not only inter-related, but may also be linked to external resources such as GenBank.", - "id": 1561, - "mirId": "MIR:00000559", - "modified": "2019-06-11T14:17:48.502+0000", - "name": "UMLS", + "description": "The OpenCitations Corpus is open repository of scholarly citation data made available under a Creative Commons public domain dedication (CC0), which provides accurate bibliographic references harvested from the scholarly literature that others may freely build upon, enhance and reuse for any purpose, without restriction under copyright or database law.", + "id": 1918, + "mirId": "MIR:00000693", + "modified": "2019-06-11T14:18:22.186+0000", + "name": "OpenCitations Corpus", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d+$", - "prefix": "umls", + "pattern": "^[a-z][a-z]/[0-9]+$", + "prefix": "occ", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Unified Medical Language System at LinkedLifeData", - "id": 1562, + "description": "OpenCitations Corpus", + "id": 1920, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 63, + "id": 1919, "location": { - "countryCode": "BG", - "countryName": "Bulgaria" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "Linkedlifedata, Ontotext, Sofia", + "name": "OpenCitations", "rorId": null }, "location": { - "countryCode": "BG", - "countryName": "Bulgaria" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100736", - "name": "Unified Medical Language System at LinkedLifeData", + "mirId": "MIR:00100925", + "name": "OpenCitations Corpus", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://linkedlifedata.com/", - "sampleId": "C0021390", - "urlPattern": "http://linkedlifedata.com/resource/umls/id/{$id}" + "resourceHomeUrl": "https://w3id.org/oc/corpus", + "sampleId": "br/1", + "urlPattern": "https://w3id.org/oc/corpus/{$id}" } ], - "sampleId": "C0021390" + "sampleId": "br/1" }, { - "created": "2019-06-11T14:17:48.947+0000", + "created": "2019-06-11T14:18:13.968+0000", "deprecated": false, "deprecationDate": null, - "description": "The Electron Microscopy Data Bank (EMDB) is a public repository for electron microscopy density maps of macromolecular complexes and subcellular structures. It covers a variety of techniques, including single-particle analysis, electron tomography, and electron (2D) crystallography. The EMDB map distribution format follows the CCP4 definition, which is widely recognized by software packages used by the structural biology community.", - "id": 1565, - "mirId": "MIR:00000561", - "modified": "2019-06-11T14:17:48.947+0000", - "name": "Electron Microscopy Data Bank", + "description": "Each OCI (Open Citation Identifier) has a simple structure: oci:number-number, where “oci:” is the identifier prefix, and is used to identify a citation as a first-class data entitiy - see https://opencitations.wordpress.com/2018/02/19/citations-as-first-class-data-entities-introduction/ for additional information.\r\n\r\nOCIs for citations stored within the OpenCitations Corpus are constructed by combining the OpenCitations Corpus local identifiers for the citing and cited bibliographic resources, separating them with a dash. For example, oci:2544384-7295288 is a valid OCI for the citation between two papers stored within the OpenCitations Corpus.\r\n\r\nOCIs can also be created for bibliographic resources described in an external bibliographic database, if they are similarly identified there by identifiers having a unique numerical part. For example, the OCI for the citation that exists between Wikidata resources Q27931310 and Q22252312 is oci:01027931310–01022252312.\r\n\r\nOCIs can also be created for bibliographic resources described in external bibliographic database such as Crossref or DataCite where they are identified by alphanumeric Digital Object Identifiers (DOIs), rather than purely numerical strings.", + "id": 1831, + "mirId": "MIR:00000660", + "modified": "2019-06-11T14:18:13.968+0000", + "name": "OCI", "namespaceEmbeddedInLui": false, - "pattern": "^EMD-\\d{4}$", - "prefix": "emdb", + "pattern": "^[0-9]+-[0-9]+$", + "prefix": "oci", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "EMDB at Protein Data Bank in Europe", - "id": 1566, + "description": "OpenCitations", + "id": 1833, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1832, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Bologna", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100738", - "name": "EMDB at Protein Data Bank in Europe", + "mirId": "MIR:00100878", + "name": "OpenCitations", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe/emdb/", - "sampleId": "EMD-1001", - "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/emdb/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://opencitations.net", + "sampleId": "1-18", + "urlPattern": "https://w3id.org/oc/oci/{$id}" } ], - "sampleId": "EMD-1001" + "sampleId": "1-18" }, { - "created": "2019-06-11T14:17:49.171+0000", + "created": "2019-09-10T09:27:59.693+0000", "deprecated": false, "deprecationDate": null, - "description": "miRTarBase is a database of miRNA-target interactions (MTIs), collected manually from relevant literature, following Natural Language Processing of the text to identify research articles related to functional studies of miRNAs. Generally, the collected MTIs are validated experimentally by reporter assay, western blot, microarray and next-generation sequencing experiments.", - "id": 1567, - "mirId": "MIR:00000562", - "modified": "2019-06-11T14:17:49.171+0000", - "name": "miRTarBase", - "namespaceEmbeddedInLui": false, - "pattern": "^MIRT\\d{6}$", - "prefix": "mirtarbase", + "description": "'ocid' stands for \"Ontology Concept Identifiers\" and are 12 digit long integers covering IDs in topical ontologies from anatomy up to toxicology.", + "id": 1989, + "mirId": "MIR:00000738", + "modified": "2019-09-10T09:27:59.693+0000", + "name": "Ontology Concept Identifiers", + "namespaceEmbeddedInLui": true, + "pattern": "ocid:[0-9]{12}", + "prefix": "ocid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "miRTarBase at National Chiao Tung University", - "id": 1569, + "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", + "id": 2936, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1568, + "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", + "homeUrl": "https://ontochem.com/", + "id": 2935, "location": { - "countryCode": "TW", - "countryName": "Taiwan, Province of China" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Institute of Bioinformatics and Systems Biology, National Chiao Tung University, Hsinchu", + "name": "Ontochem GmbH", "rorId": null }, "location": { - "countryCode": "TW", - "countryName": "Taiwan, Province of China" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100739", - "name": "miRTarBase at National Chiao Tung University", + "mirId": "MIR:00000885", + "name": "Ontochem GmbH", + "official": true, + "providerCode": "ontochem", + "resourceHomeUrl": "https://ontochem.com/", + "sampleId": "190000021540", + "urlPattern": "https://ocid.ontochem.com/prefname?ocid={$id}" + }, + { + "deprecated": true, + "deprecationDate": "2021-10-17T10:39:01.622+0000", + "description": "SciWalker is an open access ontology based search tool for annotated data and extracted knowledge from scientific databases, patents and scientific documents.", + "id": 1990, + "institution": { + "description": "OntoChem develops and uses ontologies and semantic NLP software to annotate, analyze, extract and predict knowledge from scientific databases, patents, scientific articles or general private documents.", + "homeUrl": "https://www.ontochem.com", + "id": 1988, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "name": "OntoChem GmbH", + "rorId": null + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "mirId": "MIR:00000706", + "name": "SciWalker Open Data", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mirtarbase.mbc.nctu.edu.tw/", - "sampleId": "MIRT000002", - "urlPattern": "http://mirtarbase.mbc.nctu.edu.tw/php/detail.php?mirtid={$id}" + "providerCode": "oc", + "resourceHomeUrl": "https://www.sciwalker.com", + "sampleId": "190000021540", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00000706/{$id}" } ], - "sampleId": "MIRT000002" + "sampleId": "190000021540" }, { - "created": "2019-06-11T14:17:49.428+0000", + "created": "2019-06-11T14:18:16.344+0000", "deprecated": false, "deprecationDate": null, - "description": "The Medical Dictionary for Regulatory Activities (MedDRA) was developed by the International Council for Harmonisation of Technical Requirements for Registration of Pharmaceuticals for Human Use (ICH)to provide a standardised medical terminology to facilitate sharing of regulatory information internationally for medical products used by humans. It is used within regulatory processes, safety monitoring, as well as for marketing activities. Products covered by the scope of MedDRA include pharmaceuticals, biologics, vaccines and drug-device combination products. The MedDRA dictionary is organized by System Organ Class (SOC), divided into High-Level Group Terms (HLGT), High-Level Terms (HLT), Preferred Terms (PT) and finally into Lowest Level Terms (LLT).", - "id": 1570, - "mirId": "MIR:00000563", - "modified": "2019-06-11T14:17:49.428+0000", - "name": "MedDRA", + "description": "The global library cooperative OCLC maintains WorldCat. WorldCat is the world's largest network of library content and services. WorldCat libraries are dedicated to providing access to their resources on the Web, where most people start their search for information.", + "id": 1853, + "mirId": "MIR:00000669", + "modified": "2019-06-11T14:18:16.344+0000", + "name": "Online Computer Library Center (OCLC) WorldCat", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "meddra", + "pattern": "^[0-9]+$", + "prefix": "oclc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MedDRA through BioPortal", - "id": 1571, + "description": "Online Computer Library Center (OCLC) WorldCat", + "id": 1855, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1854, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Online Computer Library Center (OCLC), Dublin, Ohio", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100740", - "name": "MedDRA through BioPortal", + "mirId": "MIR:00100887", + "name": "Online Computer Library Center (OCLC) WorldCat", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/MEDDRA", - "sampleId": "10015919", - "urlPattern": "http://purl.bioontology.org/ontology/MEDDRA/{$id}" + "resourceHomeUrl": "https://www.oclc.org/en/about.html", + "sampleId": "634515043", + "urlPattern": "https://www.worldcat.org/oclc/{$id}" } ], - "sampleId": "10015919" + "sampleId": "634515043" }, { - "created": "2019-06-11T14:17:49.634+0000", + "created": "2020-07-08T15:12:19.317+0000", "deprecated": false, "deprecationDate": null, - "description": "DASHR reports the annotation, expression and evidence for specific RNA processing (cleavage specificity scores/entropy) of human sncRNA genes, precursor and mature sncRNA products across different human tissues and cell types. DASHR integrates information from multiple existing annotation resources for small non-coding RNAs, including microRNAs (miRNAs), Piwi-interacting (piRNAs), small nuclear (snRNAs), nucleolar (snoRNAs), cytoplasmic (scRNAs), transfer (tRNAs), tRNA fragments (tRFs), and ribosomal RNAs (rRNAs). These datasets were obtained from non-diseased human tissues and cell types and were generated for studying or profiling small non-coding RNAs. This collection references RNA records.", - "id": 1572, - "mirId": "MIR:00000564", - "modified": "2019-06-11T14:17:49.634+0000", - "name": "DASHR", + "description": "Experimental data table management software to make research data accessible and available for reuse with minimal effort on the part of the data provider. Designed to manage experimental data tables in an easy way for users, ODAM provides a model for structuring both data and metadata that facilitates data handling and analysis. It also encourages data dissemination according to FAIR principles by making the data interoperable and reusable by both humans and machines, allowing the dataset to be explored and then extracted in whole or in part as needed.", + "id": 2293, + "mirId": "MIR:00000722", + "modified": "2020-07-08T15:12:19.317+0000", + "name": "Open Data for Access and Mining", "namespaceEmbeddedInLui": false, - "pattern": "^(hsa-(let|mir)-\\w+(-\\w+)?)|(piR-\\d+)|(chr\\w+.tRNA\\d+-\\w+)|(chr\\w+.tRNA\\d+-\\w+-tRF\\d)|((SNORD|SNORA|ACA|HBII|HBI|U)(-)?\\w+)|(HY\\d\\+(-L\\d+)?)|((LSU|SSU|5S)(-rRNA_Hsa)?(-L\\d+)?)$", - "prefix": "dashr", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "odam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DASHR at University of Pennsylvania", - "id": 1574, + "description": "Bordeaux Metabolome Facility provides equipments and expertise for the study of metabolome, lipidome and metabolic fluxes.", + "id": 2294, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1573, + "description": "INRAE is France's new National Research Institute for Agriculture, Food and Environment, created on January 1, 2020, It was formed by the merger of INRA, the National Institute for Agricultural Research, and IRSTEA, the National Research Institute of Science and Technology for the Environment and Agriculture.", + "homeUrl": "https://www.inrae.fr/", + "id": 2292, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", - "rorId": null + "name": "National Research Institute for Agriculture, Food and Environment", + "rorId": "https://ror.org/003vg9w96" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100741", - "name": "DASHR at University of Pennsylvania", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lisanwanglab.org/DASHR/", - "sampleId": "hsa-mir-200a", - "urlPattern": "http://lisanwanglab.org/DASHR/entry/{$id}" + "mirId": "MIR:00000759", + "name": "INRA", + "official": true, + "providerCode": "bmf", + "resourceHomeUrl": "https://metabolome.cgfb.u-bordeaux.fr/", + "sampleId": "frim1", + "urlPattern": "http://pmb-bordeaux.fr/getdata/json/{$id}/datapackage?links=1" } ], - "sampleId": "hsa-mir-200a" + "sampleId": "frim1" }, { - "created": "2019-06-11T14:17:49.866+0000", + "created": "2021-03-15T19:43:45.400+0000", "deprecated": false, "deprecationDate": null, - "description": "DASHR reports the annotation, expression and evidence for specific RNA processing (cleavage specificity scores/entropy) of human sncRNA genes, precursor and mature sncRNA products across different human tissues and cell types. DASHR integrates information from multiple existing annotation resources for small non-coding RNAs, including microRNAs (miRNAs), Piwi-interacting (piRNAs), small nuclear (snRNAs), nucleolar (snoRNAs), cytoplasmic (scRNAs), transfer (tRNAs), tRNA fragments (tRFs), and ribosomal RNAs (rRNAs). These datasets were obtained from non-diseased human tissues and cell types and were generated for studying or profiling small non-coding RNAs. This collection references RNA expression.", - "id": 1575, - "mirId": "MIR:00000565", - "modified": "2019-06-11T14:17:49.866+0000", - "name": "DASHR expression", + "description": "The Open Data Commons for Spinal Cord Injury is a cloud-based community-driven repository to store, share, and publish spinal cord injury research data.", + "id": 2589, + "mirId": "MIR:00000804", + "modified": "2021-03-15T19:43:45.400+0000", + "name": "Open Data Commons for Spinal Cord Injury", "namespaceEmbeddedInLui": false, - "pattern": "^(hsa-(let|mir)-\\w+(-\\w+)?)|(piR-\\d+)|(chr\\w+.tRNA\\d+-\\w+)|(chr\\w+.tRNA\\d+-\\w+-tRF\\d)|((SNORD|SNORA|ACA|HBII|HBI|U)(-)?\\w+)|(HY\\d\\+(-L\\d+)?)|((LSU|SSU|5S)(-rRNA_Hsa)?(-L\\d+)?)$", - "prefix": "dashr.expression", + "pattern": "^[0-9]*$", + "prefix": "odc.sci", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DASHR expression at University of Pennsylvania", - "id": 1576, + "description": "Open Data Commons for Spinal Cord Injury hosted on on SciCrunch.org", + "id": 2590, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1573, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Pathology and Laboratory Medicine, University of Pennsylvania, Philadelphia", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100742", - "name": "DASHR expression at University of Pennsylvania", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://dashr1.lisanwanglab.org/show-expression-table.php?start=0", - "sampleId": "hsa-mir-200a", - "urlPattern": "https://dashr1.lisanwanglab.org/entry/hsa-mir-200a#{$id}#exprPerTissueTable" + "mirId": "MIR:00000803", + "name": "Open Data Commons for Spinal Cord Injury", + "official": true, + "providerCode": "odc.sci", + "resourceHomeUrl": "https://odc-sci.org", + "sampleId": "602", + "urlPattern": "https://odc-sci.org/data/{$id}" } ], - "sampleId": "hsa-mir-200a" + "sampleId": "602" }, { - "created": "2019-06-11T14:17:50.083+0000", + "created": "2021-05-22T17:51:43.225+0000", "deprecated": false, "deprecationDate": null, - "description": "The spectra hash code (SPLASH) is a unique and non-proprietary identifier for spectra, and is independent of how the spectra were acquired or processed. It can be easily calculated for a wide range of spectra, including Mass spectroscopy, infrared spectroscopy, ultraviolet and nuclear magnetic resonance.", - "id": 1577, - "mirId": "MIR:00000566", - "modified": "2019-06-11T14:17:50.083+0000", - "name": "SPLASH", + "description": "The Open Data Commons for Traumatic Brain Injury is a cloud-based community-driven repository to store, share, and publish traumatic brain injury research data.", + "id": 2650, + "mirId": "MIR:00000816", + "modified": "2021-05-22T17:51:43.225+0000", + "name": "Open Data Commons for Traumatic Brain Injury", "namespaceEmbeddedInLui": false, - "pattern": "^splash\\d[A-Z-a-z0-9]-[A-Za-z0-9]+-[A-Za-z0-9]+$", - "prefix": "splash", + "pattern": "^[0-9]*$", + "prefix": "odc.tbi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mass Bank of North America (MoNA)", - "id": 1579, + "description": "Open Data Commons for Traumatic Brain Injury hosted on on SciCrunch.org", + "id": 2651, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1578, + "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", + "homeUrl": "https://ucsd.edu/", + "id": 190, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Californai, Davis, California", - "rorId": null + "name": "University of California, San Diego", + "rorId": "https://ror.org/0168r3w48" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100746", - "name": "Mass Bank of North America (MoNA)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://mona.fiehnlab.ucdavis.edu/", - "sampleId": "splash10-0zq2000000-77302b0326a418630a84", - "urlPattern": "http://mona.fiehnlab.ucdavis.edu/#/spectra/splash/{$id}" + "mirId": "MIR:00000815", + "name": "Open Data Commons for Traumatic Brain Injury", + "official": true, + "providerCode": "odc.tbi", + "resourceHomeUrl": "https://odc-tbi.org", + "sampleId": "408", + "urlPattern": "https://odc-tbi.org/data/{$id}" } ], - "sampleId": "splash10-0zq2000000-77302b0326a418630a84" + "sampleId": "408" }, { - "created": "2019-06-11T14:17:48.752+0000", + "created": "2019-06-11T14:17:34.340+0000", "deprecated": false, "deprecationDate": null, - "description": "MeSH (Medical Subject Headings) is the National Library of Medicine's controlled vocabulary thesaurus. It consists of sets of terms naming descriptors in a hierarchical structure that permits searching at various levels of specificity. This thesaurus is used by NLM for indexing articles from biomedical journals, cataloguing of books, documents, etc.", - "id": 1563, - "mirId": "MIR:00000560", - "modified": "2020-04-21T17:40:51.334+0000", - "name": "MeSH", + "description": "OdorDB stores information related to odorous compounds, specifically identifying those that have been shown to interact with olfactory receptors", + "id": 1418, + "mirId": "MIR:00000500", + "modified": "2019-06-11T14:17:34.340+0000", + "name": "Odor Molecules DataBase", "namespaceEmbeddedInLui": false, - "pattern": "^(C|D)\\d{6,9}$", - "prefix": "mesh", + "pattern": "^\\d+$", + "prefix": "odor", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MeSH Linked Data at National Library of Medicine", - "id": 1564, + "description": "Odor Molecules DataBase at Yale University School of Medicine", + "id": 1419, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 792, + "id": 1416, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "U.S. National Library of Medicine, National Institute of Health, Maryland", + "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100737", - "name": "MeSH Linked Data at National Library of Medicine", + "mirId": "MIR:00100641", + "name": "Odor Molecules DataBase at Yale University School of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://id.nlm.nih.gov/mesh/", - "sampleId": "C000100", - "urlPattern": "http://id.nlm.nih.gov/mesh/{$id}" + "resourceHomeUrl": "http://senselab.med.yale.edu/OdorDB", + "sampleId": "74", + "urlPattern": "http://senselab.med.yale.edu/OdorDB/Data/{$id}/?db=5" } ], - "sampleId": "C000100" + "sampleId": "74" }, { - "created": "2019-06-11T14:17:50.332+0000", + "created": "2019-06-11T14:18:17.389+0000", "deprecated": false, "deprecationDate": null, - "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references chemical or metabolic components.", - "id": 1580, - "mirId": "MIR:00000567", - "modified": "2021-02-26T09:36:59.253+0000", - "name": "MetaNetX chemical", + "description": "OIDs provide a persistent identification of objects based on a hierarchical structure of Registration Authorities (RA), where each parent has an object identifier and allocates object identifiers to child nodes.", + "id": 1864, + "mirId": "MIR:00000673", + "modified": "2019-06-11T14:18:17.389+0000", + "name": "OID Repository", "namespaceEmbeddedInLui": false, - "pattern": "^(MNXM\\d+|BIOMASS|WATER)$", - "prefix": "metanetx.chemical", + "pattern": "^[\\d.]+$", + "prefix": "oid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MetaNetX chemical at SIB Swiss Institute of Bioinformatics", - "id": 1582, + "description": "OID Repository", + "id": 1866, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1581, + "id": 1865, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", + "name": "Orange SA", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100748", - "name": "MetaNetX chemical at SIB Swiss Institute of Bioinformatics", + "mirId": "MIR:00100897", + "name": "OID Repository", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.metanetx.org/", - "sampleId": "MNXM1723", - "urlPattern": "https://www.metanetx.org/chem_info/{$id}" + "resourceHomeUrl": "http://www.oid-info.com/introduction.htm", + "sampleId": "2.16.840", + "urlPattern": "http://www.oid-info.com/cgi-bin/display?oid={$id}&submit=Display&action=display" } ], - "sampleId": "MNXM1723" + "sampleId": "2.16.840" }, { - "created": "2019-06-11T14:17:50.605+0000", + "created": "2019-06-11T14:16:57.285+0000", "deprecated": false, "deprecationDate": null, - "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references reactions.", - "id": 1583, - "mirId": "MIR:00000568", - "modified": "2021-02-26T09:43:13.847+0000", - "name": "MetaNetX reaction", + "description": "OMA (Orthologous MAtrix) is a database that identifies orthologs among publicly available, complete genome sequences. It identifies orthologous relationships which can be accessed either group-wise, where all group members are orthologous to all other group members, or on a sequence-centric basis, where for a given protein all its orthologs in all other species are displayed. This collection references groupings of orthologs.", + "id": 985, + "mirId": "MIR:00000343", + "modified": "2019-06-11T14:16:57.285+0000", + "name": "OMA Group", "namespaceEmbeddedInLui": false, - "pattern": "^(MNXR\\d+|EMPTY)$", - "prefix": "metanetx.reaction", + "pattern": "^[A-Z]+$", + "prefix": "oma.grp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MetaNetX reaction at SIB Swiss Institute of Bioinformatics", - "id": 1584, + "description": "OMA Group through OMA browser at ETH Zurich", + "id": 986, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1581, + "id": 983, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", + "name": "ETH Zurich, Computer Science, Zurich", "rorId": null }, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00100749", - "name": "MetaNetX reaction at SIB Swiss Institute of Bioinformatics", + "mirId": "MIR:00100438", + "name": "OMA Group through OMA browser at ETH Zurich", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.metanetx.org/", - "sampleId": "MNXR101574", - "urlPattern": "https://www.metanetx.org/equa_info/{$id}" + "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", + "sampleId": "LCSCCPN", + "urlPattern": "https://omabrowser.org/cgi-bin/gateway.pl?f=DisplayGroup&p1={$id}" } ], - "sampleId": "MNXR101574" + "sampleId": "LCSCCPN" }, { - "created": "2019-06-11T14:17:51.017+0000", + "created": "2020-12-14T12:57:54.560+0000", "deprecated": false, "deprecationDate": null, - "description": "UniPathway is a manually curated resource of enzyme-catalyzed and spontaneous chemical reactions. It provides a hierarchical representation of metabolic pathways and a controlled vocabulary for pathway annotation in UniProtKB. UniPathway data are cross-linked to existing metabolic resources such as ChEBI/Rhea, KEGG and MetaCyc. This collection references individual reactions.", - "id": 1587, - "mirId": "MIR:00000570", - "modified": "2019-06-11T14:17:51.017+0000", - "name": "UniPathway Reaction", - "namespaceEmbeddedInLui": false, - "pattern": "^UCR\\d{5}$", - "prefix": "unipathway.reaction", + "description": "Hierarchical orthologous groups predicted by OMA (Orthologous MAtrix) database. Hierarchical orthologous groups are sets of genes that have started diverging from a single common ancestor gene at a certain taxonomic level of reference. ", + "id": 2484, + "mirId": "MIR:00000785", + "modified": "2023-01-10T16:04:39.504+0000", + "name": "OMA HOGs", + "namespaceEmbeddedInLui": true, + "pattern": "^HOG:[0-9]{7}(\\.[0-9a-z.]+)?(_[0-9]+)?$", + "prefix": "oma.hog", "resources": [ { - "deprecated": true, - "deprecationDate": "2019-10-01T12:11:20.049+0000", - "description": "UniPathway Reaction at Swiss Institute of Bioinformatics (SIB)", - "id": 1588, + "deprecated": false, + "deprecationDate": null, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05a28rw58' with Wikidata IDs [Q11942], and ISNI IDs [0000 0001 2156 2780]", + "id": 2485, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05a28rw58' with Wikidata IDs [Q11942], and ISNI IDs [0000 0001 2156 2780]", + "homeUrl": "https://ethz.ch/en.html", + "id": 2483, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "ETH Zurich", + "rorId": null }, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00100752", - "name": "UniPathway Reaction at Swiss Institute of Bioinformatics (SIB)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway", - "sampleId": "UCR00226", - "urlPattern": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/ucr?upid={$id}" + "mirId": "MIR:00000761", + "name": "ETH Zurich", + "official": true, + "providerCode": "oma", + "resourceHomeUrl": "https://omabrowser.org", + "sampleId": "HOG:0459895", + "urlPattern": "https://omabrowser.org/oma/hog/resolve/HOG:{$id}/" } ], - "sampleId": "UCR00226" + "sampleId": "0459895" }, { - "created": "2019-06-11T14:17:51.237+0000", + "created": "2019-06-11T14:16:57.058+0000", "deprecated": false, "deprecationDate": null, - "description": "The Human Phenotype Ontology (HPO) aims to provide a standardized vocabulary of phenotypic abnormalities encountered in human disease. Each term in the HPO describes a phenotypic abnormality, such as atrial septal defect. The HPO is currently being developed using the medical literature, Orphanet, DECIPHER, and OMIM.", - "id": 1589, - "mirId": "MIR:00000571", - "modified": "2019-06-11T14:17:51.237+0000", - "name": "Human Phenotype Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^HP:\\d{7}$", - "prefix": "hp", + "description": "OMA (Orthologous MAtrix) is a database that identifies orthologs among publicly available, complete genome sequences. It identifies orthologous relationships which can be accessed either group-wise, where all group members are orthologous to all other group members, or on a sequence-centric basis, where for a given protein all its orthologs in all other species are displayed. This collection references individual protein records.", + "id": 982, + "mirId": "MIR:00000342", + "modified": "2019-06-11T14:16:57.058+0000", + "name": "OMA Protein", + "namespaceEmbeddedInLui": false, + "pattern": "^[A-Z0-9]{5}\\d+$", + "prefix": "oma.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Phenotype Ontology through OLS", - "id": 1592, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100754", - "name": "Human Phenotype Ontology through OLS", - "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/hp", - "sampleId": "0000118", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/hp/terms?obo_id=HP:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Human Phenotype Ontology at Institute for Medical Genetics and Human Genetics", - "id": 1591, + "description": "OMA Protein through OMA browser at ETH Zurich", + "id": 984, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1590, + "id": 983, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Institute for Medical Genetics and Human Genetics, Charité-Universitätsmedizin, Berlin", + "name": "ETH Zurich, Computer Science, Zurich", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100753", - "name": "Human Phenotype Ontology at Institute for Medical Genetics and Human Genetics", - "official": true, + "mirId": "MIR:00100437", + "name": "OMA Protein through OMA browser at ETH Zurich", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://human-phenotype-ontology.github.io/", - "sampleId": "0000118", - "urlPattern": "https://hpo.jax.org/app/browse/term/HP:{$id}" + "resourceHomeUrl": "https://omabrowser.org/cgi-bin/gateway.pl", + "sampleId": "HUMAN16963", + "urlPattern": "https://omabrowser.org/cgi-bin/gateway.pl?f=DisplayEntry&p1={$id}" } ], - "sampleId": "0000118" + "sampleId": "HUMAN16963" }, { - "created": "2019-06-11T14:17:51.650+0000", + "created": "2019-06-11T14:16:11.523+0000", "deprecated": false, "deprecationDate": null, - "description": "Small Angle Scattering Biological Data Bank (SASBDB) is a curated repository for small angle X-ray scattering (SAXS) and neutron scattering (SANS) data and derived models. Small angle scattering (SAS) of X-ray and neutrons provides structural information on biological macromolecules in solution at a resolution of 1-2 nm. SASBDB provides freely accessible and downloadable experimental data, which are deposited together with the relevant experimental conditions, sample details, derived models and their fits to the data.", - "id": 1593, - "mirId": "MIR:00000572", - "modified": "2019-06-11T14:17:51.650+0000", - "name": "SASBDB", + "description": "Online Mendelian Inheritance in Animals is a a database of genes, inherited disorders and traits in animal species (other than human and mouse).", + "id": 451, + "mirId": "MIR:00000142", + "modified": "2019-06-11T14:16:11.523+0000", + "name": "OMIA", "namespaceEmbeddedInLui": false, - "pattern": "^[Ss][Aa][Ss][A-Za-z0-9]{3}[0-9]$", - "prefix": "sasbdb", + "pattern": "^\\d+$", + "prefix": "omia", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SASBDB at European Molecular Biology Laboratory", - "id": 1595, + "description": "OMIA at University of Sydney", + "id": 453, "institution": { - "description": "EMBL is an intergovernmental organisation specialising in basic research in the life sciences, funded by public research monies from more than 20 member states, including much of Europe and Israel, and two associate members, Argentina and Australia. EMBL is led by the Director General, currently Professor Edith Heard, appointed by the governing body, EMBL Council. The Council is comprised of representatives of all member and associate member states.\nActivities at EMBL Hamburg focus on state-of-the-art structural biology methods using synchrotron radiation. The unit is situated on campus of the German Synchrotron Research Centre (DESY), which hosts leading facilities for synchrotron radiation (PETRA-III) and free electron lasers (FLASH and XFEL, under construction).", - "homeUrl": "https://www.embl-hamburg.de", - "id": 1594, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 452, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "European Molecular Biology Lab Hamburg Outstation", - "rorId": "https://ror.org/050589e39" + "name": "Reprogen, Faculty of Veterinary Science, University of Sydney", + "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100763", - "name": "SASBDB at European Molecular Biology Laboratory", + "mirId": "MIR:00100185", + "name": "OMIA at University of Sydney", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.sasbdb.org/", - "sampleId": "SASDAX8", - "urlPattern": "http://www.sasbdb.org/data/{$id}" + "resourceHomeUrl": "http://omia.angis.org.au/", + "sampleId": "1000", + "urlPattern": "http://omia.angis.org.au/{$id}/" } ], - "sampleId": "SASDAX8" + "sampleId": "1000" }, { - "created": "2019-06-11T14:17:51.916+0000", + "created": "2019-06-11T14:18:00.566+0000", "deprecated": false, "deprecationDate": null, - "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides a unique numerical ID to identify gene families, providing a display of curated hierarchical relationships between families.", - "id": 1596, - "mirId": "MIR:00000573", - "modified": "2019-06-11T14:17:51.916+0000", - "name": "HGNC gene family", + "description": "The purpose of the OMIT ontology is to establish data exchange standards and common data elements in the microRNA (miR) domain. Biologists (cell biologists in particular) and bioinformaticians can make use of OMIT to leverage emerging semantic technologies in knowledge acquisition and discovery for more effective identification of important roles performed by miRs in humans' various diseases and biological processes (usually through miRs' respective target genes).", + "id": 1679, + "mirId": "MIR:00000605", + "modified": "2019-06-11T14:18:00.566+0000", + "name": "OMIT", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "hgnc.genefamily", + "pattern": "^\\d{7}$", + "prefix": "omit", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HGNC gene family at HUGO Genome Nomenclature Committee", - "id": 1597, + "description": "Ontology for miRNA Target (OMIT) through OLS", + "id": 1680, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -27352,327 +27620,371 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100765", - "name": "HGNC gene family at HUGO Genome Nomenclature Committee", + "mirId": "MIR:00100806", + "name": "Ontology for miRNA Target (OMIT) through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genenames.org/", - "sampleId": "141", - "urlPattern": "https://www.genenames.org/cgi-bin/genefamilies/set/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/omit/", + "sampleId": "0005506", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/omit/terms?short_form=OMIT_{$id}" } ], - "sampleId": "141" + "sampleId": "0005506" }, { - "created": "2019-06-11T14:17:52.138+0000", + "created": "2019-06-11T14:16:07.624+0000", "deprecated": false, "deprecationDate": null, - "description": "The MDM (Medical Data Models) Portal is a meta-data registry for creating, analysing, sharing and reusing medical forms. Electronic forms are central in numerous processes involving data, including the collection of data through electronic health records (EHRs), Electronic Data Capture (EDC), and as case report forms (CRFs) for clinical trials. The MDM Portal provides medical forms in numerous export formats, facilitating the sharing and reuse of medical data models and exchange between information systems.", - "id": 1598, - "mirId": "MIR:00000574", - "modified": "2019-06-11T14:17:52.138+0000", - "name": "MDM", + "description": "The OPB is a reference ontology of classical physics as applied to the dynamics of biological systems. It is designed to encompass the multiple structural scales (multiscale atoms to organisms) and multiple physical domains (multidomain fluid dynamics, chemical kinetics, particle diffusion, etc.) that are encountered in the study and analysis of biological organisms.", + "id": 410, + "mirId": "MIR:00000129", + "modified": "2019-06-11T14:16:07.624+0000", + "name": "Ontology of Physics for Biology", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "mdm", + "pattern": "^OPB_\\d+$", + "prefix": "opb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MDM at University of Muenster", - "id": 1600, + "description": "Ontology of Physics for Biology through Bioportal", + "id": 411, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1599, + "id": 5, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Medical Informatics, University of Muenster", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100766", - "name": "MDM at University of Muenster", + "mirId": "MIR:00100167", + "name": "Ontology of Physics for Biology through Bioportal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://medical-data-models.org/", - "sampleId": "4776", - "urlPattern": "https://medical-data-models.org/forms/{$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/OPB", + "sampleId": "OPB_00573", + "urlPattern": "http://purl.bioontology.org/ontology/OPB?conceptid=http%3A%2F%2Fbhi.washington.edu%2FOPB%23{$id}" } ], - "sampleId": "4776" + "sampleId": "OPB_00573" }, { - "created": "2019-06-11T14:17:52.483+0000", + "created": "2019-06-11T14:16:54.970+0000", "deprecated": false, "deprecationDate": null, - "description": "ProbOnto, is an ontology-based knowledge base of probability distributions, featuring uni- and multivariate distributions with their defining functions, characteristics, relationships and reparameterisation formulae. It can be used for annotation of models, facilitating the encoding of distribution-based models, related functions and quantities.", - "id": 1601, - "mirId": "MIR:00000575", - "modified": "2019-06-11T14:17:52.483+0000", - "name": "ProbOnto", + "description": "The Orientations of Proteins in Membranes (OPM) database provides spatial positions of membrane-bound peptides and proteins of known three-dimensional structure in the lipid bilayer, together with their structural classification, topology and intracellular localization.", + "id": 955, + "mirId": "MIR:00000333", + "modified": "2019-06-11T14:16:54.970+0000", + "name": "OPM", "namespaceEmbeddedInLui": false, - "pattern": "^PROB_c\\d+$", - "prefix": "probonto", + "pattern": "^[0-9][A-Za-z0-9]{3}$", + "prefix": "opm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ProbOnto through OLS", - "id": 1602, + "description": "OPM at University of Michigan", + "id": 957, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 956, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Department of Medicinal Chemistry, College of Pharmacy, University of Michigan", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100768", - "name": "ProbOnto through OLS", + "mirId": "MIR:00100427", + "name": "OPM at University of Michigan", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/probonto", - "sampleId": "PROB_c0000005", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/probonto/terms?short_form={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://opm.phar.umich.edu/", + "sampleId": "1h68", + "urlPattern": "http://opm.phar.umich.edu/protein.php?pdbid={$id}" } ], - "sampleId": "PROB_c0000005" + "sampleId": "1h68" }, { - "created": "2019-06-11T14:17:52.731+0000", + "created": "2019-06-11T14:17:06.994+0000", "deprecated": false, "deprecationDate": null, - "description": "APID (Agile Protein Interactomes DataServer) provides information on the protein interactomes of numerous organisms, based on the integration of known experimentally validated protein-protein physical interactions (PPIs). Interactome data includes a report on quality levels and coverage over the proteomes for each organism included. APID integrates PPIs from primary databases of molecular interactions (BIND, BioGRID, DIP, HPRD, IntAct, MINT) and also from experimentally resolved 3D structures (PDB) where more than two distinct proteins have been identified. This collection references protein interactors, through a UniProt identifier.", - "id": 1603, - "mirId": "MIR:00000576", - "modified": "2019-06-11T14:17:52.731+0000", - "name": "APID Interactomes", + "description": "ORCID (Open Researcher and Contributor ID) is an open, non-profit, community-based effort to create and maintain a registry of unique identifiers for individual researchers. ORCID records hold non-sensitive information such as name, email, organization name, and research activities.", + "id": 1100, + "mirId": "MIR:00000382", + "modified": "2019-06-11T14:17:06.994+0000", + "name": "ORCID", "namespaceEmbeddedInLui": false, - "pattern": "^([A-N,R-Z][0-9]([A-Z][A-Z, 0-9][A-Z, 0-9][0-9]){1,2})|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\.\\d+)?$", - "prefix": "apid.interactions", + "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}(\\d|X)$", + "prefix": "orcid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "APID at Salamanca", - "id": 1605, + "description": "ORCID at Bethesda", + "id": 1102, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1604, + "id": 1101, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "US", + "countryName": "United States" }, - "name": "Cancer Research Center (CiC-IBMCC), Consejo Superior de Investigaciones Científicas (CSIC) and Universidad de Salamanca (USAL), Salamanca", + "name": "ORCID Inc, Bethesda, Mayrland", "rorId": null }, "location": { - "countryCode": "ES", - "countryName": "Spain" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100769", - "name": "APID at Salamanca", + "mirId": "MIR:00100489", + "name": "ORCID at Bethesda", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cicblade.dep.usal.es:8080/APID/", - "sampleId": "P01116", - "urlPattern": "http://cicblade.dep.usal.es:8080/APID/Interactions.action?protein={$id}" + "resourceHomeUrl": "https://orcid.org", + "sampleId": "0000-0002-5355-2576", + "urlPattern": "https://orcid.org/{$id}" } ], - "sampleId": "P01116" + "sampleId": "0000-0002-5355-2576" }, { - "created": "2019-06-11T14:17:53.021+0000", + "created": "2019-06-11T14:17:34.104+0000", "deprecated": false, "deprecationDate": null, - "description": "STOREDB database is a repository for data used by the international radiobiology community, archiving and sharing primary data outputs from research on low dose radiation. It also provides a directory of bioresources and databases for radiobiology projects containing information and materials that investigators are willing to share. STORE supports the creation of a low dose radiation research commons.", - "id": 1606, - "mirId": "MIR:00000577", - "modified": "2019-06-11T14:17:53.021+0000", - "name": "STOREDB", + "description": "The Olfactory Receptor Database (ORDB) is a repository of genomics and proteomics information of olfactory receptors (ORs). It includes a broad range of chemosensory genes and proteins, that includes in addition to ORs the taste papilla receptors (TPRs), vomeronasal organ receptors (VNRs), insect olfactory receptors (IORs), Caenorhabditis elegans chemosensory receptors (CeCRs), fungal pheromone receptors (FPRs).", + "id": 1415, + "mirId": "MIR:00000499", + "modified": "2019-06-11T14:17:34.104+0000", + "name": "Olfactory Receptor Database", "namespaceEmbeddedInLui": false, - "pattern": "^STOREDB:(STUDY|FILE|DATASET)\\d+$", - "prefix": "storedb", + "pattern": "^\\d+$", + "prefix": "ordb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "STOREDB at University of Cambridge", - "id": 1608, + "description": "Olfactory Receptor Database at Yale University School of Medicine", + "id": 1417, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1607, + "id": 1416, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Cambridge, Department of Physiology, Downing Street, Cambridge", + "name": "Center for Medical Informatics, Yale University School of Medicine, New Haven, Connecticut", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100771", - "name": "STOREDB at University of Cambridge", + "mirId": "MIR:00100640", + "name": "Olfactory Receptor Database at Yale University School of Medicine", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.storedb.org/", - "sampleId": "STOREDB:STUDY1040", - "urlPattern": "https://www.storedb.org/?{$id}" + "resourceHomeUrl": "http://senselab.med.yale.edu/OrDB/", + "sampleId": "8497", + "urlPattern": "http://senselab.med.yale.edu/ORDB/Data/{$id}" } ], - "sampleId": "STOREDB:STUDY1040" + "sampleId": "8497" }, { - "created": "2019-06-11T14:17:53.298+0000", + "created": "2019-06-11T14:17:03.475+0000", "deprecated": false, "deprecationDate": null, - "description": "Kyoto Encyclopedia of Genes and Genomes (KEGG) is a database resource for understanding high-level functions and utilities of the biological system, such as the cell, the organism and the ecosystem, from molecular-level information, especially large-scale molecular datasets generated by genome sequencing and other high-throughput experimental technologies.", - "id": 1609, - "mirId": "MIR:00000578", - "modified": "2019-06-11T14:17:53.298+0000", - "name": "Kyoto Encyclopedia of Genes and Genomes", + "description": "OriDB is a database of collated genome-wide mapping studies of confirmed and predicted replication origin sites in Saccharomyces cerevisiae and the fission yeast Schizosaccharomyces pombe. This collection references Saccharomyces cerevisiae.", + "id": 1058, + "mirId": "MIR:00000369", + "modified": "2019-06-11T14:17:03.475+0000", + "name": "OriDB Saccharomyces", "namespaceEmbeddedInLui": false, - "pattern": "^([CHDEGTMKR]\\d+)|(\\w+:[\\w\\d\\.-]*)|([a-z]{3,5})|(\\w{2,4}\\d{5})$", - "prefix": "kegg", + "pattern": "^\\d+$", + "prefix": "oridb.sacch", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KEGG at Kyoto University Bioinformatics Center", - "id": 1610, + "description": "OriDB Saccharomyces at University of Nottingham", + "id": 1059, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 15, + "id": 1056, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Kyoto University Bioinformatics Center", + "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100773", - "name": "KEGG at Kyoto University Bioinformatics Center", + "mirId": "MIR:00100468", + "name": "OriDB Saccharomyces at University of Nottingham", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.kegg.jp/", - "sampleId": "hsa00190", - "urlPattern": "http://www.kegg.jp/entry/{$id}" + "resourceHomeUrl": "http://cerevisiae.oridb.org/index.php", + "sampleId": "1", + "urlPattern": "http://cerevisiae.oridb.org/details.php?id={$id}" } ], - "sampleId": "hsa00190" + "sampleId": "1" }, { - "created": "2019-06-11T14:17:53.641+0000", + "created": "2019-06-11T14:17:03.255+0000", "deprecated": false, "deprecationDate": null, - "description": "The Plant TF database (PlantTFDB) systematically identifies transcription factors for plant species. It includes annotation for identified TFs, including information on expression, regulation, interaction, conserved elements, phenotype information. It also provides curated descriptions and cross-references to other life science databases, as well as identifying evolutionary relationship among identified factors.", - "id": 1611, - "mirId": "MIR:00000579", - "modified": "2019-06-11T14:17:53.641+0000", - "name": "Plant Transcription Factor Database", + "description": "OriDB is a database of collated genome-wide mapping studies of confirmed and predicted replication origin sites in Saccharomyces cerevisiae and the fission yeast Schizosaccharomyces pombe. This collection references Schizosaccharomyces pombe.", + "id": 1055, + "mirId": "MIR:00000368", + "modified": "2019-06-11T14:17:03.255+0000", + "name": "OriDB Schizosaccharomyces", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z][a-z]{2}_([A-Za-z]{3}[0-9]{6})|([A-Za-z0-9\\._\\-#]*)$", - "prefix": "planttfdb", + "pattern": "^\\d+$", + "prefix": "oridb.schizo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PlantTFDB at Peking University", - "id": 1613, + "description": "OriDB Schizosaccharomyces at University of Nottingham", + "id": 1057, "institution": { - "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"(the garden of Yan), is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", - "homeUrl": "http://english.pku.edu.cn/", - "id": 1612, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1056, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Peking University", + "name": "Centre for Genetics and Genomics, The University of Nottingham, Queen's Medical Centre, Nottingham", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100772", - "name": "PlantTFDB at Peking University", + "mirId": "MIR:00100467", + "name": "OriDB Schizosaccharomyces at University of Nottingham", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://planttfdb.cbi.pku.edu.cn", - "sampleId": "Ath_AT1G01030.1", - "urlPattern": "http://planttfdb.cbi.pku.edu.cn/tf.php?uid={$id}" + "resourceHomeUrl": "http://pombe.oridb.org/index.php", + "sampleId": "1", + "urlPattern": "http://pombe.oridb.org/details.php?id={$id}" } ], - "sampleId": "Ath_AT1G01030.1" + "sampleId": "1" }, { - "created": "2019-06-11T14:17:53.926+0000", + "created": "2019-06-11T14:16:29.544+0000", "deprecated": false, "deprecationDate": null, - "description": "The Mammalian Phenotype Ontology (MP) classifies and organises phenotypic information related to the mouse and other mammalian species. This ontology has been applied to mouse phenotype descriptions in various databases allowing comparisons of data from diverse mammalian sources. It can facilitate in the identification of appropriate experimental disease models, and aid in the discovery of candidate disease genes and molecular signaling pathways.", - "id": 1614, - "mirId": "MIR:00000580", - "modified": "2019-06-11T14:17:53.926+0000", - "name": "Mammalian Phenotype Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^MP:\\d{7}$", - "prefix": "mp", + "description": "Orphanet is a reference portal for information on rare diseases and orphan drugs. It’s aim is to help improve the diagnosis, care and treatment of patients with rare diseases.", + "id": 653, + "mirId": "MIR:00000220", + "modified": "2019-06-11T14:16:29.544+0000", + "name": "Orphanet", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "orphanet", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mammalian Phenotype Ontology at The Jackson Lab", - "id": 1615, + "description": "Orphanet at Inserm", + "id": 655, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1278, + "id": 654, + "location": { + "countryCode": "FR", + "countryName": "France" + }, + "name": "Inserm, Hôpital Broussais, Paris", + "rorId": null + }, + "location": { + "countryCode": "FR", + "countryName": "France" + }, + "mirId": "MIR:00100279", + "name": "Orphanet at Inserm", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.orpha.net/consor/", + "sampleId": "85163", + "urlPattern": "http://www.orpha.net/consor/cgi-bin/OC_Exp.php?Lng=EN&Expert={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Bio2RDF", + "id": 656, + "institution": { + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Jackson Laboratory, Bar Harbor, Maine", + "name": "Bio2RDF.org", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100774", - "name": "Mammalian Phenotype Ontology at The Jackson Lab", + "mirId": "MIR:00100701", + "name": "Bio2RDF", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.informatics.jax.org/", - "sampleId": "0005452", - "urlPattern": "http://www.informatics.jax.org/searches/Phat.cgi?id=MP:{$id}" - }, + "resourceHomeUrl": "http://orphanet.bio2rdf.org/fct", + "sampleId": "85163", + "urlPattern": "http://orphanet.bio2rdf.org/describe/?url=http://bio2rdf.org/orphanet:{$id}" + } + ], + "sampleId": "85163" + }, + { + "created": "2019-06-11T14:17:42.194+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Orphanet Rare Disease ontology (ORDO) is a structured vocabulary for rare diseases, capturing relationships between diseases, genes and other relevant features which will form a useful resource for the computational analysis of rare diseases.\r\nIt integrates a nosology (classification of rare diseases), relationships (gene-disease relations, epiemological data) and connections with other terminologies (MeSH, UMLS, MedDRA), databases (OMIM, UniProtKB, HGNC, ensembl, Reactome, IUPHAR, Geantlas) and classifications (ICD10).", + "id": 1495, + "mirId": "MIR:00000532", + "modified": "2019-06-11T14:17:42.194+0000", + "name": "Orphanet Rare Disease Ontology", + "namespaceEmbeddedInLui": false, + "pattern": "^Orphanet(_|:)C?\\d+$", + "prefix": "orphanet.ordo", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mammalian Phenotype Ontology through OLS", - "id": 1616, + "description": "ORDO via OLS", + "id": 1496, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -27688,779 +28000,739 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100775", - "name": "Mammalian Phenotype Ontology through OLS", - "official": false, + "mirId": "MIR:00100705", + "name": "ORDO via OLS", + "official": true, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mp/", - "sampleId": "0005452", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mp/terms?obo_id=MP:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Mammalian Phenotype Ontology through BioPortal", - "id": 1617, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 5, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "National Center for Biomedical Ontology, Stanford", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100776", - "name": "Mammalian Phenotype Ontology through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MP", - "sampleId": "0005452", - "urlPattern": "https://bioportal.bioontology.org/ontologies/MP/MP:{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ordo", + "sampleId": "Orphanet_C023", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ordo/terms?short_form={$id}" } ], - "sampleId": "0005452" + "sampleId": "Orphanet_C023" }, { - "created": "2019-06-11T14:17:54.476+0000", + "created": "2019-06-11T14:16:29.860+0000", "deprecated": false, "deprecationDate": null, - "description": "The World Register of Marine Species (WoRMS) provides an authoritative and comprehensive list of names of marine organisms. It includes synonyms for valid taxonomic names allowing a more complete interpretation of taxonomic literature. The content of WoRMS is administered by taxonomic experts.", - "id": 1618, - "mirId": "MIR:00000581", - "modified": "2019-06-11T14:17:54.476+0000", - "name": "World Register of Marine Species", + "description": "OrthoDB presents a catalog of eukaryotic orthologous protein-coding genes across vertebrates, arthropods, and fungi. Orthology refers to the last common ancestor of the species under consideration, and thus OrthoDB explicitly delineates orthologs at each radiation along the species phylogeny. The database of orthologs presents available protein descriptors, together with Gene Ontology and InterPro attributes, which serve to provide general descriptive annotations of the orthologous groups", + "id": 657, + "mirId": "MIR:00000221", + "modified": "2019-06-11T14:16:29.860+0000", + "name": "OrthoDB", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "worms", + "pattern": "^\\w+$", + "prefix": "orthodb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "World Register of Marine Species", - "id": 1620, + "description": "OrthoDB at Swiss Institute of Bioinformatics", + "id": 659, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1619, + "id": 658, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Flanders Marine Institute, Ostend", + "name": "Department of Genetic Medicine and Development, Swiss Institute of Bioinformatics, Geneva", "rorId": null }, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100778", - "name": "World Register of Marine Species", + "mirId": "MIR:00100280", + "name": "OrthoDB at Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.marinespecies.org/", - "sampleId": "146421", - "urlPattern": "http://www.marinespecies.org/aphia.php?p=taxdetails&id={$id}" + "resourceHomeUrl": "http://cegg.unige.ch/orthodb4", + "sampleId": "Q9P0K8", + "urlPattern": "http://cegg.unige.ch/orthodb/results?searchtext={$id}" } ], - "sampleId": "146421" + "sampleId": "Q9P0K8" }, { - "created": "2019-06-11T14:17:54.753+0000", + "created": "2019-06-11T14:17:30.027+0000", "deprecated": false, "deprecationDate": null, - "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A collection groups one or more individual uniquely identified cell lines, snapshots, or collections. Primary uses are times series (collections of snapshots), patient cohorts (collections of cell lines), and studies (collections of time series collections).", - "id": 1621, - "mirId": "MIR:00000582", - "modified": "2019-06-11T14:17:54.753+0000", - "name": "MultiCellDS collection", + "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references gene information.", + "id": 1370, + "mirId": "MIR:00000482", + "modified": "2019-06-11T14:17:30.027+0000", + "name": "Oryzabase Gene", "namespaceEmbeddedInLui": false, - "pattern": "^MCDS_C_[a-zA-Z0-9]{1,10}$", - "prefix": "multicellds.collection", + "pattern": "^\\d+$", + "prefix": "oryzabase.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MultiCellDScollection at Keck School of Medicine", - "id": 1623, + "description": "Oryzabase v4 Gene at National Institute of Genetics (Japan)", + "id": 1372, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1622, + "id": 1371, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", + "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100779", - "name": "MultiCellDScollection at Keck School of Medicine", + "mirId": "MIR:00100618", + "name": "Oryzabase v4 Gene at National Institute of Genetics (Japan)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", - "sampleId": "MCDS_C_0000000001", - "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" + "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", + "sampleId": "117", + "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/gene/detail/{$id}" } ], - "sampleId": "MCDS_C_0000000001" + "sampleId": "117" }, { - "created": "2019-06-11T14:17:55.012+0000", + "created": "2019-06-11T14:17:30.248+0000", "deprecated": false, "deprecationDate": null, - "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A digital snapshot is a single-time output of the microenvironment (including basement membranes and the vascular network), any cells contained within, and essential metadata. Cells may include phenotypic data.", - "id": 1624, - "mirId": "MIR:00000583", - "modified": "2019-06-11T14:17:55.012+0000", - "name": "MultiCellDS Digital snapshot", + "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references mutant strain information.", + "id": 1373, + "mirId": "MIR:00000483", + "modified": "2019-06-11T14:17:30.248+0000", + "name": "Oryzabase Mutant", "namespaceEmbeddedInLui": false, - "pattern": "^MCDS_S_[a-zA-Z0-9]{1,10}$", - "prefix": "multicellds.snapshot", + "pattern": "^\\d+$", + "prefix": "oryzabase.mutant", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MultiCellDS snapshot at Keck School of Medicine", - "id": 1625, + "description": "Oryzabase v4 Mutant at National Institute of Genetics (Japan)", + "id": 1374, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1622, + "id": 1371, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", + "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100780", - "name": "MultiCellDS snapshot at Keck School of Medicine", + "mirId": "MIR:00100619", + "name": "Oryzabase v4 Mutant at National Institute of Genetics (Japan)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", - "sampleId": "MCDS_S_0000000001", - "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" + "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", + "sampleId": "21393", + "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/strain/inducedMutationLine/detail/{$id}" } ], - "sampleId": "MCDS_S_0000000001" + "sampleId": "21393" }, { - "created": "2019-06-11T14:17:55.320+0000", + "created": "2019-06-11T14:18:21.361+0000", "deprecated": false, "deprecationDate": null, - "description": "MultiCellDS is data standard for multicellular simulation, experimental, and clinical data. A digital cell line is a hierarchical organization of quantitative phenotype data for a single biological cell line, including the microenvironmental context of the measurements and essential metadata.", - "id": 1626, - "mirId": "MIR:00000584", - "modified": "2019-06-11T14:17:55.320+0000", - "name": "MultiCellDS Digital Cell Line", + "description": "The Oryzabase is a comprehensive rice science database established in 2000 by rice researcher's committee in Japan.", + "id": 1909, + "mirId": "MIR:00000689", + "modified": "2019-06-11T14:18:21.361+0000", + "name": "Oryzabase", "namespaceEmbeddedInLui": false, - "pattern": "^MCDS_L_[a-zA-Z0-9]{1,10}$", - "prefix": "multicellds.cell_line", + "pattern": "^\\d+$", + "prefix": "oryzabase.reference", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MultiCellDS Digital Cell Line at Keck School of Medicine", - "id": 1627, + "description": "Oryzabase", + "id": 1910, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1622, + "id": 1371, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Center for Applied Molecular Medicine, Keck School of Medicine, University of Southern California, California", + "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100781", - "name": "MultiCellDS Digital Cell Line at Keck School of Medicine", - "official": false, + "mirId": "MIR:00100920", + "name": "Oryzabase", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://multicellds.org/MultiCellDB.php", - "sampleId": "MCDS_L_0000000001", - "urlPattern": "http://multicellds.org/MultiCellDB/{$id}" + "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", + "sampleId": "42840", + "urlPattern": "https://shigen.nig.ac.jp/rice/oryzabase/reference/detail/{$id}" } ], - "sampleId": "MCDS_L_0000000001" + "sampleId": "42840" }, { - "created": "2019-06-11T14:17:55.541+0000", + "created": "2019-06-11T14:17:30.616+0000", "deprecated": false, "deprecationDate": null, - "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references entities.", - "id": 1628, - "mirId": "MIR:00000585", - "modified": "2019-06-11T14:17:55.541+0000", - "name": "E-cyanobacterium entity", + "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references development stage information.", + "id": 1377, + "mirId": "MIR:00000485", + "modified": "2019-06-11T14:17:30.616+0000", + "name": "Oryzabase Stage", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "ecyano.entity", + "prefix": "oryzabase.stage", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "e-cyanobacterium entity at Masaryk University Brno", - "id": 1630, + "description": "Oryzabase v4 Stage at National Institute of Genetics (Japan)", + "id": 1378, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1629, + "id": 1371, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100782", - "name": "e-cyanobacterium entity at Masaryk University Brno", + "mirId": "MIR:00100621", + "name": "Oryzabase v4 Stage at National Institute of Genetics (Japan)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.e-cyanobacterium.org/bcs/entity/", - "sampleId": "23", - "urlPattern": "http://e-cyanobacterium.org/bcs/entity/{$id}/" + "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", + "sampleId": "34", + "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/devstageineachorgan/detail/{$id}" } ], - "sampleId": "23" + "sampleId": "34" }, { - "created": "2019-06-11T14:17:55.864+0000", + "created": "2019-06-11T14:17:30.425+0000", "deprecated": false, "deprecationDate": null, - "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references models.", - "id": 1631, - "mirId": "MIR:00000586", - "modified": "2019-06-11T14:17:55.864+0000", - "name": "E-cyanobacterium model", + "description": "Oryzabase provides a view of rice (Oryza sativa) as a model monocot plant by integrating biological data with molecular genomic information. It contains information about rice development and anatomy, rice mutants, and genetic resources, especially for wild varieties of rice. Developmental and anatomical descriptions include in situ gene expression data serving as stage and tissue markers. This collection references wild strain information.", + "id": 1375, + "mirId": "MIR:00000484", + "modified": "2019-06-11T14:17:30.425+0000", + "name": "Oryzabase Strain", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "ecyano.model", + "prefix": "oryzabase.strain", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "e-cyanobacterium entity at Masaryk University Brno", - "id": 1632, + "description": "Oryzabase v4 Strain at National Institute of Genetics (Japan)", + "id": 1376, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1629, + "id": 1371, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100783", - "name": "e-cyanobacterium entity at Masaryk University Brno", + "mirId": "MIR:00100620", + "name": "Oryzabase v4 Strain at National Institute of Genetics (Japan)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://e-cyanobacterium.org/models/", - "sampleId": "26", - "urlPattern": "http://e-cyanobacterium.org/models/model/{$id}/" + "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", + "sampleId": "1", + "urlPattern": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/strain/wildCore/detail/{$id}" } ], - "sampleId": "26" + "sampleId": "1" }, { - "created": "2019-06-11T14:17:56.089+0000", + "created": "2019-06-11T14:17:30.833+0000", "deprecated": false, "deprecationDate": null, - "description": "E-cyanobacterium.org is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations.It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references rules.", - "id": 1633, - "mirId": "MIR:00000587", - "modified": "2019-06-11T14:17:56.089+0000", - "name": "E-cyanobacterium rule", + "description": "Oryza Tag Line is a database that was developed to collect information generated from the characterization of rice (Oryza sativa L cv. Nipponbare) insertion lines resulting in potential gene disruptions. It collates morpho-physiological alterations observed during field evaluation, with each insertion line documented through a generic passport data including production records, seed stocks and FST information.", + "id": 1379, + "mirId": "MIR:00000486", + "modified": "2019-06-11T14:17:30.833+0000", + "name": "Oryza Tag Line", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "ecyano.rule", + "pattern": "^A[A-Z]+\\d+$", + "prefix": "otl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "e-cyanobacterium entity at Masaryk University Brno", - "id": 1634, + "description": "Oryza Tag Line at CIRAD-INRA-SUPAGRO-UMI", + "id": 1381, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1629, + "id": 1380, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "FR", + "countryName": "France" }, - "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "name": "CIRAD-INRA-SUPAGRO-UMII, Biological Systems Department, Montpellier", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100784", - "name": "e-cyanobacterium entity at Masaryk University Brno", + "mirId": "MIR:00100622", + "name": "Oryza Tag Line at CIRAD-INRA-SUPAGRO-UMI", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.e-cyanobacterium.org/bcs/rule/", - "sampleId": "56", - "urlPattern": "http://e-cyanobacterium.org/bcs/rule/{$id}/" + "resourceHomeUrl": "http://oryzatagline.cirad.fr/", + "sampleId": "AADB12", + "urlPattern": "http://oryzatagline.cirad.fr/cgi-bin/general_mutant.pl?line={$id}" } ], - "sampleId": "56" + "sampleId": "AADB12" }, { - "created": "2019-06-11T14:17:56.343+0000", + "created": "2019-06-11T14:17:34.528+0000", "deprecated": false, "deprecationDate": null, - "description": "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloguing changes in gene expression and other cellular processes that occur when cells are exposed to perturbing agents. The data is organized and available as datasets, each including experimental data, metadata and a description of the dataset and assay. The dataset group comprises datasets for the same experiment but with different data level results (data processed to a different level).", - "id": 1635, - "mirId": "MIR:00000588", - "modified": "2019-06-11T14:17:56.343+0000", - "name": "LINCS Data", + "description": "Plant Protein Phosphorylation DataBase (P3DB) is a database that provides information on experimentally determined phosphorylation sites in the proteins of various plant species. This collection references plant proteins that contain phosphorylation sites.", + "id": 1420, + "mirId": "MIR:00000501", + "modified": "2019-06-11T14:17:34.528+0000", + "name": "P3DB Protein", "namespaceEmbeddedInLui": false, - "pattern": "^[EL]D[SG]-\\d+$", - "prefix": "lincs.data", + "pattern": "^\\d+$", + "prefix": "p3db.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LINCS Data at University of Miami", - "id": 1636, + "description": "P3DB Protein at University of Missouri", + "id": 1422, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1526, + "id": 1421, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Miami, BD2K-LINCS DCIC", + "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100785", - "name": "LINCS Data at University of Miami", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://lincsportal.ccs.miami.edu/datasets/", - "sampleId": "LDS-1110", - "urlPattern": "http://lincsportal.ccs.miami.edu/datasets/#/view/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Lincs through OmicsDI", - "id": 1637, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100856", - "name": "Lincs through OmicsDI", + "mirId": "MIR:00100642", + "name": "P3DB Protein at University of Missouri", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "LDS-1110", - "urlPattern": "https://www.omicsdi.org/dataset/lincs/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.p3db.org/", + "sampleId": "70", + "urlPattern": "http://www.p3db.org/protein.php?id={$id}&ref=0" } ], - "sampleId": "LDS-1110" + "sampleId": "70" }, { - "created": "2019-06-11T14:17:56.660+0000", + "created": "2019-06-11T14:17:34.763+0000", "deprecated": false, "deprecationDate": null, - "description": "AGRICOLA (AGRICultural OnLine Access) serves as the catalog and index to the collections of the National Agricultural Library, as well as a primary public source for world-wide access to agricultural information. The database covers materials in all formats and periods, including printed works from as far back as the 15th century.", - "id": 1638, - "mirId": "MIR:00000589", - "modified": "2019-06-11T14:17:56.660+0000", - "name": "AGRICOLA", + "description": "Plant Protein Phosphorylation DataBase (P3DB) is a database that provides information on experimentally determined phosphorylation sites in the proteins of various plant species. This collection references phosphorylation sites in proteins.", + "id": 1423, + "mirId": "MIR:00000502", + "modified": "2019-06-11T14:17:34.763+0000", + "name": "P3DB Site", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "agricola", + "prefix": "p3db.site", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AGRICOLA at National Agricultural Library", - "id": 1640, + "description": "P3DB Site at University of Missouri", + "id": 1424, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1639, + "id": 1421, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Agricultural Library, United States Department of Agriculture", + "name": "Department of Computer Science, University of Missouri, Columbia, Missouri", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100789", - "name": "AGRICOLA at National Agricultural Library", + "mirId": "MIR:00100643", + "name": "P3DB Site at University of Missouri", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://agricola.nal.usda.gov/", - "sampleId": "50018", - "urlPattern": "http://ddr.nal.usda.gov/dspace/handle/10113/{$id}" + "resourceHomeUrl": "http://www.p3db.org/", + "sampleId": "65", + "urlPattern": "http://www.p3db.org/phosphosite.php?id={$id}&ref=0" } ], - "sampleId": "50018" + "sampleId": "65" }, { - "created": "2019-06-11T14:17:56.919+0000", + "created": "2019-06-11T14:16:23.782+0000", "deprecated": false, "deprecationDate": null, - "description": "The PSI-Mass Spectrometry (MS) CV contains all the terms used in the PSI MS-related data standards. The CV contains a logical hierarchical structure to ensure ease of maintenance and the development of software that makes use of complex semantics. The CV contains terms required for a complete description of an MS analysis pipeline used in proteomics, including sample labeling, digestion enzymes, instrumentation parts and parameters, software used for identification and quantification of peptides/proteins and the parameters and scores used to determine their significance.", - "id": 1641, - "mirId": "MIR:00000590", - "modified": "2019-06-11T14:17:56.919+0000", - "name": "Mass Spectrometry Controlled Vocabulary", - "namespaceEmbeddedInLui": true, - "pattern": "^MS:\\d{7}$", - "prefix": "ms", + "description": "The Paleobiology Database seeks to provide researchers and the public with information about the entire fossil record. It stores global, collection-based occurrence and taxonomic data for marine and terrestrial animals and plants of any geological age, as well as web-based software for statistical analysis of the data.", + "id": 592, + "mirId": "MIR:00000197", + "modified": "2019-06-11T14:16:23.782+0000", + "name": "PaleoDB", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "paleodb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mass Spectrometry Controlled Vocabulary through OLS", - "id": 1642, + "description": "PaleoDB at Macquarie University", + "id": 594, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 593, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Macquarie University, Sydney", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100786", - "name": "Mass Spectrometry Controlled Vocabulary through OLS", + "mirId": "MIR:00100254", + "name": "PaleoDB at Macquarie University", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ms", - "sampleId": "1000001", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ms/terms?obo_id=MS:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://paleodb.org/", + "sampleId": "83088", + "urlPattern": "http://fossilworks.org/?a=taxonInfo&taxon_no={$id}" + } + ], + "sampleId": "83088" + }, + { + "created": "2019-06-11T14:15:48.923+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. This collection references groups of genes that have been organised as families.", + "id": 212, + "mirId": "MIR:00000060", + "modified": "2019-06-11T14:15:48.923+0000", + "name": "PANTHER Family", + "namespaceEmbeddedInLui": false, + "pattern": "^PTHR\\d{5}(\\:SF\\d{1,3})?$", + "prefix": "panther.family", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Mass Spectrometry Controlled Vocabulary through BioPortal", - "id": 1643, + "description": "PANTHER Family at USC (Los Angeles)", + "id": 213, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 94, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Keck School of Medicine, University of Southern California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100787", - "name": "Mass Spectrometry Controlled Vocabulary through BioPortal", + "mirId": "MIR:00100088", + "name": "PANTHER Family at USC (Los Angeles)", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "https://bioportal.bioontology.org/ontologies/MS", - "sampleId": "1000001", - "urlPattern": "http://purl.bioontology.org/ontology/MS/MS:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.pantherdb.org/", + "sampleId": "PTHR12345", + "urlPattern": "http://www.pantherdb.org/panther/family.do?clsAccession={$id}" } ], - "sampleId": "1000001" + "sampleId": "PTHR12345" }, { - "created": "2019-06-11T14:17:57.583+0000", + "created": "2019-06-11T14:17:04.735+0000", "deprecated": false, "deprecationDate": null, - "description": "An Archival Resource Key (ARK) is a Uniform Resource Locator (URL) that is a multi-purpose persistent identifier for information objects of any type.", - "id": 1647, - "mirId": "MIR:00000592", - "modified": "2019-06-11T14:17:57.583+0000", - "name": "ARK", - "namespaceEmbeddedInLui": true, - "pattern": "^(ark\\:)/*[0-9A-Za-z]+(?:/[\\w/.=*+@\\$-]*)?(?:\\?.*)?$", - "prefix": "ark", + "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. PANTHER tree is a key element of the PANTHER System to represent ‘all’ of the evolutionary events in the gene family. PANTHER nodes represent the evolutionary events, either speciation or duplication, within the tree. PANTHER is maintaining stable identifier for these nodes.", + "id": 1074, + "mirId": "MIR:00000374", + "modified": "2019-06-11T14:17:04.735+0000", + "name": "PANTHER Node", + "namespaceEmbeddedInLui": false, + "pattern": "^PTN\\d{9}$", + "prefix": "panther.node", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ARK via the Name-to-Thing resolver.", - "id": 1649, + "description": "PANTHER Node at USC (Los Angeles)", + "id": 1075, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1648, + "id": 94, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "California Digital Library, University of California Office of the President", + "name": "Keck School of Medicine, University of Southern California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" - }, - "mirId": "MIR:00100792", - "name": "ARK via the Name-to-Thing resolver.", + }, + "mirId": "MIR:00100475", + "name": "PANTHER Node at USC (Los Angeles)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://n2t.net/", - "sampleId": "/12345/fk1234", - "urlPattern": "http://n2t.net/ark:{$id}" + "resourceHomeUrl": "http://pantree.org/", + "sampleId": "PTN000000026", + "urlPattern": "http://www.pantree.org/node/annotationNode.jsp?id={$id}" } ], - "sampleId": "/12345/fk1234" + "sampleId": "PTN000000026" }, { - "created": "2019-06-11T14:17:57.806+0000", + "created": "2019-06-11T14:17:02.153+0000", "deprecated": false, "deprecationDate": null, - "description": "International coverage of the world's leading research organisations, indexing 92% of funding allocated globally.", - "id": 1650, - "mirId": "MIR:00000593", - "modified": "2019-06-11T14:17:57.806+0000", - "name": "GRID", + "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. The PANTHER Pathway collection references pathway information, primarily for signaling pathways, each with subfamilies and protein sequences mapped to individual pathway components.", + "id": 1041, + "mirId": "MIR:00000363", + "modified": "2019-06-11T14:17:02.153+0000", + "name": "PANTHER Pathway", "namespaceEmbeddedInLui": false, - "pattern": "^grid\\.[0-9]+\\.[a-f0-9]{1,2}$", - "prefix": "grid", + "pattern": "^P\\d{5}$", + "prefix": "panther.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GRID at Digital Science & Research Ltd.", - "id": 1652, + "description": "PANTHER Pathway at USC (Los Angeles)", + "id": 1042, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1651, + "id": 94, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Digital Science &amp; Research Ltd, London", + "name": "Keck School of Medicine, University of Southern California", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100793", - "name": "GRID at Digital Science & Research Ltd.", + "mirId": "MIR:00100461", + "name": "PANTHER Pathway at USC (Los Angeles)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.grid.ac/", - "sampleId": "grid.225360.0", - "urlPattern": "https://www.grid.ac/institutes/{$id}" + "resourceHomeUrl": "http://www.pantherdb.org/", + "sampleId": "P00024", + "urlPattern": "http://www.pantherdb.org/pathway/pathwayDiagram.jsp?catAccession={$id}" } ], - "sampleId": "grid.225360.0" + "sampleId": "P00024" }, { - "created": "2019-06-11T14:17:58.068+0000", + "created": "2019-06-11T14:17:16.858+0000", "deprecated": false, "deprecationDate": null, - "description": "MedGen is a portal for information about conditions and phenotypes related to Medical Genetics. Terms from multiple sources are aggregated into concepts, each of which is assigned a unique identifier and a preferred name and symbol. The core content of the record may include names, identifiers used by other databases, mode of inheritance, clinical features, and map location of the loci affecting the disorder.", - "id": 1653, - "mirId": "MIR:00000594", - "modified": "2019-06-11T14:17:58.068+0000", - "name": "MedGen", + "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. The PANTHER Pathway Component collection references specific classes of molecules that play the same mechanistic role within a pathway, across species. Pathway\r\ncomponents may be proteins, genes/DNA, RNA, or simple molecules. Where the identified component is a protein, DNA, or transcribed RNA, it is associated with protein sequences in the PANTHER protein family trees through manual curation.", + "id": 1217, + "mirId": "MIR:00000422", + "modified": "2023-01-04T16:32:41.267+0000", + "name": "PANTHER Pathway Component", "namespaceEmbeddedInLui": false, - "pattern": "^[CN]*\\d{4,7}$", - "prefix": "medgen", + "pattern": "^[GPUCS]\\d{5}$", + "prefix": "panther.pthcmp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MedGen at NCBI", - "id": 1654, + "description": "PANTHER Pathway Component at USC (Los Angeles)", + "id": 1218, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 94, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Keck School of Medicine, University of Southern California", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100794", - "name": "MedGen at NCBI", + "mirId": "MIR:00100545", + "name": "PANTHER Pathway Component at USC (Los Angeles)", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/medgen/", - "sampleId": "760050", - "urlPattern": "https://www.ncbi.nlm.nih.gov/medgen/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.pantherdb.org/", + "sampleId": "P00266", + "urlPattern": "http://www.pantherdb.org/pathway/pathCatDetail.do?clsAccession={$id}" } ], - "sampleId": "760050" + "sampleId": "P00266" }, { - "created": "2019-06-11T14:17:58.273+0000", + "created": "2019-06-11T14:17:27.086+0000", "deprecated": false, "deprecationDate": null, - "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references submissions, and is based on SCV accession.", - "id": 1655, - "mirId": "MIR:00000595", - "modified": "2019-06-11T14:17:58.273+0000", - "name": "ClinVar Submission", + "description": "The PASS2 database provides alignments of proteins related at the superfamily level and are characterized by low sequence identity.", + "id": 1335, + "mirId": "MIR:00000468", + "modified": "2019-06-11T14:17:27.086+0000", + "name": "PASS2", "namespaceEmbeddedInLui": false, - "pattern": "^SCV\\d+(\\.\\d+)?$", - "prefix": "clinvar.submission", + "pattern": "^\\d+$", + "prefix": "pass2", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ClinVar Submission at NCBI", - "id": 1656, + "description": "PASS2 at National centre for Biological Sciences (India)", + "id": 1337, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1336, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "National centre for Biological Sciences, TIFR, GKVK campus, Bangalore, Karnataka", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100795", - "name": "ClinVar Submission at NCBI", + "mirId": "MIR:00100603", + "name": "PASS2 at National centre for Biological Sciences (India)", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", - "sampleId": "SCV000151292", - "urlPattern": "http://www.ncbi.nlm.nih.gov/clinvar?term={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://caps.ncbs.res.in/pass2/", + "sampleId": "46977", + "urlPattern": "http://caps.ncbs.res.in/cgi-bin/pass2//show_sf.py?sf_id={$id}" } ], - "sampleId": "SCV000151292" + "sampleId": "46977" }, { - "created": "2019-06-11T14:17:58.490+0000", + "created": "2019-06-11T14:15:52.436+0000", "deprecated": false, "deprecationDate": null, - "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters. Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references the Variant identifier.", - "id": 1657, - "mirId": "MIR:00000596", - "modified": "2019-06-11T14:17:58.490+0000", - "name": "ClinVar Variant", + "description": "Pathway Commons is a convenient point of access to biological pathway information collected from public pathway databases, which you can browse or search. It is a collection of publicly available pathways from multiple organisms that provides researchers with convenient access to a comprehensive collection of pathways from multiple sources represented in a common language.", + "id": 249, + "mirId": "MIR:00000073", + "modified": "2019-06-11T14:15:52.436+0000", + "name": "Pathway Commons", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "clinvar", + "prefix": "pathwaycommons", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ClinVar Variant at NCBI", - "id": 1658, + "description": "Pathway Commons", + "id": 251, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 250, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Memorial Sloan-Kettering Cancer Center", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100796", - "name": "ClinVar Variant at NCBI", + "mirId": "MIR:00100103", + "name": "Pathway Commons", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/clinvar/", - "sampleId": "12345", - "urlPattern": "https://www.ncbi.nlm.nih.gov/clinvar/variation/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.pathwaycommons.org/pc/", + "sampleId": "485991", + "urlPattern": "http://www.pathwaycommons.org/pc/record2.do?id={$id}" } ], - "sampleId": "12345" + "sampleId": "485991" }, { - "created": "2019-06-11T14:17:59.221+0000", + "created": "2019-06-11T14:16:02.730+0000", "deprecated": false, "deprecationDate": null, - "description": "The Identifiers.org registry contains registered namespace and provider prefixes with associated access URIs for a large number of high quality data collections. These prefixes are used in web resolution of compact identifiers of the form “PREFIX:ACCESSION” or \"PROVIDER/PREFIX:ACCESSION” commonly used to specify bioinformatics and other data resources.", - "id": 1664, - "mirId": "MIR:00000599", - "modified": "2019-06-11T14:17:59.221+0000", - "name": "Identifiers.org Registry", + "description": "PATO is an ontology of phenotypic qualities, intended for use in a number of applications, primarily defining composite phenotypes and phenotype annotation.", + "id": 358, + "mirId": "MIR:00000112", + "modified": "2019-06-11T14:16:02.730+0000", + "name": "PATO", "namespaceEmbeddedInLui": true, - "pattern": "^MIR:\\d{8}$", - "prefix": "mir", + "pattern": "^PATO:\\d{7}$", + "prefix": "pato", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Identifiers.org Registry through EBI", - "id": 1665, + "description": "PATO through OLS", + "id": 359, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -28476,211 +28748,223 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100800", - "name": "Identifiers.org Registry through EBI", + "mirId": "MIR:00100145", + "name": "PATO through OLS", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://registry.identifiers.org/registry", - "sampleId": "00100037", - "urlPattern": "https://registry.identifiers.org/registry?query=MIR:{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pato", + "sampleId": "0001998", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pato/terms?obo_id=PATO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "PATO through BioPortal", + "id": 360, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100238", + "name": "PATO through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PATO", + "sampleId": "0001998", + "urlPattern": "http://purl.bioontology.org/ontology/PATO/PATO:{$id}" } ], - "sampleId": "00100037" + "sampleId": "0001998" }, { - "created": "2019-06-11T14:17:59.699+0000", + "created": "2019-06-11T14:17:31.315+0000", "deprecated": false, "deprecationDate": null, - "description": "COSMIC is a comprehensive global resource for information on somatic mutations in human cancer, combining curation of the scientific literature with tumor resequencing data from the Cancer Genome Project at the Sanger Institute, U.K. This collection references genes.", - "id": 1669, - "mirId": "MIR:00000601", - "modified": "2019-06-11T14:17:59.699+0000", - "name": "COSMIC Gene", + "description": "PaxDb is a resource dedicated to integrating information on absolute protein abundance levels across different organisms. Publicly available experimental data are mapped onto a common namespace and, in the case of tandem mass spectrometry data, re-processed using a standardized spectral counting pipeline. Data sets are scored and ranked to assess consistency against externally provided protein-network information. PaxDb provides whole-organism data as well as tissue-resolved data, for numerous proteins. This collection references protein abundance information by species.", + "id": 1384, + "mirId": "MIR:00000488", + "modified": "2019-06-11T14:17:31.315+0000", + "name": "PaxDb Organism", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]+$", - "prefix": "cosmic", + "pattern": "^\\d+$", + "prefix": "paxdb.organism", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "COSMIC Gene at Sanger", - "id": 1670, + "description": "PaxDb v3 at University of Zurich", + "id": 1386, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1393, + "id": 1385, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge", + "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100802", - "name": "COSMIC Gene at Sanger", + "mirId": "MIR:00100624", + "name": "PaxDb v3 at University of Zurich", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://cancer.sanger.ac.uk/cosmic/", - "sampleId": "BRAF", - "urlPattern": "http://cancer.sanger.ac.uk/cosmic/gene/overview?ln={$id}" + "resourceHomeUrl": "http://pax-db.org/", + "sampleId": "9606", + "urlPattern": "http://pax-db.org/#!species/{$id}" } ], - "sampleId": "BRAF" + "sampleId": "9606" }, { - "created": "2019-06-11T14:17:59.890+0000", + "created": "2019-06-11T14:17:31.566+0000", "deprecated": false, "deprecationDate": null, - "description": "The database of Genotypes and Phenotypes (dbGaP) archives and distributes the results of studies that have investigated the interaction of genotype and phenotype.", - "id": 1671, - "mirId": "MIR:00000602", - "modified": "2019-06-11T14:17:59.890+0000", - "name": "dbGaP", + "description": "PaxDb is a resource dedicated to integrating information on absolute protein abundance levels across different organisms. Publicly available experimental data are mapped onto a common namespace and, in the case of tandem mass spectrometry data, re-processed using a standardized spectral counting pipeline. Data sets are scored and ranked to assess consistency against externally provided protein-network information. PaxDb provides whole-organism data as well as tissue-resolved data, for numerous proteins. This collection references individual protein abundance levels.", + "id": 1387, + "mirId": "MIR:00000489", + "modified": "2019-06-11T14:17:31.566+0000", + "name": "PaxDb Protein", "namespaceEmbeddedInLui": false, - "pattern": "^phs[0-9]{6}(.v\\d+.p\\d+)?$", - "prefix": "dbgap", + "pattern": "^\\d+$", + "prefix": "paxdb.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "dbGaP through NCBI", - "id": 1672, + "description": "PaxDb v3 at University of Zurich", + "id": 1388, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1385, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100803", - "name": "dbGaP through NCBI", - "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/projects/gap", - "sampleId": "phs000768.v2.p1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id={$id}" + "mirId": "MIR:00100625", + "name": "PaxDb v3 at University of Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://pax-db.org/", + "sampleId": "977869", + "urlPattern": "http://pax-db.org/#!protein/{$id}" } ], - "sampleId": "phs000768.v2.p1" + "sampleId": "977869" }, { - "created": "2019-06-11T14:18:00.081+0000", + "created": "2019-06-11T14:16:49.605+0000", "deprecated": false, "deprecationDate": null, - "description": "An ontology of information entities, originally driven by work by the Ontology of Biomedical Investigation (OBI) digital entity and realizable information entity branch.", - "id": 1673, - "mirId": "MIR:00000603", - "modified": "2019-06-11T14:18:00.081+0000", - "name": "Information Artifact Ontology", + "description": "The PAZAR database unites independently created and maintained data collections of transcription factor and regulatory sequence annotation. It provides information on the sequence and target of individual transcription factors.", + "id": 892, + "mirId": "MIR:00000306", + "modified": "2019-06-11T14:16:49.605+0000", + "name": "Pazar Transcription Factor", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{7}$", - "prefix": "iao", + "pattern": "^TF\\w+$", + "prefix": "pazar", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "IAO through Ontobee", - "id": 1675, + "description": "Pazar Transcription Factor at University of British Columbia", + "id": 894, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1674, + "id": 893, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "University of Pennsylvania", + "name": "Centre for Molecular Medicine and Therapeutics, University of British Columbia, Vancouver", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100804", - "name": "IAO through Ontobee", + "mirId": "MIR:00100388", + "name": "Pazar Transcription Factor at University of British Columbia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ontobee.org/ontology/IAO", - "sampleId": "0000030", - "urlPattern": "http://purl.obolibrary.org/obo/IAO_{$id}" + "resourceHomeUrl": "http://www.pazar.info/", + "sampleId": "TF0001053", + "urlPattern": "http://www.pazar.info/cgi-bin/tf_search.cgi?geneID={$id}" } ], - "sampleId": "0000030" + "sampleId": "TF0001053" }, { - "created": "2019-06-11T14:18:00.311+0000", + "created": "2019-06-11T14:15:35.100+0000", "deprecated": false, "deprecationDate": null, - "description": "The GDC Data Portal is a robust data-driven platform that allows cancer researchers and bioinformaticians to search and download cancer data for analysis.", - "id": 1676, - "mirId": "MIR:00000604", - "modified": "2019-06-11T14:18:00.311+0000", - "name": "Genomic Data Commons Data Portal", + "description": "The Protein Data Bank is the single worldwide archive of structural data of biological macromolecules.", + "id": 78, + "mirId": "MIR:00000020", + "modified": "2019-06-11T14:15:35.100+0000", + "name": "Protein Data Bank", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$", - "prefix": "gdc", + "pattern": "^[0-9][A-Za-z0-9]{3}$", + "prefix": "pdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genomic Data Commons", - "id": 1678, + "description": "Proteopedia", + "id": 83, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1677, + "id": 82, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "National Cancer Institute Genomic Data Commons, NIH", + "name": "Weizmann Institute of Science", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100805", - "name": "Genomic Data Commons", + "mirId": "MIR:00100096", + "name": "Proteopedia", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://gdc.cancer.gov", - "sampleId": "ae8c77fe-e6c8-44d5-8265-4a38c637bbef", - "urlPattern": "https://portal.gdc.cancer.gov/cases/{$id}" - } - ], - "sampleId": "ae8c77fe-e6c8-44d5-8265-4a38c637bbef" - }, - { - "created": "2019-06-11T14:18:00.566+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The purpose of the OMIT ontology is to establish data exchange standards and common data elements in the microRNA (miR) domain. Biologists (cell biologists in particular) and bioinformaticians can make use of OMIT to leverage emerging semantic technologies in knowledge acquisition and discovery for more effective identification of important roles performed by miRs in humans' various diseases and biological processes (usually through miRs' respective target genes).", - "id": 1679, - "mirId": "MIR:00000605", - "modified": "2019-06-11T14:18:00.566+0000", - "name": "OMIT", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d{7}$", - "prefix": "omit", - "resources": [ + "resourceHomeUrl": "http://www.proteopedia.org/", + "sampleId": "2gc4", + "urlPattern": "http://proteopedia.org/wiki/index.php/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Ontology for miRNA Target (OMIT) through OLS", - "id": 1680, + "description": "Protein Databank through PDBsum", + "id": 86, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -28696,63 +28980,75 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100806", - "name": "Ontology for miRNA Target (OMIT) through OLS", + "mirId": "MIR:00100166", + "name": "Protein Databank through PDBsum", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/omit/", - "sampleId": "0005506", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/omit/terms?short_form=OMIT_{$id}" - } - ], - "sampleId": "0005506" - }, - { - "created": "2019-06-11T14:18:00.782+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The coding sequence or protein identifiers as maintained in INSDC.", - "id": 1681, - "mirId": "MIR:00000606", - "modified": "2019-06-11T14:18:00.782+0000", - "name": "INSDC CDS", - "namespaceEmbeddedInLui": false, - "pattern": "^([A-Z]\\d{5}|[A-Z]{2}\\d{6}|[A-Z]{4}\\d{8}|[A-J][A-Z]{2}\\d{5})(\\.\\d+)?$", - "prefix": "insdc.cds", - "resources": [ + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/pdbsum/", + "sampleId": "2gc4", + "urlPattern": "https://www.ebi.ac.uk/pdbsum/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "RCSB PDB", + "id": 80, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 79, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Rutgers, The State University of New Jersey", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100029", + "name": "RCSB PDB", + "official": false, + "providerCode": "rcsb", + "resourceHomeUrl": "https://www.rcsb.org/", + "sampleId": "2gc4", + "urlPattern": "https://www.rcsb.org/structure/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "INSDC CDS through DDBJ", - "id": 1684, + "description": "Protein Data Bank Japan (PDBj)", + "id": 85, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 121, + "id": 84, "location": { "countryCode": "JP", "countryName": "Japan" }, - "name": "DNA Data Bank of Japan, Mishima, Shizuoka", + "name": "Institute for Protein Research, Osaka University", "rorId": null }, "location": { "countryCode": "JP", "countryName": "Japan" }, - "mirId": "MIR:00100809", - "name": "INSDC CDS through DDBJ", + "mirId": "MIR:00100165", + "name": "Protein Data Bank Japan (PDBj)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://getentry.ddbj.nig.ac.jp", - "sampleId": "AAA35559", - "urlPattern": "http://getentry.ddbj.nig.ac.jp/getentry/dad/{$id}" + "providerCode": "pdbj", + "resourceHomeUrl": "http://www.pdbj.org/", + "sampleId": "2gc4", + "urlPattern": "https://pdbj.org/mine/summary/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "INSDC CDS through ENA", - "id": 1682, + "description": "Protein Databank in Europe (PDBe)", + "id": 81, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -28768,1919 +29064,1759 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100807", - "name": "INSDC CDS through ENA", + "mirId": "MIR:00100037", + "name": "Protein Databank in Europe (PDBe)", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena", - "sampleId": "AAA35559", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" + "providerCode": "pdbe", + "resourceHomeUrl": "http://www.pdbe.org/", + "sampleId": "2gc4", + "urlPattern": "https://www.ebi.ac.uk/pdbe/entry/pdb/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "INSDC CDS through NCBI", - "id": 1683, + "description": "The Worldwide PDB (wwPDB) organization manages the PDB archive and ensures that the PDB is freely and publicly available to the global community.", + "id": 3061, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "The Worldwide PDB (wwPDB) organization manages the PDB archive and ensures that the PDB is freely and publicly available to the global community.", + "homeUrl": "https://www.wwpdb.org/", + "id": 3060, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Worldwide Protein Data Bank", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100808", - "name": "INSDC CDS through NCBI", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein/", - "sampleId": "AAA35559", - "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" + "mirId": "MIR:00001018", + "name": "Worldwide Protein Data Bank", + "official": true, + "providerCode": "wwpdb", + "resourceHomeUrl": "https://www.wwpdb.org/", + "sampleId": "2g4c", + "urlPattern": "https://www.wwpdb.org/pdb?id={$id}" } ], - "sampleId": "AAA35559" + "sampleId": "2gc4" }, { - "created": "2019-06-11T14:18:01.543+0000", + "created": "2019-06-11T14:16:03.054+0000", "deprecated": false, "deprecationDate": null, - "description": "GlyTouCan is the single worldwide registry of glycan (carbohydrate sugar chain) data.", - "id": 1688, - "mirId": "MIR:00000608", - "modified": "2019-06-11T14:18:01.543+0000", - "name": "GlyTouCan", + "description": "The Chemical Component Dictionary is as an external reference file describing all residue and small molecule components found in Protein Data Bank entries. It contains detailed chemical descriptions for standard and modified amino acids/nucleotides, small molecule ligands, and solvent molecules. Each chemical definition includes descriptions of chemical properties such as stereochemical assignments, aromatic bond assignments, idealized coordinates, chemical descriptors (SMILES & InChI), and systematic chemical names.", + "id": 361, + "mirId": "MIR:00000113", + "modified": "2022-05-18T15:48:21.884+0000", + "name": "Chemical Component Dictionary", "namespaceEmbeddedInLui": false, - "pattern": "^G[0-9]{5}[A-Z]{2}$", - "prefix": "glytoucan", + "pattern": "^\\w{1,3}$", + "prefix": "pdb-ccd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Glycan Repository", - "id": 1690, + "description": "Protein Data Bank Chemical Component Dictionary at EBI", + "id": 362, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1689, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Soka University, Hachioji, Tokyo", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100812", - "name": "The Glycan Repository", + "mirId": "MIR:00100146", + "name": "Protein Data Bank Chemical Component Dictionary at EBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://glytoucan.org", - "sampleId": "G00054MO", - "urlPattern": "https://glytoucan.org/Structures/Glycans/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/", + "sampleId": "AB0", + "urlPattern": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/chemicalCompound/show/{$id}" } ], - "sampleId": "G00054MO" + "sampleId": "AB0" }, { - "created": "2019-06-11T14:18:02.239+0000", + "created": "2019-06-11T14:17:31.784+0000", "deprecated": false, "deprecationDate": null, - "description": "DataONE provides infrastructure facilitating long-term access to scientific research data of relevance to the earth sciences.", - "id": 1696, - "mirId": "MIR:00000611", - "modified": "2019-06-11T14:18:02.239+0000", - "name": "DataONE", + "description": "The Protein Data Bank is the single worldwide archive of structural data of biological macromolecules. This collection references ligands.", + "id": 1389, + "mirId": "MIR:00000490", + "modified": "2019-06-11T14:17:31.784+0000", + "name": "Protein Data Bank Ligand", "namespaceEmbeddedInLui": false, - "pattern": "\\S+", - "prefix": "d1id", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "pdb.ligand", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DataONE", - "id": 1698, + "description": "PDB Ligand at RCSB", + "id": 1390, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1697, + "id": 79, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "DataONE, Albuquerque, NM", + "name": "Rutgers, The State University of New Jersey", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100815", - "name": "DataONE", + "mirId": "MIR:00100626", + "name": "PDB Ligand at RCSB", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.dataone.org", - "sampleId": "00030692-0FE1-4A1B-955E-A2E55D659267", - "urlPattern": "https://cn.dataone.org/cn/v2/resolve/{{$id}}" - } - ], - "sampleId": "00030692-0FE1-4A1B-955E-A2E55D659267" - }, - { - "created": "2019-06-11T14:18:02.696+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MarRef is a manually curated marine microbial reference genome database that contains completely sequenced genomes.", - "id": 1702, - "mirId": "MIR:00000613", - "modified": "2019-06-11T14:18:02.696+0000", - "name": "MarRef", - "namespaceEmbeddedInLui": false, - "pattern": "^MMP\\d+.\\d+$", - "prefix": "mmp.ref", - "resources": [ + "providerCode": "rcsb", + "resourceHomeUrl": "http://www.pdb.org/", + "sampleId": "TRQ", + "urlPattern": "http://www.rcsb.org/pdb/ligand/ligandsummary.do?hetId={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "MarRef through SfB", - "id": 1704, + "description": "PDB Ligand at Protein Databank in Europe (PDBe)", + "id": 1391, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1703, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100817", - "name": "MarRef through SfB", + "mirId": "MIR:00100650", + "name": "PDB Ligand at Protein Databank in Europe (PDBe)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marref/", - "sampleId": "MMP3312982.2", - "urlPattern": "https://mmp.sfb.uit.no/databases/marref/#/records/{$id}" + "resourceHomeUrl": "https://www.pdbe.org/", + "sampleId": "TRQ", + "urlPattern": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/chemicalCompound/show/{$id}" } ], - "sampleId": "MMP3312982.2" + "sampleId": "TRQ" }, { - "created": "2019-06-11T14:18:02.934+0000", + "created": "2021-02-17T18:02:05.160+0000", "deprecated": false, "deprecationDate": null, - "description": "MarDB includes all sequenced marine microbial genomes regardless of level of completeness.", - "id": 1705, - "mirId": "MIR:00000614", - "modified": "2019-06-11T14:18:02.934+0000", - "name": "MarDB", + "description": "The Protein Ensemble Database is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", + "id": 2521, + "mirId": "MIR:00000777", + "modified": "2021-02-17T18:02:05.160+0000", + "name": "Protein Ensemble Database", "namespaceEmbeddedInLui": false, - "pattern": "^MMP\\d+.\\d+$", - "prefix": "mmp.db", + "pattern": "^PED\\d{5}$", + "prefix": "ped", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MarDB through SfB", - "id": 1706, + "description": "The Protein Ensemble Database (PED) is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", + "id": 2522, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1703, + "id": 1769, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", + "name": "University of Padua", "rorId": null }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100818", - "name": "MarDB through SfB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/mardb/", - "sampleId": "MMP02954345.1", - "urlPattern": "https://mmp.sfb.uit.no/databases/mardb/#/records/{$id}" + "mirId": "MIR:00000784", + "name": "PED - Protein Ensemble Database", + "official": true, + "providerCode": "ped", + "resourceHomeUrl": "https://proteinensemble.org/", + "sampleId": "PED00037", + "urlPattern": "https://proteinensemble.org/{$id}" } ], - "sampleId": "MMP02954345.1" + "sampleId": "PED00037" }, { - "created": "2019-06-11T14:18:03.141+0000", + "created": "2021-02-17T18:06:52.762+0000", "deprecated": false, "deprecationDate": null, - "description": "MarCat is a gene (protein) catalogue of uncultivable and cultivable marine genes and proteins derived from metagenomics samples.", - "id": 1707, - "mirId": "MIR:00000615", - "modified": "2019-06-11T14:18:03.141+0000", - "name": "MarCat", + "description": "The Protein Ensemble Database is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", + "id": 2524, + "mirId": "MIR:00000795", + "modified": "2021-02-17T18:06:52.762+0000", + "name": "Protein Ensemble Database ensemble", "namespaceEmbeddedInLui": false, - "pattern": "^MMP\\d+.\\d+$", - "prefix": "mmp.cat", + "pattern": "^PED\\d{5}e\\d{3}$", + "prefix": "ped.ensemble", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MarCat through SfB", - "id": 1708, + "description": "The Protein Ensemble Database (PED) is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", + "id": 2525, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1703, + "id": 1769, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "Center for Bioinformatics (SfB), UiT The Arctic university of Norway", + "name": "University of Padua", "rorId": null }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100819", - "name": "MarCat through SfB", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marcat/", - "sampleId": "MMP743597.11", - "urlPattern": "https://mmp.sfb.uit.no/databases/marcat/#/records/{$id}" + "mirId": "MIR:00000791", + "name": "PED - Protein Ensemble Database", + "official": true, + "providerCode": "ped.ensemble", + "resourceHomeUrl": "https://proteinensemble.org/", + "sampleId": "PED00017e001", + "urlPattern": "https://proteinensemble.org/{$id}" } ], - "sampleId": "MMP743597.11" + "sampleId": "PED00017e001" }, { - "created": "2019-06-11T14:18:03.584+0000", + "created": "2019-06-11T14:15:46.969+0000", "deprecated": false, "deprecationDate": null, - "description": "International repository of Adverse Outcome Pathways.", - "id": 1712, - "mirId": "MIR:00000617", - "modified": "2019-06-11T14:18:03.584+0000", - "name": "AOPWiki", + "description": "The PeptideAtlas Project provides a publicly accessible database of peptides identified in tandem mass spectrometry proteomics studies and software tools.", + "id": 192, + "mirId": "MIR:00000053", + "modified": "2019-06-11T14:15:46.969+0000", + "name": "PeptideAtlas", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "aop", + "pattern": "^PAp[0-9]{8}$", + "prefix": "peptideatlas", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AOPWiki", - "id": 1714, + "description": "PeptideAtlas at ISB", + "id": 194, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1713, + "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", + "homeUrl": "https://isbscience.org/", + "id": 193, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", - "rorId": null + "name": "Institute for Systems Biology", + "rorId": "https://ror.org/02tpgw303" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100821", - "name": "AOPWiki", - "official": false, + "mirId": "MIR:00100081", + "name": "PeptideAtlas at ISB", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://aopwiki.org/", - "sampleId": "98", - "urlPattern": "https://aopwiki.org/aops/{$id}" + "resourceHomeUrl": "http://www.peptideatlas.org/", + "sampleId": "PAp00000009", + "urlPattern": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/Summarize_Peptide?query=QUERY&searchForThis={$id}" } ], - "sampleId": "98" + "sampleId": "PAp00000009" }, { - "created": "2019-06-11T14:18:03.826+0000", + "created": "2019-06-11T14:18:21.571+0000", "deprecated": false, "deprecationDate": null, - "description": "NASA's GeneLab gathers spaceflight genomic data, RNA and protein expression, and metabolic profiles, interfaces with existing databases for expanded research, will offer tools to conduct data analysis, and is in the process of creating a place online where scientists, researchers, teachers and students can connect with their peers, share their results, and communicate with NASA.", - "id": 1715, - "mirId": "MIR:00000618", - "modified": "2019-06-11T14:18:03.826+0000", - "name": "NASA GeneLab", + "description": "Experiment details about PeptideAtlas entries. Each PASS entry provides direct access to the data files submitted to PeptideAtlas.", + "id": 1911, + "mirId": "MIR:00000690", + "modified": "2019-06-11T14:18:21.571+0000", + "name": "PeptideAtlas Dataset", "namespaceEmbeddedInLui": false, - "pattern": "^GLDS-\\d+$", - "prefix": "ngl", + "pattern": "^PASS\\d{5}$", + "prefix": "peptideatlas.dataset", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NASA GeneLab", - "id": 1717, + "description": "PeptideAtlas Dataset", + "id": 1912, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1716, + "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", + "homeUrl": "https://isbscience.org/", + "id": 193, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "NASA's Ames Research Center", - "rorId": null + "name": "Institute for Systems Biology", + "rorId": "https://ror.org/02tpgw303" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100822", - "name": "NASA GeneLab", - "official": false, + "mirId": "MIR:00100921", + "name": "PeptideAtlas Dataset", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://genelab-data.ndc.nasa.gov/genelab/", - "sampleId": "GLDS-141", - "urlPattern": "https://genelab-data.ndc.nasa.gov/genelab/accession/{$id}" + "resourceHomeUrl": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/PASS_Summary", + "sampleId": "PASS01237", + "urlPattern": "http://www.peptideatlas.org/PASS/{$id}" } ], - "sampleId": "GLDS-141" + "sampleId": "PASS01237" }, { - "created": "2019-06-11T14:18:02.470+0000", + "created": "2019-06-11T14:16:30.097+0000", "deprecated": false, "deprecationDate": null, - "description": "CATH is a classification of protein structural domains. We group protein domains into superfamilies when there is sufficient evidence they have diverged from a common ancestor. CATH can be used to predict structural and functional information directly from protein sequence.", - "id": 1699, - "mirId": "MIR:00000612", - "modified": "2021-02-01T16:12:25.234+0000", - "name": "CATH Protein Structural Domain Superfamily", + "description": "Peroxibase provides access to peroxidase sequences from all kingdoms of life, and provides a series of bioinformatics tools and facilities suitable for analysing these sequences.", + "id": 660, + "mirId": "MIR:00000222", + "modified": "2019-06-11T14:16:30.097+0000", + "name": "Peroxibase", "namespaceEmbeddedInLui": false, - "pattern": "^[1-6]\\.[0-9]+\\.[0-9]+\\.[0-9]+$", - "prefix": "cath", + "pattern": "^\\d+$", + "prefix": "peroxibase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CATH Node through UCL", - "id": 1701, + "description": "Peroxibase at University of Geneva", + "id": 662, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1700, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "University College London", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100816", - "name": "CATH Node through UCL", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.cathdb.info", - "sampleId": "1.10.8.10", - "urlPattern": "http://www.cathdb.info/cathnode/{$id}" - } - ], - "sampleId": "1.10.8.10" - }, - { - "created": "2019-06-11T14:18:01.783+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MetaCyc is a curated database of experimentally elucidated metabolic pathways from all domains of life. MetaCyc contains 2526 pathways from 2844 different organisms. MetaCyc contains pathways involved in both primary and secondary metabolism, as well as associated metabolites, reactions, enzymes, and genes. The goal of MetaCyc is to catalog the universe of metabolism by storing a representative sample of each experimentally elucidated pathway.", - "id": 1691, - "mirId": "MIR:00000609", - "modified": "2021-04-17T19:53:03.023+0000", - "name": "MetaCyc Compound", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9+_.%-:]+$", - "prefix": "metacyc.compound", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "MetaCyc Metabolic Pathway Database", - "id": 1693, - "institution": { - "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", - "homeUrl": "https://www.sri.com/", - "id": 1692, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "SRI International", - "rorId": "https://ror.org/05s570m15" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00100813", - "name": "MetaCyc Metabolic Pathway Database", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://metacyc.org", - "sampleId": "CPD-10330", - "urlPattern": "https://metacyc.org/compound?orgid=META&id={$id}" - } - ], - "sampleId": "CPD-10330" - }, - { - "created": "2019-06-11T14:18:02.043+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MetaCyc is a curated database of experimentally elucidated metabolic pathways from all domains of life. MetaCyc contains 2526 pathways from 2844 different organisms. MetaCyc contains pathways involved in both primary and secondary metabolism, as well as associated metabolites, reactions, enzymes, and genes. The goal of MetaCyc is to catalog the universe of metabolism by storing a representative sample of each experimentally elucidated pathway.", - "id": 1694, - "mirId": "MIR:00000610", - "modified": "2021-04-17T19:55:01.284+0000", - "name": "MetaCyc Reaction", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9+_.%-:]+$", - "prefix": "metacyc.reaction", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "MetaCyc Metabolic Pathway Database - Reaction", - "id": 1695, - "institution": { - "description": "SRI is an independent, nonprofit research center that works with clients to take the most advanced R&D from the laboratory to the marketplace.", - "homeUrl": "https://www.sri.com/", - "id": 1692, + "id": 661, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "SRI International", - "rorId": "https://ror.org/05s570m15" + "name": "Department of Plant Biology, University of Geneva, Geneva", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100814", - "name": "MetaCyc Metabolic Pathway Database - Reaction", + "mirId": "MIR:00100281", + "name": "Peroxibase at University of Geneva", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://metacyc.org", - "sampleId": "RXN-14904", - "urlPattern": "https://metacyc.org/META/NEW-IMAGE?type=REACTION&object={$id}" + "resourceHomeUrl": "http://peroxibase.toulouse.inra.fr/", + "sampleId": "5282", + "urlPattern": "http://peroxibase.toulouse.inra.fr/browse/process/view_perox.php?id={$id}" } ], - "sampleId": "RXN-14904" + "sampleId": "5282" }, { - "created": "2019-06-11T14:18:03.353+0000", + "created": "2019-06-11T14:15:39.270+0000", "deprecated": false, "deprecationDate": null, - "description": "Tool and data services registry.", - "id": 1709, - "mirId": "MIR:00000616", - "modified": "2023-01-05T19:09:45.468+0000", - "name": "BioTools", + "description": "The Pfam database contains information about protein domains and families. For each entry a protein sequence alignment and a Hidden Markov Model is stored.", + "id": 117, + "mirId": "MIR:00000028", + "modified": "2019-06-11T14:15:39.270+0000", + "name": "Pfam", "namespaceEmbeddedInLui": false, - "pattern": "^[-A-Za-z0-9\\_]*$", - "prefix": "biotools", + "pattern": "^PF\\d{5}$", + "prefix": "pfam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioTools", - "id": 1711, + "description": "Pfam at EMBL-EBI", + "id": 118, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1710, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Elixir-DK", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100820", - "name": "BioTools", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bio.tools/", - "sampleId": "uniprotkb", - "urlPattern": "https://bio.tools/{$id}" + "mirId": "MIR:00100685", + "name": "Pfam at EMBL-EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://pfam.xfam.org/", + "sampleId": "PF01234", + "urlPattern": "https://pfam.xfam.org/family/{$id}" } ], - "sampleId": "uniprotkb" + "sampleId": "PF01234" }, { - "created": "2019-06-11T14:17:59.000+0000", + "created": "2020-04-22T09:46:18.729+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cellosaurus is a knowledge resource on cell lines. It attempts to describe all cell lines used in biomedical research. Its scope includes: Immortalized cell lines; naturally immortal cell lines (example: stem cell lines); finite life cell lines when those are distributed and used widely; vertebrate cell line with an emphasis on human, mouse and rat cell lines; and invertebrate (insects and ticks) cell lines. Its scope does not include primary cell lines (with the exception of the finite life cell lines described above) and plant cell lines.", - "id": 1662, - "mirId": "MIR:00000598", - "modified": "2023-01-09T15:31:03.506+0000", - "name": "Cellosaurus", + "description": "The Polygenic Score (PGS) Catalog is an open database of PGS and the relevant metadata required for accurate application and evaluation.", + "id": 2215, + "mirId": "MIR:00000753", + "modified": "2020-04-22T09:46:18.729+0000", + "name": "Polygenic Score Catalog", "namespaceEmbeddedInLui": false, - "pattern": "^CVCL_[A-Z0-9]{4}(\\.txt)?$", - "prefix": "cellosaurus", + "pattern": "^PGS[0-9]{6}$", + "prefix": "pgs", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cellosaurus through SIB", - "id": 1663, + "description": "The Polygenic Score (PGS) Catalog is an open database of PGS and the relevant metadata required for accurate application and evaluation.\n\nDeveloped in collaboration with the NHGRI-EBI GWAS Catalog and Health Data Research UK/", + "id": 2216, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "The University of Cambridge is a collegiate public research university in Cambridge, United Kingdom. Founded in 1209 and granted a royal charter by King Henry III in 1231, Cambridge is the second-oldest university in the English-speaking world and the world's fourth-oldest surviving university.", + "homeUrl": "https://www.cam.ac.uk/", + "id": 2214, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "University of Cambridge", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100799", - "name": "Cellosaurus through SIB", - "official": false, - "providerCode": "sib", - "resourceHomeUrl": "https://www.cellosaurus.org/", - "sampleId": "CVCL_0030", - "urlPattern": "https://www.cellosaurus.org/{$id}" + "mirId": "MIR:00000755", + "name": "PGS Catalog", + "official": true, + "providerCode": "pgs", + "resourceHomeUrl": "http://pgscatalog.org", + "sampleId": "PGS000018", + "urlPattern": "https://www.pgscatalog.org/pgs/{$id}/" } ], - "sampleId": "CVCL_0030" + "sampleId": "PGS000018" }, { - "created": "2019-06-11T14:18:04.072+0000", + "created": "2019-06-11T14:17:59.445+0000", "deprecated": false, "deprecationDate": null, - "description": "Endogenous retroviruses (ERVs) are common in vertebrate genomes; a typical mammalian genome contains tens to hundreds of thousands of ERV elements. Most ERVs are evolutionarily old and have accumulated multiple mutations, playing important roles in physiology and disease processes. The Human Endogenous Retrovirus Database (hERV) is compiled from the human genome nucleotide sequences obtained from Human Genome Projects, and screens those sequences for hERVs, whilst continuously improving classification and characterization of retroviral families. It provides access to individual reconstructed HERV elements, their sequence, structure and features.", - "id": 1718, - "mirId": "MIR:00000619", - "modified": "2019-06-11T14:18:04.072+0000", - "name": "Human Endogenous Retrovirus Database", + "description": "The Progenetix database provides an overview of mutation data in cancer, with a focus on copy number abnormalities (CNV / CNA), for all types of human malignancies. The resource contains genome profiles of more than 130'000 individual samples and represents about 700 cancer types, according to the NCIt \"neoplasm\" classification. Additionally to this genome profiles and associated metadata, the website present information about thousands of publications referring to cancer genome profiling experiments, and services for mapping cancer classifications and accessing supplementary data through its APIs.", + "id": 1666, + "mirId": "MIR:00000600", + "modified": "2020-11-25T15:01:33.103+0000", + "name": "Progenetix", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9\\-\\_]+$", - "prefix": "erv", + "pattern": "^\\w{3,15}[-_]\\w[\\w.-]{3,128}$", + "prefix": "pgx", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Endogenous Retrovirus Database", - "id": 1720, + "description": "Progenetix", + "id": 1668, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1719, + "description": "No description available", + "homeUrl": "https://www.uzh.ch/en.html", + "id": 1667, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Institute of Molecular Genetics, Academy of Sciences of the Czech Republic", - "rorId": null + "name": "University of Zurich", + "rorId": "https://ror.org/02crff812" }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100823", - "name": "Human Endogenous Retrovirus Database", + "mirId": "MIR:00100801", + "name": "Progenetix", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://herv.img.cas.cz/", - "sampleId": "THE1B", - "urlPattern": "https://herv.img.cas.cz/s/{$id}" + "resourceHomeUrl": "https://progenetix.org/", + "sampleId": "pgxbs-kftva5zv", + "urlPattern": "https://progenetix.org/services/ids/{$id}" } ], - "sampleId": "THE1B" + "sampleId": "pgxbs-kftva5zv" }, { - "created": "2019-06-11T14:18:04.316+0000", + "created": "2019-06-11T14:15:57.258+0000", "deprecated": false, "deprecationDate": null, - "description": "The Natural Product-Drug Interaction Research Data Repository, a publicly accessible database where researchers can access scientific results, raw data, and recommended approaches to optimally assess the clinical significance of pharmacokinetic natural product-drug interactions (PK-NPDIs).", - "id": 1721, - "mirId": "MIR:00000620", - "modified": "2019-06-11T14:18:04.316+0000", - "name": "Natural Product-Drug Interaction Research Data Repository", + "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", + "id": 300, + "mirId": "MIR:00000090", + "modified": "2019-06-11T14:15:57.258+0000", + "name": "PharmGKB Disease", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "napdi", + "pattern": "^PA\\d+$", + "prefix": "pharmgkb.disease", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Natural Product-Drug Interaction Research Data Repository", - "id": 1723, + "description": "PharmGKB Disease at Stanford", + "id": 301, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1722, + "id": 298, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Complementary and Integrative Health, National Institutes of Health, Washington D.C.", + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100824", - "name": "Natural Product-Drug Interaction Research Data Repository", + "mirId": "MIR:00100121", + "name": "PharmGKB Disease at Stanford", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://repo.napdi.org/", - "sampleId": "28", - "urlPattern": "https://repo.napdi.org/study/{$id}" + "resourceHomeUrl": "http://www.pharmgkb.org/", + "sampleId": "PA447218", + "urlPattern": "http://www.pharmgkb.org/disease/{$id}" } ], - "sampleId": "28" + "sampleId": "PA447218" }, { - "created": "2019-06-11T14:18:04.557+0000", + "created": "2019-06-11T14:15:57.451+0000", "deprecated": false, "deprecationDate": null, - "description": "arrayMap is a collection of pre-processed oncogenomic array data sets and CNA (somatic copy number aberrations) profiles. CNA are a type of mutation commonly found in cancer genomes. arrayMap data is assembled from public repositories and supplemented with additional sources, using custom curation pipelines. This information has been mapped to multiple editions of the reference human genome.", - "id": 1724, - "mirId": "MIR:00000621", - "modified": "2019-06-11T14:18:04.557+0000", - "name": "ArrayMap", + "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", + "id": 302, + "mirId": "MIR:00000091", + "modified": "2019-06-11T14:15:57.451+0000", + "name": "PharmGKB Drug", "namespaceEmbeddedInLui": false, - "pattern": "^[\\w\\-:,]{3,64}$", - "prefix": "arraymap", + "pattern": "^PA\\d+$", + "prefix": "pharmgkb.drug", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ArrayMap", - "id": 1725, + "description": "PharmGKB Drug at Stanford", + "id": 303, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1385, + "id": 298, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Molecular Life Sciences, University of Zurich, Zurich", + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100825", - "name": "ArrayMap", + "mirId": "MIR:00100122", + "name": "PharmGKB Drug at Stanford", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.arraymap.org", - "sampleId": "icdom:8500_3", - "urlPattern": "https://www.arraymap.org/pgx:{$id}" + "resourceHomeUrl": "http://www.pharmgkb.org/", + "sampleId": "PA448710", + "urlPattern": "http://www.pharmgkb.org/drug/{$id}" } ], - "sampleId": "icdom:8500_3" + "sampleId": "PA448710" }, { - "created": "2019-06-11T14:18:04.748+0000", + "created": "2019-06-11T14:16:36.222+0000", "deprecated": false, "deprecationDate": null, - "description": "The Benchmark Energy & Geometry Database (BEGDB) collects results of highly accurate quantum mechanics (QM) calculations of molecular structures, energies and properties. These data can serve as benchmarks for testing and parameterization of other computational methods.", - "id": 1726, - "mirId": "MIR:00000622", - "modified": "2019-06-11T14:18:04.748+0000", - "name": "Benchmark Energy & Geometry Database", + "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains.", + "id": 728, + "mirId": "MIR:00000245", + "modified": "2019-06-11T14:16:36.222+0000", + "name": "PharmGKB Gene", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "begdb", + "pattern": "^PA\\w+$", + "prefix": "pharmgkb.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Benchmark Energy & Geometry Database", - "id": 1728, + "description": "PharmGKB Gene at Stanford", + "id": 729, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1727, + "id": 298, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Organic Chemistry and Biochemistry, Academy of Sciences of the Czech Republic, Prague", + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100826", - "name": "Benchmark Energy & Geometry Database", + "mirId": "MIR:00100316", + "name": "PharmGKB Gene at Stanford", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.begdb.com", - "sampleId": "4214", - "urlPattern": "http://www.begdb.com/index.php?action=oneMolecule&state=show&id={$id}" + "resourceHomeUrl": "http://www.pharmgkb.org/", + "sampleId": "PA131", + "urlPattern": "http://www.pharmgkb.org/gene/{$id}" } ], - "sampleId": "4214" + "sampleId": "PA131" }, { - "created": "2019-06-11T14:18:05.215+0000", + "created": "2019-06-11T14:15:57.006+0000", "deprecated": false, "deprecationDate": null, - "description": "The Sequencing Initiative Suomi (SISu) project is an international collaboration to harmonize and aggregate whole genome and exome sequence data from Finnish samples, providing data for researchers and clinicians. The SISu project allows for the search of variants to determine their attributes and occurrence in Finnish cohorts, and provides summary data on single nucleotide variants and indels from exomes, sequenced in disease-specific and population genetic studies.", - "id": 1732, - "mirId": "MIR:00000624", - "modified": "2019-06-11T14:18:05.215+0000", - "name": "SISu", + "description": "The PharmGKB database is a central repository for genetic, genomic, molecular and cellular phenotype data and clinical information about people who have participated in pharmacogenomics research studies. The data includes, but is not limited to, clinical and basic pharmacokinetic and pharmacogenomic research in the cardiovascular, pulmonary, cancer, pathways, metabolic and transporter domains. \r\nPharmGKB Pathways are drug centric, gene based, interactive pathways which focus on candidate genes and gene groups and associated genotype and phenotype data of relevance for pharmacogenetic and pharmacogenomic studies.", + "id": 297, + "mirId": "MIR:00000089", + "modified": "2019-06-11T14:15:57.006+0000", + "name": "PharmGKB Pathways", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+:[0-9]+$", - "prefix": "sisu", + "pattern": "^PA\\d+$", + "prefix": "pharmgkb.pathways", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SISu", - "id": 1734, + "description": "PharmGKB at Stanford", + "id": 299, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1733, + "id": 298, "location": { - "countryCode": "FI", - "countryName": "Finland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Sequencing Initiative Suomi project (SISu), Institute for Molecular Medicine Finland (FIMM), University of Helsinki, Helsinki", + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", "rorId": null }, "location": { - "countryCode": "FI", - "countryName": "Finland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100828", - "name": "SISu", + "mirId": "MIR:00100120", + "name": "PharmGKB at Stanford", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.sisuproject.fi/", - "sampleId": "17:41223048", - "urlPattern": "http://search.sisuproject.fi/#/variant/{$id}" + "resourceHomeUrl": "http://www.pharmgkb.org/", + "sampleId": "PA146123006", + "urlPattern": "http://www.pharmgkb.org/pathway/{$id}" } ], - "sampleId": "17:41223048" + "sampleId": "PA146123006" }, { - "created": "2019-06-11T14:18:05.468+0000", + "created": "2019-06-11T14:16:40.928+0000", "deprecated": false, "deprecationDate": null, - "description": "The Universal Spectrum Identifier (USI) is a compound identifier that provides an abstract path to refer to a single spectrum generated by a mass spectrometer, and potentially the ion that is thought to have produced it.", - "id": 1735, - "mirId": "MIR:00000625", - "modified": "2019-06-11T14:18:05.468+0000", - "name": "Universal Spectrum Identifier", - "namespaceEmbeddedInLui": true, - "pattern": "^mzspec:.+$", - "prefix": "mzspec", + "description": "Phenol-Explorer is an electronic database on polyphenol content in foods. Polyphenols form a wide group of natural antioxidants present in a large number of foods and beverages. They contribute to food characteristics such as taste, colour or shelf-life. They also participate in the prevention of several major chronic diseases such as cardiovascular diseases, diabetes, cancers, neurodegenerative diseases or osteoporosis.", + "id": 785, + "mirId": "MIR:00000268", + "modified": "2019-06-11T14:16:40.928+0000", + "name": "Phenol-Explorer", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "phenolexplorer", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Universal Spectrum Identifier through Peptide Atlas", - "id": 1737, + "description": "Phenol-Explorer Database on Phenol content of foods", + "id": 787, "institution": { - "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", - "homeUrl": "https://isbscience.org/", - "id": 193, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 786, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Institute for Systems Biology", - "rorId": "https://ror.org/02tpgw303" + "name": "INRA and University of Alberta", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100829", - "name": "Universal Spectrum Identifier through Peptide Atlas", + "mirId": "MIR:00100345", + "name": "Phenol-Explorer Database on Phenol content of foods", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/ShowObservedSpectrum", - "sampleId": "PXD002255::ES_XP_Ubi_97H_HCD_349:scan:9617:LAEIYVNSSFYK/2", - "urlPattern": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/ShowObservedSpectrum?usi=mzspec:{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Institute for Systems Biology (ISB), Seattle, USA is an independent research institute focusing on systems biology.", - "id": 2394, - "institution": { - "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", - "homeUrl": "https://isbscience.org/", - "id": 193, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "Institute for Systems Biology", - "rorId": "https://ror.org/02tpgw303" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00000771", - "name": "Institute for Systems Biology, Seattle, USA", - "official": true, - "providerCode": "pc", - "resourceHomeUrl": "http://proteomecentral.proteomexchange.org/", - "sampleId": "PXD000865:00603_F01_P004608_B00F_A00_R1:scan:14453:SSLLDVLAAR/2", - "urlPattern": "http://proteomecentral.proteomexchange.org/usi/?usi=mzspec:{$id}" + "resourceHomeUrl": "http://www.phenol-explorer.eu/foods/", + "sampleId": "75", + "urlPattern": "http://phenol-explorer.eu/foods/{$id}" } ], - "sampleId": "PXD002255::ES_XP_Ubi_97H_HCD_349:scan:9617:LAEIYVNSSFYK/2" + "sampleId": "75" }, { - "created": "2019-06-11T14:18:05.694+0000", + "created": "2019-06-11T14:17:08.222+0000", "deprecated": false, "deprecationDate": null, - "description": "Repeated CRISPR (\"clustered regularly interspaced short palindromic repeats\") elements found in archaebacteria and eubacteria are believed to defend against viral infection, potentially targeting invading DNA for degradation. CRISPRdb is a database that stores information on CRISPRs that are automatically extracted from newly released genome sequence data.", - "id": 1738, - "mirId": "MIR:00000626", - "modified": "2019-06-11T14:18:05.694+0000", - "name": "CRISPRdb", + "description": "PhosphoPOINT is a database of the human kinase and phospho-protein interactome. It describes the interactions among kinases, their potential substrates and their interacting (phospho)-proteins. It also incorporates gene expression and uses gene ontology (GO) terms to annotate interactions. This collection references kinase information.", + "id": 1115, + "mirId": "MIR:00000385", + "modified": "2019-06-11T14:17:08.222+0000", + "name": "PhosphoPoint Kinase", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "crisprdb", + "pattern": "^\\w+$", + "prefix": "phosphopoint.kinase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CRISPRdb", - "id": 1740, + "description": "PhosphoPoint Kinase at National Taiwan University", + "id": 1117, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1739, + "id": 1116, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CN", + "countryName": "China" }, - "name": "Université Paris-Sud, Institut de Génétique et Microbiologie, Orsay,", + "name": "Department of Computer Science and Information Engineering, National Taiwan University", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100830", - "name": "CRISPRdb", + "mirId": "MIR:00100499", + "name": "PhosphoPoint Kinase at National Taiwan University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://crispr.i2bc.paris-saclay.fr/", - "sampleId": "551115", - "urlPattern": "http://crispr.i2bc.paris-saclay.fr/cgi-bin/crispr/SpecieProperties_db.cgi?Taxon_id[]={$id}" + "resourceHomeUrl": "http://kinase.bioinformatics.tw/", + "sampleId": "AURKA", + "urlPattern": "http://kinase.bioinformatics.tw/showall.jsp?type=Kinase&info=Gene&name={$id}&drawing=0&sorting=0&kinome=1" } ], - "sampleId": "551115" + "sampleId": "AURKA" }, { - "created": "2019-06-11T14:18:05.948+0000", + "created": "2019-06-11T14:17:08.458+0000", "deprecated": false, "deprecationDate": null, - "description": "GnpIS is an integrative information system focused on plants and fungal pests. It provides both genetic (e.g. genetic maps, quantitative trait loci, markers, single nucleotide polymorphisms, germplasms and genotypes) and genomic data (e.g. genomic sequences, physical maps, genome annotation and expression data) for species of agronomical interest.", - "id": 1741, - "mirId": "MIR:00000627", - "modified": "2019-06-11T14:18:05.948+0000", - "name": "GnpIS", + "description": "PhosphoPOINT is a database of the human kinase and phospho-protein interactome. It describes the interactions among kinases, their potential substrates and their interacting (phospho)-proteins. It also incorporates gene expression and uses gene ontology (GO) terms to annotate interactions. This collection references phosphoprotein information.", + "id": 1118, + "mirId": "MIR:00000386", + "modified": "2019-06-11T14:17:08.458+0000", + "name": "PhosphoPoint Phosphoprotein", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "gnpis", + "pattern": "^\\w+$", + "prefix": "phosphopoint.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GnpIS", - "id": 1743, + "description": "PhosphoPoint Phosphoprotein at National Taiwan University", + "id": 1119, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1742, + "id": 1116, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CN", + "countryName": "China" }, - "name": "URGI (Research Unit in Genomics-Info), INRA de Versailles, Route de Saint-Cyr, Versailles", + "name": "Department of Computer Science and Information Engineering, National Taiwan University", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100831", - "name": "GnpIS", + "mirId": "MIR:00100500", + "name": "PhosphoPoint Phosphoprotein at National Taiwan University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://urgi.versailles.inra.fr/gnpis/", - "sampleId": "AY109603", - "urlPattern": "https://urgi.versailles.inra.fr/gnpis/#result/term={$id}" + "resourceHomeUrl": "http://kinase.bioinformatics.tw/", + "sampleId": "AURKA", + "urlPattern": "http://kinase.bioinformatics.tw/showall.jsp?type=PhosphoProtein&info=Gene&name={$id}&drawing=0&sorting=0&kinome=0" } ], - "sampleId": "AY109603" + "sampleId": "AURKA" }, { - "created": "2019-06-11T14:18:06.185+0000", + "created": "2019-06-11T14:16:00.712+0000", "deprecated": false, "deprecationDate": null, - "description": "Sea lice (Lepeophtheirus salmonis and Caligus species) are the major pathogens of salmon, significantly impacting upon the global salmon farming industry. Lice control is primarily accomplished through chemotherapeutants, though emerging resistance necessitates the development of new treatment methods (biological agents, prophylactics and new drugs). LiceBase is a database for sea lice genomics, providing genome annotation of the Atlantic salmon louse Lepeophtheirus salmonis, a genome browser, and access to related high-thoughput genomics data. LiceBase also mines and stores data from related genome sequencing and functional genomics projects.", - "id": 1744, - "mirId": "MIR:00000628", - "modified": "2019-06-11T14:18:06.185+0000", - "name": "LiceBase", + "description": "PhosphoSite is a mammalian protein database that provides information about in vivo phosphorylation sites. This datatype refers to protein-level information, providing a list of phosphorylation sites for each protein in the database.", + "id": 338, + "mirId": "MIR:00000105", + "modified": "2019-06-11T14:16:00.712+0000", + "name": "PhosphoSite Protein", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9\\-\\/]+$", - "prefix": "licebase", + "pattern": "^\\d{5}$", + "prefix": "phosphosite.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LiceBase", - "id": 1746, + "description": "PhosphoSite", + "id": 340, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1745, + "id": 339, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "US", + "countryName": "United States" }, - "name": "Sea Lice Research Centre (SLRC), University of Bergen", + "name": "Cell Signaling Technology, Inc.", "rorId": null }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100832", - "name": "LiceBase", + "mirId": "MIR:00100138", + "name": "PhosphoSite", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://licebase.org", - "sampleId": "EMLSAT00000003403", - "urlPattern": "https://licebase.org/?q={$id}" + "resourceHomeUrl": "http://www.phosphosite.org/homeAction.do", + "sampleId": "12300", + "urlPattern": "http://www.phosphosite.org/proteinAction.do?id={$id}" } ], - "sampleId": "EMLSAT00000003403" + "sampleId": "12300" }, { - "created": "2019-06-11T14:18:06.412+0000", + "created": "2019-06-11T14:16:06.208+0000", "deprecated": false, "deprecationDate": null, - "description": "The SugarBind Database captures knowledge of glycan binding of human pathogen lectins and adhesins, where each glycan-protein binding pair is associated with at least one published reference. It provides information on the pathogen agent, the lectin/adhesin involved, and the human glycan ligand. This collection provides information on ligands.", - "id": 1747, - "mirId": "MIR:00000629", - "modified": "2019-06-11T14:18:06.412+0000", - "name": "SugarBind", + "description": "PhosphoSite is a mammalian protein database that provides information about in vivo phosphorylation sites. This datatype refers to residue-level information, providing a information about a single modification position in a specific protein sequence.", + "id": 396, + "mirId": "MIR:00000125", + "modified": "2019-06-11T14:16:06.208+0000", + "name": "PhosphoSite Residue", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z]+\\/[0-9]+$", - "prefix": "sugarbind", + "pattern": "^\\d+$", + "prefix": "phosphosite.residue", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SugarBind", - "id": 1749, + "description": "PhosphoSite Residue", + "id": 397, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1748, + "id": 339, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "Proteome Informatics Group, SIB Swiss Institute of Bioinformatics, Geneva", + "name": "Cell Signaling Technology, Inc.", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100833", - "name": "SugarBind", + "mirId": "MIR:00100159", + "name": "PhosphoSite Residue", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sugarbind.expasy.org/", - "sampleId": "lectins/172", - "urlPattern": "http://sugarbind.expasy.org/{$id}" + "resourceHomeUrl": "http://www.phosphosite.org/homeAction.do", + "sampleId": "2842", + "urlPattern": "http://www.phosphosite.org/siteAction.do?id={$id}" } ], - "sampleId": "lectins/172" + "sampleId": "2842" }, { - "created": "2019-06-11T14:18:06.653+0000", + "created": "2019-06-11T14:16:30.326+0000", "deprecated": false, "deprecationDate": null, - "description": "RNAcentral is a public resource that offers integrated access to a comprehensive and up-to-date set of non-coding RNA sequences provided by a collaborating group of Expert Databases.", - "id": 1750, - "mirId": "MIR:00000630", - "modified": "2019-06-11T14:18:06.653+0000", - "name": "RNAcentral", + "description": "PhylomeDB is a database of complete phylomes derived for different genomes within a specific taxonomic range. It provides alignments, phylogentic trees and tree-based orthology predictions for all encoded proteins.", + "id": 663, + "mirId": "MIR:00000223", + "modified": "2019-06-11T14:16:30.326+0000", + "name": "PhylomeDB", "namespaceEmbeddedInLui": false, - "pattern": "^URS[0-9A-F]{10}(\\_\\d+)?$", - "prefix": "rnacentral", + "pattern": "^\\w+$", + "prefix": "phylomedb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RNAcentral through EMBL-EBI", - "id": 1751, + "description": "PhylomeDB at Centro de Investigación Príncipe Felipe", + "id": 665, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "The Centre for Genomic Regulation (CRG) is an international biomedical research institute of excellence, created in December 2000. It is a non-profit foundation funded by the Catalan Government through the Departments of Business & Knowledge, the Spanish Ministry of Science, Innovation & Universities, the \"la Caixa\" Banking Foundation, and includes the participation of Pompeu Fabra University.", + "homeUrl": "https://www.crg.eu", + "id": 664, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Centre for Genomic Regulation", + "rorId": "https://ror.org/03wyzt892" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "ES", + "countryName": "Spain" }, - "mirId": "MIR:00100834", - "name": "RNAcentral through EMBL-EBI", + "mirId": "MIR:00100282", + "name": "PhylomeDB at Centro de Investigación Príncipe Felipe", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://rnacentral.org/", - "sampleId": "URS0000759CF4", - "urlPattern": "https://rnacentral.org/rna/{$id}" + "resourceHomeUrl": "http://phylomedb.org/", + "sampleId": "Phy000CLXM_RAT", + "urlPattern": "http://phylomedb.org/?seqid={$id}" } ], - "sampleId": "URS0000759CF4" + "sampleId": "Phy000CLXM_RAT" }, { - "created": "2019-06-11T14:18:06.853+0000", + "created": "2019-06-11T14:17:19.049+0000", "deprecated": false, "deprecationDate": null, - "description": "MicroScope is an integrative resource that supports systematic and efficient revision of microbial genome annotation, data management and comparative analysis.", - "id": 1752, - "mirId": "MIR:00000631", - "modified": "2019-06-11T14:18:06.853+0000", - "name": "MicroScope", + "description": "Phytozome is a project to facilitate comparative genomic studies amongst green plants. Famlies of orthologous and paralogous genes that represent the modern descendents of ancestral gene sets are constructed at key phylogenetic nodes. These families allow easy access to clade specific orthology/paralogy relationships as well as clade specific genes and gene expansions. This collection references locus information.", + "id": 1241, + "mirId": "MIR:00000432", + "modified": "2019-06-11T14:17:19.049+0000", + "name": "Phytozome Locus", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "microscope", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "phytozome.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MicroScope", - "id": 1754, + "description": "Phytozome Locus at Joint Genome Institute", + "id": 1243, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1753, + "id": 1242, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "Université Évry-Val-d'Essonne, CEA, Institut de Génomique - Genoscope, Laboratoire d'Analyses Bioinformatiques pour la Génomique et le Métabolisme, Evry", + "name": "Joint Genome Institute, California, and the Center for Integrative Genomics, Lausanne", "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100836", - "name": "MicroScope", + "mirId": "MIR:00100556", + "name": "Phytozome Locus at Joint Genome Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genoscope.cns.fr/agc/microscope", - "sampleId": "5601141", - "urlPattern": "http://www.genoscope.cns.fr/agc/microscope/mage/info.php?id={$id}" + "resourceHomeUrl": "http://www.phytozome.net/", + "sampleId": "Glyma0021s00410", + "urlPattern": "http://www.phytozome.net/genePage.php?crown&method=0&search=1&detail=1&searchText=locusname:{$id}" } ], - "sampleId": "5601141" + "sampleId": "Glyma0021s00410" }, { - "created": "2019-06-11T14:18:07.113+0000", + "created": "2019-06-11T14:16:08.872+0000", "deprecated": false, "deprecationDate": null, - "description": "A database of genome-wide annotations of regulatory sites. It contains annotations for 17 prokaryotes and 3 eukaryotes. The database frontend offers an intuitive interface showing genomic information in a graphical form.", - "id": 1755, - "mirId": "MIR:00000632", - "modified": "2019-06-11T14:18:07.113+0000", - "name": "SwissRegulon", + "description": "The Pathway Interaction Database is a highly-structured, curated collection of information about known human biomolecular interactions and key cellular processes assembled into signaling pathways. This datatype provides access to pathway information.", + "id": 424, + "mirId": "MIR:00000133", + "modified": "2019-06-11T14:16:08.872+0000", + "name": "NCI Pathway Interaction Database: Pathway", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "swissregulon", + "pattern": "^\\w+$", + "prefix": "pid.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SwissRegulon", - "id": 1756, + "description": "NCI Pathway Interaction Database (Pathway)", + "id": 426, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 425, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "National Cancer Institute, Rockville, Maryland", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100837", - "name": "SwissRegulon", + "mirId": "MIR:00100173", + "name": "NCI Pathway Interaction Database (Pathway)", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://swissregulon.unibas.ch", - "sampleId": "AHR", - "urlPattern": "http://swissregulon.unibas.ch/query/{$id}" + "resourceHomeUrl": "http://pid.nci.nih.gov/", + "sampleId": "pi3kcipathway", + "urlPattern": "http://pid.nci.nih.gov/search/pathway_landing.shtml?what=graphic&jpg=on&pathway_id={$id}" } ], - "sampleId": "AHR" + "sampleId": "pi3kcipathway" }, { - "created": "2019-06-11T14:18:07.321+0000", + "created": "2019-06-11T14:17:35.969+0000", "deprecated": false, "deprecationDate": null, - "description": "Database of validation results for ligands and non-standard residues in the Protein Data Bank.", - "id": 1757, - "mirId": "MIR:00000633", - "modified": "2019-06-11T14:18:07.321+0000", - "name": "ValidatorDB", + "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references pig QTLs.", + "id": 1433, + "mirId": "MIR:00000506", + "modified": "2019-06-11T14:17:35.969+0000", + "name": "Animal Genome Pig QTL", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9\\/]+$", - "prefix": "validatordb", + "pattern": "^\\d+$", + "prefix": "pigqtldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ValidatorDB", - "id": 1759, + "description": "Animal QTL Pig at Iowa State University", + "id": 1434, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1758, + "id": 1429, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "name": "Central European Institute of Technology", + "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100838", - "name": "ValidatorDB", + "mirId": "MIR:00100647", + "name": "Animal QTL Pig at Iowa State University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://webchem.ncbr.muni.cz/Platform/ValidatorDb/", - "sampleId": "ByStructure/2h6o", - "urlPattern": "https://webchem.ncbr.muni.cz/Platform/ValidatorDb/{$id}" + "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", + "sampleId": "14", + "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" } ], - "sampleId": "ByStructure/2h6o" + "sampleId": "14" }, { - "created": "2019-06-11T14:18:07.548+0000", + "created": "2019-06-11T14:17:01.276+0000", "deprecated": false, "deprecationDate": null, - "description": "Database of the dielectric properties of biological tissues.", - "id": 1760, - "mirId": "MIR:00000634", - "modified": "2019-06-11T14:18:07.548+0000", - "name": "Bio-MINDER Tissue Database", + "description": "Protein Interaction Network Analysis (PINA) platform is an integrated platform for protein interaction network construction, filtering, analysis, visualization and management. It integrates protein-protein interaction data from six public curated databases and builds a complete, non-redundant protein interaction dataset for six model organisms.", + "id": 1030, + "mirId": "MIR:00000359", + "modified": "2019-06-11T14:17:01.276+0000", + "name": "PINA", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9\\-]+$", - "prefix": "biominder", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", + "prefix": "pina", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bio-MINDER Tissue Database", - "id": 1762, + "description": "Protein Interaction Network Analysis (PINA) at Garvan Institute", + "id": 1032, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1761, + "id": 1031, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "AU", + "countryName": "Australia" }, - "name": "RWTH Aachen University / NUIG Galway", + "name": "Garvan Institute of Medical Research, Sydney", "rorId": null }, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "AU", + "countryName": "Australia" }, - "mirId": "MIR:00100839", - "name": "Bio-MINDER Tissue Database", + "mirId": "MIR:00100456", + "name": "Protein Interaction Network Analysis (PINA) at Garvan Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://datalab.rwth-aachen.de/MINDER", - "sampleId": "aef4c195-9cf9-46db-a12a-7cfd1ff3eec3", - "urlPattern": "https://datalab.rwth-aachen.de/MINDER/resource/{$id}" + "resourceHomeUrl": "http://cbg.garvan.unsw.edu.au/pina/", + "sampleId": "Q13485", + "urlPattern": "http://cbg.garvan.unsw.edu.au/pina/interactome.oneP.do?ac={$id}&showExtend=null" } ], - "sampleId": "aef4c195-9cf9-46db-a12a-7cfd1ff3eec3" + "sampleId": "Q13485" }, { - "created": "2019-06-11T14:18:07.777+0000", + "created": "2019-06-11T14:16:59.494+0000", "deprecated": false, "deprecationDate": null, - "description": "Neurovault is an online repository for statistical maps, parcellations and atlases of the brain. This collection references sets (collections) of images.", - "id": 1763, - "mirId": "MIR:00000635", - "modified": "2019-06-11T14:18:07.777+0000", - "name": "NeuroVault Collection", + "description": "PiroplasmaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 1009, + "mirId": "MIR:00000351", + "modified": "2019-06-11T14:16:59.494+0000", + "name": "PiroplasmaDB", "namespaceEmbeddedInLui": false, - "pattern": "^[1-9][0-9]*$", - "prefix": "neurovault.collection", + "pattern": "^TA\\d+$", + "prefix": "piroplasma", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NeuroVault Collection", - "id": 1764, + "description": "PiroplasmaBD at EuPathDB", + "id": 1011, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 98, + "id": 1010, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Stanford University", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia, Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100840", - "name": "NeuroVault Collection", + "mirId": "MIR:00100448", + "name": "PiroplasmaBD at EuPathDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://neurovault.org", - "sampleId": "3304", - "urlPattern": "https://neurovault.org/collections/{$id}" + "resourceHomeUrl": "http://piroplasmadb.org/", + "sampleId": "TA14985", + "urlPattern": "http://piroplasmadb.org/piro/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "3304" + "sampleId": "TA14985" }, { - "created": "2019-06-11T14:18:07.981+0000", + "created": "2019-06-11T14:15:34.294+0000", "deprecated": false, "deprecationDate": null, - "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", - "id": 1765, - "mirId": "MIR:00000636", - "modified": "2019-06-11T14:18:07.981+0000", - "name": "VMH metabolite", + "description": "The PIR SuperFamily concept is being used as a guiding principle to provide comprehensive and non-overlapping clustering of UniProtKB sequences into a hierarchical order to reflect their evolutionary relationships.", + "id": 69, + "mirId": "MIR:00000017", + "modified": "2019-06-11T14:15:34.294+0000", + "name": "PIRSF", "namespaceEmbeddedInLui": false, - "pattern": "[a-zA-Z0-9_\\(\\_\\)\\[\\]]+", - "prefix": "vmhmetabolite", + "pattern": "^PIRSF\\d{6}$", + "prefix": "pirsf", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VMH metabolite", - "id": 1767, + "description": "PIRSF", + "id": 71, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "homeUrl": "http://www.nuigalway.ie/", - "id": 2496, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 70, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "US", + "countryName": "United States" }, - "name": "National University of Ireland, Galway", + "name": "Georgetown University Medical Center", "rorId": null }, "location": { - "countryCode": "IE", - "countryName": "Ireland" - }, - "mirId": "MIR:00100841", - "name": "VMH metabolite", - "official": false, - "providerCode": "NUI", - "resourceHomeUrl": "https://www.vmh.life/", - "sampleId": "h2o", - "urlPattern": "https://www.vmh.life/#metabolite/{$id}" - } - ], - "sampleId": "h2o" - }, - { - "created": "2019-06-11T14:18:08.710+0000", - "deprecated": false, - "deprecationDate": null, - "description": "nmrCV is a controlled vocabulary to deliver standardized descriptors for the open mark-up language for NMR raw and spectrum data, sanctioned by the metabolomics standards initiative msi.", - "id": 1773, - "mirId": "MIR:00000639", - "modified": "2019-06-11T14:18:08.710+0000", - "name": "Nuclear Magnetic Resonance Controlled Vocabulary", - "namespaceEmbeddedInLui": true, - "pattern": "^NMR:\\d+$", - "prefix": "nmr", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "NMR through OLS", - "id": 1774, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100844", - "name": "NMR through OLS", + "mirId": "MIR:00100025", + "name": "PIRSF", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/nmrcv", - "sampleId": "1000003", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/nmrcv/terms?short_form=NMR:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://pir.georgetown.edu/", + "sampleId": "PIRSF000100", + "urlPattern": "https://pir.georgetown.edu/cgi-bin/ipcSF?id={$id}" } ], - "sampleId": "1000003" + "sampleId": "PIRSF000100" }, { - "created": "2019-06-11T14:18:08.921+0000", + "created": "2020-10-07T10:25:14.491+0000", "deprecated": false, "deprecationDate": null, - "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", - "id": 1775, - "mirId": "MIR:00000640", - "modified": "2019-06-11T14:18:08.921+0000", - "name": "VMH reaction", + "description": "PK-DB an open database for pharmacokinetics information from clinical trials as well as pre-clinical research. The focus of PK-DB is to provide high-quality pharmacokinetics data enriched with the required meta-information for computational modeling and data integration. ", + "id": 2370, + "mirId": "MIR:00000708", + "modified": "2020-10-07T10:25:14.491+0000", + "name": "PK-DB", "namespaceEmbeddedInLui": false, - "pattern": "[a-zA-Z0-9_\\(\\_\\)\\[\\]]+", - "prefix": "vmhreaction", + "pattern": "^PKDB[0-9]{5}$", + "prefix": "pkdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VMH reaction", - "id": 1776, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01hcx6992' with Wikidata IDs [Q152087], and ISNI IDs [0000 0001 2248 7639]", + "id": 2371, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "homeUrl": "http://www.nuigalway.ie/", - "id": 2496, + "description": "Humboldt University of Berlin is a university in the central borough of Mitte in Berlin, Germany. It was established by Frederick William III on the initiative of Wilhelm von Humboldt, Johann Gottlieb Fichte and Friedrich Ernst Daniel Schleiermacher as the University of Berlin (Universität zu Berlin) in 1809, and opened in 1810.", + "homeUrl": "https://www.hu-berlin.de/?set_language=en&cl=en", + "id": 2369, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National University of Ireland, Galway", + "name": "Humboldt University of Berlin", "rorId": null }, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100845", - "name": "VMH reaction", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.vmh.life/", - "sampleId": "HEX1", - "urlPattern": "https://www.vmh.life/#reaction/{$id}" + "mirId": "MIR:00000714", + "name": "Humboldt University of Berlin", + "official": true, + "providerCode": "pkdb", + "resourceHomeUrl": "https://www.hu-berlin.de/?set_language=en&cl=en", + "sampleId": "PKDB00198", + "urlPattern": "https://pk-db.com/data/{$id}" } ], - "sampleId": "HEX1" + "sampleId": "PKDB00198" }, { - "created": "2019-06-11T14:18:09.136+0000", + "created": "2019-06-11T14:17:53.641+0000", "deprecated": false, "deprecationDate": null, - "description": "The Astrophysics Source Code Library (ASCL) is a free online registry for software that have been used in research that has appeared in, or been submitted to, peer-reviewed publications. The ASCL is indexed by the SAO/NASA Astrophysics Data System (ADS) and Web of Science's Data Citation Index (WoS DCI), and is citable by using the unique ascl ID assigned to each code. The ascl ID can be used to link to the code entry by prefacing the number with ascl.net (i.e., ascl.net/1201.001).", - "id": 1777, - "mirId": "MIR:00000641", - "modified": "2019-06-11T14:18:09.136+0000", - "name": "Astrophysics Source Code Library", + "description": "The Plant TF database (PlantTFDB) systematically identifies transcription factors for plant species. It includes annotation for identified TFs, including information on expression, regulation, interaction, conserved elements, phenotype information. It also provides curated descriptions and cross-references to other life science databases, as well as identifying evolutionary relationship among identified factors.", + "id": 1611, + "mirId": "MIR:00000579", + "modified": "2019-06-11T14:17:53.641+0000", + "name": "Plant Transcription Factor Database", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9\\.]+$", - "prefix": "ascl", + "pattern": "^[A-Z][a-z]{2}_([A-Za-z]{3}[0-9]{6})|([A-Za-z0-9\\._\\-#]*)$", + "prefix": "planttfdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Astrophysics Source Code Library", - "id": 1779, + "description": "PlantTFDB at Peking University", + "id": 1613, "institution": { - "description": "The Astrophysics Source Code Library (ASCL), founded in 1999 by Robert Nemiroff and John Wallin, takes an active approach to sharing astrophysical source code.", - "homeUrl": "http://ascl.net/", - "id": 1778, + "description": "Peking University is a comprehensive and national key university. The campus, known as \"Yan Yuan\"(the garden of Yan), is situated at Haidian District in the western suburb of Beijing, with a total area of 2,743,532 square metres (or 274 hectares). It stands near to the Yuanmingyuan Garden and the Summer Palace.\nPeking University is proud of its outstanding faculty, including 48 members of the Chinese Academy of Sciences (CAS), 9 members of the Chinese Academy of Engineering (CAE), and 21 members of the Third World Academy of Sciences (TWAS).", + "homeUrl": "http://english.pku.edu.cn/", + "id": 1612, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Astrophysics Source Code Library", + "name": "Peking University", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00100846", - "name": "Astrophysics Source Code Library", + "mirId": "MIR:00100772", + "name": "PlantTFDB at Peking University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://ascl.net/", - "sampleId": "1801.012", - "urlPattern": "http://ascl.net/{$id}" + "resourceHomeUrl": "http://planttfdb.cbi.pku.edu.cn", + "sampleId": "Ath_AT1G01030.1", + "urlPattern": "http://planttfdb.cbi.pku.edu.cn/tf.php?uid={$id}" } ], - "sampleId": "1801.012" + "sampleId": "Ath_AT1G01030.1" }, { - "created": "2019-06-11T14:18:09.365+0000", + "created": "2019-06-11T14:16:13.221+0000", "deprecated": false, "deprecationDate": null, - "description": "FaceBase is a collaborative NIDCR-funded consortium to generate data in support of advancing research into craniofacial development and malformation. It serves as a community resource by generating large datasets of a variety of types and making them available to the wider research community via this website. Practices emphasize a comprehensive and multidisciplinary approach to understanding the developmental processes that create the face. The data offered spotlights high-throughput genetic, molecular, biological, imaging and computational techniques. One of the missions of this consortium is to facilitate cooperation and collaboration between projects.", - "id": 1780, - "mirId": "MIR:00000642", - "modified": "2019-06-11T14:18:09.365+0000", - "name": "FaceBase Data Repository", + "description": "AmoebaDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 471, + "mirId": "MIR:00000150", + "modified": "2019-06-11T14:16:13.221+0000", + "name": "PlasmoDB", "namespaceEmbeddedInLui": false, - "pattern": "^FB\\d{8}$", - "prefix": "facebase", + "pattern": "^\\w+$", + "prefix": "plasmodb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FaceBase Data Repository", - "id": 1782, + "description": "PlasmoDB at EuPathDB", + "id": 472, "institution": { - "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", - "homeUrl": "https://www.usc.edu/", - "id": 1781, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 467, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Southern California", - "rorId": "https://ror.org/03taz7m60" + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100847", - "name": "FaceBase Data Repository", + "mirId": "MIR:00100195", + "name": "PlasmoDB at EuPathDB", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.facebase.org", - "sampleId": "FB00000917", - "urlPattern": "https://www.facebase.org/data/record/#1/isa:dataset/accession={$id}" + "resourceHomeUrl": "http://plasmodb.org/plasmo/", + "sampleId": "PF11_0344", + "urlPattern": "http://plasmodb.org/plasmo/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "FB00000917" + "sampleId": "PF11_0344" }, { - "created": "2019-06-11T14:18:09.598+0000", + "created": "2019-06-11T14:16:30.793+0000", "deprecated": false, "deprecationDate": null, - "description": "The GenitoUrinary Development Molecular Anatomy Project (GUDMAP) is a consortium of laboratories working to provide the scientific and medical community with tools to facilitate research on the GenitoUrinary (GU) tract.", - "id": 1783, - "mirId": "MIR:00000643", - "modified": "2019-06-11T14:18:09.598+0000", - "name": "GUDMAP", + "description": "The Proteolysis MAP is a resource for proteolytic networks and pathways. PMAP is comprised of five databases, linked together in one environment. CutDB is a database of individual proteolytic events (cleavage sites).", + "id": 669, + "mirId": "MIR:00000225", + "modified": "2019-06-11T14:16:30.793+0000", + "name": "CutDB", "namespaceEmbeddedInLui": false, - "pattern": "^[-0-9a-zA-Z]+(@[-0-9a-zA-Z]+)?$", - "prefix": "gudmap", + "pattern": "^\\d+$", + "prefix": "pmap.cutdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GUDMAP", - "id": 1785, + "description": "CutDB at The Burnham Institute for Medical Research", + "id": 670, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1784, + "id": 667, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "GenitoUrinary Development Molecular Anatomy Project (GUDMAP) Consortium", + "name": "The Center on Proteolytic Pathways, The Cancer Research Center and The Inflammatory and Infectious Disease Center, The Burnham Institute for Medical Research, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100848", - "name": "GUDMAP", + "mirId": "MIR:00100284", + "name": "CutDB at The Burnham Institute for Medical Research", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.gudmap.org/", - "sampleId": "Q-2958", - "urlPattern": "https://gudmap.org/id/{$id}" + "resourceHomeUrl": "http://cutdb.burnham.org", + "sampleId": "25782", + "urlPattern": "http://cutdb.burnham.org/relation/show/{$id}" } ], - "sampleId": "Q-2958" + "sampleId": "25782" }, { - "created": "2019-06-11T14:18:09.859+0000", + "created": "2019-06-11T14:16:30.547+0000", "deprecated": false, "deprecationDate": null, - "description": "The JRC Data Catalogue gives access to the multidisciplinary data produced and maintained by the Joint Research Centre, the European Commission's in-house science service providing independent scientific advice and support to policies of the European Union.", - "id": 1786, - "mirId": "MIR:00000644", - "modified": "2019-06-11T14:18:09.859+0000", - "name": "JRC Data Catalogue", + "description": "The Proteolysis MAP is a resource for proteolytic networks and pathways. PMAP is comprised of five databases, linked together in one environment. SubstrateDB contains molecular information on documented protease substrates.", + "id": 666, + "mirId": "MIR:00000224", + "modified": "2019-06-11T14:16:30.547+0000", + "name": "SubstrateDB", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9\\-_]+$", - "prefix": "eu89h", + "pattern": "^\\d+$", + "prefix": "pmap.substratedb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "JRC Data Catalogue", - "id": 1788, + "description": "SubstrateDB at The Burnham Institute for Medical Research", + "id": 668, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1787, + "id": 667, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Commission, Joint Research Centre (JRC)", + "name": "The Center on Proteolytic Pathways, The Cancer Research Center and The Inflammatory and Infectious Disease Center, The Burnham Institute for Medical Research, California", "rorId": null }, "location": { - "countryCode": "BE", - "countryName": "Belgium" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100849", - "name": "JRC Data Catalogue", + "mirId": "MIR:00100283", + "name": "SubstrateDB at The Burnham Institute for Medical Research", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://data.jrc.ec.europa.eu/", - "sampleId": "jrc-eurl-ecvam-chemagora", - "urlPattern": "http://data.europa.eu/89h/{$id}" + "resourceHomeUrl": "http://substrate.burnham.org/", + "sampleId": "1915", + "urlPattern": "http://substrate.burnham.org/protein/annotation/{$id}/html" } ], - "sampleId": "jrc-eurl-ecvam-chemagora" + "sampleId": "1915" }, { - "created": "2019-06-11T14:18:10.316+0000", + "created": "2019-06-11T14:16:12.446+0000", "deprecated": false, "deprecationDate": null, - "description": "Metabolomics Workbench stores metabolomics data for small and large studies on cells, tissues and organisms for the Metabolomics Consortium Data Repository and Coordinating Center (DRCC).", - "id": 1792, - "mirId": "MIR:00000646", - "modified": "2019-06-11T14:18:10.316+0000", - "name": "Metabolomics Workbench Study", + "description": "PMC International (PMCI) is a free full-text archive of biomedical and life sciences journal literature. PMCI is a collaborative effort between the U.S. National Institutes of Health and the National Library of Medicine, the publishers whose journal content makes up the PMC archive, and organizations in other countries that share NIH's and NLM's interest in archiving life sciences literature.", + "id": 462, + "mirId": "MIR:00000147", + "modified": "2019-06-11T14:16:12.446+0000", + "name": "PMC International", "namespaceEmbeddedInLui": false, - "pattern": "^ST[0-9]{6}$", - "prefix": "mw.study", + "pattern": "PMC\\d+", + "prefix": "pmc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Metabolomics Workbench Study through OmicsDI", - "id": 1795, + "description": "Europe PMC", + "id": 465, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 61, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Europe PubMed Central partners", + "rorId": null }, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100860", - "name": "Metabolomics Workbench Study through OmicsDI", - "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "ST000900", - "urlPattern": "https://www.omicsdi.org/dataset/metabolomics_workbench/{$id}" + "mirId": "MIR:00100498", + "name": "Europe PMC", + "official": true, + "providerCode": "epmc", + "resourceHomeUrl": "http://europepmc.org/", + "sampleId": "PMC3084216", + "urlPattern": "http://europepmc.org/articles/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Metabolomics Workbench Study", - "id": 1794, + "description": "PubMed Central", + "id": 464, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100859", - "name": "Metabolomics Workbench Study", - "official": true, - "providerCode": "ucsd", - "resourceHomeUrl": "http://www.metabolomicsworkbench.org/", - "sampleId": "ST000900", - "urlPattern": "http://www.metabolomicsworkbench.org/data/DRCCMetadata.php?Mode=Study&StudyID={$id}" + "mirId": "MIR:00100191", + "name": "PubMed Central", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/pmc/", + "sampleId": "PMC3084216", + "urlPattern": "https://www.ncbi.nlm.nih.gov/pmc/articles/{$id}/?tool=pubmed" } ], - "sampleId": "ST000900" + "sampleId": "PMC3084216" }, { - "created": "2019-06-11T14:18:10.677+0000", + "created": "2019-06-11T14:16:22.644+0000", "deprecated": false, "deprecationDate": null, - "description": "Metabolomics Workbench stores metabolomics data for small and large studies on cells, tissues and organisms for the Metabolomics Consortium Data Repository and Coordinating Center (DRCC).", - "id": 1796, - "mirId": "MIR:00000647", - "modified": "2019-06-11T14:18:10.677+0000", - "name": "Metabolomics Workbench Project", + "description": "The Protein Model DataBase (PMDB), is a database that collects manually built three dimensional protein models, obtained by different structure prediction techniques.", + "id": 578, + "mirId": "MIR:00000190", + "modified": "2019-06-11T14:16:22.644+0000", + "name": "Protein Model Database", "namespaceEmbeddedInLui": false, - "pattern": "^PR[0-9]{6}$", - "prefix": "mw.project", + "pattern": "^PM\\d{7}", + "prefix": "pmdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Metabolomics Workbench Project", - "id": 1797, + "description": "Protein Model Database at University of Rome", + "id": 580, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 579, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "CASPUR and Biocomputing group, Department of Biochemical Sciences, University of Rome, Rome", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100861", - "name": "Metabolomics Workbench Project", - "official": true, - "providerCode": "ucsd", - "resourceHomeUrl": "http://www.metabolomicsworkbench.org/", - "sampleId": "PR000001", - "urlPattern": "http://www.metabolomicsworkbench.org/data/DRCCMetadata.php?Mode=Project&ProjectID={$id}" + "mirId": "MIR:00100247", + "name": "Protein Model Database at University of Rome", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://bioinformatics.cineca.it/PMDB/", + "sampleId": "PM0012345", + "urlPattern": "https://bioinformatics.cineca.it/PMDB/user//search.php?idsearch={$id}" } ], - "sampleId": "PR000001" + "sampleId": "PM0012345" }, { - "created": "2019-06-11T14:18:10.861+0000", + "created": "2019-06-11T14:16:31.282+0000", "deprecated": false, "deprecationDate": null, - "description": "A public place to process, interpret and share GC/MS metabolomics datasets.", - "id": 1798, - "mirId": "MIR:00000648", - "modified": "2019-06-11T14:18:10.861+0000", - "name": "Metabolome Express", + "description": "The number of known protein sequences exceeds those of experimentally solved protein structures. Homology (or comparative) modeling methods make use of experimental protein structures to build models for evolutionary related proteins. The Protein Model Portal (PMP) provides a single portal to access these models, which are accessed through their UniProt identifiers.", + "id": 673, + "mirId": "MIR:00000227", + "modified": "2019-06-11T14:16:31.282+0000", + "name": "PMP", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "mex", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", + "prefix": "pmp", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "Metabolome Express", - "id": 1800, + "deprecated": true, + "deprecationDate": "2020-03-03T06:27:49.602+0000", + "description": "PMP at University of Basel", + "id": 675, "institution": { - "description": "The Australian Research Council Centre of Excellence in Plant Energy Biology (PEB) is a cutting-edge research centre focused on better understanding the ways plants capture, convert and use energy in response to environmental change, with a view towards improved plant energy efficiency.", - "homeUrl": "https://plantenergy.edu.au/", - "id": 1799, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 674, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Centre of Excellence in Plant Energy Biology", - "rorId": "https://ror.org/01a1mq059" + "name": "Biozentrum, University of Basel, Basel", + "rorId": null }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100862", - "name": "Metabolome Express", - "official": true, + "mirId": "MIR:00100286", + "name": "PMP at University of Basel", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.metabolome-express.org/", - "sampleId": "36", - "urlPattern": "https://www.metabolome-express.org/datasetview.php?datasetid={$id}" - }, + "resourceHomeUrl": "http://www.proteinmodelportal.org/", + "sampleId": "Q0VCA6", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100286/{$id}" + } + ], + "sampleId": "Q0VCA6" + }, + { + "created": "2021-08-08T09:39:33.533+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Resource for the community to store, retrieve, search, reference, and reuse CellML models.", + "id": 2796, + "mirId": "MIR:00000845", + "modified": "2021-08-08T09:39:33.533+0000", + "name": "Physiome Model Repository", + "namespaceEmbeddedInLui": false, + "pattern": "^[a-z0-9]{32,32}$", + "prefix": "pmr", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Metabolome Express through OmicsDI", - "id": 1801, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", + "id": 2797, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", + "homeUrl": "https://www.auckland.ac.nz/en.html", + "id": 2795, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NZ", + "countryName": "New Zealand" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Auckland", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NZ", + "countryName": "New Zealand" }, - "mirId": "MIR:00100863", - "name": "Metabolome Express through OmicsDI", - "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "36", - "urlPattern": "https://www.omicsdi.org/dataset/metabolome_express/MEX{$id}" + "mirId": "MIR:00000844", + "name": "University of Auckland", + "official": true, + "providerCode": "abi", + "resourceHomeUrl": "https://www.auckland.ac.nz/en.html", + "sampleId": "ebf69ca24298b28b2361e7d43eb52d6c", + "urlPattern": "https://models.physiomeproject.org/exposure/{$id}" } ], - "sampleId": "36" + "sampleId": "ebf69ca24298b28b2361e7d43eb52d6c" }, { - "created": "2019-06-11T14:18:11.249+0000", + "created": "2022-02-27T20:41:50.311+0000", "deprecated": false, "deprecationDate": null, - "description": "The Global Proteome Machine Database was constructed to utilize the information obtained by GPM servers to aid in the difficult process of validating peptide MS/MS spectra as well as protein coverage patterns.", - "id": 1802, - "mirId": "MIR:00000649", - "modified": "2019-06-11T14:18:11.249+0000", - "name": "GPMDB", + "description": "Workspace (Git repository) for modeling projects managed by the Physiome Model Repository", + "id": 3196, + "mirId": "MIR:00000948", + "modified": "2022-02-27T20:41:50.311+0000", + "name": "Physiome Model Repository workspace", "namespaceEmbeddedInLui": false, - "pattern": "^GPM\\d+$", - "prefix": "gpmdb", + "pattern": "^[a-zA-Z0-9_\\-]+(/.*?)?$", + "prefix": "pmr.workspace", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GPMDB", - "id": 1804, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", + "id": 3197, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1803, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", + "homeUrl": "https://www.auckland.ac.nz/en.html", + "id": 2795, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "NZ", + "countryName": "New Zealand" }, - "name": "The Global Proteome Machine Organization", + "name": "University of Auckland", "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "NZ", + "countryName": "New Zealand" }, - "mirId": "MIR:00100864", - "name": "GPMDB", + "mirId": "MIR:00000947", + "name": "University of Auckland", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://gpmdb.thegpm.org/", - "sampleId": "GPM32310002988", - "urlPattern": "http://gpmdb.thegpm.org/~/dblist_gpmnum/gpmnum={$id}" - }, + "providerCode": "abi", + "resourceHomeUrl": "https://www.auckland.ac.nz/en.html", + "sampleId": "modularmassactionprimer", + "urlPattern": "https://models.physiomeproject.org/workspace/{$id}" + } + ], + "sampleId": "modularmassactionprimer" + }, + { + "created": "2019-06-11T14:16:49.830+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Plant Ontology is a structured vocabulary and database resource that links plant anatomy, morphology and growth and development to plant genomics data.", + "id": 895, + "mirId": "MIR:00000307", + "modified": "2019-06-11T14:16:49.830+0000", + "name": "Plant Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^PO:\\d+$", + "prefix": "po", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GPMDB through OmicsDI", - "id": 1805, + "description": "Plant Ontology through Amigo", + "id": 897, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 896, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Cold Spring Harbor Laboratory, Cold Spring Harbor, New York", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100865", - "name": "GPMDB through OmicsDI", + "mirId": "MIR:00100389", + "name": "Plant Ontology through Amigo", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "GPM32310002988", - "urlPattern": "https://www.omicsdi.org/dataset/gpmdb/{$id}" - } - ], - "sampleId": "GPM32310002988" - }, - { - "created": "2019-06-11T14:18:11.594+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MassIVE is a community resource developed by the NIH-funded Center for Computational Mass Spectrometry to promote the global, free exchange of mass spectrometry data.", - "id": 1806, - "mirId": "MIR:00000650", - "modified": "2019-06-11T14:18:11.594+0000", - "name": "MassIVE", - "namespaceEmbeddedInLui": false, - "pattern": "^MSV\\d+$", - "prefix": "massive", - "resources": [ + "providerCode": "amigo", + "resourceHomeUrl": "http://www.plantontology.org/", + "sampleId": "0009089", + "urlPattern": "http://www.plantontology.org/amigo/go.cgi?view=details&query=PO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "MassIVE", - "id": 1807, + "description": "Plant Ontology through BioPortal", + "id": 898, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100866", - "name": "MassIVE", + "mirId": "MIR:00100390", + "name": "Plant Ontology through BioPortal", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://massive.ucsd.edu/ProteoSAFe/static/massive.jsp", - "sampleId": "MSV000082131", - "urlPattern": "https://massive.ucsd.edu/ProteoSAFe/QueryMSV?id={$id}" + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PO", + "sampleId": "0009089", + "urlPattern": "http://purl.bioontology.org/ontology/PO/PO:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "MassIVE through OmicsDI", - "id": 1808, + "description": "Plant Ontology through OLS", + "id": 899, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -30696,283 +30832,223 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100867", - "name": "MassIVE through OmicsDI", + "mirId": "MIR:00100676", + "name": "Plant Ontology through OLS", "official": false, - "providerCode": "omicsdi", - "resourceHomeUrl": "https://www.omicsdi.org/", - "sampleId": "MSV000082131", - "urlPattern": "https://www.omicsdi.org/dataset/massive/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/po", + "sampleId": "0009089", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/po/terms?obo_id=PO:{$id}" } ], - "sampleId": "MSV000082131" + "sampleId": "0009089" }, { - "created": "2019-06-11T14:18:11.924+0000", + "created": "2019-06-11T14:17:12.099+0000", "deprecated": false, "deprecationDate": null, - "description": "FamPlex is a collection of resources for grounding biological entities from text and describing their hierarchical relationships.", - "id": 1809, - "mirId": "MIR:00000651", - "modified": "2019-06-11T14:18:11.924+0000", - "name": "FamPlex", + "description": "Pocketome is an encyclopedia of conformational ensembles of all druggable binding sites that can be identified experimentally from co-crystal structures in the Protein Data Bank. Each Pocketome entry corresponds to a small molecule binding site in a protein which has been co-crystallized in complex with at least one drug-like small molecule, and is represented in at least two PDB entries.", + "id": 1161, + "mirId": "MIR:00000400", + "modified": "2019-06-11T14:17:12.099+0000", + "name": "Pocketome", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9][A-Za-z0-9_]+$", - "prefix": "fplx", + "pattern": "^[A-Za-z_0-9]+", + "prefix": "pocketome", "resources": [ { - "deprecated": true, - "deprecationDate": "2021-05-10T19:46:22.120+0000", - "description": "FPLX through BioPortal", - "id": 1810, + "deprecated": false, + "deprecationDate": null, + "description": "Pocketome at UCSD Skaggs School", + "id": 1163, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 1162, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "UCSD Skaggs School of Pharmacy and Pharmaceutical Sciences, La Jolla, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100869", - "name": "FPLX through BioPortal", + "mirId": "MIR:00100520", + "name": "Pocketome at UCSD Skaggs School", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/FPLX/", - "sampleId": "RAS", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100869/{$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "FamPlex is provided by the Sorger lab at Harvard Medical School.", - "id": 2617, - "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03vek6s52' with Wikidata IDs [Q13371,Q5676556], and ISNI IDs [000000041936754X]", - "homeUrl": "https://www.harvard.edu/", - "id": 2616, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "Harvard University", - "rorId": null - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00000809", - "name": "Sorger lab at Harvard Medical School", - "official": true, - "providerCode": "sorgerlab", - "resourceHomeUrl": "https://sorgerlab.github.io/famplex", - "sampleId": "ABL_family", - "urlPattern": "https://sorgerlab.github.io/famplex/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.pocketome.org/sfSearch.cgi?act=browseall", + "sampleId": "1433C_TOBAC_1_252", + "urlPattern": "http://www.pocketome.org/files/{$id}.html" } ], - "sampleId": "RAS" + "sampleId": "1433C_TOBAC_1_252" }, { - "created": "2019-06-11T14:18:12.154+0000", + "created": "2019-06-11T14:17:00.403+0000", "deprecated": false, "deprecationDate": null, - "description": "International repository of Adverse Outcome Pathways.", - "id": 1811, - "mirId": "MIR:00000652", - "modified": "2019-06-11T14:18:12.154+0000", - "name": "AOPWiki (Key Event)", + "description": "Polbase is a database of DNA polymerases providing information on polymerase protein sequence, target DNA sequence, enzyme structure, sequence mutations and details on polymerase activity.", + "id": 1020, + "mirId": "MIR:00000355", + "modified": "2019-06-11T14:17:00.403+0000", + "name": "PolBase", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "aop.events", + "pattern": "^[A-Za-z-0-9]+$", + "prefix": "polbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AOPWiki (Key Event)", - "id": 1812, + "description": "PolBase at New England BioLabs", + "id": 1021, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1713, + "id": 682, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", + "name": "New England Biolabs, Ipswich, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100870", - "name": "AOPWiki (Key Event)", + "mirId": "MIR:00100452", + "name": "PolBase at New England BioLabs", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://aopwiki.org/", - "sampleId": "3", - "urlPattern": "https://aopwiki.org/events/{$id}" + "resourceHomeUrl": "http://polbase.neb.com/", + "sampleId": "19-T4", + "urlPattern": "https://polbase.neb.com/polymerases/{$id}#sequences" } ], - "sampleId": "3" + "sampleId": "19-T4" }, { - "created": "2019-06-11T14:18:12.357+0000", + "created": "2019-06-11T14:16:55.438+0000", "deprecated": false, "deprecationDate": null, - "description": "International repository of Adverse Outcome Pathways.", - "id": 1813, - "mirId": "MIR:00000653", - "modified": "2019-06-11T14:18:12.357+0000", - "name": "AOPWiki (Key Event Relationship)", + "description": "PomBase is a model organism database established to provide access to molecular data and biological information for the fission yeast Schizosaccharomyces pombe. It encompasses annotation of genomic sequence and features, comprehensive manual literature curation and genome-wide data sets.", + "id": 961, + "mirId": "MIR:00000335", + "modified": "2019-06-11T14:16:55.438+0000", + "name": "PomBase", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "aop.relationships", + "pattern": "^S\\w+(\\.)?\\w+(\\.)?$", + "prefix": "pombase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AOPWiki (Key Event Relationship)", - "id": 1814, + "description": "PomBase at University of Cambridge", + "id": 963, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1713, + "id": 962, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", + "name": "Cambridge Systems Biology Centre, Department of Biochemistry, University of Cambridge", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100871", - "name": "AOPWiki (Key Event Relationship)", + "mirId": "MIR:00100430", + "name": "PomBase at University of Cambridge", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://aopwiki.org/", - "sampleId": "5", - "urlPattern": "https://aopwiki.org/relationships/{$id}" + "resourceHomeUrl": "https://www.pombase.org/", + "sampleId": "SPCC13B11.01", + "urlPattern": "https://www.pombase.org/gene/{$id}" } ], - "sampleId": "5" + "sampleId": "SPCC13B11.01" }, { - "created": "2019-06-11T14:18:12.557+0000", + "created": "2019-06-11T14:16:11.083+0000", "deprecated": false, "deprecationDate": null, - "description": "International repository of Adverse Outcome Pathways.", - "id": 1815, - "mirId": "MIR:00000654", - "modified": "2019-06-11T14:18:12.557+0000", - "name": "AOPWiki (Stressor)", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "aop.stressor", + "description": "The PRotein Ontology (PRO) has been designed to describe the relationships of proteins and protein evolutionary classes, to delineate the multiple protein forms of a gene locus (ontology for protein forms), and to interconnect existing ontologies.", + "id": 447, + "mirId": "MIR:00000141", + "modified": "2020-03-16T08:35:08.949+0000", + "name": "Protein Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^PR:P?\\d+$", + "prefix": "pr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AOPWiki (Stressor)", - "id": 1816, + "description": "Protein Ontology at Georgetown", + "id": 448, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1713, + "id": 173, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "European Commision - DG Joint Research Centre and U.S Environmental Protection Agency", + "name": "Georgetown University Medical Center, Washington", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100872", - "name": "AOPWiki (Stressor)", + "mirId": "MIR:00100184", + "name": "Protein Ontology at Georgetown", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://aopwiki.org/", - "sampleId": "9", - "urlPattern": "https://aopwiki.org/stressors/{$id}" - } - ], - "sampleId": "9" - }, - { - "created": "2019-06-11T14:18:12.998+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Assists in resolving data across cloud resources.", - "id": 1820, - "mirId": "MIR:00000656", - "modified": "2019-06-11T14:18:12.998+0000", - "name": "Development Data Object Service", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9\\-:#\\.]+$", - "prefix": "dev.ga4ghdos", - "resources": [ + "resourceHomeUrl": "https://proconsortium.org/", + "sampleId": "000000024", + "urlPattern": "https://proconsortium.org/app/entry/PR:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Data Object Service", - "id": 1822, + "description": "Protein Ontology through BioPortal", + "id": 449, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100874", - "name": "Data Object Service", + "mirId": "MIR:00100240", + "name": "Protein Ontology through BioPortal", "official": false, - "providerCode": "ucsd", - "resourceHomeUrl": "http://github.com/ga4gh/data-object-service-schemas", - "sampleId": "23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00", - "urlPattern": "https://dos-gdc.ucsc-cgp-dev.org/ga4gh/dos/v1/dataobjects/{$id}" - } - ], - "sampleId": "23fa7b4b-9d68-429b-aece-658b11124bb3#2017-03-24T18:43:16.886826-05:00" - }, - { - "created": "2019-06-11T14:18:13.254+0000", - "deprecated": false, - "deprecationDate": null, - "description": "A database that describes manually curated macromolecular complexes and provides links to details about these complexes in other databases.", - "id": 1823, - "mirId": "MIR:00000657", - "modified": "2019-06-11T14:18:13.254+0000", - "name": "Complex Portal", - "namespaceEmbeddedInLui": false, - "pattern": "^CPX-[0-9]+$", - "prefix": "complexportal", - "resources": [ + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PR", + "sampleId": "000000024", + "urlPattern": "http://purl.bioontology.org/ontology/PR/PR:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Complex Portal", - "id": 1824, + "description": "Protein Ontology through OLS", + "id": 450, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -30988,211 +31064,195 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100875", - "name": "Complex Portal", + "mirId": "MIR:00100755", + "name": "Protein Ontology through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ebi.ac.uk/complexportal", - "sampleId": "CPX-2158", - "urlPattern": "https://www.ebi.ac.uk/complexportal/complex/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pr", + "sampleId": "000000024", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pr/terms?obo_id=PR:{$id}" } ], - "sampleId": "CPX-2158" + "sampleId": "000000024" }, { - "created": "2019-06-11T14:18:13.452+0000", + "created": "2019-06-11T14:15:50.454+0000", "deprecated": false, "deprecationDate": null, - "description": "The Chemistry Dashboard is a part of a suite of databases and web applications developed by the US Environmental Protection Agency's Chemical Safety for Sustainability Research Program. These databases and apps support EPA's computational toxicology research efforts to develop innovative methods to change how chemicals are currently evaluated for potential health risks.", - "id": 1825, - "mirId": "MIR:00000658", - "modified": "2019-06-11T14:18:13.452+0000", - "name": "CompTox Chemistry Dashboard", + "description": "The PRIDE PRoteomics IDEntifications database is a centralized, standards compliant, public data repository that provides protein and peptide identifications together with supporting evidence. This collection references experiments and assays.", + "id": 228, + "mirId": "MIR:00000065", + "modified": "2019-06-11T14:15:50.454+0000", + "name": "PRIDE", "namespaceEmbeddedInLui": false, - "pattern": "^DTXSID\\d+$", - "prefix": "comptox", + "pattern": "^\\d+$", + "prefix": "pride", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CompTox Chemistry Dashboard", - "id": 1827, + "description": "PRIDE at EBI", + "id": 229, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1826, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Environmental Protection Agency", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100876", - "name": "CompTox Chemistry Dashboard", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://comptox.epa.gov/dashboard", - "sampleId": "DTXSID2021028", - "urlPattern": "https://comptox.epa.gov/dashboard/{$id}" + "mirId": "MIR:00100094", + "name": "PRIDE at EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/pride/", + "sampleId": "1", + "urlPattern": "https://www.ebi.ac.uk/pride/archive/assays/{$id}" } ], - "sampleId": "DTXSID2021028" + "sampleId": "1" }, { - "created": "2019-06-11T14:18:13.721+0000", + "created": "2019-06-11T14:17:38.030+0000", "deprecated": false, "deprecationDate": null, - "description": "(Re)Building a Kidney is an NIDDK-funded consortium of research projects working to optimize approaches for the isolation, expansion, and differentiation of appropriate kidney cell types and their integration into complex structures that replicate human kidney function.", - "id": 1828, - "mirId": "MIR:00000659", - "modified": "2019-06-11T14:18:13.721+0000", - "name": "Rebuilding a Kidney", + "description": "The PRIDE PRoteomics IDEntifications database is a centralized, standards compliant, public data repository that provides protein and peptide identifications together with supporting evidence. This collection references projects.", + "id": 1453, + "mirId": "MIR:00000515", + "modified": "2019-06-11T14:17:38.030+0000", + "name": "PRIDE Project", "namespaceEmbeddedInLui": false, - "pattern": "^[-0-9a-zA-Z]+(@[-0-9a-zA-Z]+)?$", - "prefix": "rbk", + "pattern": "^P(X|R)D\\d{6}$", + "prefix": "pride.project", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Rebuilding a Kidney", - "id": 1830, + "description": "PRIDE Project at EBI", + "id": 1454, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1829, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Institute Of Diabetes and Digestive and Kidney Diseases (NIDDK)", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100877", - "name": "Rebuilding a Kidney", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.rebuildingakidney.org/", - "sampleId": "Q-2958", - "urlPattern": "https://www.rebuildingakidney.org/id/{$id}" - } - ], - "sampleId": "Q-2958" - }, - { - "created": "2019-06-11T14:18:19.416+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Ligandbook is a public repository for force field parameters with a special emphasis on small molecules and known ligands of proteins. It acts as a warehouse for parameter files that are supplied by the community.", - "id": 1887, - "mirId": "MIR:00000681", - "modified": "2019-06-11T14:18:19.416+0000", - "name": "LigandBook", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "ligandbook", - "resources": [ + "mirId": "MIR:00100662", + "name": "PRIDE Project at EBI", + "official": true, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/pride/", + "sampleId": "PXD000440", + "urlPattern": "https://www.ebi.ac.uk/pride/archive/projects/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "LigandBook", - "id": 1889, + "description": "PRIDE Project through OmicsDI", + "id": 1455, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1888, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Institut de Chimie des Substances Naturelles", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100912", - "name": "LigandBook", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://ligandbook.org/", - "sampleId": "785", - "urlPattern": "https://ligandbook.org/package/{$id}" + "mirId": "MIR:00100858", + "name": "PRIDE Project through OmicsDI", + "official": false, + "providerCode": "omicsdi", + "resourceHomeUrl": "https://www.omicsdi.org/", + "sampleId": "PXD000440", + "urlPattern": "https://www.omicsdi.org/dataset/pride/{$id}" } ], - "sampleId": "785" + "sampleId": "PXD000440" }, { - "created": "2019-06-11T14:18:19.662+0000", + "created": "2019-06-11T14:15:49.123+0000", "deprecated": false, "deprecationDate": null, - "description": "Kaggle is a platform for sharing data, performing reproducible analyses, interactive data analysis tutorials, and machine learning competitions.", - "id": 1890, - "mirId": "MIR:00000682", - "modified": "2019-06-11T14:18:19.662+0000", - "name": "Kaggle", + "description": "PRINTS is a compendium of protein fingerprints. A fingerprint is a group of conserved motifs used to characterise a protein family; its diagnostic power is refined by iterative scanning of a SWISS-PROT/TrEMBL composite. Usually the motifs do not overlap, but are separated along a sequence, though they may be contiguous in 3D-space. Fingerprints can encode protein folds and functionalities more flexibly and powerfully than can single motifs, full diagnostic potency deriving from the mutual context provided by motif neighbours.", + "id": 214, + "mirId": "MIR:00000061", + "modified": "2019-06-11T14:15:49.123+0000", + "name": "PRINTS", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9a-zA-Z\\-]+\\/[0-9a-zA-Z\\-]+$", - "prefix": "kaggle", + "pattern": "^PR\\d{5}$", + "prefix": "prints", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Kaggle", - "id": 1892, + "description": "PRINTS through SPRINT", + "id": 216, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1891, + "id": 215, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Google LLC", + "name": "University of Manchester", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100913", - "name": "Kaggle", - "official": true, + "mirId": "MIR:00100089", + "name": "PRINTS through SPRINT", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://kaggle.com", - "sampleId": "nasa/kepler-exoplanet-search-results", - "urlPattern": "https://www.kaggle.com/{$id}" + "resourceHomeUrl": "http://www.bioinf.manchester.ac.uk/dbbrowser/sprint/", + "sampleId": "PR00001", + "urlPattern": "http://www.bioinf.manchester.ac.uk/cgi-bin/dbbrowser/sprint/searchprintss.cgi?prints_accn={$id}&display_opts=Prints&category=None&queryform=false®expr=off" } ], - "sampleId": "nasa/kepler-exoplanet-search-results" + "sampleId": "PR00001" }, { - "created": "2019-06-11T14:18:19.905+0000", + "created": "2019-06-11T14:17:52.483+0000", "deprecated": false, "deprecationDate": null, - "description": "Identifiers.org Ontology", - "id": 1893, - "mirId": "MIR:00000683", - "modified": "2019-06-11T14:18:19.905+0000", - "name": "Identifiers.org Ontology", + "description": "ProbOnto, is an ontology-based knowledge base of probability distributions, featuring uni- and multivariate distributions with their defining functions, characteristics, relationships and reparameterisation formulae. It can be used for annotation of models, facilitating the encoding of distribution-based models, related functions and quantities.", + "id": 1601, + "mirId": "MIR:00000575", + "modified": "2019-06-11T14:17:52.483+0000", + "name": "ProbOnto", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9a-zA-Z]+$", - "prefix": "idoo", + "pattern": "^PROB_c\\d+$", + "prefix": "probonto", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Identifiers.org Ontology", - "id": 1894, + "description": "ProbOnto through OLS", + "id": 1602, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -31208,855 +31268,907 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100914", - "name": "Identifiers.org Ontology", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://registry.api.hq.identifiers.org/semanticApi/getRegistryOntology", - "sampleId": "DataCollection", - "urlPattern": "http://registry.api.hq.identifiers.org/semanticApi/getRegistryOntology#{$id}" + "mirId": "MIR:00100768", + "name": "ProbOnto through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/probonto", + "sampleId": "PROB_c0000005", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/probonto/terms?short_form={$id}" } ], - "sampleId": "DataCollection" + "sampleId": "PROB_c0000005" }, { - "created": "2019-06-11T14:18:12.760+0000", + "created": "2019-06-11T14:16:03.923+0000", "deprecated": false, "deprecationDate": null, - "description": "Software Heritage is the universal archive of software source code.", - "id": 1817, - "mirId": "MIR:00000655", - "modified": "2020-11-27T10:57:55.228+0000", - "name": "Software Heritage", - "namespaceEmbeddedInLui": true, - "pattern": "^swh:[1-9]:(cnt|dir|rel|rev|snp):[0-9a-f]+(;(origin|visit|anchor|path|lines)=\\S+)*$", - "prefix": "swh", + "description": "ProDom is a database of protein domain families generated from the global comparison of all available protein sequences.", + "id": 371, + "mirId": "MIR:00000117", + "modified": "2019-06-11T14:16:03.923+0000", + "name": "ProDom", + "namespaceEmbeddedInLui": false, + "pattern": "^PD\\d+$", + "prefix": "prodom", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Software Heritage", - "id": 1819, + "description": "ProDom Protein Domain Database", + "id": 373, "institution": { - "description": "No description provided", - "homeUrl": "https://www.inria.fr/en", - "id": 1818, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 372, "location": { "countryCode": "FR", "countryName": "France" }, - "name": "INRIA", - "rorId": "https://ror.org/02kvxyf05" + "name": "Laboratoire des Interactions Plantes-Microorganismes, INRA/CNRS", + "rorId": null }, "location": { "countryCode": "FR", "countryName": "France" }, - "mirId": "MIR:00100873", - "name": "Software Heritage", + "mirId": "MIR:00100150", + "name": "ProDom Protein Domain Database", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://archive.softwareheritage.org", - "sampleId": "1:rev:309cf2674ee7a0749978cf8265ab91a60aea0f7d", - "urlPattern": "https://archive.softwareheritage.org/browse/swh:{$id}" + "resourceHomeUrl": "http://prodom.prabi.fr/prodom/current/html/home.php", + "sampleId": "PD10000", + "urlPattern": "http://prodom.prabi.fr/prodom/current/cgi-bin/request.pl?question=DBEN&query={$id}" } ], - "sampleId": "1:rev:309cf2674ee7a0749978cf8265ab91a60aea0f7d" + "sampleId": "PD10000" }, { - "created": "2019-06-11T14:18:13.968+0000", + "created": "2019-06-11T14:17:00.162+0000", "deprecated": false, "deprecationDate": null, - "description": "Each OCI (Open Citation Identifier) has a simple structure: oci:number-number, where “oci:” is the identifier prefix, and is used to identify a citation as a first-class data entitiy - see https://opencitations.wordpress.com/2018/02/19/citations-as-first-class-data-entities-introduction/ for additional information.\r\n\r\nOCIs for citations stored within the OpenCitations Corpus are constructed by combining the OpenCitations Corpus local identifiers for the citing and cited bibliographic resources, separating them with a dash. For example, oci:2544384-7295288 is a valid OCI for the citation between two papers stored within the OpenCitations Corpus.\r\n\r\nOCIs can also be created for bibliographic resources described in an external bibliographic database, if they are similarly identified there by identifiers having a unique numerical part. For example, the OCI for the citation that exists between Wikidata resources Q27931310 and Q22252312 is oci:01027931310–01022252312.\r\n\r\nOCIs can also be created for bibliographic resources described in external bibliographic database such as Crossref or DataCite where they are identified by alphanumeric Digital Object Identifiers (DOIs), rather than purely numerical strings.", - "id": 1831, - "mirId": "MIR:00000660", - "modified": "2019-06-11T14:18:13.968+0000", - "name": "OCI", + "description": "ProGlycProt (Prokaryotic Glycoprotein) is a repository of bacterial and archaeal glycoproteins with at least one experimentally validated glycosite (glycosylated residue). Each entry in the database is fully cross-referenced and enriched with available published information about source organism, coding gene, protein, glycosites, glycosylation type, attached glycan, associated oligosaccharyl/glycosyl transferases (OSTs/GTs), supporting references, and applicable additional information.", + "id": 1017, + "mirId": "MIR:00000354", + "modified": "2019-06-11T14:17:00.162+0000", + "name": "ProGlycProt", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+-[0-9]+$", - "prefix": "oci", + "pattern": "^[A-Z]C\\d{1,3}$", + "prefix": "proglyc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OpenCitations", - "id": 1833, + "description": "ProGlycProt at IMT", + "id": 1019, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1832, + "id": 1018, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "IN", + "countryName": "India" }, - "name": "University of Bologna", + "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00100878", - "name": "OpenCitations", + "mirId": "MIR:00100451", + "name": "ProGlycProt at IMT", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://opencitations.net", - "sampleId": "1-18", - "urlPattern": "https://w3id.org/oc/oci/{$id}" + "resourceHomeUrl": "http://www.proglycprot.org/", + "sampleId": "AC119", + "urlPattern": "http://www.proglycprot.org/detail.aspx?ProId={$id}" } ], - "sampleId": "1-18" + "sampleId": "AC119" }, { - "created": "2019-06-11T14:18:14.340+0000", + "created": "2019-06-11T14:15:40.983+0000", "deprecated": false, "deprecationDate": null, - "description": "FoodOn is a comprehensive and easily accessible global farm-to-fork ontology about food that accurately and consistently describes foods commonly known in cultures from around the world. It is a consortium-driven project built to interoperate with the The Open Biological and Biomedical Ontology Foundry library of ontologies.", - "id": 1834, - "mirId": "MIR:00000661", - "modified": "2019-06-11T14:18:14.340+0000", - "name": "FoodOn Food Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^FOODON:[0-9]{8}$", - "prefix": "foodon", + "description": "PROSITE consists of documentation entries describing protein domains, families and functional sites as well as associated patterns and profiles to identify them.", + "id": 133, + "mirId": "MIR:00000032", + "modified": "2019-06-11T14:15:40.983+0000", + "name": "PROSITE", + "namespaceEmbeddedInLui": false, + "pattern": "^PS\\d{5}$", + "prefix": "prosite", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FoodOn Food Ontology through OLS", - "id": 1835, + "description": "ExPASy PROSITE", + "id": 135, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100879", - "name": "FoodOn Food Ontology through OLS", + "mirId": "MIR:00100056", + "name": "ExPASy PROSITE", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://foodon.org", - "sampleId": "03307879", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/foodon/terms?obo_id=FOODON:{$id}" + "providerCode": "expasy", + "resourceHomeUrl": "https://www.expasy.org/prosite/", + "sampleId": "PS00001", + "urlPattern": "https://prosite.expasy.org/{$id}" } ], - "sampleId": "03307879" + "sampleId": "PS00001" }, { - "created": "2019-06-11T14:18:14.565+0000", + "created": "2019-06-11T14:16:31.086+0000", "deprecated": false, "deprecationDate": null, - "description": "The ENCODE Consortium is integrating multiple technologies and approaches in a collective effort to discover and define the functional elements encoded in the human genome, including genes, transcripts, and transcriptional regulatory regions, together with their attendant chromatin states and DNA methylation patterns.", - "id": 1836, - "mirId": "MIR:00000662", - "modified": "2019-06-11T14:18:14.565+0000", - "name": "ENCODE: Encyclopedia of DNA Elements", + "description": "ProtClustDB is a collection of related protein sequences (clusters) consisting of Reference Sequence proteins encoded by complete genomes. This database contains both curated and non-curated clusters.", + "id": 671, + "mirId": "MIR:00000226", + "modified": "2019-06-11T14:16:31.086+0000", + "name": "ProtClustDB", "namespaceEmbeddedInLui": false, - "pattern": "^ENC[A-Za-z]{2}[0-9]{3}[A-Za-z]{3}$", - "prefix": "encode", + "pattern": "^\\w+$", + "prefix": "protclustdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ENCODE: Encyclopedia of DNA Elements", - "id": 1838, + "description": "ProtClustDB at NCBI", + "id": 672, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1837, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "ENCODE Consortium", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100880", - "name": "ENCODE: Encyclopedia of DNA Elements", + "mirId": "MIR:00100285", + "name": "ProtClustDB at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "www.encodeproject.org", - "sampleId": "ENCSR163RYW", - "urlPattern": "https://www.encodeproject.org/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/proteinclusters?db=proteinclusters", + "sampleId": "O80725", + "urlPattern": "https://www.ncbi.nlm.nih.gov/sites/entrez?Db=proteinclusters&Cmd=DetailsSearch&Term={$id}" } ], - "sampleId": "ENCSR163RYW" + "sampleId": "O80725" }, { - "created": "2019-06-11T14:18:14.830+0000", + "created": "2019-06-11T14:17:40.583+0000", "deprecated": false, "deprecationDate": null, - "description": "The Genotype-Tissue Expression (GTEx) project aims to provide to the scientific community a resource with which to study human gene expression and regulation and its relationship to genetic variation.", - "id": 1839, - "mirId": "MIR:00000663", - "modified": "2019-06-11T14:18:14.830+0000", - "name": "GTEx", + "description": "ProteomicsDB is an effort dedicated to expedite the identification of the human proteome and its use across the scientific community. This human proteome data is assembled primarily using information from liquid chromatography tandem-mass-spectrometry (LC-MS/MS) experiments involving human tissues, cell lines and body fluids. Information is accessible for individual proteins, or on the basis of protein coverage on the encoding chromosome, and for peptide components of a protein. This collection provides access to the peptides identified for a given protein.", + "id": 1478, + "mirId": "MIR:00000525", + "modified": "2019-06-11T14:17:40.583+0000", + "name": "ProteomicsDB Peptide", "namespaceEmbeddedInLui": false, - "pattern": "^\\w.+$", - "prefix": "gtex", + "pattern": "^\\d+$", + "prefix": "proteomicsdb.peptide", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The GTEx Project", - "id": 1841, + "description": "Proteomics DB Peptide at Center for Integrated Protein Science", + "id": 1480, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1840, + "id": 1479, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "The Broad Institute of MIT and Harvard", + "name": "Center for Integrated Protein Science, Munich", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100881", - "name": "The GTEx Project", + "mirId": "MIR:00100681", + "name": "Proteomics DB Peptide at Center for Integrated Protein Science", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.gtexportal.org", - "sampleId": "BRIP1", - "urlPattern": "https://www.gtexportal.org/home/gene/{$id}" + "resourceHomeUrl": "https://www.proteomicsdb.org/#peptideSearch", + "sampleId": "53504", + "urlPattern": "https://www.proteomicsdb.org/#human/proteinDetails/{$id}/peptides/" } ], - "sampleId": "BRIP1" + "sampleId": "53504" }, { - "created": "2019-06-11T14:18:15.139+0000", + "created": "2019-06-11T14:17:40.344+0000", "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", - "id": 1842, - "mirId": "MIR:00000664", - "modified": "2019-06-11T14:18:15.139+0000", - "name": "RiceNetDB Gene", + "description": "ProteomicsDB is an effort dedicated to expedite the identification of the human proteome and its use across the scientific community. This human proteome data is assembled primarily using information from liquid chromatography tandem-mass-spectrometry (LC-MS/MS) experiments involving human tissues, cell lines and body fluids. Information is accessible for individual proteins, or on the basis of protein coverage on the encoding chromosome, and for peptide components of a protein. This collection provides access to individual proteins.", + "id": 1475, + "mirId": "MIR:00000524", + "modified": "2019-06-11T14:17:40.344+0000", + "name": "ProteomicsDB Protein", "namespaceEmbeddedInLui": false, - "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}\\.\\d$", - "prefix": "ricenetdb.gene", + "pattern": "^\\d+$", + "prefix": "proteomicsdb.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB", - "id": 1844, + "description": "Proteomics DB Protein at Center for Integrated Protein Science", + "id": 1477, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1843, + "id": 1476, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "College of Life Sciences, Zhejiang University", + "name": "Center for Integrated Protein Science, Munich,", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100882", - "name": "RiceNetDB", + "mirId": "MIR:00100680", + "name": "Proteomics DB Protein at Center for Integrated Protein Science", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb/", - "sampleId": "LOC_Os01g49190.1", - "urlPattern": "http://bis.zju.edu.cn/ricenetdb/genedetails.php?ID={$id}" + "resourceHomeUrl": "https://www.proteomicsdb.org/#human", + "sampleId": "53504", + "urlPattern": "https://www.proteomicsdb.org/#human/proteinDetails/{$id}/summary" } ], - "sampleId": "LOC_Os01g49190.1" + "sampleId": "53504" }, { - "created": "2019-06-11T14:18:15.429+0000", + "created": "2019-06-11T14:16:31.786+0000", "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", - "id": 1845, - "mirId": "MIR:00000665", - "modified": "2019-06-11T14:18:15.429+0000", - "name": "RiceNetDB Protein", + "description": "ProtoNet provides automatic hierarchical classification of protein sequences in the UniProt database, partitioning the protein space into clusters of similar proteins. This collection references cluster information.", + "id": 679, + "mirId": "MIR:00000229", + "modified": "2019-06-11T14:16:31.786+0000", + "name": "ProtoNet Cluster", "namespaceEmbeddedInLui": false, - "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}$", - "prefix": "ricenetdb.protein", + "pattern": "^\\d+$", + "prefix": "protonet.cluster", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB", - "id": 1846, + "description": "ProtoNet at Hebrew University", + "id": 680, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1843, + "id": 677, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "College of Life Sciences, Zhejiang University", + "name": "Hebrew University, Jerusalem", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100883", - "name": "RiceNetDB", + "mirId": "MIR:00100288", + "name": "ProtoNet at Hebrew University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb/", - "sampleId": "LOC_Os01g49190", - "urlPattern": "http://bis.zju.edu.cn/ricenetdb/proteindetails.php?ID={$id}" + "resourceHomeUrl": "http://www.protonet.cs.huji.ac.il/", + "sampleId": "4349895", + "urlPattern": "http://www.protonet.cs.huji.ac.il/requested/cluster_card.php?cluster={$id}" } ], - "sampleId": "LOC_Os01g49190" + "sampleId": "4349895" }, { - "created": "2019-06-11T14:18:15.639+0000", + "created": "2019-06-11T14:16:31.529+0000", "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", - "id": 1847, - "mirId": "MIR:00000666", - "modified": "2019-06-11T14:18:15.639+0000", - "name": "RiceNetDB Compound", + "description": "ProtoNet provides automatic hierarchical classification of protein sequences in the UniProt database, partitioning the protein space into clusters of similar proteins. This collection references protein information.", + "id": 676, + "mirId": "MIR:00000228", + "modified": "2019-06-11T14:16:31.529+0000", + "name": "ProtoNet ProteinCard", "namespaceEmbeddedInLui": false, - "pattern": "^OSC\\d{4}$", - "prefix": "ricenetdb.compound", + "pattern": "^\\d+$", + "prefix": "protonet.proteincard", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB Compound", - "id": 1848, + "description": "ProtoNet at Hebrew University", + "id": 678, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1843, + "id": 677, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "College of Life Sciences, Zhejiang University", + "name": "Hebrew University, Jerusalem", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00100884", - "name": "RiceNetDB Compound", + "mirId": "MIR:00100287", + "name": "ProtoNet at Hebrew University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", - "sampleId": "OSC1416", - "urlPattern": "http://bis.zju.edu.cn/ricenetdb/compounddetails.php?ID={$id}" + "resourceHomeUrl": "http://www.protonet.cs.huji.ac.il/", + "sampleId": "16941567", + "urlPattern": "http://www.protonet.cs.huji.ac.il/requested/protein_card.php?protein_id={$id}" } ], - "sampleId": "OSC1416" + "sampleId": "16941567" }, { - "created": "2019-06-11T14:18:15.856+0000", + "created": "2022-03-15T08:27:12.699+0000", "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", - "id": 1849, - "mirId": "MIR:00000667", - "modified": "2019-06-11T14:18:15.856+0000", - "name": "RiceNetDB Reaction", + "description": "Pennsieve is a publicly accessible Scientific Data Management and publication platform. The platform supports data curation, sharing and publishing complex scientific datasets with a focus on integration between graph-based metadata and file-archival. The platform provides a \"peer\"-reviewed publication mechanism and public datasets are available through its Discover Web Application and APIs. ", + "id": 3203, + "mirId": "MIR:00000951", + "modified": "2022-03-15T08:27:12.699+0000", + "name": "Pennsieve", "namespaceEmbeddedInLui": false, - "pattern": "^OSR\\d{4}$", - "prefix": "ricenetdb.reaction", + "pattern": "N:package:[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}", + "prefix": "ps", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB Reaction", - "id": 1850, + "description": "Pennsieve Discover is a public repository for scientific datasets and specializes in FAIR distribution of public datasets that combine large files and graph based metadata records. ", + "id": 3204, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1843, + "id": 1674, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "name": "College of Life Sciences, Zhejiang University", + "name": "University of Pennsylvania", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100885", - "name": "RiceNetDB Reaction", + "mirId": "MIR:00000950", + "name": "Pennsieve Discover", + "official": true, + "providerCode": "ps", + "resourceHomeUrl": "https://discover.pennsieve.io", + "sampleId": "N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a", + "urlPattern": "https://discover.pennsieve.io/package/{$id}" + } + ], + "sampleId": "N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a" + }, + { + "created": "2019-06-11T14:17:03.650+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The PSCDB (Protein Structural Change DataBase) collects information on the relationship between protein structural change upon ligand binding. Each entry page provides detailed information about this structural motion.", + "id": 1060, + "mirId": "MIR:00000370", + "modified": "2019-06-11T14:17:03.650+0000", + "name": "PSCDB", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "pscdb", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "PSCDB at Nagoya University", + "id": 1062, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1061, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "name": "Graduate School of Information Science, Nagoya University, Furo-cho, Chikusa-ku", + "rorId": null + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "mirId": "MIR:00100469", + "name": "PSCDB at Nagoya University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", - "sampleId": "OSR0818", - "urlPattern": "http://bis.zju.edu.cn/ricenetdb/reactiondetails.php?ID={$id}" + "resourceHomeUrl": "http://idp1.force.cs.is.nagoya-u.ac.jp/pscdb/index.html", + "sampleId": "051", + "urlPattern": "http://idp1.force.cs.is.nagoya-u.ac.jp/pscdb/{$id}.html" } ], - "sampleId": "OSR0818" + "sampleId": "051" }, { - "created": "2019-06-11T14:18:16.076+0000", + "created": "2019-06-11T14:16:20.362+0000", "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", - "id": 1851, - "mirId": "MIR:00000668", - "modified": "2019-06-11T14:18:16.076+0000", - "name": "RiceNetDB miRNA", + "description": "The Pseudomonas Genome Database is a resource for peer-reviewed, continually updated annotation for all Pseudomonas species. It includes gene and protein sequence information, as well as regulation and predicted function and annotation.", + "id": 552, + "mirId": "MIR:00000180", + "modified": "2019-06-11T14:16:20.362+0000", + "name": "Pseudomonas Genome Database", "namespaceEmbeddedInLui": false, - "pattern": "^osa-miR\\d{3,5}[a-z]{0,1}$", - "prefix": "ricenetdb.mirna", + "pattern": "^P\\w+$", + "prefix": "pseudomonas", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RiceNetDB miRNA", - "id": 1852, + "description": "Pseudomonas Genome Database at Simon Fraser University", + "id": 554, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1843, + "id": 553, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "College of Life Sciences, Zhejiang University", + "name": "Simon Fraser University, British Columbia", "rorId": null }, "location": { - "countryCode": "CN", - "countryName": "China" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00100886", - "name": "RiceNetDB miRNA", + "mirId": "MIR:00100226", + "name": "Pseudomonas Genome Database at Simon Fraser University", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", - "sampleId": "osa-miR446", - "urlPattern": "http://bis.zju.edu.cn/ricenetdb/miRNAdetails.php?ID={$id}" + "resourceHomeUrl": "http://www.pseudomonas.com/", + "sampleId": "PSEEN0001", + "urlPattern": "http://www.pseudomonas.com/feature/show/?locus_tag={$id}" } ], - "sampleId": "osa-miR446" + "sampleId": "PSEEN0001" }, { - "created": "2019-06-11T14:18:16.344+0000", + "created": "2019-06-11T14:17:42.461+0000", "deprecated": false, "deprecationDate": null, - "description": "The global library cooperative OCLC maintains WorldCat. WorldCat is the world's largest network of library content and services. WorldCat libraries are dedicated to providing access to their resources on the Web, where most people start their search for information.", - "id": 1853, - "mirId": "MIR:00000669", - "modified": "2019-06-11T14:18:16.344+0000", - "name": "Online Computer Library Center (OCLC) WorldCat", + "description": "Protein Affinity Reagents (PSI-PAR) provides a structured controlled vocabulary for the annotation of experiments concerned with interactions, and interactor production methods. PAR is developed by the HUPO Proteomics Standards Initiative and contains the majority of the terms from the PSI-MI controlled vocabular, as well as additional terms.", + "id": 1497, + "mirId": "MIR:00000533", + "modified": "2019-06-11T14:17:42.461+0000", + "name": "Protein Affinity Reagents", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "oclc", + "pattern": "^PAR:\\d+$", + "prefix": "psipar", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Online Computer Library Center (OCLC) WorldCat", - "id": 1855, + "description": "Protein Affinity Reagents through OLS", + "id": 1498, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1854, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Online Computer Library Center (OCLC), Dublin, Ohio", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100887", - "name": "Online Computer Library Center (OCLC) WorldCat", + "mirId": "MIR:00100709", + "name": "Protein Affinity Reagents through OLS", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.oclc.org/en/about.html", - "sampleId": "634515043", - "urlPattern": "https://www.worldcat.org/oclc/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=PAR", + "sampleId": "PAR:0116", + "urlPattern": "https://www.ebi.ac.uk/ontology-lookup/?termId={$id}" } ], - "sampleId": "634515043" + "sampleId": "PAR:0116" }, { - "created": "2019-06-11T14:18:16.611+0000", + "created": "2019-06-11T14:15:52.227+0000", "deprecated": false, "deprecationDate": null, - "description": "Almost every product on our site has its own ASIN, a unique code we use to identify it. For books, the ASIN is the same as the ISBN number, but for all other products a new ASIN is created when the item is uploaded to our catalogue.", - "id": 1856, - "mirId": "MIR:00000670", - "modified": "2019-06-11T14:18:16.611+0000", - "name": "Amazon Standard Identification Number (ASIN)", + "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem bioassay archives active compounds and bioassay results.", + "id": 247, + "mirId": "MIR:00000072", + "modified": "2019-06-11T14:15:52.227+0000", + "name": "PubChem-bioassay", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]{10}$", - "prefix": "asin", + "pattern": "^\\d+$", + "prefix": "pubchem.bioassay", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Amazon Standard Identification Number (ASIN)", - "id": 1858, + "description": "PubChem Bioassay at NCBI", + "id": 248, "institution": { - "description": "is an American multinational technology company based in Seattle, Washington, that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence", - "homeUrl": "https://amazon.com", - "id": 1857, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Amazon", - "rorId": "https://ror.org/04mv4n011" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100888", - "name": "Amazon Standard Identification Number (ASIN)", + "mirId": "MIR:00100102", + "name": "PubChem Bioassay at NCBI", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.amazon.co.uk/gp/help/customer/display.html/277-3416785-8259466?ie=UTF8&nodeId=898182", - "sampleId": "0471491039", - "urlPattern": "https://amzn.com/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=pcassay", + "sampleId": "1018", + "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/bioassay/{$id}" } ], - "sampleId": "0471491039" + "sampleId": "1018" }, { - "created": "2019-06-11T14:18:16.879+0000", + "created": "2019-06-11T14:15:41.493+0000", "deprecated": false, "deprecationDate": null, - "description": "Assists in resolving data across cloud resources.", - "id": 1859, - "mirId": "MIR:00000671", - "modified": "2019-06-11T14:18:16.879+0000", - "name": "Data Object Service", + "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem Compound archives chemical structures and records.", + "id": 138, + "mirId": "MIR:00000034", + "modified": "2019-06-11T14:15:41.493+0000", + "name": "PubChem-compound", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9\\-:#/\\.]+$", - "prefix": "ga4ghdos", + "pattern": "^\\d+$", + "prefix": "pubchem.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Data Object Service", - "id": 1860, + "description": "NCBI PubChem Compound", + "id": 139, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100895", - "name": "Data Object Service", + "mirId": "MIR:00100059", + "name": "NCBI PubChem Compound", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://pubchem.ncbi.nlm.nih.gov/", + "sampleId": "100101", + "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/compound/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2449, + "institution": { + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" + }, + "location": { + "countryCode": "NL", + "countryName": "Netherlands" + }, + "mirId": "MIR:00000698", + "name": "Scholia", "official": false, - "providerCode": "ucsd", - "resourceHomeUrl": "http://github.com/ga4gh/data-object-service-schemas", - "sampleId": "dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d", - "urlPattern": "https://dataguids.org/ga4gh/dos/v1/dataobjects/{$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "14123361", + "urlPattern": "https://scholia.toolforge.org/pubchem/{$id}" } ], - "sampleId": "dg.4503/01b048d0-e128-4cb0-94e9-b2d2cab7563d" + "sampleId": "100101" }, { - "created": "2019-06-11T14:18:17.129+0000", + "created": "2019-06-11T14:15:41.269+0000", "deprecated": false, "deprecationDate": null, - "description": "FlowRepository is a database of flow cytometry experiments where you can query and download data collected and annotated according to the MIFlowCyt standard. It is primarily used as a data deposition place for experimental findings published in peer-reviewed journals in the flow cytometry field.", - "id": 1861, - "mirId": "MIR:00000672", - "modified": "2019-06-11T14:18:17.129+0000", - "name": "FlowRepository", + "description": "PubChem provides information on the biological activities of small molecules. It is a component of NIH's Molecular Libraries Roadmap Initiative. PubChem Substance archives chemical substance records.", + "id": 136, + "mirId": "MIR:00000033", + "modified": "2019-06-11T14:15:41.269+0000", + "name": "PubChem-substance", "namespaceEmbeddedInLui": false, - "pattern": "^FR\\-FCM\\-\\w{4}$", - "prefix": "flowrepository", + "pattern": "^\\d+$", + "prefix": "pubchem.substance", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FlowRepository", - "id": 1863, + "description": "NCBI PubChem Substance", + "id": 137, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1862, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "Terry Fox Laboratory", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100896", - "name": "FlowRepository", + "mirId": "MIR:00100058", + "name": "NCBI PubChem Substance", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://flowrepository.org/", - "sampleId": "FR-FCM-ZYGW", - "urlPattern": "https://flowrepository.org/id/{$id}" + "providerCode": "ncbi", + "resourceHomeUrl": "https://pubchem.ncbi.nlm.nih.gov/", + "sampleId": "100101", + "urlPattern": "https://pubchem.ncbi.nlm.nih.gov/substance/{$id}" } ], - "sampleId": "FR-FCM-ZYGW" + "sampleId": "100101" }, { - "created": "2019-06-11T14:18:17.389+0000", + "created": "2019-06-11T14:15:33.142+0000", "deprecated": false, "deprecationDate": null, - "description": "OIDs provide a persistent identification of objects based on a hierarchical structure of Registration Authorities (RA), where each parent has an object identifier and allocates object identifiers to child nodes.", - "id": 1864, - "mirId": "MIR:00000673", - "modified": "2019-06-11T14:18:17.389+0000", - "name": "OID Repository", + "description": "PubMed is a service of the U.S. National Library of Medicine that includes citations from MEDLINE and other life science journals for biomedical articles back to the 1950s.", + "id": 57, + "mirId": "MIR:00000015", + "modified": "2019-06-11T14:15:33.142+0000", + "name": "PubMed", "namespaceEmbeddedInLui": false, - "pattern": "^[\\d.]+$", - "prefix": "oid", + "pattern": "^\\d+$", + "prefix": "pubmed", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OID Repository", - "id": 1866, + "description": "NCBI PubMed", + "id": 58, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1865, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Orange SA", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100897", - "name": "OID Repository", + "mirId": "MIR:00100023", + "name": "NCBI PubMed", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/PubMed/", + "sampleId": "16333295", + "urlPattern": "https://www.ncbi.nlm.nih.gov/pubmed/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "HubMed", + "id": 60, + "institution": { + "description": "The University Health Network has grown out of a series of mergers between our current hospitals, as we have adjusted and change to accommodate our growing and changing patient community in and around the GTA.", + "homeUrl": "https://www.uhn.ca/", + "id": 59, + "location": { + "countryCode": "CA", + "countryName": "Canada" + }, + "name": "University Health Network", + "rorId": "https://ror.org/042xt5161" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100064", + "name": "HubMed", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.oid-info.com/introduction.htm", - "sampleId": "2.16.840", - "urlPattern": "http://www.oid-info.com/cgi-bin/display?oid={$id}&submit=Display&action=display" - } - ], - "sampleId": "2.16.840" - }, - { - "created": "2019-06-11T14:18:17.630+0000", - "deprecated": false, - "deprecationDate": null, - "description": "hPSCreg is a freely accessible global registry for human pluripotent stem cell lines (hPSC-lines).", - "id": 1867, - "mirId": "MIR:00000674", - "modified": "2019-06-11T14:18:17.630+0000", - "name": "Human Pluripotent Stem Cell Registry", - "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]{2,6}(e|i)[A-Za-z0-9]{3}-[A-Z]{1,2}(-[A-Za-z0-9]{1,2})?$", - "prefix": "hpscreg", - "resources": [ + "providerCode": "hubmed", + "resourceHomeUrl": "http://www.hubmed.org/", + "sampleId": "16333295", + "urlPattern": "http://www.hubmed.org/display.cgi?uids={$id}" + }, { - "deprecated": true, - "deprecationDate": "2021-05-10T19:10:24.237+0000", - "description": "Human Pluripotent Stem Cell Registry", - "id": 1869, + "deprecated": false, + "deprecationDate": null, + "description": "Europe PMC", + "id": 62, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1868, + "id": 61, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Charité Berlin", + "name": "Europe PubMed Central partners", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00100898", - "name": "Human Pluripotent Stem Cell Registry", + "mirId": "MIR:00100497", + "name": "Europe PMC", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://hpscreg.eu/", - "sampleId": "BCRTi001-A", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100898/{$id}" + "providerCode": "epmc", + "resourceHomeUrl": "http://europepmc.org/", + "sampleId": "16333295", + "urlPattern": "http://europepmc.org/abstract/MED/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Human Pluripotent Stem Cell Registry", - "id": 2630, + "description": "PubMed through Linkedlife data", + "id": 64, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05tpsgh61' with Wikidata IDs [Q1167435], and ISNI IDs [0000 0004 0542 0741]", - "homeUrl": "https://www.ibmt.fraunhofer.de/en.html", - "id": 2629, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 63, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "BG", + "countryName": "Bulgaria" }, - "name": "Fraunhofer Institute for Biomedical Engineering", + "name": "Linkedlifedata, Ontotext, Sofia", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "BG", + "countryName": "Bulgaria" }, - "mirId": "MIR:00000810", - "name": "Fraunhofer Institute for Biomedical Engineering", + "mirId": "MIR:00100745", + "name": "PubMed through Linkedlife data", "official": false, - "providerCode": "ibmt", - "resourceHomeUrl": "https://hpscreg.eu/", - "sampleId": "BCRTi001-A", - "urlPattern": "https://hpscreg.eu/cell-line/{$id}" - } - ], - "sampleId": "BCRTi001-A" - }, - { - "created": "2019-06-11T14:18:17.878+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Addgene is a non-profit plasmid repository. Addgene facilitates the exchange of genetic material between laboratories by offering plasmids and their associated cloning data to not-for-profit laboratories around the world.", - "id": 1870, - "mirId": "MIR:00000675", - "modified": "2019-06-11T14:18:17.878+0000", - "name": "Addgene Plasmid Repository", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]{5}(-[a-zA-Z0-9-]{0,7})?$|^[0-9]{10}$", - "prefix": "addgene", - "resources": [ + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://linkedlifedata.com/", + "sampleId": "23735196", + "urlPattern": "http://linkedlifedata.com/resource/pubmed/id/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Addgene Plasmid Repository", - "id": 1872, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.", + "id": 2466, "institution": { - "description": "Addgene is a global, nonprofit repository that was created to help scientists share plasmids. Plasmids are DNA-based research reagents commonly used in the life sciences. When scientists publish research papers, they deposit their associated plasmids at Addgene. Then, when other scientists read the publication, they have easy access to the plasmids needed to conduct future experiments.", - "homeUrl": "https://www.addgene.org", - "id": 1871, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "Addgene", - "rorId": "https://ror.org/01nn1pw54" + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100899", - "name": "Addgene Plasmid Repository", + "mirId": "MIR:00000788", + "name": "Scholia", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://addgene.org/", - "sampleId": "50943", - "urlPattern": "http://addgene.org/{$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "29029422", + "urlPattern": "https://scholia.toolforge.org/pubmed/{$id}" } ], - "sampleId": "50943" + "sampleId": "16333295" }, { - "created": "2019-06-11T14:18:18.125+0000", + "created": "2019-06-11T14:16:35.052+0000", "deprecated": false, "deprecationDate": null, - "description": "BacDive—the Bacterial Diversity Metadatabase merges detailed strain-linked information on the different aspects of bacterial and archaeal biodiversity.", - "id": 1873, - "mirId": "MIR:00000676", - "modified": "2019-06-11T14:18:18.125+0000", - "name": "Bacterial Diversity Metadatabase", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "bacdive", + "description": "The Pathway Ontology captures information on biological networks, the relationships between netweorks and the alterations or malfunctioning of such networks within a hierarchical structure. The five main branches of the ontology are: classic metabolic pathways, regulatory, signaling, drug, and disease pathwaysfor complex human conditions.", + "id": 715, + "mirId": "MIR:00000242", + "modified": "2019-06-11T14:16:35.052+0000", + "name": "Pathway Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^PW:\\d{7}$", + "prefix": "pw", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bacterial Diversity Metadatabase", - "id": 1875, + "description": "Pathway Ontology at Rat Genome Database", + "id": 717, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1874, + "id": 716, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Leibniz-Institut DSMZ-Deutsche Sammlung von Mikroorganismen und Zellkulturen", + "name": "Medical College of Wisconsin, Wisconsin", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100900", - "name": "Bacterial Diversity Metadatabase", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://bacdive.dsmz.de/", - "sampleId": "131392", - "urlPattern": "https://bacdive.dsmz.de/strain/{$id}" - } - ], - "sampleId": "131392" - }, - { - "created": "2019-06-11T14:18:18.372+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Infectious Disease Ontology holds entities relevant to both biomedical and clinical aspects of most infectious diseases.", - "id": 1876, - "mirId": "MIR:00000677", - "modified": "2019-06-11T14:18:18.372+0000", - "name": "Infectious Disease Ontology", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "ido", - "resources": [ + "mirId": "MIR:00100309", + "name": "Pathway Ontology at Rat Genome Database", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rgd.mcw.edu/rgdweb/ontology/search.html", + "sampleId": "0000208", + "urlPattern": "http://rgd.mcw.edu/rgdweb/ontology/annot.html?acc_id=PW:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "IDO through OLS", - "id": 1877, + "description": "Pathway Ontology through OLS", + "id": 718, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -32072,943 +32184,867 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100907", - "name": "IDO through OLS", + "mirId": "MIR:00100310", + "name": "Pathway Ontology through OLS", "official": false, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ido", - "sampleId": "0000504", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ido/terms?obo_id=IDO:{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pw", + "sampleId": "0000208", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pw/terms?obo_id=PW:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Pathway Ontology through BioPortal", + "id": 720, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 719, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biomedical Ontology, Stanford, California", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100311", + "name": "Pathway Ontology through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PW", + "sampleId": "0000208", + "urlPattern": "http://purl.bioontology.org/ontology/PW/PW:{$id}" } ], - "sampleId": "0000504" + "sampleId": "0000208" }, { - "created": "2019-06-11T14:18:18.593+0000", + "created": "2019-06-11T14:17:37.549+0000", "deprecated": false, "deprecationDate": null, - "description": "The Genomics of Drug Sensitivity in Cancer (GDSC) database is designed to facilitate an increased understanding of the molecular features that influence drug response in cancer cells and which will enable the design of improved cancer therapies.", - "id": 1878, - "mirId": "MIR:00000678", - "modified": "2019-06-11T14:18:18.593+0000", - "name": "Genomics of Drug Sensitivity in Cancer", + "description": "The ProteomeXchange provides a single point of submission of Mass Spectrometry (MS) proteomics data for the main existing proteomics repositories, and encourages the data exchange between them for optimal data dissemination.", + "id": 1447, + "mirId": "MIR:00000513", + "modified": "2019-06-11T14:17:37.549+0000", + "name": "ProteomeXchange", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "gdsc", + "pattern": "^(R)?PXD\\d{6}$", + "prefix": "px", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genomics of Drug Sensitivity in Cancer", - "id": 1880, + "description": "ProteomeXchange at Seattle", + "id": 1449, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1879, + "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", + "homeUrl": "https://isbscience.org/", + "id": 193, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Wellcome Sanger Institute and the Center for Molecular Therapeutics and Massachusetts General Hospital Cancer Center", - "rorId": null + "name": "Institute for Systems Biology", + "rorId": "https://ror.org/02tpgw303" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100908", - "name": "Genomics of Drug Sensitivity in Cancer", + "mirId": "MIR:00100660", + "name": "ProteomeXchange at Seattle", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.cancerrxgene.org", - "sampleId": "1242", - "urlPattern": "https://www.cancerrxgene.org/translation/Drug/{$id}" + "resourceHomeUrl": "http://www.proteomexchange.org/", + "sampleId": "PXD000500", + "urlPattern": "http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID={$id}" } ], - "sampleId": "1242" + "sampleId": "PXD000500" }, { - "created": "2019-06-11T14:18:20.121+0000", + "created": "2021-09-05T17:54:24.640+0000", "deprecated": false, "deprecationDate": null, - "description": "ISNI is the ISO certified global standard number for identifying the millions of contributors to creative works and those active in their distribution, including researchers, inventors, writers, artists, visual creators, performers, producers, publishers, aggregators, and more. It is part of a family of international standard identifiers that includes identifiers of works, recordings, products and right holders in all repertoires, e.g. DOI, ISAN, ISBN, ISRC, ISSN, ISTC, and ISWC.\r\n\r\nThe mission of the ISNI International Authority (ISNI-IA) is to assign to the public name(s) of a researcher, inventor, writer, artist, performer, publisher, etc. a persistent unique identifying number in order to resolve the problem of name ambiguity in search and discovery; and diffuse each assigned ISNI across all repertoires in the global supply chain so that every published work can be unambiguously attributed to its creator wherever that work is described.", - "id": 1895, - "mirId": "MIR:00000684", - "modified": "2019-06-11T14:18:20.121+0000", - "name": "International Standard Name Identifier", + "description": "The Python Package Index (PyPI) is a repository for Python packages.", + "id": 2852, + "mirId": "MIR:00000863", + "modified": "2021-09-05T17:54:24.640+0000", + "name": "PyPI", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]{15}[0-9X]{1}$", - "prefix": "isni", + "pattern": "^[a-zA-Z_][a-zA-Z0-9\\-_]+$", + "prefix": "pypi", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "International Standard Name Identifier", - "id": 1897, + "description": "The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language.", + "id": 2853, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1896, + "description": "The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language.", + "homeUrl": "https://www.python.org/psf/", + "id": 2851, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "ISNI International Authority", + "name": "Python Software Foundation", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100915", - "name": "International Standard Name Identifier", + "mirId": "MIR:00000862", + "name": "Python Software Foundation", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.isni.org", - "sampleId": "000000012281955X", - "urlPattern": "http://www.isni.org/isni/{$id}" + "providerCode": "psf", + "resourceHomeUrl": "https://www.python.org/psf/", + "sampleId": "numpy", + "urlPattern": "https://pypi.org/project/{$id}/" } ], - "sampleId": "000000012281955X" + "sampleId": "numpy" }, { - "created": "2019-06-11T14:18:20.364+0000", + "created": "2021-02-26T10:27:01.032+0000", "deprecated": false, "deprecationDate": null, - "description": "The VIAF® (Virtual International Authority File) combines multiple name authority files into a single OCLC-hosted name authority service. The goal of the service is to lower the cost and increase the utility of library authority files by matching and linking widely-used authority files and making that information available on the Web.", - "id": 1898, - "mirId": "MIR:00000685", - "modified": "2019-06-11T14:18:20.364+0000", - "name": "Virtual International Authority File", + "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection is species-independent.", + "id": 2559, + "mirId": "MIR:00000798", + "modified": "2021-02-26T10:27:01.032+0000", + "name": "Animal Genome QTL", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "viaf", + "prefix": "qtldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Virtual International Authority File", - "id": 1900, + "description": "Animal QTL DB at Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University", + "id": 2560, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1899, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", + "homeUrl": "https://www.iastate.edu/", + "id": 2558, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Online Computer Library Center, Incorporated, Dublin, Ohio", + "name": "Iowa State University", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100916", - "name": "Virtual International Authority File", + "mirId": "MIR:00000797", + "name": "Animal QTL DB at Iowa State University", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://viaf.org", - "sampleId": "75121530", - "urlPattern": "http://viaf.org/viaf/{$id}" + "providerCode": "iastate", + "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", + "sampleId": "4685", + "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" } ], - "sampleId": "75121530" + "sampleId": "4685" }, { - "created": "2019-06-11T14:18:20.599+0000", + "created": "2020-03-24T06:41:41.433+0000", "deprecated": false, "deprecationDate": null, - "description": "Established by the Financial Stability Board in June 2014, the Global Legal Entity Identifier Foundation (GLEIF) is tasked to support the implementation and use of the Legal Entity Identifier (LEI). The foundation is backed and overseen by the LEI Regulatory Oversight Committee, representing public authorities from around the globe that have come together to jointly drive forward transparency within the global financial markets. GLEIF is a supra-national not-for-profit organization headquartered in Basel, Switzerland.", - "id": 1901, - "mirId": "MIR:00000686", - "modified": "2019-06-11T14:18:20.599+0000", - "name": "Global LEI Index", + "description": "Rice Annotation Project Database (RAP-DB) is a primary rice (Oryza sativa) annotation database established in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project. RAP-DB provides comprehensive resources (e.g. genome annotation, gene expression, DNA markers, genetic diversity, etc.) for biological and agricultural research communities. This collection provides locus information in RAP-DB.", + "id": 2187, + "mirId": "MIR:00000702", + "modified": "2020-03-24T06:41:41.433+0000", + "name": "RAP-DB Locus", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9A-Z]{4}[0-9A-Z]{14}[0-9A-Z]{2}$", - "prefix": "lei", + "pattern": "^Os\\S+g\\d{7}$", + "prefix": "rapdb.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Global LEI Index", - "id": 1903, + "description": "The Rice Annotation Project (RAP) was conceptualized in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project with the aim of providing the scientific community with an accurate and timely annotation of the rice genome sequence.", + "id": 2188, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1902, + "description": "The National Agriculture and Food Research Organization or NARO is the core institute in Japan for conducting research and development on agriculture and food.", + "homeUrl": "http://www.naro.affrc.go.jp/english/index.html", + "id": 2183, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Global Legal Entity Identifier Foundation, St. Alban-Vorstadt 5, 4052 Basel", - "rorId": null + "name": "The National Agriculture and Food Research Organization (NARO)", + "rorId": "https://ror.org/023v4bd62" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100917", - "name": "Global LEI Index", + "mirId": "MIR:00000741", + "name": "RAP-DB, Rice Annotation Project Database", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.gleif.org/", - "sampleId": "HWUPKR0MPOU8FGXBT394", - "urlPattern": "https://www.gleif.org/lei/{$id}" + "providerCode": "rapdb", + "resourceHomeUrl": "https://rapdb.dna.affrc.go.jp/", + "sampleId": "Os01g0883800", + "urlPattern": "https://rapdb.dna.affrc.go.jp/viewer/gbrowse_details/irgsp1?name={$id}" } ], - "sampleId": "HWUPKR0MPOU8FGXBT394" + "sampleId": "Os01g0883800" }, { - "created": "2019-06-11T14:18:20.855+0000", + "created": "2020-03-24T06:40:28.546+0000", "deprecated": false, "deprecationDate": null, - "description": "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document, in source files or elsewhere. The SPDX License List includes a standardized short identifier, full name, vetted license text including matching guidelines markup as appropriate, and a canonical permanent URL for each license and exception.", - "id": 1904, - "mirId": "MIR:00000687", - "modified": "2019-06-11T14:18:20.855+0000", - "name": "SPDX License List", + "description": "Rice Annotation Project Database (RAP-DB) is a primary rice (Oryza sativa) annotation database established in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project. RAP-DB provides comprehensive resources (e.g. genome annotation, gene expression, DNA markers, genetic diversity, etc.) for biological and agricultural research communities. This collection provides transcript information in RAP-DB.", + "id": 2184, + "mirId": "MIR:00000762", + "modified": "2020-03-24T06:40:28.546+0000", + "name": "RAP-DB Transcript", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9A-Za-z\\-.]+$", - "prefix": "spdx", + "pattern": "^Os\\S+t\\d{7}-\\d{2}$", + "prefix": "rapdb.transcript", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SPDX License List", - "id": 1906, + "description": "The Rice Annotation Project (RAP) was conceptualized in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project with the aim of providing the scientific community with an accurate and timely annotation of the rice genome sequence.", + "id": 2185, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1905, + "description": "The National Agriculture and Food Research Organization or NARO is the core institute in Japan for conducting research and development on agriculture and food.", + "homeUrl": "http://www.naro.affrc.go.jp/english/index.html", + "id": 2183, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "SPDX Workgroup a Linux Foundation Project", - "rorId": null + "name": "The National Agriculture and Food Research Organization (NARO)", + "rorId": "https://ror.org/023v4bd62" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100918", - "name": "SPDX License List", + "mirId": "MIR:00000773", + "name": "RAP-DB", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://spdx.org", - "sampleId": "CC-BY-1.0", - "urlPattern": "https://spdx.org/licenses/{$id}" + "providerCode": "rapdb", + "resourceHomeUrl": "https://rapdb.dna.affrc.go.jp/", + "sampleId": "Os01t0883800-02", + "urlPattern": "https://rapdb.dna.affrc.go.jp/viewer/gene_detail/irgsp1?name={$id}" } ], - "sampleId": "CC-BY-1.0" + "sampleId": "Os01t0883800-02" }, { - "created": "2019-06-11T14:18:21.119+0000", + "created": "2019-06-11T14:18:13.721+0000", "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The compound data set provides information regarding the reactions in which a compound participates as substrate, product or modifier (e.g. inhibitor, cofactor), and links to further information.", - "id": 1907, - "mirId": "MIR:00000688", - "modified": "2019-06-11T14:18:21.119+0000", - "name": "SABIO-RK Compound", + "description": "(Re)Building a Kidney is an NIDDK-funded consortium of research projects working to optimize approaches for the isolation, expansion, and differentiation of appropriate kidney cell types and their integration into complex structures that replicate human kidney function.", + "id": 1828, + "mirId": "MIR:00000659", + "modified": "2019-06-11T14:18:13.721+0000", + "name": "Rebuilding a Kidney", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "sabiork.compound", + "pattern": "^[-0-9a-zA-Z]+(@[-0-9a-zA-Z]+)?$", + "prefix": "rbk", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SABIO-RK Compound", - "id": 1908, + "description": "Rebuilding a Kidney", + "id": 1830, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 408, + "id": 1829, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "name": "National Institute Of Diabetes and Digestive and Kidney Diseases (NIDDK)", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100919", - "name": "SABIO-RK Compound", - "official": true, + "mirId": "MIR:00100877", + "name": "Rebuilding a Kidney", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://sabiork.h-its.org/", - "sampleId": "75", - "urlPattern": "http://sabiork.h-its.org/newSearch?q={$id}" + "resourceHomeUrl": "https://www.rebuildingakidney.org/", + "sampleId": "Q-2958", + "urlPattern": "https://www.rebuildingakidney.org/id/{$id}" } ], - "sampleId": "75" + "sampleId": "Q-2958" }, { - "created": "2019-06-11T14:18:21.361+0000", + "created": "2021-09-05T17:53:47.458+0000", "deprecated": false, "deprecationDate": null, - "description": "The Oryzabase is a comprehensive rice science database established in 2000 by rice researcher's committee in Japan.", - "id": 1909, - "mirId": "MIR:00000689", - "modified": "2019-06-11T14:18:21.361+0000", - "name": "Oryzabase", + "description": "Re3data is a global registry of research data repositories that covers research data repositories from different academic disciplines.", + "id": 2848, + "mirId": "MIR:00000861", + "modified": "2021-09-05T17:53:47.458+0000", + "name": "re3data", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "oryzabase.reference", + "pattern": "^r3d\\d{9,9}$", + "prefix": "re3data", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Oryzabase", - "id": 1910, + "description": "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data and other research outputs.", + "id": 2849, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1371, + "description": "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data and other research outputs.", + "homeUrl": "https://datacite.org", + "id": 2847, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Genetic Strains Research Center, National Institute of Genetics, Mishima, Shizuoka", + "name": "DataCite", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100920", - "name": "Oryzabase", + "mirId": "MIR:00000860", + "name": "DataCite", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.shigen.nig.ac.jp/rice/oryzabaseV4/", - "sampleId": "42840", - "urlPattern": "https://shigen.nig.ac.jp/rice/oryzabase/reference/detail/{$id}" + "providerCode": "datacite", + "resourceHomeUrl": "https://datacite.org", + "sampleId": "r3d100010772", + "urlPattern": "https://www.re3data.org/repository/{$id}" } ], - "sampleId": "42840" + "sampleId": "r3d100010772" }, { - "created": "2019-06-11T14:18:21.571+0000", + "created": "2019-06-11T14:15:34.555+0000", "deprecated": false, "deprecationDate": null, - "description": "Experiment details about PeptideAtlas entries. Each PASS entry provides direct access to the data files submitted to PeptideAtlas.", - "id": 1911, - "mirId": "MIR:00000690", - "modified": "2019-06-11T14:18:21.571+0000", - "name": "PeptideAtlas Dataset", + "description": "The Reactome project is a collaboration to develop a curated resource of core pathways and reactions in human biology.", + "id": 72, + "mirId": "MIR:00000018", + "modified": "2019-06-11T14:15:34.555+0000", + "name": "Reactome", "namespaceEmbeddedInLui": false, - "pattern": "^PASS\\d{5}$", - "prefix": "peptideatlas.dataset", + "pattern": "(^R-[A-Z]{3}-\\d+(-\\d+)?(\\.\\d+)?$)|(^REACT_\\d+(\\.\\d+)?$)", + "prefix": "reactome", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PeptideAtlas Dataset", - "id": 1912, + "description": "Reactome, a curated knowledgebase of biological pathways", + "id": 74, "institution": { - "description": "ISB was created in 2000 as the first-ever institute dedicated to systems biology.", - "homeUrl": "https://isbscience.org/", - "id": 193, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 73, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Institute for Systems Biology", - "rorId": "https://ror.org/02tpgw303" + "name": "Ontario Institute for Cancer Research, NYU Medical School, Cold Spring Harbor Laboratory and European Bioinformatics Institute", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100921", - "name": "PeptideAtlas Dataset", - "official": true, + "mirId": "MIR:00100026", + "name": "Reactome, a curated knowledgebase of biological pathways", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/PASS_Summary", - "sampleId": "PASS01237", - "urlPattern": "http://www.peptideatlas.org/PASS/{$id}" + "resourceHomeUrl": "https://www.reactome.org/", + "sampleId": "R-HSA-201451", + "urlPattern": "https://reactome.org/content/detail/{$id}" } ], - "sampleId": "PASS01237" + "sampleId": "R-HSA-201451" }, { - "created": "2019-06-11T14:18:21.755+0000", + "created": "2019-06-11T14:16:32.004+0000", "deprecated": false, "deprecationDate": null, - "description": "DIDs are an effort by the W3C Credentials Community Group and the wider Internet identity community to define identifiers that can be registered, updated, resolved, and revoked without any dependency on a central authority or intermediary.", - "id": 1913, - "mirId": "MIR:00000691", - "modified": "2019-06-11T14:18:21.755+0000", - "name": "Decentralized Identifiers (DIDs)", - "namespaceEmbeddedInLui": true, - "pattern": "^did:[a-z0-9]+:[A-Za-z0-9.\\-:]+$", - "prefix": "did", + "description": "REBASE is a comprehensive database of information about restriction enzymes, DNA methyltransferases and related proteins involved in the biological process of restriction-modification (R-M). It contains fully referenced information about recognition and cleavage sites, isoschizomers, neoschizomers, commercial availability, methylation sensitivity, crystal and sequence data.", + "id": 681, + "mirId": "MIR:00000230", + "modified": "2019-06-11T14:16:32.004+0000", + "name": "REBASE", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "rebase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Decentralized Identifiers (DIDs)", - "id": 1915, + "description": "REBASE at New England Biolabs", + "id": 683, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1914, + "id": 682, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "W3C Credentials Community Group", + "name": "New England Biolabs, Ipswich, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100922", - "name": "Decentralized Identifiers (DIDs)", - "official": true, + "mirId": "MIR:00100289", + "name": "REBASE at New England Biolabs", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://w3c-ccg.github.io/did-spec/", - "sampleId": "sov:WRfXPg8dantKVubE3HX8pw", - "urlPattern": "https://uniresolver.io/#did:{$id}" + "resourceHomeUrl": "http://rebase.neb.com/rebase/", + "sampleId": "101", + "urlPattern": "http://rebase.neb.com/rebase/enz/{$id}.html" } ], - "sampleId": "sov:WRfXPg8dantKVubE3HX8pw" + "sampleId": "101" }, { - "created": "2019-06-11T14:18:21.981+0000", + "created": "2019-06-11T14:15:43.085+0000", "deprecated": false, "deprecationDate": null, - "description": "ModelSEED is a platform for creating genome-scale metabolic network reconstructions for microbes and plants. As part of the platform, a biochemistry database is managed that contains reactions unique to ModelSEED as well as reactions aggregated from other databases or from manually-curated genome-scale metabolic network reconstructions.", - "id": 1916, - "mirId": "MIR:00000692", - "modified": "2019-06-11T14:18:21.981+0000", - "name": "SEED Reactions", + "description": "The Reference Sequence (RefSeq) collection aims to provide a comprehensive, integrated, non-redundant set of sequences, including genomic DNA, transcript (RNA), and protein products.", + "id": 153, + "mirId": "MIR:00000039", + "modified": "2023-01-04T19:52:50.191+0000", + "name": "RefSeq", "namespaceEmbeddedInLui": false, - "pattern": "^rxn\\d+$", - "prefix": "seed.reaction", + "pattern": "^(((WP|AC|AP|NC|NG|NM|NP|NR|NT|NW|XM|XP|XR|YP|ZP)_\\d+)|(NZ\\_[A-Z]{2,4}\\d+))(\\.\\d+)?$", + "prefix": "refseq", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SEED Reactions", - "id": 1917, + "description": "The NCBI Reference Sequence database", + "id": 155, "institution": { - "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", - "homeUrl": "https://www.anl.gov", - "id": 1546, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Argonne National Laboratory", - "rorId": "https://ror.org/05gvnxz63" + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100923", - "name": "SEED Reactions", - "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://modelseed.org/biochem/reactions/", - "sampleId": "rxn00001", - "urlPattern": "http://modelseed.org/biochem/reactions/{$id}" + "mirId": "MIR:00100067", + "name": "The NCBI Reference Sequence database", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/projects/RefSeq/", + "sampleId": "NP_012345", + "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" } ], - "sampleId": "rxn00001" + "sampleId": "NP_012345" }, { - "created": "2019-06-11T14:18:22.186+0000", + "created": "2021-02-17T18:11:07.592+0000", "deprecated": false, "deprecationDate": null, - "description": "The OpenCitations Corpus is open repository of scholarly citation data made available under a Creative Commons public domain dedication (CC0), which provides accurate bibliographic references harvested from the scholarly literature that others may freely build upon, enhance and reuse for any purpose, without restriction under copyright or database law.", - "id": 1918, - "mirId": "MIR:00000693", - "modified": "2019-06-11T14:18:22.186+0000", - "name": "OpenCitations Corpus", + "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references protein entries in the database.", + "id": 2532, + "mirId": "MIR:00000792", + "modified": "2021-02-17T18:11:07.592+0000", + "name": "RepeatsDB Protein", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z][a-z]/[0-9]+$", - "prefix": "occ", + "pattern": "^[OPQopq][0-9][A-Za-z0-9]{3}[0-9]|[A-Na-nR-Zr-z][0-9]([A-Za-z][A-Za-z0-9]{2}[0-9]){1,2}$", + "prefix": "repeatsdb.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OpenCitations Corpus", - "id": 1920, + "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", + "id": 2533, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1919, + "id": 1769, "location": { "countryCode": "IT", "countryName": "Italy" }, - "name": "OpenCitations", + "name": "University of Padua", "rorId": null }, "location": { "countryCode": "IT", "countryName": "Italy" }, - "mirId": "MIR:00100925", - "name": "OpenCitations Corpus", + "mirId": "MIR:00000699", + "name": "RepeatsDB", "official": true, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://w3id.org/oc/corpus", - "sampleId": "br/1", - "urlPattern": "https://w3id.org/oc/corpus/{$id}" + "providerCode": "", + "resourceHomeUrl": "https://repeatsdb.org/", + "sampleId": "P29894", + "urlPattern": "https://repeatsdb.org/protein/{$id}" } ], - "sampleId": "br/1" + "sampleId": "P29894" }, { - "created": "2019-06-11T14:18:22.448+0000", + "created": "2021-02-17T18:09:04.420+0000", "deprecated": false, "deprecationDate": null, - "description": "The BioStudies database holds descriptions of biological studies, links to data from these studies in other databases at EMBL-EBI or outside, as well as data that do not fit in the structured archives at EMBL-EBI. The database can accept a wide range of types of studies described via a simple format. It also enables manuscript authors to submit supplementary information and link to it from the publication.", - "id": 1921, - "mirId": "MIR:00000694", - "modified": "2019-06-11T14:18:22.448+0000", - "name": "BioStudies database", + "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", + "id": 2527, + "mirId": "MIR:00000764", + "modified": "2021-02-17T18:09:04.420+0000", + "name": "RepeatsDB Structure", "namespaceEmbeddedInLui": false, - "pattern": "^S-[A-Z]{4}[A-Z\\d\\-]+$", - "prefix": "biostudies", + "pattern": "^[0-9][A-Za-z0-9]{3}[A-Za-z0-9][A-Za-z0-9]?[0-9]?[0-9]?$", + "prefix": "repeatsdb.structure", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioStudies database", - "id": 1922, + "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", + "id": 2528, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1769, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Padua", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100926", - "name": "BioStudies database", + "mirId": "MIR:00000780", + "name": "RepeatsDB", "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/biostudies/", - "sampleId": "S-EPMC6266652", - "urlPattern": "https://www.ebi.ac.uk/biostudies/studies/{$id}" + "providerCode": "repeatsdb.structure", + "resourceHomeUrl": "https://repeatsdb.org/", + "sampleId": "2gc4E", + "urlPattern": "https://repeatsdb.org/structure/{$id}" } ], - "sampleId": "S-EPMC6266652" + "sampleId": "2gc4E" }, { - "created": "2019-06-11T14:18:22.646+0000", + "created": "2019-06-11T14:15:44.821+0000", "deprecated": false, "deprecationDate": null, - "description": "The US National Cancer Institute (NCI) maintains and administers data elements, forms, models, and components of these items in a metadata registry referred to as the Cancer Data Standards Registry and Repository, or caDSR.", - "id": 1923, - "mirId": "MIR:00000695", - "modified": "2019-06-11T14:18:22.646+0000", - "name": "Cancer Data Standards Registry and Repository", + "description": "The RESID Database of Protein Modifications is a comprehensive collection of annotations and structures for protein modifications including amino-terminal, carboxyl-terminal and peptide chain cross-link post-translational modifications.", + "id": 172, + "mirId": "MIR:00000046", + "modified": "2019-06-11T14:15:44.821+0000", + "name": "RESID", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]*$", - "prefix": "cadsr", + "pattern": "^AA\\d{4}$", + "prefix": "resid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Cancer Data Standards Registry and Repository", - "id": 1925, + "description": "RESID at Georgetown University", + "id": 174, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1924, + "id": 173, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Cancer Institute, National Institutes of Health, Bethesda, MD", + "name": "Georgetown University Medical Center, Washington", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100928", - "name": "Cancer Data Standards Registry and Repository", + "mirId": "MIR:00100653", + "name": "RESID at Georgetown University", "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://wiki.nci.nih.gov/display/caDSR/caDSR+Wiki", - "sampleId": "3771992", - "urlPattern": "https://cadsrapi.nci.nih.gov/cadsrapi4/GetXML?query=DataElement[@publicId={$id}]" + "resourceHomeUrl": "http://pir0.georgetown.edu/resid/", + "sampleId": "AA0001", + "urlPattern": "http://pir0.georgetown.edu/cgi-bin/resid?id={$id}" } ], - "sampleId": "3771992" + "sampleId": "AA0001" }, { - "created": "2019-06-19T15:38:51.382+0000", + "created": "2019-06-11T14:17:14.331+0000", "deprecated": false, "deprecationDate": null, - "description": "The European Registry of Materials is a simple registry with the sole purpose to mint material identifiers to be used by research projects throughout the life cycle of their project.", - "id": 1942, - "mirId": "MIR:00000763", - "modified": "2019-06-19T15:38:51.382+0000", - "name": "European Registry of Materials", + "description": "The Rfam database is a collection of RNA families, each represented by multiple sequence alignments, consensus secondary structures and covariance models (CMs). The families in Rfam break down into three broad functional classes: non-coding RNA genes, structured cis-regulatory elements and self-splicing RNAs. Typically these functional RNAs often have a conserved secondary structure which may be better preserved than the RNA sequence. The CMs used to describe each family are a slightly more complicated relative of the profile hidden Markov models (HMMs) used by Pfam. CMs can simultaneously model RNA sequence and the structure in an elegant and accurate fashion.", + "id": 1187, + "mirId": "MIR:00000409", + "modified": "2019-06-11T14:17:14.331+0000", + "name": "RFAM", "namespaceEmbeddedInLui": false, - "pattern": "^ERM[0-9]{8}$", - "prefix": "erm", + "pattern": "^RF\\d{5}$", + "prefix": "rfam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The European Registry of Materials is a simple registry with the sole purpose to mint material identifiers to be used by research projects throughout the life cycle of their project.", - "id": 1943, + "description": "Rfam at EMBL-EBI", + "id": 1188, "institution": { - "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", - "homeUrl": "https://www.maastrichtuniversity.nl", - "id": 283, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Maastricht University", - "rorId": "https://ror.org/02jz4aj89" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "NL", - "countryName": "Netherlands" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000711", - "name": "European Registry of Materials", + "mirId": "MIR:00100686", + "name": "Rfam at EMBL-EBI", "official": true, - "providerCode": "erm", - "resourceHomeUrl": "https://nanocommons.github.io/identifiers/", - "sampleId": "ERM00000044", - "urlPattern": "https://nanocommons.github.io/identifiers/registry#{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://rfam.xfam.org/", + "sampleId": "RF00230", + "urlPattern": "https://rfam.xfam.org/family/{$id}" } ], - "sampleId": "ERM00000044" + "sampleId": "RF00230" }, { - "created": "2019-09-05T11:46:36.162+0000", + "created": "2019-06-11T14:15:45.062+0000", "deprecated": false, "deprecationDate": null, - "description": "ClassyFire is a web-based application for automated structural classification of chemical entities. This application uses a rule-based approach that relies on a comprehensible, comprehensive, and computable chemical taxonomy. ClassyFire provides a hierarchical chemical classification of chemical entities (mostly small molecules and short peptide sequences), as well as a structure-based textual description, based on a chemical taxonomy named ChemOnt, which covers 4825 chemical classes of organic and inorganic compounds. Moreover, ClassyFire allows for text-based search via its web interface. It can be accessed via the web interface or via the ClassyFire API.", - "id": 1977, - "mirId": "MIR:00000770", - "modified": "2019-09-05T11:46:36.162+0000", - "name": "ClassyFire", + "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references genes.", + "id": 175, + "mirId": "MIR:00000047", + "modified": "2019-06-11T14:15:45.062+0000", + "name": "Rat Genome Database", "namespaceEmbeddedInLui": false, - "pattern": "^C[0-9]{7}$", - "prefix": "classyfire", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "Dr. David Wishart (PhD Yale, 1991) is a Professor in the Departments of Biological Sciences and Computing Science at the University of Alberta. He is also a senior research officer and the director of the Nano Life Science program at the NRC’s National Institute for Nanotechnology (NINT). He has been with the University of Alberta since 1995. Dr. Wishart has active research programs in Ua Colour structural biology, nanobiology, synthetic biology, prion biology, bioinformatics and metabolomics. Some of his lab's most significant contributions have been in the area of protein chemical shift analysis and the prediction of protein structure.", - "id": 1978, - "institution": { - "description": "Dr. David Wishart (PhD Yale, 1991) is a Professor in the Departments of Biological Sciences and Computing Science at the University of Alberta. He is also a senior research officer and the director of the Nano Life Science program at the NRC’s National Institute for Nanotechnology (NINT). He has been with the University of Alberta since 1995. Dr. Wishart has active research programs in Ua Colour structural biology, nanobiology, synthetic biology, prion biology, bioinformatics and metabolomics. Some of his lab's most significant contributions have been in the area of protein chemical shift analysis and the prediction of protein structure.", - "homeUrl": "http://www.wishartlab.com/", - "id": 1976, - "location": { - "countryCode": "CA", - "countryName": "Canada" - }, - "name": "The Wishart Research Group, University of Alberta, Edmonton, Alberta, Canada", - "rorId": null - }, - "location": { - "countryCode": "CA", - "countryName": "Canada" - }, - "mirId": "MIR:00000710", - "name": "The Wishart Research Group, University of Alberta, Edmonton, Alberta, Canada", - "official": true, - "providerCode": "classyfire", - "resourceHomeUrl": "http://classyfire.wishartlab.com/", - "sampleId": "C0004828", - "urlPattern": "http://classyfire.wishartlab.com/tax_nodes/{$id}" - } - ], - "sampleId": "C0004828" - }, - { - "created": "2019-09-10T09:27:59.693+0000", - "deprecated": false, - "deprecationDate": null, - "description": "'ocid' stands for \"Ontology Concept Identifiers\" and are 12 digit long integers covering IDs in topical ontologies from anatomy up to toxicology.", - "id": 1989, - "mirId": "MIR:00000738", - "modified": "2019-09-10T09:27:59.693+0000", - "name": "Ontology Concept Identifiers", - "namespaceEmbeddedInLui": true, - "pattern": "ocid:[0-9]{12}", - "prefix": "ocid", + "pattern": "^\\d{4,}$", + "prefix": "rgd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", - "id": 2936, + "description": "Rat Genome Database", + "id": 177, "institution": { - "description": "We offer high performance and highly customizable text analysis and data mining products that can be tailored to meet the specific needs of every client. ", - "homeUrl": "https://ontochem.com/", - "id": 2935, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 176, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Ontochem GmbH", + "name": "Medical College of Wisconsin", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000885", - "name": "Ontochem GmbH", + "mirId": "MIR:00100075", + "name": "Rat Genome Database", "official": true, - "providerCode": "ontochem", - "resourceHomeUrl": "https://ontochem.com/", - "sampleId": "190000021540", - "urlPattern": "https://ocid.ontochem.com/prefname?ocid={$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rgd.mcw.edu/", + "sampleId": "2018", + "urlPattern": "http://rgd.mcw.edu/rgdweb/report/gene/main.html?id={$id}" }, - { - "deprecated": true, - "deprecationDate": "2021-10-17T10:39:01.622+0000", - "description": "SciWalker is an open access ontology based search tool for annotated data and extracted knowledge from scientific databases, patents and scientific documents.", - "id": 1990, - "institution": { - "description": "OntoChem develops and uses ontologies and semantic NLP software to annotate, analyze, extract and predict knowledge from scientific databases, patents, scientific articles or general private documents.", - "homeUrl": "https://www.ontochem.com", - "id": 1988, - "location": { - "countryCode": "DE", - "countryName": "Germany" - }, - "name": "OntoChem GmbH", - "rorId": null - }, - "location": { - "countryCode": "DE", - "countryName": "Germany" - }, - "mirId": "MIR:00000706", - "name": "SciWalker Open Data", - "official": false, - "providerCode": "oc", - "resourceHomeUrl": "https://www.sciwalker.com", - "sampleId": "190000021540", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00000706/{$id}" - } - ], - "sampleId": "190000021540" - }, - { - "created": "2019-09-10T10:50:49.547+0000", - "deprecated": false, - "deprecationDate": null, - "description": "MarFun is manually curated database for marine fungi which is a part of the MAR databases.", - "id": 1997, - "mirId": "MIR:00000729", - "modified": "2019-09-10T10:50:49.547+0000", - "name": "MarFun", - "namespaceEmbeddedInLui": false, - "pattern": "^MMP\\d+.\\d+$", - "prefix": "mmp.fun", - "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MarFun through SfB", - "id": 1998, + "description": "RGD through the Alliance of Genome Resources", + "id": 178, "institution": { - "description": "The Centre for bioinformatics at UiT is a part of ELIXIR Norway dedicated to services.", - "homeUrl": "https://uit.no", - "id": 1996, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "US", + "countryName": "United States" }, - "name": "Centre for bioinformatics (SfB), UiT The Arctic university of Norway", + "name": "Alliance of Genome Resources", "rorId": null }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000713", - "name": "MarFun through SfB", - "official": true, - "providerCode": "mmp", - "resourceHomeUrl": "https://mmp.sfb.uit.no/databases/marfun", - "sampleId": "MMP3888430", - "urlPattern": "https://mmp.sfb.uit.no/databases/marfun/#/records/{$id}" + "mirId": "MIR:00100905", + "name": "RGD through the Alliance of Genome Resources", + "official": false, + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "2018", + "urlPattern": "https://www.alliancegenome.org/gene/RGD:{$id}" } ], - "sampleId": "MMP3888430" + "sampleId": "2018" }, { - "created": "2019-09-10T12:51:24.637+0000", + "created": "2019-06-11T14:17:23.659+0000", "deprecated": false, "deprecationDate": null, - "description": "E-cyanobacterium experiments is a repository of wet-lab experiments related to cyanobacteria. The emphasis is placed on annotation via mapping to local database of biological knowledge and mathematical models along with the complete experimental setup supporting the reproducibility of the experiments.", - "id": 2003, - "mirId": "MIR:00000760", - "modified": "2019-09-10T12:51:24.637+0000", - "name": "E-cyanobacterium Experimental Data", + "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references quantitative trait loci (qTLs), providing phenotype and disease descriptions, mapping, and strain information as well as links to markers and candidate genes.", + "id": 1294, + "mirId": "MIR:00000451", + "modified": "2019-06-11T14:17:23.659+0000", + "name": "Rat Genome Database qTL", "namespaceEmbeddedInLui": false, "pattern": "^\\d+$", - "prefix": "ecyano.experiment", + "prefix": "rgd.qtl", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "E-cyanobacterium is a web-based platform for public sharing, annotation, analysis, and visualisation of dynamical models and wet-lab experiments related to cyanobacteria. It allows models to be represented at different levels of abstraction — as biochemical reaction networks or ordinary differential equations. It provides concise mappings of mathematical models to a formalised consortium-agreed biochemical description, with the aim of connecting the world of biological knowledge with benefits of mathematical description of dynamic processes. This collection references wet-lab experiments.", - "id": 2004, + "description": "Rat Genome Database qTL at Medical College of Wisconsin", + "id": 1296, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1629, + "id": 1295, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "name": "Systems Biology Laboratory, Faculty of Informatics, Masaryk University Brno", + "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000754", - "name": "E-cyanobacterium", - "official": true, - "providerCode": "ecyano", - "resourceHomeUrl": "https://www.e-cyanobacterium.org/experiments-repository/", - "sampleId": "18", - "urlPattern": "https://www.e-cyanobacterium.org/experiments-repository/?action=detail&id={$id}" + "mirId": "MIR:00100586", + "name": "Rat Genome Database qTL at Medical College of Wisconsin", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rgd.mcw.edu/", + "sampleId": "1354581", + "urlPattern": "http://rgd.mcw.edu/rgdweb/report/qtl/main.html?id={$id}" } ], - "sampleId": "18" + "sampleId": "1354581" }, { - "created": "2019-09-24T11:03:08.927+0000", + "created": "2019-06-11T14:17:23.876+0000", "deprecated": false, "deprecationDate": null, - "description": "DOULIX lab-tested standard biological parts, in this case, full length constructs.", - "id": 2022, - "mirId": "MIR:00000742", - "modified": "2019-09-24T11:03:08.927+0000", - "name": "Circular double stranded DNA sequences composed", + "description": "Rat Genome Database seeks to collect, consolidate, and integrate rat genomic and genetic data with curated functional and physiological data and make these data widely available to the scientific community. This collection references strain reports, which include a description of strain origin, disease, phenotype, genetics and immunology.", + "id": 1297, + "mirId": "MIR:00000452", + "modified": "2019-06-11T14:17:23.876+0000", + "name": "Rat Genome Database strain", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]{6,7}$", - "prefix": "dlxc", + "pattern": "^\\d+$", + "prefix": "rgd.strain", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Doulix DNA repository provides a FAIR-compliant database of DNA sequences for synthetic biology. Doulix allows user to retrieve, inspect and manipulate DNA sequences while ensuring data traceability and integrity.", - "id": 2023, + "description": "Rat Genome Database strain at Medical College of Wisconsin", + "id": 1298, "institution": { - "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech). ", - "homeUrl": "https://doulix.com", - "id": 2021, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1295, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "Double Helix Technologies (DOULIX)", + "name": "Medical College of Wisconsin, Milwaukee, Wisconsin", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000734", - "name": "Doulix DNA repository", - "official": true, - "providerCode": "dlxc", - "resourceHomeUrl": "https://doulix.com", - "sampleId": "M77F7JM", - "urlPattern": "https://doulix.com/constructs/{$id}/" + "mirId": "MIR:00100587", + "name": "Rat Genome Database strain at Medical College of Wisconsin", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rgd.mcw.edu/", + "sampleId": "5688061", + "urlPattern": "http://rgd.mcw.edu/rgdweb/report/strain/main.html?id={$id}" } ], - "sampleId": "M77F7JM" + "sampleId": "5688061" }, { - "created": "2019-10-01T11:40:36.666+0000", + "created": "2019-06-11T14:15:55.126+0000", "deprecated": false, "deprecationDate": null, - "description": "DOULIX lab-tested standard biological parts, in this case linear double stranded DNA sequences.", - "id": 2026, - "mirId": "MIR:00000747", - "modified": "2019-10-01T11:40:36.666+0000", - "name": "Linear double stranded DNA sequences", + "description": " Rhea is an expert-curated knowledgebase of chemical and transport reactions of biological interest. Enzyme-catalyzed and spontaneously occurring reactions are curated from peer-reviewed literature and represented in a computationally tractable manner by using the ChEBI (Chemical Entities of Biological Interest) ontology to describe reaction participants.\n\nRhea covers the reactions described by the IUBMB Enzyme Nomenclature as well as many additional reactions and can be used for enzyme annotation, genome-scale metabolic modeling and omics-related analyses. Rhea is the standard for enzyme and transporter annotation in UniProtKB.", + "id": 278, + "mirId": "MIR:00000082", + "modified": "2021-05-30T10:38:10.762+0000", + "name": "Rhea", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9]{6,7}$", - "prefix": "dlxb", + "pattern": "^\\d{5}$", + "prefix": "rhea", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "Doulix DNA repository provides a FAIR-compliant database of DNA sequences for synthetic biology. Doulix allows user to retrieve, inspect and manipulate DNA sequences while ensuring data traceability and integrity.", - "id": 2027, + "deprecated": true, + "deprecationDate": "2021-05-30T10:47:40.110+0000", + "description": "Rhea", + "id": 280, "institution": { - "description": "Double Helix Technologies (DOULIX) is currently an operative unit of Explora Biotech (https://www.explora-biotech.com). ", - "homeUrl": "https://doulix.com", - "id": 2025, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 279, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Doulix Helix Technologies (DOULIX)", + "name": "European Bioinformatics Institute and Swiss Institute of Bioinformatics", "rorId": null }, - "location": { - "countryCode": "IT", - "countryName": "Italy" - }, - "mirId": "MIR:00000717", - "name": "Doulix DNA repository", - "official": true, - "providerCode": "dlxb", - "resourceHomeUrl": "https://doulix.com", - "sampleId": "6VDC956", - "urlPattern": "https://doulix.com/biomodules/{$id}/" - } - ], - "sampleId": "6VDC956" - }, - { - "created": "2019-06-11T14:18:04.976+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The goal of the CAMEO (Continuous Automated Model EvaluatiOn) community project is to continuously evaluate the accuracy and reliability of protein structure prediction servers, offering scores on tertiary and quaternary structure prediction, model quality estimation, accessible surface area prediction, ligand binding site residue prediction and contact prediction services in a fully automated manner. These predictions are regularly compared against reference structures from PDB.", - "id": 1729, - "mirId": "MIR:00000623", - "modified": "2019-10-01T11:46:06.302+0000", - "name": "CAMEO", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9\\-_]+$", - "prefix": "cameo", - "resources": [ + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "mirId": "MIR:00100113", + "name": "Rhea", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.rhea-db.org/", + "sampleId": "10040", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100113/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "CAMEO", - "id": 1731, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "id": 2683, "institution": { "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", "homeUrl": "https://www.sib.swiss", @@ -33024,387 +33060,343 @@ "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00100827", - "name": "CAMEO", + "mirId": "MIR:00000827", + "name": "SIB Swiss Institute of Bioinformatics", "official": false, "providerCode": "sib", - "resourceHomeUrl": "https://cameo3d.org", - "sampleId": "2019-08-03_00000089_1", - "urlPattern": "https://www.cameo3d.org/sp/targets/target/{$id}" + "resourceHomeUrl": "https://www.rhea-db.org/", + "sampleId": "10040", + "urlPattern": "https://www.rhea-db.org/rhea/{$id}" } ], - "sampleId": "2019-08-03_00000089_1" + "sampleId": "12345" }, { - "created": "2019-09-19T13:46:35.999+0000", + "created": "2019-06-11T14:17:01.041+0000", "deprecated": false, "deprecationDate": null, - "description": "This namespace is about Neuroscience Multi-Omic data, specially focused on that data generated from the BRAIN Initiative and related brain research projects.", - "id": 2013, - "mirId": "MIR:00000744", - "modified": "2019-10-02T08:18:15.555+0000", - "name": "Neuroscience Multi-Omic BRAIN Initiative Data", + "description": "The objective of this project is to provide high quality annotation for the rice genome Oryza sativa spp japonica cv Nipponbare. All genes are annotated with functional annotation including expression data, gene ontologies, and tagged lines.", + "id": 1028, + "mirId": "MIR:00000358", + "modified": "2019-06-11T14:17:01.041+0000", + "name": "Rice Genome Annotation Project", "namespaceEmbeddedInLui": false, - "pattern": "[a-z]{3}-[a-km-z0-9]{7}", - "prefix": "nemo", + "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}$", + "prefix": "ricegap", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Neuroscience Multi-Omic Archive (NeMO Archive) is a data repository specifically focused on the storage and dissemination of omic data generated from the BRAIN Initiative and related brain research projects.", - "id": 2014, + "description": "Rice Genome Annotation Project at TIGR", + "id": 1029, "institution": { - "description": "Formed in May 2007, the Institute for Genome Sciences (IGS) is part of the University of Maryland School of Medicine and is on the University of Maryland Baltimore campus. Members of the IGS team have helped revolutionize genomic discoveries in medicine, agriculture, environmental science and biodefense.", - "homeUrl": "http://www.igs.umaryland.edu", - "id": 2012, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 909, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "The Institute for Genome Sciences", + "name": "The Institute for Genomic Research, Rockville, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000790", - "name": "The NeMO Archive", - "official": true, - "providerCode": "igs", - "resourceHomeUrl": "https://www.nemoarchive.org", - "sampleId": "smp-m3w9hbe", - "urlPattern": "https://assets.nemoarchive.org/{$id}" - } - ], - "sampleId": "smp-m3w9hbe" - }, - { - "created": "2019-11-07T10:59:42.032+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Signaling Pathways Project is an integrated 'omics knowledgebase based upon public, manually curated transcriptomic and cistromic (ChIP-Seq) datasets involving genetic and small molecule manipulations of cellular receptors, enzymes and transcription factors. Our goal is to create a resource where scientists can routinely generate research hypotheses or validate bench data relevant to cellular signaling pathways.", - "id": 2037, - "mirId": "MIR:00000726", - "modified": "2019-11-07T10:59:42.032+0000", - "name": "Signaling Pathways Project", - "namespaceEmbeddedInLui": false, - "pattern": "^10.\\w{4}/\\w{10}$", - "prefix": "spp", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "The Signaling Pathways Project is an integrated 'omics knowledgebase based upon public, manually curated transcriptomic and cistromic (ChIP-Seq) datasets involving genetic and small molecule manipulations of cellular receptors, enzymes and transcription factors. Our goal is to create a resource where scientists can routinely generate research hypotheses or validate bench data relevant to cellular signaling pathways.", - "id": 2038, - "institution": { - "description": "Baylor College of Medicine is a health sciences university that creates knowledge and applies science and discoveries to further education, healthcare and community service locally and globally.", - "homeUrl": "https://www.bcm.edu", - "id": 485, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "name": "Baylor College of Medicine", - "rorId": "https://ror.org/02pttbw34" - }, - "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00000730", - "name": "Signaling Pathways Project", - "official": true, - "providerCode": "spp", - "resourceHomeUrl": "https://www.signalingpathways.org/index.jsf", - "sampleId": "10.1621/vwN2g2HaX3", - "urlPattern": "https://www.signalingpathways.org/datasets/dataset.jsf?doi={$id}" + "mirId": "MIR:00100455", + "name": "Rice Genome Annotation Project at TIGR", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rice.plantbiology.msu.edu/annotation_pseudo_current.shtml", + "sampleId": "LOC_Os02g13300", + "urlPattern": "http://rice.plantbiology.msu.edu/cgi-bin/ORF_infopage.cgi?&orf={$id}" } ], - "sampleId": "10.1621/vwN2g2HaX3" + "sampleId": "LOC_Os02g13300" }, { - "created": "2019-12-09T15:05:02.665+0000", + "created": "2019-06-11T14:18:15.639+0000", "deprecated": false, "deprecationDate": null, - "description": "BMRB collects, annotates, archives, and disseminates (worldwide in the public domain) the important spectral and quantitative data derived from NMR spectroscopic investigations of biological macromolecules and metabolites. The goal is to empower scientists in their analysis of the structure, dynamics, and chemistry of biological systems and to support further development of the field of biomolecular NMR spectroscopy.", - "id": 2055, - "mirId": "MIR:00000716", - "modified": "2019-12-09T15:05:02.665+0000", - "name": "Biological Magnetic Resonance Data Bank", + "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", + "id": 1847, + "mirId": "MIR:00000666", + "modified": "2019-06-11T14:18:15.639+0000", + "name": "RiceNetDB Compound", "namespaceEmbeddedInLui": false, - "pattern": "^(bmr|bmse|bmst)?[0-9]{1,6}$", - "prefix": "bmrb", + "pattern": "^OSC\\d{4}$", + "prefix": "ricenetdb.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BMRB collects, annotates, archives, and disseminates (worldwide in the public domain) the important spectral and quantitative data derived from NMR spectroscopic investigations of biological macromolecules and metabolites. The goal is to empower scientists in their analysis of the structure, dynamics, and chemistry of biological systems and to support further development of the field of biomolecular NMR spectroscopy.", - "id": 2056, + "description": "RiceNetDB Compound", + "id": 1848, "institution": { - "description": "The University of Wisconsin–Madison is a public research university in Madison, Wisconsin. Founded when Wisconsin achieved statehood in 1848, UW–Madison is the official state university of Wisconsin, and the flagship campus of the University of Wisconsin System.\nIt was the first public university established in Wisconsin and remains the oldest and largest public university in the state. It became a land-grant institution in 1866.\nThe 933-acre (378 ha) main campus, located on the shores of Lake Mendota, includes four National Historic Landmarks.\nThe University also owns and operates a historic 1,200-acre (486 ha) arboretum established in 1932, located 4 miles (6.4 km) south of the main campus.", - "homeUrl": "https://www.wisc.edu/", - "id": 2054, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1843, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "University of Wisconsin-Madison", - "rorId": "https://ror.org/01y2jtd41" + "name": "College of Life Sciences, Zhejiang University", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000735", - "name": "Biological Magnetic Resonance Data Bank", - "official": true, - "providerCode": "bmrb", - "resourceHomeUrl": "http://www.bmrb.wisc.edu/", - "sampleId": "15000", - "urlPattern": "http://rest.bmrb.wisc.edu/bmrb/{$id}/html" + "mirId": "MIR:00100884", + "name": "RiceNetDB Compound", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", + "sampleId": "OSC1416", + "urlPattern": "http://bis.zju.edu.cn/ricenetdb/compounddetails.php?ID={$id}" } ], - "sampleId": "15000" + "sampleId": "OSC1416" }, { - "created": "2019-12-09T15:18:31.130+0000", + "created": "2019-06-11T14:18:15.139+0000", "deprecated": false, "deprecationDate": null, - "description": "DisProt is a database of intrisically disordered proteins and protein disordered regions, manually curated from literature.", - "id": 2061, - "mirId": "MIR:00000745", - "modified": "2019-12-09T15:18:31.130+0000", - "name": "DisProt region", + "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", + "id": 1842, + "mirId": "MIR:00000664", + "modified": "2019-06-11T14:18:15.139+0000", + "name": "RiceNetDB Gene", "namespaceEmbeddedInLui": false, - "pattern": "^DP\\d{5}r\\d{3}$", - "prefix": "disprot.region", + "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}\\.\\d$", + "prefix": "ricenetdb.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DisProt is a database of intrinsically disordered proteins and protein disordered regions, manually curated from literature.", - "id": 2062, + "description": "RiceNetDB", + "id": 1844, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 1843, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "CN", + "countryName": "China" }, - "name": "University of Padua", + "name": "College of Life Sciences, Zhejiang University", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000756", - "name": "DisProt region", - "official": true, - "providerCode": "disprot.region", - "resourceHomeUrl": "https://www.disprot.org", - "sampleId": "DP00086r013", - "urlPattern": "https://www.disprot.org/{$id}" + "mirId": "MIR:00100882", + "name": "RiceNetDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb/", + "sampleId": "LOC_Os01g49190.1", + "urlPattern": "http://bis.zju.edu.cn/ricenetdb/genedetails.php?ID={$id}" } ], - "sampleId": "DP00086r013" + "sampleId": "LOC_Os01g49190.1" }, { - "created": "2020-01-24T13:57:43.399+0000", + "created": "2019-06-11T14:18:16.076+0000", "deprecated": false, "deprecationDate": null, - "description": "VegBank is the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification. VegBank consists of three linked databases that contain (1) vegetation plot records, (2) vegetation types recognized in the U.S. National Vegetation Classification and other vegetation types submitted by users, and (3) all plant taxa recognized by ITIS/USDA as well as all other plant taxa recorded in plot records. Vegetation records, community types and plant taxa may be submitted to VegBank and may be subsequently searched, viewed, annotated, revised, interpreted, downloaded, and cited. ", - "id": 2072, - "mirId": "MIR:00000723", - "modified": "2020-01-24T13:57:43.399+0000", - "name": "VegBank", + "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", + "id": 1851, + "mirId": "MIR:00000668", + "modified": "2019-06-11T14:18:16.076+0000", + "name": "RiceNetDB miRNA", "namespaceEmbeddedInLui": false, - "pattern": "^VB\\.[A-Za-z][A-Za-z]\\..*$", - "prefix": "vegbank", + "pattern": "^osa-miR\\d{3,5}[a-z]{0,1}$", + "prefix": "ricenetdb.mirna", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VegBank is the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification.", - "id": 2073, + "description": "RiceNetDB miRNA", + "id": 1852, "institution": { - "description": "NCEAS works to accelerate scientific discoveries that will enhance our understanding of the world and benefit people and nature, as well as to transform the scientific culture to be more open, efficient, and collaborative.", - "homeUrl": "https://nceas.ucsb.edu/", - "id": 2071, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1843, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "National Center for Ecological Analysis and Synthesis", + "name": "College of Life Sciences, Zhejiang University", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000751", - "name": "VegBank", - "official": true, - "providerCode": "vegbank", - "resourceHomeUrl": "http://vegbank.org/", - "sampleId": "VB.Ob.3736.GRSM125", - "urlPattern": "http://vegbank.org/cite/{$id}" + "mirId": "MIR:00100886", + "name": "RiceNetDB miRNA", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", + "sampleId": "osa-miR446", + "urlPattern": "http://bis.zju.edu.cn/ricenetdb/miRNAdetails.php?ID={$id}" } ], - "sampleId": "VB.Ob.3736.GRSM125" + "sampleId": "osa-miR446" }, { - "created": "2020-02-25T11:14:38.686+0000", + "created": "2019-06-11T14:18:15.429+0000", "deprecated": false, "deprecationDate": null, - "description": "Minid are identifiers used to provide robust reference to intermediate data generated during the course of a research investigation. This is a prefix for referencing identifiers in the minid test namespace. ", - "id": 2085, - "mirId": "MIR:00000707", - "modified": "2020-02-28T10:24:36.137+0000", - "name": "MINID Test", + "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", + "id": 1845, + "mirId": "MIR:00000665", + "modified": "2019-06-11T14:18:15.429+0000", + "name": "RiceNetDB Protein", "namespaceEmbeddedInLui": false, - "pattern": "[A-Za-z0-9]+$", - "prefix": "minid.test", + "pattern": "^LOC\\_Os\\d{1,2}g\\d{5}$", + "prefix": "ricenetdb.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FAIR Research is a collaboration of the Informatics Systems Research Division at the Information Sciences Institute of University of Southern California and the Computational Systems Division at the University of Chicago.", - "id": 2086, + "description": "RiceNetDB", + "id": 1846, "institution": { - "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", - "homeUrl": "https://www.usc.edu/", - "id": 1781, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1843, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "University of Southern California", - "rorId": "https://ror.org/03taz7m60" + "name": "College of Life Sciences, Zhejiang University", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000724", - "name": "FAIR Research", - "official": true, - "providerCode": "fair", - "resourceHomeUrl": "https://fair-research.org", - "sampleId": "3SBPLMKKVEVR", - "urlPattern": "https://hdl.handle.net/hdl:20.500.12633/{$id}" + "mirId": "MIR:00100883", + "name": "RiceNetDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb/", + "sampleId": "LOC_Os01g49190", + "urlPattern": "http://bis.zju.edu.cn/ricenetdb/proteindetails.php?ID={$id}" } ], - "sampleId": "3SBPLMKKVEVR" + "sampleId": "LOC_Os01g49190" }, { - "created": "2020-03-02T17:27:03.688+0000", + "created": "2019-06-11T14:18:15.856+0000", "deprecated": false, "deprecationDate": null, - "description": "Image Data Resource (IDR) is an online, public data repository that seeks to store, integrate and serve image datasets from published scientific studies. We have collected and are continuing to receive existing and newly created “reference image\" datasets that are valuable resources for a broad community of users, either because they will be frequently accessed and cited or because they can serve as a basis for re-analysis and the development of new computational tools.", - "id": 2108, - "mirId": "MIR:00000743", - "modified": "2020-03-02T17:27:03.688+0000", - "name": "Image Data Resource", + "description": "RiceNetDB is currently the most comprehensive regulatory database on Oryza Sativa based on genome annotation. It was displayed in three levels: GEM, PPIs and GRNs to facilitate biomolecular regulatory analysis and gene-metabolite mapping.", + "id": 1849, + "mirId": "MIR:00000667", + "modified": "2019-06-11T14:18:15.856+0000", + "name": "RiceNetDB Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]{4}$", - "prefix": "idr", + "pattern": "^OSR\\d{4}$", + "prefix": "ricenetdb.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "OME is a consortium of universities, research labs, industry and developers producing open-source software and format standards for microscopy data.", - "id": 2109, + "description": "RiceNetDB Reaction", + "id": 1850, "institution": { - "description": "The University of Dundee is a public research university in Dundee, Scotland. Founded in 1881 the institution was, for most of its early existence, a constituent college of the University of St Andrews alongside United College and St Mary's College located in the town of St Andrews itself. Following significant expansion, the University of Dundee gained independent university status in 1967 while retaining much of its ancient heritage and governance structure.", - "homeUrl": "https://www.dundee.ac.uk/", - "id": 2107, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1843, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CN", + "countryName": "China" }, - "name": "University of Dundee", + "name": "College of Life Sciences, Zhejiang University", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000705", - "name": "Open Microscopy Environment", - "official": true, - "providerCode": "ome", - "resourceHomeUrl": "https://idr.openmicroscopy.org", - "sampleId": "0001", - "urlPattern": "https://idr.openmicroscopy.org/search/?query=Name:idr{$id}" + "mirId": "MIR:00100885", + "name": "RiceNetDB Reaction", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bis.zju.edu.cn/ricenetdb", + "sampleId": "OSR0818", + "urlPattern": "http://bis.zju.edu.cn/ricenetdb/reactiondetails.php?ID={$id}" } ], - "sampleId": "0001" + "sampleId": "OSR0818" }, { - "created": "2020-02-28T10:48:52.126+0000", + "created": "2022-01-29T10:51:36.384+0000", "deprecated": false, "deprecationDate": null, - "description": "The Transport Systems Tracker (TranSyT) is a tool to identify transport systems and the compounds carried across membranes.", - "id": 2096, - "mirId": "MIR:00000736", - "modified": "2020-03-03T05:45:40.200+0000", - "name": "TranSyT", + "description": "RISM Online is a new service that will publish the bibliographic and authority data from the catalogue of the Répertoire International des Sources Musicales project.", + "id": 3047, + "mirId": "MIR:00000911", + "modified": "2022-01-31T08:57:14.676+0000", + "name": "RISM Online", "namespaceEmbeddedInLui": false, - "pattern": "T[A-Z]\\d{7}", - "prefix": "transyt", + "pattern": "^[a-z]+/[0-9]+$", + "prefix": "rism", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The BIOSYSTEMS Research Group is a research group at CEB, using competences in systems biotechnology and bioengineering to foster the development of a knowledge-based bio-economy, leading to new added-value products and processes.", - "id": 2097, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01kk1vy78' with no Wikidata information, and no ISNI information", + "id": 3048, "institution": { - "description": "The Centre of Biological Engineering (CEB), designated as “Excellent” by FCT, is a research unit located at University of Minho (ROR:037wpkx04) that develops its activities on interdisciplinary thrust areas covering molecular, cellular and process scales, corresponding to 4 thematic strands: Industrial, Food, Environmental, and Health Biotechnology and Bioengineering.", - "homeUrl": "https://www.ceb.uminho.pt", - "id": 2095, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01kk1vy78' with no Wikidata information, and no ISNI information", + "homeUrl": "https://rism.digital/", + "id": 3046, "location": { - "countryCode": "PT", - "countryName": "Portugal" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Centre of Biological Engineering", + "name": "RISM Digital Center", "rorId": null }, "location": { - "countryCode": "PT", - "countryName": "Portugal" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000731", - "name": "BIOSYSTEMS Research Group", + "mirId": "MIR:00000910", + "name": "RISM Digital Center", "official": true, - "providerCode": "transyt", - "resourceHomeUrl": "https://www.bio.di.uminho.pt/", - "sampleId": "TR0000001", - "urlPattern": "https://transyt.bio.di.uminho.pt/reactions/{$id}" + "providerCode": "rism", + "resourceHomeUrl": "https://rism.digital/", + "sampleId": "people/11035", + "urlPattern": "https://rism.online/{$id}" } ], - "sampleId": "TR0000001" + "sampleId": "people/11035" }, { - "created": "2019-06-11T14:18:01.236+0000", + "created": "2019-06-11T14:18:06.653+0000", "deprecated": false, "deprecationDate": null, - "description": "The genome assembly database contains detailed information about genome assemblies for eukaryota, bacteria and archaea. The scope of the genome collections database does not extend to viruses, viroids and bacteriophage.", - "id": 1685, - "mirId": "MIR:00000607", - "modified": "2020-03-31T12:32:16.941+0000", - "name": "Genome assembly database", + "description": "RNAcentral is a public resource that offers integrated access to a comprehensive and up-to-date set of non-coding RNA sequences provided by a collaborating group of Expert Databases.", + "id": 1750, + "mirId": "MIR:00000630", + "modified": "2019-06-11T14:18:06.653+0000", + "name": "RNAcentral", "namespaceEmbeddedInLui": false, - "pattern": "^GC[AF]_[0-9]{9}\\.[0-9]+$", - "prefix": "insdc.gca", + "pattern": "^URS[0-9A-F]{10}(\\_\\d+)?$", + "prefix": "rnacentral", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genome assembly database through ENA", - "id": 1686, + "description": "RNAcentral through EMBL-EBI", + "id": 1751, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -33420,107 +33412,107 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100810", - "name": "Genome assembly database through ENA", + "mirId": "MIR:00100834", + "name": "RNAcentral through EMBL-EBI", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.ebi.ac.uk/ena/browse/genome-assembly-database", - "sampleId": "GCA_000155495.1", - "urlPattern": "https://www.ebi.ac.uk/ena/data/view/{$id}" - }, + "resourceHomeUrl": "https://rnacentral.org/", + "sampleId": "URS0000759CF4", + "urlPattern": "https://rnacentral.org/rna/{$id}" + } + ], + "sampleId": "URS0000759CF4" + }, + { + "created": "2019-06-11T14:16:50.326+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The RNA modification database provides a comprehensive listing of post-transcriptionally modified nucleosides from RNA. The database consists of all RNA-derived ribonucleosides of known structure, including those from established sequence positions, as well as those detected or characterized from hydrolysates of RNA.", + "id": 900, + "mirId": "MIR:00000308", + "modified": "2019-06-11T14:16:50.326+0000", + "name": "RNA Modification Database", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d{3}$", + "prefix": "rnamods", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Genome assembly database NCBI", - "id": 1687, + "description": "RNA Modification Database at University of Utah", + "id": 902, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 901, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Department of Medicinal Chemistry and Department of Biochemistry, University of Utah, Salt Lake City, Utah", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100811", - "name": "Genome assembly database NCBI", + "mirId": "MIR:00100391", + "name": "RNA Modification Database at University of Utah", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/assembly/", - "sampleId": "GCA_000155495.1", - "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://rna-mdb.cas.albany.edu/RNAmods/rnaover.htm", + "sampleId": "101", + "urlPattern": "http://mods.rna.albany.edu/mods/modifications/view/{$id}" } ], - "sampleId": "GCA_000155495.1" + "sampleId": "101" }, { - "created": "2019-06-11T14:17:46.314+0000", + "created": "2019-06-11T14:16:04.654+0000", "deprecated": false, "deprecationDate": null, - "description": "SwissLipids is a curated resource that provides information about known lipids, including lipid structure, metabolism, interactions, and subcellular and tissue localization. Information is curated from peer-reviewed literature and referenced using established ontologies, and provided with full provenance and evidence codes for curated assertions.", - "id": 1539, - "mirId": "MIR:00000550", - "modified": "2020-05-01T09:59:44.482+0000", - "name": "SwissLipids", - "namespaceEmbeddedInLui": true, - "pattern": "^SLM:\\d+$", - "prefix": "slm", + "description": "The OBO Relation Ontology provides consistent and unambiguous formal definitions of the relational expressions used in biomedical ontologies.", + "id": 380, + "mirId": "MIR:00000120", + "modified": "2019-06-11T14:16:04.654+0000", + "name": "Relation Ontology", + "namespaceEmbeddedInLui": false, + "pattern": "^RO_\\d{7}$", + "prefix": "ro", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SwissLipids at Swiss Institute of Bioinformatics", - "id": 1541, + "description": "OBO Relation Ontology through OntoBee", + "id": 382, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 381, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "University of Michigan Medical School (MI), Lawrence Berkeley National Laboratory (CA) and Science Commons (MA)", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100727", - "name": "SwissLipids at Swiss Institute of Bioinformatics", + "mirId": "MIR:00100764", + "name": "OBO Relation Ontology through OntoBee", "official": false, - "providerCode": "sib", - "resourceHomeUrl": "http://www.swisslipids.org/#/", - "sampleId": "000048885", - "urlPattern": "http://www.swisslipids.org/#/entity/SLM:{$id}/" - } - ], - "sampleId": "000048885" - }, - { - "created": "2020-05-12T14:08:31.024+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Vertebrate Gene Nomenclature Committee (VGNC) is an extension of the established HGNC (HUGO Gene Nomenclature Committee) project that names human genes. VGNC is responsible for assigning standardized names to genes in vertebrate species that currently lack a nomenclature committee.", - "id": 2222, - "mirId": "MIR:00000765", - "modified": "2020-05-12T14:08:31.024+0000", - "name": "VGNC", - "namespaceEmbeddedInLui": false, - "pattern": "^((VGNC|vgnc):)?\\d{1,9}$", - "prefix": "vgnc", - "resources": [ + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://obofoundry.org/ontology/ro.html", + "sampleId": "RO_0002533", + "urlPattern": "http://purl.obolibrary.org/obo/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The Vertebrate Gene Nomenclature Committee (VGNC) is an extension of the established HGNC (HUGO Gene Nomenclature Committee) project that names human genes. VGNC is responsible for assigning standardized names to genes in vertebrate species that currently lack a nomenclature committee. ", - "id": 2223, + "description": "OBO Relation Ontology through OLS", + "id": 383, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -33536,60 +33528,104 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00000752", - "name": "VGNC", - "official": true, - "providerCode": "vgnc", - "resourceHomeUrl": "https://vertebrate.genenames.org", - "sampleId": "VGNC:3792", - "urlPattern": "https://vertebrate.genenames.org/data/gene-symbol-report/#!/vgnc_id/{$id}" + "mirId": "MIR:00100767", + "name": "OBO Relation Ontology through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ro", + "sampleId": "RO_0002533", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ro/terms?short_form={$id}" } ], - "sampleId": "VGNC:3792" + "sampleId": "RO_0002533" }, { - "created": "2020-05-22T09:04:15.866+0000", + "created": "2022-08-15T19:28:35.707+0000", "deprecated": false, "deprecationDate": null, - "description": "Datanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", - "id": 2248, - "mirId": "MIR:00000718", - "modified": "2020-05-22T09:04:15.866+0000", - "name": "Datanator Metabolite", + "description": "ROR (Research Organization Registry) is a global, community-led registry\nof open persistent identifiers for research organizations. ROR is jointly\noperated by California Digital Library, Crossref, and Datacite.", + "id": 3271, + "mirId": "MIR:00000961", + "modified": "2022-08-18T13:14:34.725+0000", + "name": "ROR", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z\\-]+$", - "prefix": "datanator.metabolite", + "pattern": "^0[a-hj-km-np-tv-z|0-9]{6}[0-9]{2}$", + "prefix": "ror", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "id": 2249, + "description": "ROR (Research Organization Registry) is a global, community-led registry of open persistent identifiers for research organizations. ", + "id": 3272, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03yrm5c26' with Wikidata IDs [Q5020447], and ISNI IDs [0000 0001 1957 5136]", + "homeUrl": "https://www.cdlib.org/", + "id": 3270, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Icahn School of Medicine at Mount Sinai", + "name": "California Digital Library", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000772", - "name": "Icahn School of Medicine at Mount Sinai", + "mirId": "MIR:00001056", + "name": "ROR", "official": true, - "providerCode": "icahn", - "resourceHomeUrl": "https://datanator.info/", - "sampleId": "OUYCCCASQSFEME-MRVPVSSYSA-N", - "urlPattern": "https://www.datanator.info/metabolite/{$id}" + "providerCode": "ror", + "resourceHomeUrl": "https://ror.org", + "sampleId": "03yrm5c26", + "urlPattern": "https://ror.org/{$id}" } ], - "sampleId": "OUYCCCASQSFEME-MRVPVSSYSA-N" + "sampleId": "03yrm5c26" + }, + { + "created": "2019-06-11T14:16:46.721+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The Rouge protein database contains results from sequence analysis of novel large (>4 kb) cDNAs identified in the Kazusa cDNA sequencing project.", + "id": 858, + "mirId": "MIR:00000293", + "modified": "2019-06-11T14:16:46.721+0000", + "name": "Rouge", + "namespaceEmbeddedInLui": false, + "pattern": "^m\\w+$", + "prefix": "rouge", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "Rouge at Kazusa DNA Research Institute", + "id": 860, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 859, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "name": "Kazusa DNA Research Institute, Chiba", + "rorId": null + }, + "location": { + "countryCode": "JP", + "countryName": "Japan" + }, + "mirId": "MIR:00100375", + "name": "Rouge at Kazusa DNA Research Institute", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.kazusa.or.jp/rouge/", + "sampleId": "mKIAA4200", + "urlPattern": "http://www.kazusa.or.jp/rouge/gfpage/{$id}/" + } + ], + "sampleId": "mKIAA4200" }, { "created": "2019-06-11T14:17:48.275+0000", @@ -33636,1203 +33672,1247 @@ "sampleId": "AB_262044" }, { - "created": "2019-06-11T14:16:11.083+0000", + "created": "2021-02-28T15:53:07.380+0000", "deprecated": false, "deprecationDate": null, - "description": "The PRotein Ontology (PRO) has been designed to describe the relationships of proteins and protein evolutionary classes, to delineate the multiple protein forms of a gene locus (ontology for protein forms), and to interconnect existing ontologies.", - "id": 447, - "mirId": "MIR:00000141", - "modified": "2020-03-16T08:35:08.949+0000", - "name": "Protein Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^PR:P?\\d+$", - "prefix": "pr", + "description": "runBioSimulations is a platform for sharing simulation experiments and their results. runBioSimulations enables investigators to use a wide range of simulation tools to execute a wide range of simulations. runBioSimulations permanently saves the results of these simulations, and investigators can share results by sharing URLs similar to sharing URLs for files with DropBox and Google Drive.", + "id": 2565, + "mirId": "MIR:00000897", + "modified": "2021-02-28T15:53:07.380+0000", + "name": "runBioSimulations", + "namespaceEmbeddedInLui": false, + "pattern": "[0-9a-z]{24,24}", + "prefix": "runbiosimulations", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein Ontology at Georgetown", - "id": 448, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", + "id": 2566, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 173, + "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", + "homeUrl": "https://icahn.mssm.edu/", + "id": 2247, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Georgetown University Medical Center, Washington", + "name": "Icahn School of Medicine at Mount Sinai", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100184", - "name": "Protein Ontology at Georgetown", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://proconsortium.org/", - "sampleId": "000000024", - "urlPattern": "https://proconsortium.org/app/entry/PR:{$id}" - }, + "mirId": "MIR:00000898", + "name": "Icahn School of Medicine at Mount Sinai", + "official": true, + "providerCode": "icahn", + "resourceHomeUrl": "https://icahn.mssm.edu/", + "sampleId": "5fde96bdc5f1aa9ff0cce18a", + "urlPattern": "https://run.biosimulations.org/simulations/{$id}" + } + ], + "sampleId": "5fde96bdc5f1aa9ff0cce18a" + }, + { + "created": "2019-06-11T14:18:21.119+0000", + "deprecated": false, + "deprecationDate": null, + "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The compound data set provides information regarding the reactions in which a compound participates as substrate, product or modifier (e.g. inhibitor, cofactor), and links to further information.", + "id": 1907, + "mirId": "MIR:00000688", + "modified": "2019-06-11T14:18:21.119+0000", + "name": "SABIO-RK Compound", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "sabiork.compound", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein Ontology through BioPortal", - "id": 449, + "description": "SABIO-RK Compound", + "id": 1908, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 5, + "id": 408, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National Center for Biomedical Ontology, Stanford", + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100240", - "name": "Protein Ontology through BioPortal", - "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/PR", - "sampleId": "000000024", - "urlPattern": "http://purl.bioontology.org/ontology/PR/PR:{$id}" - }, + "mirId": "MIR:00100919", + "name": "SABIO-RK Compound", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sabiork.h-its.org/", + "sampleId": "75", + "urlPattern": "http://sabiork.h-its.org/newSearch?q={$id}" + } + ], + "sampleId": "75" + }, + { + "created": "2019-06-11T14:16:07.366+0000", + "deprecated": false, + "deprecationDate": null, + "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The EC record provides for a given enzyme classification (EC) the associated list of enzyme-catalysed reactions and their corresponding kinetic data.", + "id": 407, + "mirId": "MIR:00000128", + "modified": "2019-06-11T14:16:07.366+0000", + "name": "SABIO-RK EC Record", + "namespaceEmbeddedInLui": false, + "pattern": "^((\\d+)|(\\d+\\.\\d+)|(\\d+\\.\\d+\\.\\d+)|(\\d+\\.\\d+\\.\\d+\\.\\d+))$", + "prefix": "sabiork.ec", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Protein Ontology through OLS", - "id": 450, + "description": "SABIO-RK Reaction Kinetics Database - Enzyme Classification (EC)", + "id": 409, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 408, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100755", - "name": "Protein Ontology through OLS", + "mirId": "MIR:00100163", + "name": "SABIO-RK Reaction Kinetics Database - Enzyme Classification (EC)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/pr", - "sampleId": "000000024", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/pr/terms?obo_id=PR:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sabiork.h-its.org/", + "sampleId": "2.7.1.1", + "urlPattern": "http://sabiork.h-its.org/newSearch?q=ecnumber:{$id}" } ], - "sampleId": "000000024" + "sampleId": "2.7.1.1" }, { - "created": "2020-03-17T08:03:56.077+0000", + "created": "2019-06-11T14:15:56.334+0000", "deprecated": false, "deprecationDate": null, - "description": "The Genomes OnLine Database (GOLD) catalogues genome and metagenome sequencing projects from around the world, along with their associated metadata. Information in GOLD is organized into four levels: Study, Biosample/Organism, Sequencing Project and Analysis Project.", - "id": 2129, - "mirId": "MIR:00000733", - "modified": "2020-03-17T08:03:56.077+0000", - "name": "Genomes OnLine Database (GOLD)", + "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The kinetic record data set provides information regarding the kinetic law, measurement conditions, parameter details and other reference information.", + "id": 290, + "mirId": "MIR:00000086", + "modified": "2019-06-11T14:15:56.334+0000", + "name": "SABIO-RK Kinetic Record", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z][a-z][0-9]+$", - "prefix": "gold", + "pattern": "^\\d+$", + "prefix": "sabiork.kineticrecord", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Genomes OnLine Database (GOLD) is a centralized resource for cataloguing genome and metagenome sequencing projects from around the world, along with their associated metadata. Information in GOLD is organized into four levels: Study, Biosample/Organism, Sequencing Project and Analysis Project. \nStudy is an umbrella Project that broadly defines the overall goal of a research proposal. It consists of sequencing projects along with corresponding organism or Biosample information as well as any analysis done on the sequencing projects.\nE.g., Gs0016050: Human Microbiome Project (HMP), Gs0000008: A Genomic Encyclopedia of Bacteria and Archaea (GEBA) study.\nBiosample is the description of the environment from where the DNA/RNA sample was collected. Currently GOLD Biosample entities are defined for all metagenome and metatranscriptomes projects, i.e. for non-isolate genomes. E.g., Gb0055733\nOrganism is an individual living thing. It can be a bacterium, plant, fungus etc. In GOLD, all isolate or single cell genome sequencing projects are associated with an organism. Additionally, GOLD Organisms are also created for genomes assembled from metagenome sequences(MAGs). E.g., Go0003442\nSequencing Project represents the procedures undertaken for generating sequencing output from an individual Organism or Biosample. An individual genome project may be composed of more than one sequencing reactions and/or sequencing technologies. A Sequencing Project may be an isolate genome, or a metagenome, transcriptome, or metatranscriptome etc.\nE.g., Gp0003442\nAnalysis Project represents the computational processing of sequencing data generated by a sequencing project. It describes how the assembly and annotation of a Sequencing Project were performed. \nE.g., Ga0027275", - "id": 2130, + "description": "SABIO-RK Reaction Kinetics Database - Kinetic Dataset", + "id": 291, "institution": { - "description": "The mission of the U.S. Department of Energy (DOE) Joint Genome Institute (JGI), a DOE Office of Science User Facility of Lawrence Berkeley National Laboratory (Berkeley Lab) and part of the Biosciences Area, is to advance genomics in support of the DOE missions related to clean energy generation and environmental characterization and cleanup.", - "homeUrl": "https://gold.jgi.doe.gov/", - "id": 2128, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 151, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Joint Genome Institute", + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000757", - "name": "Genomes OnLine Database (GOLD)", - "official": true, - "providerCode": "jgi", - "resourceHomeUrl": "https://gold.jgi.doe.gov/", - "sampleId": "Gs0000008", - "urlPattern": "https://gold.jgi.doe.gov/resolver?id={$id}" + "mirId": "MIR:00100117", + "name": "SABIO-RK Reaction Kinetics Database - Kinetic Dataset", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sabiork.h-its.org/", + "sampleId": "5046", + "urlPattern": "http://sabiork.h-its.org/kineticLawEntry.jsp?viewData=true&kinlawid={$id}" } ], - "sampleId": "Gs0000008" + "sampleId": "5046" }, { - "created": "2020-03-17T12:41:40.413+0000", + "created": "2019-06-11T14:15:42.838+0000", "deprecated": false, "deprecationDate": null, - "description": "NMR database for organic structures and their nuclear magnetic resonance (nmr) spectra. It allows for spectrum prediction (13C, 1H and other nuclei) as well as for searching spectra, structures and other properties.", - "id": 2140, - "mirId": "MIR:00000748", - "modified": "2020-03-17T12:43:18.460+0000", - "name": "NMR Shift Database", + "description": "SABIO-RK is a relational database system that contains information about biochemical reactions, their kinetic equations with their parameters, and the experimental conditions under which these parameters were measured. The reaction data set provides information regarding the organism in which a reaction is observed, pathways in which it participates, and links to further information.", + "id": 150, + "mirId": "MIR:00000038", + "modified": "2019-06-11T14:15:42.838+0000", + "name": "SABIO-RK Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "nmrshiftdb2", + "pattern": "^\\d+$", + "prefix": "sabiork.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NMR database (web database) for organic structures and their nuclear magnetic resonance (nmr) spectra. It allows for spectrum prediction (13C, 1H and other nuclei) as well as for searching spectra, structures and other properties. Last not least, it features peer-reviewed submission of datasets by its users. The NMRShiftDB software is open source, the data is published under an open content license.", - "id": 2141, + "description": "SABIO-RK reaction", + "id": 152, "institution": { - "description": "The University of Cologne is one of the oldest and largest universities in Europe. Due to its outstanding scientific achievements and the high quality and diversity of its degree programmes, it enjoys an excellent international reputation.", - "homeUrl": "https://www.portal.uni-koeln.de/uoc_home.html?&L=1", - "id": 2139, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 151, "location": { "countryCode": "DE", "countryName": "Germany" }, - "name": "University of Cologne", + "name": "Heidelberg Institute for Theoretical Studies (HITS gGmbH)", "rorId": null }, "location": { "countryCode": "DE", "countryName": "Germany" }, - "mirId": "MIR:00000719", - "name": "NMRShiftDB", - "official": true, - "providerCode": "uoc", - "resourceHomeUrl": "https://nmrshiftdb.nmr.uni-koeln.de", - "sampleId": "234", - "urlPattern": "https://nmrshiftdb.nmr.uni-koeln.de/molecule/{$id}" + "mirId": "MIR:00100063", + "name": "SABIO-RK reaction", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sabiork.h-its.org/", + "sampleId": "75", + "urlPattern": "http://sabiork.h-its.org/newSearch?q=sabioreactionid:{$id}" } ], - "sampleId": "234" + "sampleId": "75" }, { - "created": "2019-06-11T14:18:10.091+0000", + "created": "2019-06-11T14:17:51.650+0000", "deprecated": false, "deprecationDate": null, - "description": "Minid are identifiers used to provide robust reference to intermediate data generated during the course of a research investigation.", - "id": 1789, - "mirId": "MIR:00000645", - "modified": "2020-03-20T09:37:38.029+0000", - "name": "Minimal Viable Identifier", + "description": "Small Angle Scattering Biological Data Bank (SASBDB) is a curated repository for small angle X-ray scattering (SAXS) and neutron scattering (SANS) data and derived models. Small angle scattering (SAS) of X-ray and neutrons provides structural information on biological macromolecules in solution at a resolution of 1-2 nm. SASBDB provides freely accessible and downloadable experimental data, which are deposited together with the relevant experimental conditions, sample details, derived models and their fits to the data.", + "id": 1593, + "mirId": "MIR:00000572", + "modified": "2019-06-11T14:17:51.650+0000", + "name": "SASBDB", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "minid", + "pattern": "^[Ss][Aa][Ss][A-Za-z0-9]{3}[0-9]$", + "prefix": "sasbdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "FAIR Research is a collaboration of the Informatics Systems Research Division at the Information Sciences Institute of University of Southern California and the Computational Systems Division at the University of Chicago.", - "id": 1791, + "description": "SASBDB at European Molecular Biology Laboratory", + "id": 1595, "institution": { - "description": "The University of Southern California is a leading private research university located in Los Angeles — a global center for arts, technology and international business. It is home to the College of Letters, Arts and Sciences and 21 exceptional academic schools and units. USC’s Health Sciences campus houses renowned specialized care and research in cancer, stem cell and regenerative medicine, orthopedics and sports medicine. The university is the largest private sector employer in the city of Los Angeles, responsible for $8 billion annually in economic activity in the region.", - "homeUrl": "https://www.usc.edu/", - "id": 1781, + "description": "EMBL is an intergovernmental organisation specialising in basic research in the life sciences, funded by public research monies from more than 20 member states, including much of Europe and Israel, and two associate members, Argentina and Australia. EMBL is led by the Director General, currently Professor Edith Heard, appointed by the governing body, EMBL Council. The Council is comprised of representatives of all member and associate member states.\nActivities at EMBL Hamburg focus on state-of-the-art structural biology methods using synchrotron radiation. The unit is situated on campus of the German Synchrotron Research Centre (DESY), which hosts leading facilities for synchrotron radiation (PETRA-III) and free electron lasers (FLASH and XFEL, under construction).", + "homeUrl": "https://www.embl-hamburg.de", + "id": 1594, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "name": "European Molecular Biology Lab Hamburg Outstation", + "rorId": "https://ror.org/050589e39" + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "mirId": "MIR:00100763", + "name": "SASBDB at European Molecular Biology Laboratory", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.sasbdb.org/", + "sampleId": "SASDAX8", + "urlPattern": "http://www.sasbdb.org/data/{$id}" + } + ], + "sampleId": "SASDAX8" + }, + { + "created": "2019-06-11T14:15:37.756+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The goal of the Systems Biology Ontology is to develop controlled vocabularies and ontologies tailored specifically for the kinds of problems being faced in Systems Biology, especially in the context of computational modeling. SBO is a project of the BioModels.net effort.", + "id": 105, + "mirId": "MIR:00000024", + "modified": "2019-06-11T14:15:37.756+0000", + "name": "Systems Biology Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^SBO:\\d{7}$", + "prefix": "sbo", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "SBO through BioPortal", + "id": 108, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Southern California", - "rorId": "https://ror.org/03taz7m60" + "name": "National Center for Biomedical Ontology, Stanford", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100850", - "name": "FAIR Research", + "mirId": "MIR:00100242", + "name": "SBO through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/SBO", + "sampleId": "0000262", + "urlPattern": "http://purl.bioontology.org/ontology/SBO/SBO:{$id}" + }, + { + "deprecated": true, + "deprecationDate": "2022-11-10T10:15:12.911+0000", + "description": "SBO", + "id": 106, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100034", + "name": "SBO", "official": false, - "providerCode": "fair", - "resourceHomeUrl": "https://fair-research.org", - "sampleId": "r8059v", - "urlPattern": "https://hdl.handle.net/hdl:20.500.12582/{$id}" - } - ], - "sampleId": "b97957" - }, - { - "created": "2020-03-20T12:58:53.045+0000", - "deprecated": false, - "deprecationDate": null, - "description": "SNP2TFBS is aimed at studying variations (SNPs/indels) that affect transcription factor binding (TFB) in the Human genome.", - "id": 2152, - "mirId": "MIR:00000766", - "modified": "2020-03-20T12:58:53.045+0000", - "name": "SNP2TFBS", - "namespaceEmbeddedInLui": false, - "pattern": "^rs[0-9]+$", - "prefix": "snp2tfbs", - "resources": [ + "providerCode": "biomodels.sbo", + "resourceHomeUrl": "https://www.ebi.ac.uk/sbo/", + "sampleId": "0000262", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100034/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "SNP2TFBS is a Web interface aimed at studying variations (SNPs/indels) that affect transcription factor binding (TFB) in the Human genome.", - "id": 2153, + "description": "SBO through OLS", + "id": 107, "institution": { - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "homeUrl": "https://www.sib.swiss", - "id": 1730, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "SIB Swiss Institute of Bioinformatics", - "rorId": "https://ror.org/002n09z45" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000737", - "name": "SNP2TFBS", + "mirId": "MIR:00100176", + "name": "SBO through OLS", "official": true, - "providerCode": "sib", - "resourceHomeUrl": "https://ccg.epfl.ch/snp2tfbs/", - "sampleId": "rs11603840", - "urlPattern": "https://ccg.epfl.ch/cgi-bin/snp2tfbs/snpviewer_form_parser.cgi?snpid={$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/sbo", + "sampleId": "0000262", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sbo/terms?obo_id=SBO:{$id}" } ], - "sampleId": "rs11603840" + "sampleId": "0000262" }, { - "created": "2020-03-20T15:04:54.734+0000", + "created": "2022-11-29T12:03:56.649+0000", "deprecated": false, "deprecationDate": null, - "description": "A high level datamodel of biological entities (genes, diseases, phenotypes, pathways, individuals, substances, etc) and their associations.", - "id": 2160, - "mirId": "MIR:00000782", - "modified": "2020-03-20T15:04:54.734+0000", - "name": "BioLink Model", + "description": "Sciflection is a public repository for experiments and associated spectra, usually uploaded from Electronic Lab Notebooks, shared under FAIR conditions", + "id": 3355, + "mirId": "MIR:00000973", + "modified": "2022-11-29T12:03:56.649+0000", + "name": "Sciflection", "namespaceEmbeddedInLui": false, - "pattern": "^\\S+$", - "prefix": "biolink", + "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$", + "prefix": "sciflection", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "This resource is not backed by a physical institution. The resource is managed and deployed on GitHub, and is maintained by a broad community of develops", - "id": 2161, + "description": "Sciformation develops scientific software and integrated lab management solutions, comprising of chemical & hazardous material inventory, electronic lab notebook, analytical data management, literature, device databases and ordering systems. The high level of integration helps to gather comprehensive data describing the experiments, i.e. which batches or machinery was employed.", + "id": 3356, "institution": { - "description": "This resource is not backed by a physical institution. The resource is managed and deployed on GitHub, and is maintained by a broad community of develops", - "homeUrl": "https://biolink.github.io/biolink-model", - "id": 2159, + "description": "Sciformation develops scientific software and integrated lab management solutions, comprising of chemical & hazardous material inventory, electronic lab notebook, analytical data management, literature, device databases and ordering systems. The high level of integration helps to gather comprehensive data describing the experiments, i.e. which batches or machinery was employed.", + "homeUrl": "http://sciformation.com", + "id": 3354, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "BioLink GitHub Organization", + "name": "Sciformation Consulting GmbH", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000778", - "name": "BioLink GitHub Organization", + "mirId": "MIR:00000972", + "name": "Sciformation Consulting GmbH", "official": true, - "providerCode": "biolinkgithub", - "resourceHomeUrl": "https://biolink.github.io/biolink-model", - "sampleId": "Gene", - "urlPattern": "https://w3id.org/biolink/vocab/{$id}" + "providerCode": "sciformation", + "resourceHomeUrl": "https://sciformation.com/sciflection.html", + "sampleId": "5ede4273-b26c-4ea4-adb7-3ce294ab3397", + "urlPattern": "https://sciflection.com/{$id}" } ], - "sampleId": "Gene" + "sampleId": "5ede4273-b26c-4ea4-adb7-3ce294ab3397" }, { - "created": "2020-03-24T06:40:28.546+0000", + "created": "2019-06-11T14:17:03.870+0000", "deprecated": false, "deprecationDate": null, - "description": "Rice Annotation Project Database (RAP-DB) is a primary rice (Oryza sativa) annotation database established in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project. RAP-DB provides comprehensive resources (e.g. genome annotation, gene expression, DNA markers, genetic diversity, etc.) for biological and agricultural research communities. This collection provides transcript information in RAP-DB.", - "id": 2184, - "mirId": "MIR:00000762", - "modified": "2020-03-24T06:40:28.546+0000", - "name": "RAP-DB Transcript", + "description": "The SCOP (Structural Classification of Protein) database is a comprehensive ordering of all proteins of known structure according to their evolutionary, functional and structural relationships. The basic classification unit is the protein domain. Domains are hierarchically classified into species, proteins, families, superfamilies, folds, and classes.", + "id": 1063, + "mirId": "MIR:00000371", + "modified": "2019-06-11T14:17:03.870+0000", + "name": "SCOP", "namespaceEmbeddedInLui": false, - "pattern": "^Os\\S+t\\d{7}-\\d{2}$", - "prefix": "rapdb.transcript", + "pattern": "^\\d+$", + "prefix": "scop", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Rice Annotation Project (RAP) was conceptualized in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project with the aim of providing the scientific community with an accurate and timely annotation of the rice genome sequence.", - "id": 2185, + "description": "SCOP at MRC", + "id": 1065, "institution": { - "description": "The National Agriculture and Food Research Organization or NARO is the core institute in Japan for conducting research and development on agriculture and food.", - "homeUrl": "http://www.naro.affrc.go.jp/english/index.html", - "id": 2183, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1064, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "The National Agriculture and Food Research Organization (NARO)", - "rorId": "https://ror.org/023v4bd62" + "name": "MRC Laboratory of Molecular Biology, Centre for Protein Engineering, Hills Road, Cambridge", + "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000773", - "name": "RAP-DB", - "official": true, - "providerCode": "rapdb", - "resourceHomeUrl": "https://rapdb.dna.affrc.go.jp/", - "sampleId": "Os01t0883800-02", - "urlPattern": "https://rapdb.dna.affrc.go.jp/viewer/gene_detail/irgsp1?name={$id}" - } - ], - "sampleId": "Os01t0883800-02" - }, - { - "created": "2020-03-24T06:41:41.433+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Rice Annotation Project Database (RAP-DB) is a primary rice (Oryza sativa) annotation database established in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project. RAP-DB provides comprehensive resources (e.g. genome annotation, gene expression, DNA markers, genetic diversity, etc.) for biological and agricultural research communities. This collection provides locus information in RAP-DB.", - "id": 2187, - "mirId": "MIR:00000702", - "modified": "2020-03-24T06:41:41.433+0000", - "name": "RAP-DB Locus", - "namespaceEmbeddedInLui": false, - "pattern": "^Os\\S+g\\d{7}$", - "prefix": "rapdb.locus", - "resources": [ + "mirId": "MIR:00100470", + "name": "SCOP at MRC", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://scop.mrc-lmb.cam.ac.uk/scop/", + "sampleId": "47419", + "urlPattern": "http://scop.mrc-lmb.cam.ac.uk/scop/search.cgi?sunid={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The Rice Annotation Project (RAP) was conceptualized in 2004 upon the completion of the Oryza sativa ssp. japonica cv. Nipponbare genome sequencing by the International Rice Genome Sequencing Project with the aim of providing the scientific community with an accurate and timely annotation of the rice genome sequence.", - "id": 2188, + "description": "SCOP at Berkeley", + "id": 1067, "institution": { - "description": "The National Agriculture and Food Research Organization or NARO is the core institute in Japan for conducting research and development on agriculture and food.", - "homeUrl": "http://www.naro.affrc.go.jp/english/index.html", - "id": 2183, + "description": "From a group of academic pioneers in 1868 to the Free Speech Movement in 1964, Berkeley is a place where the brightest minds from across the globe come together to explore, ask questions and improve the world.", + "homeUrl": "https://www.berkeley.edu/", + "id": 1066, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "The National Agriculture and Food Research Organization (NARO)", - "rorId": "https://ror.org/023v4bd62" + "name": "University of California, Berkeley", + "rorId": "https://ror.org/01an7q238" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000741", - "name": "RAP-DB, Rice Annotation Project Database", - "official": true, - "providerCode": "rapdb", - "resourceHomeUrl": "https://rapdb.dna.affrc.go.jp/", - "sampleId": "Os01g0883800", - "urlPattern": "https://rapdb.dna.affrc.go.jp/viewer/gbrowse_details/irgsp1?name={$id}" + "mirId": "MIR:00100471", + "name": "SCOP at Berkeley", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://scop.berkeley.edu/", + "sampleId": "47419", + "urlPattern": "http://scop.berkeley.edu/sunid={$id}" } ], - "sampleId": "Os01g0883800" + "sampleId": "47419" }, { - "created": "2020-03-24T07:50:16.285+0000", + "created": "2019-06-11T14:16:35.987+0000", "deprecated": false, "deprecationDate": null, - "description": "enviPath is a database and prediction system for the microbial biotransformation of organic environmental contaminants. The database provides the possibility to store and view experimentally observed biotransformation pathways. The pathway prediction system provides different relative reasoning models to predict likely biotransformation pathways and products.", - "id": 2198, - "mirId": "MIR:00000727", - "modified": "2020-03-24T07:50:16.285+0000", - "name": "enviPath", + "description": "ScerTF is a database of position weight matrices (PWMs) for transcription factors in Saccharomyces species. It identifies a single matrix for each TF that best predicts in vivo data, providing metrics related to the performance of that matrix in accurately representing the DNA binding specificity of the annotated transcription factor.", + "id": 725, + "mirId": "MIR:00000244", + "modified": "2019-06-11T14:16:35.987+0000", + "name": "ScerTF", "namespaceEmbeddedInLui": false, - "pattern": "^[\\w^_]{8}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{12}\\/[\\w-]+\\/[\\w^_]{8}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{4}-[\\w^_]{12}$", - "prefix": "envipath", + "pattern": "^\\w+$", + "prefix": "scretf", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "enviPath is a database and prediction system for the microbial biotransformation of organic environmental contaminants. The database provides the possibility to store and view experimentally observed biotransformation pathways. The pathway prediction system provides different relative reasoning models to predict likely biotransformation pathways and products.", - "id": 2199, + "description": "ScerTF at Washington University", + "id": 727, "institution": { - "description": "We currently have no more details on this institution / organization, for more information, please see https://envipath.com/imprint/", - "homeUrl": "https://envipath.org/", - "id": 2197, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 726, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "enviPath UG & Co. KG", + "name": "Department of Genetics, Washington University Medical School, St Louis, Missouri", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000776", - "name": "enviPath", - "official": true, - "providerCode": "envipathug", - "resourceHomeUrl": "https://envipath.org/", - "sampleId": "32de3cf4-e3e6-4168-956e-32fa5ddb0ce1/compound/b545cabc-8c9e-4b20-8848-efa015b481ea", - "urlPattern": "https://envipath.org/package/{$id}" + "mirId": "MIR:00100315", + "name": "ScerTF at Washington University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://stormo.wustl.edu/ScerTF/", + "sampleId": "RSC3", + "urlPattern": "http://stormo.wustl.edu/ScerTF/details/{$id}/" } ], - "sampleId": "32de3cf4-e3e6-4168-956e-32fa5ddb0ce1/compound/b545cabc-8c9e-4b20-8848-efa015b481ea" + "sampleId": "RSC3" }, { - "created": "2019-06-11T14:17:12.564+0000", + "created": "2019-06-11T14:16:51.940+0000", "deprecated": false, "deprecationDate": null, - "description": "- DEPRECATION NOTE -\nPlease, keep in mind that this namespace has been superseeded by ‘gold’ prefix at https://registry.identifiers.org/registry/gold, and this namespace is kept here for support to already existing citations, new ones would need to use the pointed ‘gold’ namespace. \n\nThe GOLD (Genomes OnLine Database)is a resource for centralized monitoring of genome and metagenome projects worldwide. It stores information on complete and ongoing projects, along with their associated metadata. This collection references metadata associated with samples.", - "id": 1167, - "mirId": "MIR:00000402", - "modified": "2020-03-26T09:38:38.398+0000", - "name": "GOLD metadata", + "description": "The Spectral Database for Organic Compounds (SDBS) is an integrated spectral database system for organic compounds. It provides access to 6 different types of spectra for each compound, including Mass spectrum (EI-MS), a Fourier transform infrared spectrum (FT-IR), and NMR spectra.", + "id": 920, + "mirId": "MIR:00000319", + "modified": "2019-06-11T14:16:51.940+0000", + "name": "Spectral Database for Organic Compounds", "namespaceEmbeddedInLui": false, - "pattern": "^Gm\\d+$", - "prefix": "gold.meta", + "pattern": "\\d+$", + "prefix": "sdbs", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GOLD metadata at Department of Energy Joint Genome Institute", - "id": 1168, + "description": "SDBS at AIST", + "id": 922, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1165, + "id": 921, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", + "name": "National Institute of Advanced Industrial Science and Technology (AIST)", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "JP", + "countryName": "Japan" }, - "mirId": "MIR:00100522", - "name": "GOLD metadata at Department of Energy Joint Genome Institute", + "mirId": "MIR:00100402", + "name": "SDBS at AIST", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genomesonline.org/cgi-bin/GOLD/index.cgi", - "sampleId": "Gm00047", - "urlPattern": "http://genomesonline.org/cgi-bin/GOLD/bin/GOLDCards.cgi?goldstamp={$id}" + "resourceHomeUrl": "http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/direct_frame_top.cgi", + "sampleId": "4544", + "urlPattern": "http://riodb01.ibase.aist.go.jp/sdbs/cgi-bin/cre_frame_disp.cgi?sdbsno={$id}" } ], - "sampleId": "Gm00047" + "sampleId": "4544" }, { - "created": "2019-06-11T14:17:12.343+0000", + "created": "2021-08-08T09:33:59.109+0000", "deprecated": false, "deprecationDate": null, - "description": "- DEPRECATION NOTE -\nPlease, keep in mind that this namespace has been superseeded by ‘gold’ prefix at https://registry.identifiers.org/registry/gold, and this namespace is kept here for support to already existing citations, new ones would need to use the pointed ‘gold’ namespace.\n\nThe GOLD (Genomes OnLine Database)is a resource for centralised monitoring of genome and metagenome projects worldwide. It stores information on complete and ongoing projects, along with their associated metadata. This collection references the sequencing status of individual genomes.", - "id": 1164, - "mirId": "MIR:00000401", - "modified": "2020-03-26T09:37:26.767+0000", - "name": "GOLD genome", + "description": "Data format that can be used in conjunction with the Simulation Experimental Description Markup Language (SED-ML).", + "id": 2789, + "mirId": "MIR:00000841", + "modified": "2021-08-08T09:33:59.109+0000", + "name": "SED-ML data format", "namespaceEmbeddedInLui": false, - "pattern": "^(Gi|Gc)\\d+$", - "prefix": "gold.genome", + "pattern": "^[a-z]+(\\..*?)?$", + "prefix": "sedml.format", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GOLD genome at Department of Energy Joint Genome Institute", - "id": 1166, + "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", + "id": 2790, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1165, + "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", + "homeUrl": "http://sed-ml.org/", + "id": 2788, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Department of Energy Joint Genome Institute, Microbial Genomics and Metagenomics Program, California", + "name": "SED-ML Editors", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100521", - "name": "GOLD genome at Department of Energy Joint Genome Institute", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.genomesonline.org/cgi-bin/GOLD/index.cgi", - "sampleId": "Gi07796", - "urlPattern": "http://www.genomesonline.org/cgi-bin/GOLD/GOLDCards.cgi?goldstamp={$id}" + "mirId": "MIR:00000840", + "name": "SED-ML Editors", + "official": true, + "providerCode": "sedml", + "resourceHomeUrl": "http://sed-ml.org/", + "sampleId": "csv", + "urlPattern": "https://sed-ml.org/urns.html#format:{$id}" } ], - "sampleId": "Gi07796" + "sampleId": "csv" }, { - "created": "2019-06-11T14:16:41.635+0000", + "created": "2021-08-08T09:34:23.184+0000", "deprecated": false, "deprecationDate": null, - "description": "KNApSAcK provides information on metabolites and the\ntaxonomic class with which they are associated.", - "id": 794, - "mirId": "MIR:00000271", - "modified": "2020-04-22T09:28:07.963+0000", - "name": "KNApSAcK", + "description": "Model format that can be used in conjunction with the Simulation Experimental Description Markup Language (SED-ML).", + "id": 2792, + "mirId": "MIR:00000843", + "modified": "2021-08-08T09:34:23.184+0000", + "name": "SED-ML model format", "namespaceEmbeddedInLui": false, - "pattern": "^C\\d{8}", - "prefix": "knapsack", + "pattern": "^[a-z]+(\\..*?)?$", + "prefix": "sedml.language", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "KNApSAcK at NAIST", - "id": 796, + "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", + "id": 2793, "institution": { - "description": "Nara Institute of Science and Technology (NAIST) is a Japanese national university located in Kansai Science City, a border region between Nara, Osaka, and Kyoto. Founded in 1991, NAIST consisted of graduate schools in three integrated areas: information science, biological sciences, and materials science.", - "homeUrl": "https://www.naist.jp/en/", - "id": 795, + "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", + "homeUrl": "http://sed-ml.org/", + "id": 2788, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Nara Institute of Science and Technology", - "rorId": "https://ror.org/05bhada84" + "name": "SED-ML Editors", + "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100350", - "name": "KNApSAcK at NAIST", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.knapsackfamily.com/KNApSAcK/", - "sampleId": "C00000001", - "urlPattern": "http://www.knapsackfamily.com/knapsack_core/information.php?word={$id}" + "mirId": "MIR:00000842", + "name": "SED-ML Editors", + "official": true, + "providerCode": "sedml", + "resourceHomeUrl": "http://sed-ml.org/", + "sampleId": "sbml.level-3.version-2", + "urlPattern": "https://sed-ml.org/urns.html#language:{$id}" } ], - "sampleId": "C00000001" + "sampleId": "sbml.level-3.version-2" }, { - "created": "2020-04-22T09:46:18.729+0000", + "created": "2019-06-11T14:17:46.875+0000", "deprecated": false, "deprecationDate": null, - "description": "The Polygenic Score (PGS) Catalog is an open database of PGS and the relevant metadata required for accurate application and evaluation.", - "id": 2215, - "mirId": "MIR:00000753", - "modified": "2020-04-22T09:46:18.729+0000", - "name": "Polygenic Score Catalog", + "description": "This cooperative effort, which includes Fellowship for Interpretation of Genomes (FIG), Argonne National Laboratory, and the University of Chicago, focuses on the development of the comparative genomics environment called the SEED. It is a framework to support comparative analysis and annotation of genomes, and the development of curated genomic data (annotation). Curation is performed at the level of subsystems by an expert annotator, across many genomes, and not on a gene by gene basis. This collection references subsystems.", + "id": 1545, + "mirId": "MIR:00000552", + "modified": "2019-06-11T14:17:46.875+0000", + "name": "SEED Subsystem", "namespaceEmbeddedInLui": false, - "pattern": "^PGS[0-9]{6}$", - "prefix": "pgs", + "pattern": "^\\w+$", + "prefix": "seed", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "The Polygenic Score (PGS) Catalog is an open database of PGS and the relevant metadata required for accurate application and evaluation.\n\nDeveloped in collaboration with the NHGRI-EBI GWAS Catalog and Health Data Research UK/", - "id": 2216, + "deprecated": true, + "deprecationDate": "2019-10-08T08:49:23.021+0000", + "description": "SEED Subsystem at Argonne National Laboratory", + "id": 1547, "institution": { - "description": "The University of Cambridge is a collegiate public research university in Cambridge, United Kingdom. Founded in 1209 and granted a royal charter by King Henry III in 1231, Cambridge is the second-oldest university in the English-speaking world and the world's fourth-oldest surviving university.", - "homeUrl": "https://www.cam.ac.uk/", - "id": 2214, + "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", + "homeUrl": "https://www.anl.gov", + "id": 1546, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Cambridge", - "rorId": null + "name": "Argonne National Laboratory", + "rorId": "https://ror.org/05gvnxz63" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000755", - "name": "PGS Catalog", - "official": true, - "providerCode": "pgs", - "resourceHomeUrl": "http://pgscatalog.org", - "sampleId": "PGS000018", - "urlPattern": "https://www.pgscatalog.org/pgs/{$id}/" + "mirId": "MIR:00100729", + "name": "SEED Subsystem at Argonne National Laboratory", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://seed-viewer.theseed.org/seedviewer.cgi", + "sampleId": "Biotin_biosynthesis", + "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100729/{$id}" } ], - "sampleId": "PGS000018" + "sampleId": "Biotin_biosynthesis" }, { - "created": "2019-06-11T14:15:43.085+0000", + "created": "2019-06-11T14:17:47.133+0000", "deprecated": false, "deprecationDate": null, - "description": "The Reference Sequence (RefSeq) collection aims to provide a comprehensive, integrated, non-redundant set of sequences, including genomic DNA, transcript (RNA), and protein products.", - "id": 153, - "mirId": "MIR:00000039", - "modified": "2023-01-04T19:52:50.191+0000", - "name": "RefSeq", + "description": "This cooperative effort, which includes Fellowship for Interpretation of Genomes (FIG), Argonne National Laboratory, and the University of Chicago, focuses on the development of the comparative genomics environment called the SEED. It is a framework to support comparative analysis and annotation of genomes, and the development of curated genomic data (annotation). Curation is performed at the level of subsystems by an expert annotator, across many genomes, and not on a gene by gene basis. This collection references subsystems.", + "id": 1548, + "mirId": "MIR:00000553", + "modified": "2019-06-11T14:17:47.133+0000", + "name": "SEED Compound", "namespaceEmbeddedInLui": false, - "pattern": "^(((WP|AC|AP|NC|NG|NM|NP|NR|NT|NW|XM|XP|XR|YP|ZP)_\\d+)|(NZ\\_[A-Z]{2,4}\\d+))(\\.\\d+)?$", - "prefix": "refseq", + "pattern": "^cpd\\d+$", + "prefix": "seed.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The NCBI Reference Sequence database", - "id": 155, + "description": "SEED Compound at Argonne National Laboratory", + "id": 1549, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", + "homeUrl": "https://www.anl.gov", + "id": 1546, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "Argonne National Laboratory", + "rorId": "https://ror.org/05gvnxz63" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100067", - "name": "The NCBI Reference Sequence database", + "mirId": "MIR:00100730", + "name": "SEED Compound at Argonne National Laboratory", "official": false, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/projects/RefSeq/", - "sampleId": "NP_012345", - "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://modelseed.org/", + "sampleId": "cpd15380", + "urlPattern": "http://modelseed.org/biochem/compounds/{$id}" } ], - "sampleId": "NP_012345" + "sampleId": "cpd15380" }, { - "created": "2020-05-22T09:05:34.813+0000", + "created": "2019-06-11T14:18:21.981+0000", "deprecated": false, "deprecationDate": null, - "description": "Datanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", - "id": 2251, - "mirId": "MIR:00000720", - "modified": "2020-05-22T09:05:34.813+0000", - "name": "Datanator Gene", + "description": "ModelSEED is a platform for creating genome-scale metabolic network reconstructions for microbes and plants. As part of the platform, a biochemistry database is managed that contains reactions unique to ModelSEED as well as reactions aggregated from other databases or from manually-curated genome-scale metabolic network reconstructions.", + "id": 1916, + "mirId": "MIR:00000692", + "modified": "2019-06-11T14:18:21.981+0000", + "name": "SEED Reactions", "namespaceEmbeddedInLui": false, - "pattern": "^K[0-9]+$", - "prefix": "datanator.gene", + "pattern": "^rxn\\d+$", + "prefix": "seed.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "id": 2252, + "description": "SEED Reactions", + "id": 1917, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "Argonne is a multidisciplinary science and engineering research center, where talented scientists and engineers work together to answer the biggest questions facing humanity, from how to obtain affordable clean energy to protecting ourselves and our environment.", + "homeUrl": "https://www.anl.gov", + "id": 1546, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Icahn School of Medicine at Mount Sinai", - "rorId": null + "name": "Argonne National Laboratory", + "rorId": "https://ror.org/05gvnxz63" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000740", - "name": "Icahn School of Medicine at Mount Sinai", + "mirId": "MIR:00100923", + "name": "SEED Reactions", "official": true, - "providerCode": "icahn", - "resourceHomeUrl": "https://datanator.info/", - "sampleId": "K00973", - "urlPattern": "https://www.datanator.info/gene/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://modelseed.org/biochem/reactions/", + "sampleId": "rxn00001", + "urlPattern": "http://modelseed.org/biochem/reactions/{$id}" } ], - "sampleId": "K00973" + "sampleId": "rxn00001" }, { - "created": "2019-06-11T14:17:05.115+0000", + "created": "2019-06-11T14:15:37.056+0000", "deprecated": false, "deprecationDate": null, - "description": "A Locus Reference Genomic (LRG) is a manually curated record that contains stable genomic, transcript and protein reference sequences for reporting clinically relevant sequence variants. All LRGs are generated and maintained by the NCBI and EMBL-EBI.", - "id": 1078, - "mirId": "MIR:00000376", - "modified": "2020-05-22T10:35:39.544+0000", - "name": "Locus Reference Genomic", + "description": "The Saccharomyces Genome Database (SGD) project collects information and maintains a database of the molecular biology of the yeast Saccharomyces cerevisiae.", + "id": 97, + "mirId": "MIR:00000023", + "modified": "2019-06-11T14:15:37.056+0000", + "name": "SGD", "namespaceEmbeddedInLui": false, - "pattern": "^LRG_\\d+$", - "prefix": "lrg", + "pattern": "^((S\\d+$)|(Y[A-Z]{2}\\d{3}[a-zA-Z](\\-[A-Z])?))$", + "prefix": "sgd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Locus Reference Genomic through Ensembl", - "id": 1082, + "description": "SGD", + "id": 99, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1081, + "id": 98, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "name": "Stanford University", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100627", - "name": "Locus Reference Genomic through Ensembl", - "official": false, + "mirId": "MIR:00100033", + "name": "SGD", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.ensembl.org/", - "sampleId": "LRG_1", - "urlPattern": "http://www.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + "resourceHomeUrl": "https://www.yeastgenome.org/", + "sampleId": "S000003909", + "urlPattern": "https://www.yeastgenome.org/locus/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Locus Reference Genomic through Ensembl mirror (asia)", - "id": 1083, + "description": "Bio2RDF", + "id": 100, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1081, + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "name": "Bio2RDF.org", "rorId": null }, "location": { - "countryCode": "SG", - "countryName": "Singapore" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100629", - "name": "Locus Reference Genomic through Ensembl mirror (asia)", + "mirId": "MIR:00100703", + "name": "Bio2RDF", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://asia.ensembl.org/", - "sampleId": "LRG_1", - "urlPattern": "http://asia.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + "resourceHomeUrl": "http://sgd.bio2rdf.org/fct", + "sampleId": "S000003909", + "urlPattern": "http://sgd.bio2rdf.org/describe/?url=http://bio2rdf.org/sgd:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Locus Reference Genomic through Ensembl mirror (US west)", - "id": 1084, + "description": "SGD through BioEntity Link", + "id": 102, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1081, + "id": 101, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "name": "InSilico Inc, in Eugene, Oregon", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100630", - "name": "Locus Reference Genomic through Ensembl mirror (US west)", + "mirId": "MIR:00100892", + "name": "SGD through BioEntity Link", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://uswest.ensembl.org/", - "sampleId": "LRG_1", - "urlPattern": "http://uswest.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" + "providerCode": "bioentitylink", + "resourceHomeUrl": "https://bioentity.link/", + "sampleId": "S000003909", + "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "Locus Reference Genomic through Ensembl mirror (US east)", - "id": 1085, + "description": "SGD through the Alliance of Genome Resources", + "id": 104, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 1081, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "EnSembl, Sanger Institute and European Bioinformatics Institute, Hinxton, Cambridge", + "name": "Alliance of Genome Resources", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100631", - "name": "Locus Reference Genomic through Ensembl mirror (US east)", + "mirId": "MIR:00100906", + "name": "SGD through the Alliance of Genome Resources", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://useast.ensembl.org/", - "sampleId": "LRG_1", - "urlPattern": "http://useast.ensembl.org/Homo_sapiens/LRG/Summary?lrg={$id}" - }, - { - "deprecated": false, - "deprecationDate": null, - "description": "Locus Reference Genomic", - "id": 1080, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100478", - "name": "Locus Reference Genomic", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "http://www.lrg-sequence.org/", - "sampleId": "LRG_1", - "urlPattern": "ftp://ftp.ebi.ac.uk/pub/databases/lrgex/{$id}.xml" + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "S000003909", + "urlPattern": "https://www.alliancegenome.org/gene/SGD:{$id}" } ], - "sampleId": "LRG_1" + "sampleId": "S000003909" }, { - "created": "2019-06-11T14:15:31.442+0000", - "deprecated": true, - "deprecationDate": "2020-06-04T11:17:21.453+0000", - "description": "MIRIAM Registry is an online resource created to catalogue collections (Gene Ontology, Taxonomy or PubMed are some examples) and the corresponding resources (physical locations) providing access to those data collections. The Registry provides unique and perennial URIs for each entity of those data collections.", - "id": 41, - "mirId": "MIR:00000008", - "modified": "2020-06-04T11:17:21.456+0000", - "name": "MIRIAM Registry collection", + "created": "2019-06-11T14:15:48.132+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Curated biochemical pathways for Saccharomyces cerevisiae at Saccharomyces genome database (SGD).", + "id": 203, + "mirId": "MIR:00000057", + "modified": "2019-06-11T14:15:48.132+0000", + "name": "Saccharomyces genome database pathways", "namespaceEmbeddedInLui": false, - "pattern": "^MIR:000\\d{5}$", - "prefix": "miriam.collection", + "pattern": "^PWY\\w{2}\\-\\d{3}$", + "prefix": "sgd.pathways", "resources": [ { - "deprecated": true, - "deprecationDate": "2020-06-04T10:00:30.300+0000", - "description": "MIRIAM Resources (data collection)", - "id": 42, + "deprecated": false, + "deprecationDate": null, + "description": "Saccharomyces cerevisiae pathways at SGD.", + "id": 205, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 204, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "SGD, Stanford University", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100005", - "name": "MIRIAM Resources (data collection)", + "mirId": "MIR:00100085", + "name": "Saccharomyces cerevisiae pathways at SGD.", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/miriam/", - "sampleId": "MIR:00000008", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100005/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://pathway.yeastgenome.org/", + "sampleId": "PWY3O-214", + "urlPattern": "http://pathway.yeastgenome.org/YEAST/new-image?type=PATHWAY&object={$id}" } ], - "sampleId": "MIR:00000008" + "sampleId": "PWY3O-214" }, { - "created": "2019-06-11T14:16:21.651+0000", + "created": "2019-06-11T14:16:21.425+0000", "deprecated": false, "deprecationDate": null, - "description": "Xenbase is the model organism database for Xenopus laevis and X. (Silurana) tropicalis. It contains genomic, development data and community information for Xenopus research. it includes gene expression patterns that incorporates image data from the literature, large scale screens and community submissions.", - "id": 567, - "mirId": "MIR:00000186", - "modified": "2020-06-09T19:30:57.158+0000", - "name": "Xenbase", + "description": "The Sol Genomics Network (SGN) is a database and website dedicated to the genomic information of the nightshade family, which includes species such as tomato, potato, pepper, petunia and eggplant.", + "id": 564, + "mirId": "MIR:00000185", + "modified": "2019-06-11T14:16:21.425+0000", + "name": "Sol Genomics Network", "namespaceEmbeddedInLui": false, - "pattern": "^XB\\-\\w+\\-\\d+$", - "prefix": "xenbase", + "pattern": "^\\d+$", + "prefix": "sgn", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Xenbase at University of Calgary", - "id": 569, + "description": "Sol Genomics Network at Boyce Thompson Institute for Plant Research", + "id": 566, "institution": { - "description": "The University of Calgary is one of Canada’s top comprehensive research universities, combining the best of university tradition with the city of Calgary’s vibrant energy and diversity.", - "homeUrl": "https://www.ucalgary.ca/", - "id": 568, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 565, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Calgary", - "rorId": "https://ror.org/03yjb2x39" + "name": "Boyce Thompson Institute for Plant Research, New York", + "rorId": null }, "location": { - "countryCode": "CA", - "countryName": "Canada" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100232", - "name": "Xenbase at University of Calgary", + "mirId": "MIR:00100231", + "name": "Sol Genomics Network at Boyce Thompson Institute for Plant Research", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.xenbase.org/", - "sampleId": "XB-GENE-922462", - "urlPattern": "https://www.xenbase.org/entry/{$id}" + "resourceHomeUrl": "http://solgenomics.net/", + "sampleId": "0001", + "urlPattern": "http://solgenomics.net/phenome/locus_display.pl?locus_id={$id}" } ], - "sampleId": "XB-GENE-922462" + "sampleId": "0001" }, { - "created": "2020-06-09T20:12:07.077+0000", + "created": "2019-06-11T14:17:36.183+0000", "deprecated": false, "deprecationDate": null, - "description": "This collection is a subset of UniProtKB that provides a means to reference the proteolytic cleavage products of a precursor protein.", - "id": 2265, - "mirId": "MIR:00000739", - "modified": "2020-06-26T08:48:10.292+0000", - "name": "UniProt Chain", + "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references sheep QTLs.", + "id": 1435, + "mirId": "MIR:00000507", + "modified": "2019-06-11T14:17:36.183+0000", + "name": "Animal Genome Sheep QTL", "namespaceEmbeddedInLui": false, - "pattern": "^PRO_[0-9]{10}$", - "prefix": "uniprot.chain", + "pattern": "^\\d+$", + "prefix": "sheepqtldb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. This collection is a subset of UniProtKB that provides a means to reference the proteolytic cleavage products of a precursor protein.\n", - "id": 2266, + "description": "Animal QTL Sheep at Iowa State University", + "id": 1436, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 24, + "id": 1429, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "UniProt Consortium", + "name": "Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University, Iowa", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000728", - "name": "UniProt Chain through Universal Protein Resource", - "official": true, - "providerCode": "upr", - "resourceHomeUrl": "https://www.uniprot.org", - "sampleId": "PRO_0000016681", - "urlPattern": "http://purl.uniprot.org/annotation/{$id}" + "mirId": "MIR:00100648", + "name": "Animal QTL Sheep at Iowa State University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", + "sampleId": "19803", + "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" } ], - "sampleId": "PRO_0000016681" + "sampleId": "19803" }, { - "created": "2019-06-11T14:16:01.860+0000", + "created": "2019-06-11T14:17:19.846+0000", "deprecated": false, "deprecationDate": null, - "description": "The Molecular Interactions (MI) ontology forms a structured controlled vocabulary for the annotation of experiments concerned with protein-protein interactions. MI is developed by the HUPO Proteomics Standards Initiative.", - "id": 350, - "mirId": "MIR:00000109", - "modified": "2020-06-26T10:17:31.752+0000", - "name": "Molecular Interactions Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^MI:\\d{4}$", - "prefix": "mi", + "description": "SIDER (Side Effect Resource) is a public, computer-readable side effect resource that connects drugs to side effect terms. It aggregates dispersed public information on side effects. This collection references drugs in SIDER.", + "id": 1250, + "mirId": "MIR:00000435", + "modified": "2019-06-11T14:17:19.846+0000", + "name": "SIDER Drug", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "sider.drug", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Molecular Interactions Ontology through OLS", - "id": 351, + "description": "SIDER Drug v2 at EMBL (Heidelberg)", + "id": 1252, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1251, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00100142", - "name": "Molecular Interactions Ontology through OLS", + "mirId": "MIR:00100559", + "name": "SIDER Drug v2 at EMBL (Heidelberg)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/mi", - "sampleId": "0308", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/mi/terms?obo_id=MI:{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sideeffects.embl.de/", + "sampleId": "2244", + "urlPattern": "http://sideeffects.embl.de/drugs/{$id}/" } ], - "sampleId": "0308" + "sampleId": "2244" }, { - "created": "2020-07-03T09:30:53.125+0000", + "created": "2019-06-11T14:17:20.079+0000", "deprecated": false, "deprecationDate": null, - "description": "MolMeDB is an open chemistry database about interactions of molecules with membranes. We collect information on how chemicals interact with individual membranes either from experiment or from simulations. ", - "id": 2277, - "mirId": "MIR:00000768", - "modified": "2020-07-03T09:30:53.125+0000", - "name": "MolMeDB", + "description": "SIDER (Side Effect Resource) is a public, computer-readable side effect resource that connects drugs to side effect terms. It aggregates dispersed public information on side effects. This collection references side effects of drugs as referenced in SIDER.", + "id": 1253, + "mirId": "MIR:00000436", + "modified": "2019-06-11T14:17:20.079+0000", + "name": "SIDER Side Effect", "namespaceEmbeddedInLui": false, - "pattern": "^[m,M]{2}[0-9]{5}[0-9]*$", - "prefix": "molmedb", + "pattern": "^C\\d+$", + "prefix": "sider.effect", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Palacký University Olomouc is a university with long-standing tradition. Founded in the 16th century, it is the oldest university in Moravia and the second-oldest university in the Czech Republic. Today it is a modern higher education facility with a wide range of study programmes and copious scientific and research activities. In 2019, more than 22 000 students studied in accredited study programmes, exchange programmes and lifelong learning programmes at eight faculties. Palacký University Olomouc is one of the very top Czech universities, and ranks among the best universities in the world, according to international rankings.", - "id": 2278, + "description": "SIDER Side Effect v2 at EMBL (Heidelberg)", + "id": 1254, "institution": { - "description": "Palacký University Olomouc is a university with long-standing tradition. Founded in the 16th century, it is the oldest university in Moravia and the second-oldest university in the Czech Republic. Today it is a modern higher education facility with a wide range of study programmes and copious scientific and research activities. In 2019, more than 22 000 students studied in accredited study programmes, exchange programmes and lifelong learning programmes at eight faculties. Palacký University Olomouc is one of the very top Czech universities, and ranks among the best universities in the world, according to international rankings.", - "homeUrl": "http://www.upol.cz/en/", - "id": 2276, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1251, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "Palacký University, Olomouc", + "name": "Structural and Computational Biology Unit, European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "CZ", - "countryName": "Czech Republic" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000749", - "name": "Palacký University, Olomouc", - "official": true, - "providerCode": "upol", - "resourceHomeUrl": "http://www.upol.cz/en/", - "sampleId": "MM00040", - "urlPattern": "https://molmedb.upol.cz/mol/{$id}" + "mirId": "MIR:00100560", + "name": "SIDER Side Effect v2 at EMBL (Heidelberg)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sideeffects.embl.de/", + "sampleId": "C0017565", + "urlPattern": "http://sideeffects.embl.de/se/{$id}/" } ], - "sampleId": "MM00040" + "sampleId": "C0017565" }, { - "created": "2020-07-08T15:12:19.317+0000", + "created": "2019-06-11T14:15:44.579+0000", "deprecated": false, "deprecationDate": null, - "description": "Experimental data table management software to make research data accessible and available for reuse with minimal effort on the part of the data provider. Designed to manage experimental data tables in an easy way for users, ODAM provides a model for structuring both data and metadata that facilitates data handling and analysis. It also encourages data dissemination according to FAIR principles by making the data interoperable and reusable by both humans and machines, allowing the dataset to be explored and then extracted in whole or in part as needed.", - "id": 2293, - "mirId": "MIR:00000722", - "modified": "2020-07-08T15:12:19.317+0000", - "name": "Open Data for Access and Mining", + "description": "The Signaling Gateway provides information on mammalian proteins involved in cellular signaling.", + "id": 169, + "mirId": "MIR:00000045", + "modified": "2019-06-11T14:15:44.579+0000", + "name": "Signaling Gateway", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9]+$", - "prefix": "odam", + "pattern": "A\\d{6}$", + "prefix": "signaling-gateway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Bordeaux Metabolome Facility provides equipments and expertise for the study of metabolome, lipidome and metabolic fluxes.", - "id": 2294, + "description": "Signaling Gateway Molecule Pages", + "id": 171, "institution": { - "description": "INRAE is France's new National Research Institute for Agriculture, Food and Environment, created on January 1, 2020, It was formed by the merger of INRA, the National Institute for Agricultural Research, and IRSTEA, the National Research Institute of Science and Technology for the Environment and Agriculture.", - "homeUrl": "https://www.inrae.fr/", - "id": 2292, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 170, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "National Research Institute for Agriculture, Food and Environment", - "rorId": "https://ror.org/003vg9w96" + "name": "UC San Diego", + "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000759", - "name": "INRA", - "official": true, - "providerCode": "bmf", - "resourceHomeUrl": "https://metabolome.cgfb.u-bordeaux.fr/", - "sampleId": "frim1", - "urlPattern": "http://pmb-bordeaux.fr/getdata/json/{$id}/datapackage?links=1" + "mirId": "MIR:00100073", + "name": "Signaling Gateway Molecule Pages", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.signaling-gateway.org/molecule", + "sampleId": "A001094", + "urlPattern": "http://www.signaling-gateway.org/molecule/query?afcsid={$id}" } ], - "sampleId": "frim1" + "sampleId": "A001094" }, { - "created": "2019-06-11T14:17:39.700+0000", - "deprecated": true, - "deprecationDate": "2020-07-16T06:11:33.734+0000", - "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides symbols for both structural and functional gene families. This collection refers to records using the HGNC family symbol.", - "id": 1468, - "mirId": "MIR:00000520", - "modified": "2020-07-16T06:11:33.736+0000", - "name": "HGNC Family", + "created": "2021-04-12T18:19:18.033+0000", + "deprecated": false, + "deprecationDate": null, + "description": "SIGNOR, the SIGnaling Network Open Resource, organizes and stores in a structured format signaling information published in the scientific literature.", + "id": 2605, + "mirId": "MIR:00000808", + "modified": "2021-04-12T18:19:18.033+0000", + "name": "SIGNOR", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z0-9-]+(#[A-Z0-9-]+)?$", - "prefix": "hgnc.family", + "pattern": "^SIGNOR\\-[A-Z]+\\d+$", + "prefix": "signor", "resources": [ { - "deprecated": true, - "deprecationDate": "2020-07-16T06:11:29.395+0000", - "description": "HGNC Family at HUGO Genome Nomenclature Committee", - "id": 1469, + "deprecated": false, + "deprecationDate": null, + "description": "SIGNOR, the SIGnaling Network Open Resource, organizes and stores in a structured format signaling information published in the scientific literature.", + "id": 2606, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02p77k626' with Wikidata IDs [Q1031803], and ISNI IDs [0000 0001 2300 0941]", + "homeUrl": "http://web.uniroma2.it/", + "id": 2604, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "University of Rome Tor Vergata", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "IT", + "countryName": "Italy" }, - "mirId": "MIR:00100671", - "name": "HGNC Family at HUGO Genome Nomenclature Committee", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genenames.org/", - "sampleId": "PADI", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100671/{$id}" + "mirId": "MIR:00000807", + "name": "SIGNOR", + "official": true, + "providerCode": "signor", + "resourceHomeUrl": "https://signor.uniroma2.it/", + "sampleId": "SIGNOR-C2", + "urlPattern": "https://signor.uniroma2.it/relation_result.php?id={$id}" } ], - "sampleId": "PADI" + "sampleId": "SIGNOR-C2" }, { - "created": "2020-07-16T06:20:43.698+0000", + "created": "2021-08-08T09:47:01.408+0000", "deprecated": false, "deprecationDate": null, - "description": "The HGNC (HUGO Gene Nomenclature Committee) provides an approved gene name and symbol (short-form abbreviation) for each known human gene. All approved symbols are stored in the HGNC database, and each symbol is unique. In addition, HGNC also provides a unique numerical ID to identify gene families, providing a display of curated hierarchical relationships between families.", - "id": 2306, - "mirId": "MIR:00000709", - "modified": "2020-07-16T06:20:43.698+0000", - "name": "HGNC Gene Group", + "description": "The semanticscience integrated ontology (SIO) provides a simple, integrated upper level ontology (types, relations) for consistent knowledge representation across physical, processual and informational entities.", + "id": 2807, + "mirId": "MIR:00000851", + "modified": "2021-08-08T09:47:01.408+0000", + "name": "Semanticscience Integrated Ontology", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "hgnc.genegroup", + "pattern": "^SIO_\\d{6,6}$", + "prefix": "sio", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "HGNC Gene Group at HUGO Genome Nomenclature Committee", - "id": 2307, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "id": 2808, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -34848,355 +34928,415 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00000703", - "name": "HGNC Gene Group at HUGO Genome Nomenclature Committee", + "mirId": "MIR:00000850", + "name": "European Bioinformatics Institute", "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.genenames.org", - "sampleId": "141", - "urlPattern": "https://www.genenames.org/cgi-bin/genefamilies/set/{$id}" + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk", + "sampleId": "SIO_000276", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sio/terms?short_form={$id}" } ], - "sampleId": "141" + "sampleId": "SIO_000276" }, { - "created": "2019-06-11T14:16:32.719+0000", + "created": "2019-06-11T14:18:05.215+0000", "deprecated": false, "deprecationDate": null, - "description": "The Disease Ontology has been developed as a standardized ontology for human disease with the purpose of providing the biomedical community with consistent, reusable and sustainable descriptions of human disease terms, phenotype characteristics and related medical vocabulary disease concepts.", - "id": 689, - "mirId": "MIR:00000233", - "modified": "2020-07-20T14:34:20.285+0000", - "name": "Human Disease Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^DOID:\\d+$", - "prefix": "doid", + "description": "The Sequencing Initiative Suomi (SISu) project is an international collaboration to harmonize and aggregate whole genome and exome sequence data from Finnish samples, providing data for researchers and clinicians. The SISu project allows for the search of variants to determine their attributes and occurrence in Finnish cohorts, and provides summary data on single nucleotide variants and indels from exomes, sequenced in disease-specific and population genetic studies.", + "id": 1732, + "mirId": "MIR:00000624", + "modified": "2019-06-11T14:18:05.215+0000", + "name": "SISu", + "namespaceEmbeddedInLui": false, + "pattern": "^[0-9]+:[0-9]+$", + "prefix": "sisu", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Disease Ontology through BioPortal", - "id": 690, + "description": "SISu", + "id": 1734, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 571, + "id": 1733, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FI", + "countryName": "Finland" }, - "name": "National Center for Biomedical Ontology, Stanford University", + "name": "Sequencing Initiative Suomi project (SISu), Institute for Molecular Medicine Finland (FIMM), University of Helsinki, Helsinki", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "FI", + "countryName": "Finland" }, - "mirId": "MIR:00100292", - "name": "Human Disease Ontology through BioPortal", + "mirId": "MIR:00100828", + "name": "SISu", "official": false, - "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/DOID", - "sampleId": "11337", - "urlPattern": "http://purl.bioontology.org/ontology/DOID/DOID:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.sisuproject.fi/", + "sampleId": "17:41223048", + "urlPattern": "http://search.sisuproject.fi/#/variant/{$id}" + } + ], + "sampleId": "17:41223048" + }, + { + "created": "2019-06-11T14:16:37.867+0000", + "deprecated": false, + "deprecationDate": null, + "description": "SitEx is a database containing information on eukaryotic protein functional sites. It stores the amino acid sequence positions in the functional site, in relation to the exon structure of encoding gene This can be used to detect the exons involved in shuffling in protein evolution, or to design protein-engineering experiments.", + "id": 748, + "mirId": "MIR:00000252", + "modified": "2019-06-11T14:16:37.867+0000", + "name": "SitEx", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "sitex", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Disease Ontology at Northwestern University", - "id": 693, + "description": "SitEx at Novosibirsk State University", + "id": 750, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 692, + "id": 749, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "RU", + "countryName": "Russian Federation" }, - "name": "University of Maryland (Maryland) and Northwestern University (Illinois)", + "name": "Novosibirsk State University, Novosibirsk", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "RU", + "countryName": "Russian Federation" }, - "mirId": "MIR:00100297", - "name": "Human Disease Ontology at Northwestern University", + "mirId": "MIR:00100323", + "name": "SitEx at Novosibirsk State University", "official": false, - "providerCode": "hdo", - "resourceHomeUrl": "http://disease-ontology.org/", - "sampleId": "11337", - "urlPattern": "http://disease-ontology.org/term/DOID:{$id}" - }, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www-bionet.sscc.ru/sitex/", + "sampleId": "1000", + "urlPattern": "http://www-bionet.sscc.ru/sitex/index.php?siteid={$id}" + } + ], + "sampleId": "1000" + }, + { + "created": "2022-11-04T12:17:30.200+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Stress Knowledge Map (SKM, available at https://skm.nib.si) is a knowledge graph resulting from the integration of dispersed published information on plant molecular responses to biotic and abiotic stressors. ", + "id": 3307, + "mirId": "MIR:00000968", + "modified": "2022-11-04T12:17:30.200+0000", + "name": "Stress Knowledge Map", + "namespaceEmbeddedInLui": false, + "pattern": "^rx[0-9]{5}$", + "prefix": "skm", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Human Disease Ontology through OLS", - "id": 691, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03s5t0r17' with no Wikidata information, and ISNI IDs [0000 0004 0637 0790]", + "id": 3308, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03s5t0r17' with no Wikidata information, and ISNI IDs [0000 0004 0637 0790]", + "homeUrl": "http://www.nib.si/eng/", + "id": 3306, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "SI", + "countryName": "Slovenia" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "National Institute of Biology", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "SI", + "countryName": "Slovenia" }, - "mirId": "MIR:00100293", - "name": "Human Disease Ontology through OLS", + "mirId": "MIR:00000967", + "name": "National Institute of Biology", "official": true, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/doid", - "sampleId": "11337", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/doid/terms?obo_id=DOID:{$id}" + "providerCode": "skm", + "resourceHomeUrl": "http://www.nib.si/eng/", + "sampleId": "rx00408", + "urlPattern": "https://skm.nib.si/api/pss/reactions?reaction_id={$id}&return_field=summary" } ], - "sampleId": "11337" + "sampleId": "rx00408" }, { - "created": "2019-06-11T14:17:23.452+0000", + "created": "2019-06-11T14:17:46.314+0000", "deprecated": false, "deprecationDate": null, - "description": "The GO reference collection is a set of abstracts that can be cited in the GO ontologies (e.g. as dbxrefs for term definitions) and annotation files (in the Reference column). It provides two types of reference; It can be used to provide details of why specific Evidence codes (see http://identifiers.org/eco/) are assigned, or to present abstract-style descriptions of \"GO content\" meetings at which substantial changes in the ontologies are discussed and made.", - "id": 1292, - "mirId": "MIR:00000450", - "modified": "2020-07-30T07:27:34.233+0000", - "name": "Gene Ontology Reference", + "description": "SwissLipids is a curated resource that provides information about known lipids, including lipid structure, metabolism, interactions, and subcellular and tissue localization. Information is curated from peer-reviewed literature and referenced using established ontologies, and provided with full provenance and evidence codes for curated assertions.", + "id": 1539, + "mirId": "MIR:00000550", + "modified": "2020-05-01T09:59:44.482+0000", + "name": "SwissLipids", "namespaceEmbeddedInLui": true, - "pattern": "^GO_REF:\\d{7}$", - "prefix": "go_ref", + "pattern": "^SLM:\\d+$", + "prefix": "slm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Gene Ontology Reference at The Gene Ontology Consortium", - "id": 1293, + "description": "SwissLipids at Swiss Institute of Bioinformatics", + "id": 1541, "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 89, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "The Gene Ontology Consortium", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00100584", - "name": "Gene Ontology Reference at The Gene Ontology Consortium", + "mirId": "MIR:00100727", + "name": "SwissLipids at Swiss Institute of Bioinformatics", "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.geneontology.org/cgi-bin/references.cgi", - "sampleId": "0000041", - "urlPattern": "https://github.com/geneontology/go-site/blob/master/metadata/gorefs/goref-{$id}.md" + "providerCode": "sib", + "resourceHomeUrl": "http://www.swisslipids.org/#/", + "sampleId": "000048885", + "urlPattern": "http://www.swisslipids.org/#/entity/SLM:{$id}/" } ], - "sampleId": "0000041" + "sampleId": "000048885" }, { - "created": "2019-06-17T12:55:17.868+0000", + "created": "2019-06-11T14:16:04.151+0000", "deprecated": false, "deprecationDate": null, - "description": "The GWAS Catalog provides a consistent, searchable, visualisable and freely available database of published SNP-trait associations, which can be easily integrated with other resources, and is accessed by scientists, clinicians and other users worldwide.", - "id": 1934, - "mirId": "MIR:00000715", - "modified": "2020-09-23T11:03:41.882+0000", - "name": "GWAS Catalog", + "description": "The Simple Modular Architecture Research Tool (SMART) is an online tool for the identification and annotation of protein domains, and the analysis of domain architectures.", + "id": 374, + "mirId": "MIR:00000118", + "modified": "2019-06-11T14:16:04.151+0000", + "name": "SMART", "namespaceEmbeddedInLui": false, - "pattern": "^GCST\\d{6}\\d*$", - "prefix": "gcst", + "pattern": "^SM\\d{5}$", + "prefix": "smart", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The European Bioinformatics Institute (EMBL-EBI) helps scientists realise the potential of 'big data' in biology, exploiting complex information to make discoveries that benefit humankind.", - "id": 1935, + "description": "SMART (Simple Modular Architecture Research Tool)", + "id": 376, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 375, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "EMBL, Heidelberg", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000775", - "name": "European Bioinformatics Institute", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk", - "sampleId": "GCST000035", - "urlPattern": "https://www.ebi.ac.uk/gwas/studies/{$id}" + "mirId": "MIR:00100151", + "name": "SMART (Simple Modular Architecture Research Tool)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://smart.embl-heidelberg.de/", + "sampleId": "SM00015", + "urlPattern": "http://smart.embl-heidelberg.de/smart/do_annotation.pl?DOMAIN={$id}" } ], - "sampleId": "GCST000035" + "sampleId": "SM00015" }, { - "created": "2020-10-07T10:25:14.491+0000", + "created": "2019-06-11T14:16:00.499+0000", "deprecated": false, "deprecationDate": null, - "description": "PK-DB an open database for pharmacokinetics information from clinical trials as well as pre-clinical research. The focus of PK-DB is to provide high-quality pharmacokinetics data enriched with the required meta-information for computational modeling and data integration. ", - "id": 2370, - "mirId": "MIR:00000708", - "modified": "2020-10-07T10:25:14.491+0000", - "name": "PK-DB", + "description": "The Small Molecule Pathway Database (SMPDB) contains small molecule pathways found in humans, which are presented visually. All SMPDB pathways include information on the relevant organs, subcellular compartments, protein cofactors, protein locations, metabolite locations, chemical structures and protein quaternary structures. Accompanying data includes detailed descriptions and references, providing an overview of the pathway, condition or processes depicted in each diagram.", + "id": 336, + "mirId": "MIR:00000104", + "modified": "2019-06-11T14:16:00.499+0000", + "name": "Small Molecule Pathway Database", "namespaceEmbeddedInLui": false, - "pattern": "^PKDB[0-9]{5}$", - "prefix": "pkdb", + "pattern": "^SMP\\d+$", + "prefix": "smpdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01hcx6992' with Wikidata IDs [Q152087], and ISNI IDs [0000 0001 2248 7639]", - "id": 2371, + "description": "Small Molecule Pathway Database", + "id": 337, "institution": { - "description": "Humboldt University of Berlin is a university in the central borough of Mitte in Berlin, Germany. It was established by Frederick William III on the initiative of Wilhelm von Humboldt, Johann Gottlieb Fichte and Friedrich Ernst Daniel Schleiermacher as the University of Berlin (Universität zu Berlin) in 1809, and opened in 1810.", - "homeUrl": "https://www.hu-berlin.de/?set_language=en&cl=en", - "id": 2369, + "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", + "homeUrl": "https://www.ualberta.ca", + "id": 334, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Humboldt University of Berlin", - "rorId": null + "name": "University of Alberta", + "rorId": "https://ror.org/0160cpw27" }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00000714", - "name": "Humboldt University of Berlin", - "official": true, - "providerCode": "pkdb", - "resourceHomeUrl": "https://www.hu-berlin.de/?set_language=en&cl=en", - "sampleId": "PKDB00198", - "urlPattern": "https://pk-db.com/data/{$id}" + "mirId": "MIR:00100137", + "name": "Small Molecule Pathway Database", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://smpdb.ca/", + "sampleId": "SMP00001", + "urlPattern": "http://smpdb.ca/view/{$id}" } ], - "sampleId": "PKDB00198" + "sampleId": "SMP00001" }, { - "created": "2020-10-07T10:43:05.918+0000", + "created": "2019-06-11T14:16:41.184+0000", "deprecated": false, "deprecationDate": null, - "description": "The Morpheus model repository is an open-access data resource to store, search and retrieve unpublished and published computational models of spatio-temporal and multicellular biological systems, encoded in the MorpheusML language and readily executable with the Morpheus software.\n", - "id": 2377, - "mirId": "MIR:00000725", - "modified": "2020-10-07T10:43:05.918+0000", - "name": "Morpheus model repository", + "description": "SNOMED CT (Systematized Nomenclature of Medicine -- Clinical Terms), is a systematically organized computer processable collection of medical terminology covering most areas of clinical information such as diseases, findings, procedures, microorganisms, pharmaceuticals, etc.", + "id": 788, + "mirId": "MIR:00000269", + "modified": "2019-06-11T14:16:41.184+0000", + "name": "SNOMED CT", "namespaceEmbeddedInLui": false, - "pattern": "^M[0-9]{4,}$", - "prefix": "morpheus", + "pattern": "^(\\w+)?\\d+$", + "prefix": "snomedct", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Morpheus.lab is affiliated with the Center for Information Services and High Performance Computing (ZIH)\nat Technische Universität Dresden, Germany. Morpheus.lab develops and maintains the open-source software Morpheus, the domain-specific language MorpheusML, online courses, a user forum and the model repository.", - "id": 2378, + "description": "SNOMED-CT at The National Pathology Exchange", + "id": 790, "institution": { - "description": "The Technische Universität Dresden (TUD) is one of the largest “Technische Universitäten” in Germany and one of the leading and most dynamic universities in Germany. As a full-curriculum university with 17 faculties in five schools it offers a broad variety of 124 disciplines and covers a wide research spectrum. Its focuses Health Sciences, Biomedicine & Bioengineering, Information Technology & Microelectronics, Smart Materials & Structures, Energy, Mobility & Environment as well as Culture & Societal Change are considered exemplary in Germany and throughout Europe.", - "homeUrl": "https://tu-dresden.de/?set_language=en", - "id": 2376, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 789, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "TU Dresden", + "name": "The Health Informatics Service, NHS, West Yorkshire", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000700", - "name": "Morpheus.lab", - "official": true, - "providerCode": "morpheus.lab", - "resourceHomeUrl": "https://morpheus.gitlab.io/", - "sampleId": "M0001", - "urlPattern": "https://morpheus.gitlab.io/models/{$id}" + "mirId": "MIR:00100405", + "name": "SNOMED-CT at The National Pathology Exchange", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.snomedbrowser.com/", + "sampleId": "284196006", + "urlPattern": "http://www.snomedbrowser.com/Codes/Details/{$id}" } ], - "sampleId": "M0001" + "sampleId": "284196006" }, { - "created": "2020-10-08T09:25:59.424+0000", + "created": "2020-03-20T12:58:53.045+0000", "deprecated": false, "deprecationDate": null, - "description": "GlycoPOST is a mass spectrometry data repository for glycomics and glycoproteomics. Users can release their \"raw/processed\" data via this site with a unique identifier number for the paper publication. Submission conditions are in accordance with the Minimum Information Required for a Glycomics Experiment (MIRAGE) guidelines.", - "id": 2384, - "mirId": "MIR:00000721", - "modified": "2020-10-08T09:25:59.424+0000", - "name": "GlycoPOST", + "description": "SNP2TFBS is aimed at studying variations (SNPs/indels) that affect transcription factor binding (TFB) in the Human genome.", + "id": 2152, + "mirId": "MIR:00000766", + "modified": "2020-03-20T12:58:53.045+0000", + "name": "SNP2TFBS", "namespaceEmbeddedInLui": false, - "pattern": "^GPST[0-9]{6}$", - "prefix": "glycopost", + "pattern": "^rs[0-9]+$", + "prefix": "snp2tfbs", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Niigata University has a long institutional history, with origins going back some 150 years. Since its inauguration as a national university in 1949 under the new university system, it has played an important role in higher education and research in Japan. Over the years, it has grown into a large-scale comprehensive university offering bachelor's, master's, and doctoral degree programs under ten faculties and five graduate schools in a wide range of disciplines spanning the humanities, education, law, economics, science, engineering, agriculture, medicine, health sciences, and dentistry. With a student body of approximately 13,000 and 3,000 academic and administrative staff members, and as a research-oriented university, it boasts several world-leading research institutes, including the Brain Research Institute and the Research Institute for Natural Hazards and Disaster Recovery as well as a university hospital providing high-level medical care as an advanced treatment hospital for the region.", - "id": 2385, + "description": "SNP2TFBS is a Web interface aimed at studying variations (SNPs/indels) that affect transcription factor binding (TFB) in the Human genome.", + "id": 2153, "institution": { - "description": "Niigata University has a long institutional history, with origins going back some 150 years. Since its inauguration as a national university in 1949 under the new university system, it has played an important role in higher education and research in Japan. Over the years, it has grown into a large-scale comprehensive university offering bachelor's, master's, and doctoral degree programs under ten faculties and five graduate schools in a wide range of disciplines spanning the humanities, education, law, economics, science, engineering, agriculture, medicine, health sciences, and dentistry. With a student body of approximately 13,000 and 3,000 academic and administrative staff members, and as a research-oriented university, it boasts several world-leading research institutes, including the Brain Research Institute and the Research Institute for Natural Hazards and Disaster Recovery as well as a university hospital providing high-level medical care as an advanced treatment hospital for the region.", - "homeUrl": "https://www.niigata-u.ac.jp/", - "id": 2383, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Niigata University", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000704", - "name": "Niigata University", + "mirId": "MIR:00000737", + "name": "SNP2TFBS", "official": true, - "providerCode": "glycopost", - "resourceHomeUrl": "https://glycopost.glycosmos.org", - "sampleId": "GPST000024", - "urlPattern": "https://glycopost.glycosmos.org/entry/{$id}" + "providerCode": "sib", + "resourceHomeUrl": "https://ccg.epfl.ch/snp2tfbs/", + "sampleId": "rs11603840", + "urlPattern": "https://ccg.epfl.ch/cgi-bin/snp2tfbs/snpviewer_form_parser.cgi?snpid={$id}" } ], - "sampleId": "GPST000024" + "sampleId": "rs11603840" }, { - "created": "2019-06-11T14:17:22.433+0000", + "created": "2019-06-11T14:15:54.604+0000", "deprecated": false, "deprecationDate": null, - "description": "Uberon is an integrated cross-species anatomy ontology representing a variety of entities classified according to traditional anatomical criteria such as structure, function and developmental lineage. The ontology includes comprehensive relationships to taxon-specific anatomical ontologies, allowing integration of functional, phenotype and expression data.", - "id": 1280, - "mirId": "MIR:00000446", - "modified": "2021-02-27T10:19:43.666+0000", - "name": "UBERON", + "description": "The Sequence Ontology (SO) is a structured controlled vocabulary for the parts of a genomic annotation. It provides a common set of terms and definitions to facilitate the exchange, analysis and management of genomic data.", + "id": 273, + "mirId": "MIR:00000081", + "modified": "2019-06-11T14:15:54.604+0000", + "name": "Sequence Ontology", "namespaceEmbeddedInLui": true, - "pattern": "^UBERON:\\d+$", - "prefix": "uberon", + "pattern": "^SO:\\d{7}$", + "prefix": "so", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UBERON through bioPortal", - "id": 1281, + "description": "Sequence Ontology", + "id": 275, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 274, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "Department of Molecular and Cellular Biology, University of California, Berkeley", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100112", + "name": "Sequence Ontology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.sequenceontology.org/", + "sampleId": "0000704", + "urlPattern": "http://www.sequenceontology.org/miso/current_release/term/SO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Sequence Ontology through BioPortal", + "id": 276, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", @@ -35212,19 +35352,19 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100579", - "name": "UBERON through bioPortal", + "mirId": "MIR:00100241", + "name": "Sequence Ontology through BioPortal", "official": false, "providerCode": "bptl", - "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/UBERON", - "sampleId": "0008203", - "urlPattern": "http://purl.bioontology.org/ontology/UBERON/UBERON:{$id}" + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/SO", + "sampleId": "0000704", + "urlPattern": "http://purl.bioontology.org/ontology/SO/SO:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "UBERON through OLS", - "id": 1282, + "description": "Sequence Ontology through Ontology Lookup Service (OLS)", + "id": 277, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -35240,1003 +35380,1087 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100580", - "name": "UBERON through OLS", - "official": true, + "mirId": "MIR:00100628", + "name": "Sequence Ontology through Ontology Lookup Service (OLS)", + "official": false, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uberon", - "sampleId": "0008203", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uberon/terms?obo_id=UBERON:{$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/so", + "sampleId": "0000704", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/so/terms?obo_id=SO:{$id}" } ], - "sampleId": "0008203" + "sampleId": "0000704" }, { - "created": "2021-02-17T18:06:52.762+0000", + "created": "2019-06-11T14:16:46.310+0000", "deprecated": false, "deprecationDate": null, - "description": "The Protein Ensemble Database is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", - "id": 2524, - "mirId": "MIR:00000795", - "modified": "2021-02-17T18:06:52.762+0000", - "name": "Protein Ensemble Database ensemble", + "description": "SoyBase is a repository for curated genetics, genomics and related data resources for soybean.", + "id": 853, + "mirId": "MIR:00000291", + "modified": "2019-06-11T14:16:46.310+0000", + "name": "SoyBase", "namespaceEmbeddedInLui": false, - "pattern": "^PED\\d{5}e\\d{3}$", - "prefix": "ped.ensemble", + "pattern": "^\\w+(\\-)?\\w+(\\-)?\\w+$", + "prefix": "soybase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Protein Ensemble Database (PED) is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", - "id": 2525, + "description": "SoyBase at Iowa State University", + "id": 855, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 854, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Padua", + "name": "USDA-ARS-CICGRU, Iowa State University, Iowa", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000791", - "name": "PED - Protein Ensemble Database", - "official": true, - "providerCode": "ped.ensemble", - "resourceHomeUrl": "https://proteinensemble.org/", - "sampleId": "PED00017e001", - "urlPattern": "https://proteinensemble.org/{$id}" + "mirId": "MIR:00100373", + "name": "SoyBase at Iowa State University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://soybase.org/", + "sampleId": "BARC-013845-01256", + "urlPattern": "http://www.soybase.org/sbt/search/search_results.php?category=SNP&search_term={$id}" } ], - "sampleId": "PED00017e001" + "sampleId": "BARC-013845-01256" }, { - "created": "2021-02-17T18:09:04.420+0000", + "created": "2019-06-11T14:18:20.855+0000", "deprecated": false, "deprecationDate": null, - "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", - "id": 2527, - "mirId": "MIR:00000764", - "modified": "2021-02-17T18:09:04.420+0000", - "name": "RepeatsDB Structure", + "description": "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document, in source files or elsewhere. The SPDX License List includes a standardized short identifier, full name, vetted license text including matching guidelines markup as appropriate, and a canonical permanent URL for each license and exception.", + "id": 1904, + "mirId": "MIR:00000687", + "modified": "2019-06-11T14:18:20.855+0000", + "name": "SPDX License List", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9][A-Za-z0-9]{3}[A-Za-z0-9][A-Za-z0-9]?[0-9]?[0-9]?$", - "prefix": "repeatsdb.structure", + "pattern": "^[0-9A-Za-z\\-.]+$", + "prefix": "spdx", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", - "id": 2528, + "description": "SPDX License List", + "id": 1906, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 1905, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "name": "University of Padua", + "name": "SPDX Workgroup a Linux Foundation Project", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000780", - "name": "RepeatsDB", + "mirId": "MIR:00100918", + "name": "SPDX License List", "official": true, - "providerCode": "repeatsdb.structure", - "resourceHomeUrl": "https://repeatsdb.org/", - "sampleId": "2gc4E", - "urlPattern": "https://repeatsdb.org/structure/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://spdx.org", + "sampleId": "CC-BY-1.0", + "urlPattern": "https://spdx.org/licenses/{$id}" } ], - "sampleId": "2gc4E" + "sampleId": "CC-BY-1.0" }, { - "created": "2020-10-22T01:16:20.744+0000", + "created": "2019-06-11T14:16:52.396+0000", "deprecated": false, "deprecationDate": null, - "description": "BioSimulators is a registry of containerized simulation tools that support a common interface. The containers in BioSimulators support a range of modeling frameworks (e.g., logical, constraint-based, continuous kinetic, discrete kinetic), simulation algorithms (e.g., CVODE, FBA, SSA), and modeling formats (e.g., BGNL, SBML, SED-ML).", - "id": 2416, - "mirId": "MIR:00000767", - "modified": "2020-10-22T01:16:20.744+0000", - "name": "BioSimulators", + "description": "SPIKE (Signaling Pathways Integrated Knowledge Engine) is a repository that can store, organise and allow retrieval of pathway information in a way that will be useful for the research community. The database currently focuses primarily on pathways describing DNA damage response, cell cycle, programmed cell death and hearing related pathways. Pathways are regularly updated, and additional pathways are gradually added. The complete database and the individual maps are freely exportable in several formats. This collection references pathway maps.", + "id": 926, + "mirId": "MIR:00000321", + "modified": "2019-06-11T14:16:52.396+0000", + "name": "SPIKE Map", "namespaceEmbeddedInLui": false, - "pattern": "[a-zA-Z0-9-_]+", - "prefix": "biosimulators", + "pattern": "^spike\\d{5}$", + "prefix": "spike.map", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The BioSimulators project aims to make it easier for the research community to reuse biosimulation tools through standards and a registry of simulation tools.", - "id": 2417, + "description": "SPIKE database at Tel Aviv University", + "id": 928, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 927, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "name": "Icahn School of Medicine at Mount Sinai", + "name": "School of Computer Sciences and School of Medicine, Tel Aviv University", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IL", + "countryName": "Israel" }, - "mirId": "MIR:00000746", - "name": "BioSimulators", - "official": true, - "providerCode": "icahn", - "resourceHomeUrl": "https://biosimulators.org/", - "sampleId": "vcell", - "urlPattern": "https://biosimulators.org/simulators/{$id}" + "mirId": "MIR:00100404", + "name": "SPIKE database at Tel Aviv University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.cs.tau.ac.il/~spike/", + "sampleId": "spike00001", + "urlPattern": "http://www.cs.tau.ac.il/~spike/maps/{$id}.html" } ], - "sampleId": "vcell" + "sampleId": "spike00001" }, { - "created": "2020-11-05T10:42:17.722+0000", + "created": "2019-06-11T14:17:50.083+0000", "deprecated": false, "deprecationDate": null, - "description": "The Gender, Sex, and Sexual Orientation (GSSO) ontology is an interdisciplinary ontology connecting terms from biology, medicine, psychology, sociology, and gender studies, aiming to bridge gaps between linguistic variations inside and outside of the health care environment. A large focus of the ontology is its consideration of LGBTQIA+ terminology.", - "id": 2423, - "mirId": "MIR:00000712", - "modified": "2020-11-05T10:59:53.808+0000", - "name": "Gender, Sex, and Sexual Orientation (GSSO) Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^GSSO:\\d{6}$", - "prefix": "gsso", + "description": "The spectra hash code (SPLASH) is a unique and non-proprietary identifier for spectra, and is independent of how the spectra were acquired or processed. It can be easily calculated for a wide range of spectra, including Mass spectroscopy, infrared spectroscopy, ultraviolet and nuclear magnetic resonance.", + "id": 1577, + "mirId": "MIR:00000566", + "modified": "2019-06-11T14:17:50.083+0000", + "name": "SPLASH", + "namespaceEmbeddedInLui": false, + "pattern": "^splash\\d[A-Z-a-z0-9]-[A-Za-z0-9]+-[A-Za-z0-9]+$", + "prefix": "splash", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "One of the National Centers for Biomedical Computing, and is funded by the NIH. Among the goals of the NCBO are to provide tools for discovery and access of biomedical ontologies, which are a type of controlled vocabulary designed to allow the expression of complex relationships in machine-readable form.", - "id": 2424, + "description": "Mass Bank of North America (MoNA)", + "id": 1579, "institution": { - "description": "UC is a public research university with an enrollment of more than 46,000 students and has been named \"Among the top tier of the Best National Universities,\" according to U.S. News & World Report.", - "homeUrl": "https://www.uc.edu/", - "id": 2422, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1578, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Cincinnati", - "rorId": "https://ror.org/01e3m7079" + "name": "University of Californai, Davis, California", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000758", - "name": "National Center for Biomedical Ontology (NCBO) BioPortal", - "official": true, - "providerCode": "bioportal", - "resourceHomeUrl": "https://bioportal.bioontology.org/", - "sampleId": "002368", - "urlPattern": "http://purl.obolibrary.org/obo/GSSO_{$id}" + "mirId": "MIR:00100746", + "name": "Mass Bank of North America (MoNA)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://mona.fiehnlab.ucdavis.edu/", + "sampleId": "splash10-0zq2000000-77302b0326a418630a84", + "urlPattern": "http://mona.fiehnlab.ucdavis.edu/#/spectra/splash/{$id}" } ], - "sampleId": "002368" + "sampleId": "splash10-0zq2000000-77302b0326a418630a84" }, { - "created": "2019-06-11T14:17:28.979+0000", + "created": "2019-11-07T10:59:42.032+0000", "deprecated": false, "deprecationDate": null, - "description": "LigandBox is a database of 3D compound structures. Compound information is collected from the catalogues of various commercial suppliers, with approved drugs and biochemical compounds taken from KEGG and PDB databases. Each chemical compound in the database has several 3D conformers with hydrogen atoms and atomic charges, which are ready to be docked into receptors using docking programs. Various physical properties, such as aqueous solubility (LogS) and carcinogenicity have also been calculated to characterize the ADME-Tox properties of the compounds.", - "id": 1357, - "mirId": "MIR:00000477", - "modified": "2020-11-20T10:55:30.526+0000", - "name": "LigandBox", + "description": "The Signaling Pathways Project is an integrated 'omics knowledgebase based upon public, manually curated transcriptomic and cistromic (ChIP-Seq) datasets involving genetic and small molecule manipulations of cellular receptors, enzymes and transcription factors. Our goal is to create a resource where scientists can routinely generate research hypotheses or validate bench data relevant to cellular signaling pathways.", + "id": 2037, + "mirId": "MIR:00000726", + "modified": "2019-11-07T10:59:42.032+0000", + "name": "Signaling Pathways Project", "namespaceEmbeddedInLui": false, - "pattern": "^(HTS|KSH)[0-9]{4}-[0-9]{8}|PDB_[0-9,A-Z]{2,3}|[CD][0-9]{5}$", - "prefix": "ligandbox", + "pattern": "^10.\\w{4}/\\w{10}$", + "prefix": "spp", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LigandBox at N2PC", - "id": 1359, + "description": "The Signaling Pathways Project is an integrated 'omics knowledgebase based upon public, manually curated transcriptomic and cistromic (ChIP-Seq) datasets involving genetic and small molecule manipulations of cellular receptors, enzymes and transcription factors. Our goal is to create a resource where scientists can routinely generate research hypotheses or validate bench data relevant to cellular signaling pathways.", + "id": 2038, "institution": { - "description": "https://www.natprodchem.jp/files/english.pdf", - "homeUrl": "https://www.natprodchem.jp/", - "id": 1358, + "description": "Baylor College of Medicine is a health sciences university that creates knowledge and applies science and discoveries to further education, healthcare and community service locally and globally.", + "homeUrl": "https://www.bcm.edu", + "id": 485, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "name": "Next generation Natural Products Chemistry", - "rorId": null + "name": "Baylor College of Medicine", + "rorId": "https://ror.org/02pttbw34" }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100612", - "name": "LigandBox at N2PC", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.mypresto5.com/ligandbox/cgi-bin/index.cgi?LANG=en", - "sampleId": "D00001", - "urlPattern": "http://www.mypresto5.com/ligandbox/cgi-bin/liginf.cgi?id={$id}" + "mirId": "MIR:00000730", + "name": "Signaling Pathways Project", + "official": true, + "providerCode": "spp", + "resourceHomeUrl": "https://www.signalingpathways.org/index.jsf", + "sampleId": "10.1621/vwN2g2HaX3", + "urlPattern": "https://www.signalingpathways.org/datasets/dataset.jsf?doi={$id}" } ], - "sampleId": "D00001" + "sampleId": "10.1621/vwN2g2HaX3" }, { - "created": "2019-06-11T14:17:59.445+0000", + "created": "2019-06-11T14:17:11.871+0000", "deprecated": false, "deprecationDate": null, - "description": "The Progenetix database provides an overview of mutation data in cancer, with a focus on copy number abnormalities (CNV / CNA), for all types of human malignancies. The resource contains genome profiles of more than 130'000 individual samples and represents about 700 cancer types, according to the NCIt \"neoplasm\" classification. Additionally to this genome profiles and associated metadata, the website present information about thousands of publications referring to cancer genome profiling experiments, and services for mapping cancer classifications and accessing supplementary data through its APIs.", - "id": 1666, - "mirId": "MIR:00000600", - "modified": "2020-11-25T15:01:33.103+0000", - "name": "Progenetix", + "description": "STAP (Statistical Torsional Angles Potentials) was developed since, according to several studies, some nuclear magnetic resonance (NMR) structures are of lower quality, are less reliable and less suitable for structural analysis than high-resolution X-ray crystallographic structures. The refined NMR solution structures (statistical torsion angle potentials; STAP) in the database are refined from the Protein Data Bank (PDB).", + "id": 1158, + "mirId": "MIR:00000399", + "modified": "2019-06-11T14:17:11.871+0000", + "name": "STAP", "namespaceEmbeddedInLui": false, - "pattern": "^\\w{3,15}[-_]\\w[\\w.-]{3,128}$", - "prefix": "pgx", + "pattern": "^[0-9][A-Za-z0-9]{3}$", + "prefix": "stap", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Progenetix", - "id": 1668, + "description": "STAP at Korean Bioinformation Center", + "id": 1160, "institution": { - "description": "No description available", - "homeUrl": "https://www.uzh.ch/en.html", - "id": 1667, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1159, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "KR", + "countryName": "Korea, Republic of" }, - "name": "University of Zurich", - "rorId": "https://ror.org/02crff812" + "name": "Korean Bioinformation Center, Korea Research Institute of Bioscience and Biotechnology, Daejeon", + "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "KR", + "countryName": "Korea, Republic of" }, - "mirId": "MIR:00100801", - "name": "Progenetix", + "mirId": "MIR:00100519", + "name": "STAP at Korean Bioinformation Center", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://progenetix.org/", - "sampleId": "pgxbs-kftva5zv", - "urlPattern": "https://progenetix.org/services/ids/{$id}" + "resourceHomeUrl": "http://psb.kobic.re.kr/STAP/refinement/", + "sampleId": "1a24", + "urlPattern": "http://psb.kobic.re.kr/STAP/refinement1/result.php?search={$id}" } ], - "sampleId": "pgxbs-kftva5zv" + "sampleId": "1a24" }, { - "created": "2020-12-14T12:49:56.333+0000", + "created": "2019-06-11T14:16:40.524+0000", "deprecated": false, "deprecationDate": null, - "description": "Curated contextual database gathering samples related to SARS-CoV-2 virus and covid-19 disease.", - "id": 2477, - "mirId": "MIR:00000789", - "modified": "2020-12-14T12:49:56.333+0000", - "name": "SARS-CoV-2", + "description": "STITCH is a resource to explore known and predicted interactions of chemicals and proteins. Chemicals are linked to other chemicals and proteins by evidence derived from experiments, databases and the literature.", + "id": 781, + "mirId": "MIR:00000266", + "modified": "2019-06-11T14:16:40.524+0000", + "name": "STITCH", "namespaceEmbeddedInLui": false, - "pattern": "^\\w+_COVID19_[-\\w]+$", - "prefix": "covid19", + "pattern": "^\\w{14}$", + "prefix": "stitch", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Elixir@UiT is the local branch of ELIXIR-NO node based at UiT.", - "id": 2478, + "description": "STITCH", + "id": 782, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/00wge5k78' with Wikidata IDs [Q279724], and ISNI IDs [0000000122595234]", - "homeUrl": "https://uit.no/startsida", - "id": 2476, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 605, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "University of Tromsø - The Arctic University of Norway", + "name": "European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "NO", - "countryName": "Norway" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000787", - "name": "Elixir@UiT", - "official": true, - "providerCode": "sfb", - "resourceHomeUrl": "https://covid19.sfb.uit.no", - "sampleId": "SFB_COVID19_MW286762", - "urlPattern": "https://covid19.sfb.uit.no/api/records/{$id}" + "mirId": "MIR:00100343", + "name": "STITCH", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://stitch.embl.de/", + "sampleId": "BQJCRHHNABKAKU", + "urlPattern": "http://stitch.embl.de/interactions/{$id}" } ], - "sampleId": "SFB_COVID19_MW286762" + "sampleId": "BQJCRHHNABKAKU" }, { - "created": "2020-12-14T12:57:54.560+0000", + "created": "2019-06-11T14:17:53.021+0000", "deprecated": false, "deprecationDate": null, - "description": "Hierarchical orthologous groups predicted by OMA (Orthologous MAtrix) database. Hierarchical orthologous groups are sets of genes that have started diverging from a single common ancestor gene at a certain taxonomic level of reference. ", - "id": 2484, - "mirId": "MIR:00000785", - "modified": "2020-12-14T12:57:54.560+0000", - "name": "OMA HOGs", - "namespaceEmbeddedInLui": true, - "pattern": "^HOG:[0-9]{7}(\\.[0-9a-z.]+)?(_[0-9]+)?$", - "prefix": "oma.hog", + "description": "STOREDB database is a repository for data used by the international radiobiology community, archiving and sharing primary data outputs from research on low dose radiation. It also provides a directory of bioresources and databases for radiobiology projects containing information and materials that investigators are willing to share. STORE supports the creation of a low dose radiation research commons.", + "id": 1606, + "mirId": "MIR:00000577", + "modified": "2019-06-11T14:17:53.021+0000", + "name": "STOREDB", + "namespaceEmbeddedInLui": false, + "pattern": "^STOREDB:(STUDY|FILE|DATASET)\\d+$", + "prefix": "storedb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05a28rw58' with Wikidata IDs [Q11942], and ISNI IDs [0000 0001 2156 2780]", - "id": 2485, + "description": "STOREDB at University of Cambridge", + "id": 1608, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05a28rw58' with Wikidata IDs [Q11942], and ISNI IDs [0000 0001 2156 2780]", - "homeUrl": "https://ethz.ch/en.html", - "id": 2483, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1607, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "ETH Zurich", + "name": "University of Cambridge, Department of Physiology, Downing Street, Cambridge", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000761", - "name": "ETH Zurich", - "official": true, - "providerCode": "oma", - "resourceHomeUrl": "https://omabrowser.org", - "sampleId": "HOG:0459895", - "urlPattern": "https://omabrowser.org/oma/hog/resolve/HOG:{$id}/" + "mirId": "MIR:00100771", + "name": "STOREDB at University of Cambridge", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.storedb.org/", + "sampleId": "STOREDB:STUDY1040", + "urlPattern": "https://www.storedb.org/?{$id}" } ], - "sampleId": "HOG:0459895" + "sampleId": "STOREDB:STUDY1040" }, { - "created": "2021-02-01T15:47:59.756+0000", + "created": "2019-06-11T14:16:40.213+0000", "deprecated": false, "deprecationDate": null, - "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", - "id": 2497, - "mirId": "MIR:00000774", - "modified": "2021-02-01T15:47:59.756+0000", - "name": "VMH Gene", + "description": "STRING (Search Tool for Retrieval of Interacting Genes/Proteins) is a database of known and predicted protein interactions.\r\nThe interactions include direct (physical) and indirect (functional) associations; they are derived from four sources:Genomic Context, High-throughput Experiments,(Conserved) Coexpression, Previous Knowledge. STRING quantitatively integrates interaction data from these sources for a large number of organisms, and transfers information between these organisms where applicable.", + "id": 778, + "mirId": "MIR:00000265", + "modified": "2019-06-11T14:16:40.213+0000", + "name": "STRING", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+\\.[0-9]+", - "prefix": "vmhgene", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])|([0-9][A-Za-z0-9]{3})$", + "prefix": "string", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "VMH Gene, provided by Thiele Group, NUI Galway. \nThe VMH database captures information on human and gut microbial metabolism and links this information to hundreds of diseases and nutritional data.", - "id": 2498, + "description": "STRING at Heidelberg", + "id": 779, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 605, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "name": "European Molecular Biology Laboratory, Heidelberg", + "rorId": null + }, + "location": { + "countryCode": "DE", + "countryName": "Germany" + }, + "mirId": "MIR:00100341", + "name": "STRING at Heidelberg", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://string.embl.de/", + "sampleId": "P53350", + "urlPattern": "http://string.embl.de/interactions/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "STRING Mirror at Heidelberg", + "id": 780, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", - "homeUrl": "http://www.nuigalway.ie/", - "id": 2496, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 605, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National University of Ireland, Galway", + "name": "European Molecular Biology Laboratory, Heidelberg", "rorId": null }, "location": { - "countryCode": "IE", - "countryName": "Ireland" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000794", - "name": "VMH Gene", - "official": true, - "providerCode": "NUI", - "resourceHomeUrl": "https://www.vmh.life/", - "sampleId": "8639.1", - "urlPattern": "https://www.vmh.life/#gene/{$id}" + "mirId": "MIR:00100342", + "name": "STRING Mirror at Heidelberg", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://string-db.org/", + "sampleId": "P53350", + "urlPattern": "http://string-db.org/interactions/{$id}" } ], - "sampleId": "8639.1" + "sampleId": "P53350" }, { - "created": "2019-06-11T14:17:44.698+0000", + "created": "2019-06-11T14:17:19.310+0000", "deprecated": false, "deprecationDate": null, - "description": "GWAS Central (previously the Human Genome Variation database of Genotype-to-Phenotype information) is a database of summary level findings from genetic association studies, both large and small. It gathers datasets from public domain projects, and accepts direct data submission. It is based upon Marker information encompassing SNP and variant information from public databases, to which allele and genotype frequency data, and genetic association findings are additionally added. A Study (most generic level) contains one or more Experiments, one or more Sample Panels of test subjects, and one or more Phenotypes. This collection references a GWAS Central Phenotype.", - "id": 1523, - "mirId": "MIR:00000543", - "modified": "2021-02-01T16:43:30.697+0000", - "name": "GWAS Central Phenotype", + "description": "SubtiList serves to collate and integrate various aspects of the genomic information from B. subtilis, the paradigm of sporulating Gram-positive bacteria.\r\nSubtiList provides a complete dataset of DNA and protein sequences derived from the paradigm strain B. subtilis 168, linked to the relevant annotations and functional assignments.", + "id": 1244, + "mirId": "MIR:00000433", + "modified": "2019-06-11T14:17:19.310+0000", + "name": "SubtiList", "namespaceEmbeddedInLui": false, - "pattern": "^HGVPM\\d+$", - "prefix": "gwascentral.phenotype", + "pattern": "^BG\\d+$", + "prefix": "subtilist", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GWAS Central Phenotype at University of Leicester", - "id": 1524, + "description": "SubtiList at Pasteur Institute", + "id": 1246, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1079, + "id": 1245, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "Department of Genetics, University of Leicester, Leicester", + "name": "Pasteur Institute, Paris", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00100720", - "name": "GWAS Central Phenotype at University of Leicester", + "mirId": "MIR:00100557", + "name": "SubtiList at Pasteur Institute", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.gwascentral.org/phenotypes", - "sampleId": "HGVPM623", - "urlPattern": "https://www.gwascentral.org/phenotype/{$id}" + "resourceHomeUrl": "http://genolist.pasteur.fr/SubtiList/", + "sampleId": "BG11523", + "urlPattern": "http://genolist.pasteur.fr/SubtiList/genome.cgi?external_query+{$id}" } ], - "sampleId": "HGVPM623" + "sampleId": "BG11523" }, { - "created": "2021-02-17T17:56:14.329+0000", + "created": "2019-06-11T14:16:08.635+0000", "deprecated": false, "deprecationDate": null, - "description": "ClinVar archives reports of relationships among medically important variants and phenotypes. It records human variation, interpretations of the relationship specific variations to human health, and supporting evidence for each interpretation. Each ClinVar record (RCV identifier) represents an aggregated view of interpretations of the same variation and condition from one or more submitters (Submitter IDs). Submissions for individual variation/phenotype combinations (SCV identifier) are also collected and made available separately. This collection references submitters (submitter ids) that submit the submissions (SCVs).", - "id": 2518, - "mirId": "MIR:00000769", - "modified": "2021-02-17T17:56:14.329+0000", - "name": "ClinVar Submitter", + "description": "SubtiWiki is a scientific wiki for the model bacterium Bacillus subtilis. It provides comprehensive information on all genes and their proteins and RNA products, as well as information related to the current investigation of the gene/protein. \r\nNote: Currently, direct access to RNA products is restricted. This is expected to be rectified soon.", + "id": 421, + "mirId": "MIR:00000132", + "modified": "2019-06-11T14:16:08.635+0000", + "name": "SubtiWiki", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "clinvar.submitter", + "pattern": "^BSU\\d{5}$", + "prefix": "subtiwiki", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ClinVar Submitter ids are assigned by NCBI for all authorized submitters of clinvar submissions (SCVs)", - "id": 2519, + "description": "SubtiWiki website", + "id": 423, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 422, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "University of Göttingen, Department for General Microbiology", + "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000783", - "name": "ClinVar Submitter at NCBI", - "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/clinvar/", - "sampleId": "26957", - "urlPattern": "https://www.ncbi.nlm.nih.gov/clinvar/submitters/{$id}" + "mirId": "MIR:00100172", + "name": "SubtiWiki website", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.subtiwiki.uni-goettingen.de/wiki/index.php/Main_Page", + "sampleId": "BSU29180", + "urlPattern": "http://www.subtiwiki.uni-goettingen.de/wiki/index.php/{$id}" } ], - "sampleId": "26957" + "sampleId": "BSU29180" }, { - "created": "2021-02-17T18:02:05.160+0000", + "created": "2019-06-11T14:18:06.412+0000", "deprecated": false, "deprecationDate": null, - "description": "The Protein Ensemble Database is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", - "id": 2521, - "mirId": "MIR:00000777", - "modified": "2021-02-17T18:02:05.160+0000", - "name": "Protein Ensemble Database", + "description": "The SugarBind Database captures knowledge of glycan binding of human pathogen lectins and adhesins, where each glycan-protein binding pair is associated with at least one published reference. It provides information on the pathogen agent, the lectin/adhesin involved, and the human glycan ligand. This collection provides information on ligands.", + "id": 1747, + "mirId": "MIR:00000629", + "modified": "2019-06-11T14:18:06.412+0000", + "name": "SugarBind", "namespaceEmbeddedInLui": false, - "pattern": "^PED\\d{5}$", - "prefix": "ped", + "pattern": "^[A-Za-z]+\\/[0-9]+$", + "prefix": "sugarbind", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Protein Ensemble Database (PED) is an open access database for the deposition of structural ensembles, including intrinsically disordered proteins.", - "id": 2522, + "description": "SugarBind", + "id": 1749, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 1748, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "University of Padua", + "name": "Proteome Informatics Group, SIB Swiss Institute of Bioinformatics, Geneva", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000784", - "name": "PED - Protein Ensemble Database", - "official": true, - "providerCode": "ped", - "resourceHomeUrl": "https://proteinensemble.org/", - "sampleId": "PED00037", - "urlPattern": "https://proteinensemble.org/{$id}" + "mirId": "MIR:00100833", + "name": "SugarBind", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://sugarbind.expasy.org/", + "sampleId": "lectins/172", + "urlPattern": "http://sugarbind.expasy.org/{$id}" } ], - "sampleId": "PED00037" + "sampleId": "lectins/172" }, { - "created": "2021-02-17T18:11:07.592+0000", + "created": "2019-06-11T14:17:00.815+0000", "deprecated": false, "deprecationDate": null, - "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references protein entries in the database.", - "id": 2532, - "mirId": "MIR:00000792", - "modified": "2021-02-17T18:11:07.592+0000", - "name": "RepeatsDB Protein", + "description": "SUPERFAMILY provides structural, functional and evolutionary information for proteins from all completely sequenced genomes, and large sequence collections such as UniProt.", + "id": 1025, + "mirId": "MIR:00000357", + "modified": "2019-06-11T14:17:00.815+0000", + "name": "SUPFAM", "namespaceEmbeddedInLui": false, - "pattern": "^[OPQopq][0-9][A-Za-z0-9]{3}[0-9]|[A-Na-nR-Zr-z][0-9]([A-Za-z][A-Za-z0-9]{2}[0-9]){1,2}$", - "prefix": "repeatsdb.protein", + "pattern": "^\\w+$", + "prefix": "supfam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "RepeatsDB is a database of annotated tandem repeat protein structures. This collection references structural entries in the database.", - "id": 2533, + "description": "SUPFAM at MRC and University of Bristol", + "id": 1027, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1769, + "id": 1026, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Padua", + "name": "MRC Laboratory of Molecular Biology, Cambridge", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000699", - "name": "RepeatsDB", - "official": true, - "providerCode": "", - "resourceHomeUrl": "https://repeatsdb.org/", - "sampleId": "P29894", - "urlPattern": "https://repeatsdb.org/protein/{$id}" + "mirId": "MIR:00100454", + "name": "SUPFAM at MRC and University of Bristol", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://supfam.org/SUPERFAMILY/", + "sampleId": "SSF57615", + "urlPattern": "http://supfam.org/SUPERFAMILY/cgi-bin/scop.cgi?ipid={$id}" } ], - "sampleId": "P29894" + "sampleId": "SSF57615" }, { - "created": "2021-02-26T07:35:34.234+0000", + "created": "2019-06-11T14:18:12.760+0000", "deprecated": false, "deprecationDate": null, - "description": "The Health Data Research Innovation Gateway (the 'Gateway') provides a common entry point to discover and enquire about access to UK health datasets for research and innovation. It provides detailed information about the datasets, which are held by members of the UK Health Data Research Alliance, such as a description, size of the population, and the legal basis for access.", - "id": 2548, - "mirId": "MIR:00000796", - "modified": "2021-02-26T07:35:34.234+0000", - "name": "gateway", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$", - "prefix": "gateway", + "description": "Software Heritage is the universal archive of software source code.", + "id": 1817, + "mirId": "MIR:00000655", + "modified": "2020-11-27T10:57:55.228+0000", + "name": "Software Heritage", + "namespaceEmbeddedInLui": true, + "pattern": "^swh:[1-9]:(cnt|dir|rel|rev|snp):[0-9a-f]+(;(origin|visit|anchor|path|lines)=\\S+)*$", + "prefix": "swh", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rtjaj74' with no Wikidata information, and no ISNI information", - "id": 2549, + "description": "Software Heritage", + "id": 1819, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rtjaj74' with no Wikidata information, and no ISNI information", - "homeUrl": "https://www.hdruk.ac.uk", - "id": 2547, + "description": "No description provided", + "homeUrl": "https://www.inria.fr/en", + "id": 1818, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "name": "Health Data Research UK", - "rorId": null + "name": "INRIA", + "rorId": "https://ror.org/02kvxyf05" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "FR", + "countryName": "France" }, - "mirId": "MIR:00000697", - "name": "Health Data Research UK", - "official": true, - "providerCode": "hdruk", - "resourceHomeUrl": "https://www.hdruk.ac.uk", - "sampleId": "fd8d0743-344a-4758-bb97-f8ad84a37357", - "urlPattern": "https://web.www.healthdatagateway.org/dataset/{$id}" + "mirId": "MIR:00100873", + "name": "Software Heritage", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://archive.softwareheritage.org", + "sampleId": "1:rev:309cf2674ee7a0749978cf8265ab91a60aea0f7d", + "urlPattern": "https://archive.softwareheritage.org/browse/swh:{$id}" } ], - "sampleId": "fd8d0743-344a-4758-bb97-f8ad84a37357" + "sampleId": "1:rev:309cf2674ee7a0749978cf8265ab91a60aea0f7d" }, { - "created": "2019-06-11T14:17:50.805+0000", + "created": "2019-06-11T14:16:32.267+0000", "deprecated": false, "deprecationDate": null, - "description": "MetaNetX/MNXref integrates various information from genome-scale metabolic network reconstructions such as information on reactions, metabolites and compartments. This information undergoes a reconciliation process to minimise for discrepancies between different data sources, and makes the data accessible under a common namespace. This collection references cellular compartments.", - "id": 1585, - "mirId": "MIR:00000569", - "modified": "2021-02-26T09:49:03.051+0000", - "name": "MetaNetX compartment", + "description": "The SWISS-MODEL Repository is a database of 3D protein structure models generated by the SWISS-MODEL homology-modelling pipeline for UniProtKB protein sequences.", + "id": 684, + "mirId": "MIR:00000231", + "modified": "2019-06-11T14:16:32.267+0000", + "name": "SWISS-MODEL Repository", "namespaceEmbeddedInLui": false, - "pattern": "^(MNX[CD]\\d+|BOUNDARY|IN|OUT)$", - "prefix": "metanetx.compartment", + "pattern": "^\\w+$", + "prefix": "swiss-model", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "MetaNetX compartment at SIB Swiss Institute of Bioinformatics", - "id": 1586, + "description": "SWISS-MODEL at SIB Swiss Institute of Bioinformatics", + "id": 686, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1581, + "id": 685, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "name": "Vital-IT group, SIB Swiss Institute of Bioinformatics, Lausanne", + "name": "Biozentrum, University of Basel and SIB Swiss Institute of Bioinformatics, Basel", "rorId": null }, "location": { "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00100750", - "name": "MetaNetX compartment at SIB Swiss Institute of Bioinformatics", + "mirId": "MIR:00100290", + "name": "SWISS-MODEL at SIB Swiss Institute of Bioinformatics", "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.metanetx.org/", - "sampleId": "MNXC15", - "urlPattern": "https://www.metanetx.org/comp_info/{$id}" + "resourceHomeUrl": "https://swissmodel.expasy.org", + "sampleId": "P23298", + "urlPattern": "https://swissmodel.expasy.org/repository/uniprot/{$id}" } ], - "sampleId": "MNXC15" + "sampleId": "P23298" }, { - "created": "2021-02-26T10:27:01.032+0000", + "created": "2019-06-11T14:18:07.113+0000", "deprecated": false, "deprecationDate": null, - "description": "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection is species-independent.", - "id": 2559, - "mirId": "MIR:00000798", - "modified": "2021-02-26T10:27:01.032+0000", - "name": "Animal Genome QTL", + "description": "A database of genome-wide annotations of regulatory sites. It contains annotations for 17 prokaryotes and 3 eukaryotes. The database frontend offers an intuitive interface showing genomic information in a graphical form.", + "id": 1755, + "mirId": "MIR:00000632", + "modified": "2019-06-11T14:18:07.113+0000", + "name": "SwissRegulon", "namespaceEmbeddedInLui": false, - "pattern": "^\\d+$", - "prefix": "qtldb", + "pattern": "^[A-Za-z0-9]+$", + "prefix": "swissregulon", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Animal QTL DB at Department of Animal Science and Center for Integrated Animal Genomics, Iowa State University", - "id": 2560, + "description": "SwissRegulon", + "id": 1756, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", - "homeUrl": "https://www.iastate.edu/", - "id": 2558, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Iowa State University", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000797", - "name": "Animal QTL DB at Iowa State University", - "official": true, - "providerCode": "iastate", - "resourceHomeUrl": "https://www.animalgenome.org/QTLdb", - "sampleId": "4685", - "urlPattern": "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:{$id}" + "mirId": "MIR:00100837", + "name": "SwissRegulon", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://swissregulon.unibas.ch", + "sampleId": "AHR", + "urlPattern": "http://swissregulon.unibas.ch/query/{$id}" } ], - "sampleId": "4685" + "sampleId": "AHR" }, { - "created": "2021-02-28T15:53:07.380+0000", + "created": "2019-06-11T14:16:00.251+0000", "deprecated": false, "deprecationDate": null, - "description": "runBioSimulations is a platform for sharing simulation experiments and their results. runBioSimulations enables investigators to use a wide range of simulation tools to execute a wide range of simulations. runBioSimulations permanently saves the results of these simulations, and investigators can share results by sharing URLs similar to sharing URLs for files with DropBox and Google Drive.", - "id": 2565, - "mirId": "MIR:00000897", - "modified": "2021-02-28T15:53:07.380+0000", - "name": "runBioSimulations", + "description": "Toxin and Toxin Target Database (T3DB) is a bioinformatics resource that combines detailed toxin data with comprehensive toxin target information.", + "id": 333, + "mirId": "MIR:00000103", + "modified": "2019-06-11T14:16:00.251+0000", + "name": "T3DB", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-z]{24,24}", - "prefix": "runbiosimulations", + "pattern": "^T3D\\d+$", + "prefix": "t3db", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", - "id": 2566, + "description": "Toxin and Toxin Target Database", + "id": 335, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "The University of Alberta in Edmonton is one of Canada's top teaching and research universities, with an international reputation for excellence across the humanities, sciences, creative arts, business, engineering and health sciences.", + "homeUrl": "https://www.ualberta.ca", + "id": 334, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Icahn School of Medicine at Mount Sinai", - "rorId": null + "name": "University of Alberta", + "rorId": "https://ror.org/0160cpw27" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00000898", - "name": "Icahn School of Medicine at Mount Sinai", - "official": true, - "providerCode": "icahn", - "resourceHomeUrl": "https://icahn.mssm.edu/", - "sampleId": "5fde96bdc5f1aa9ff0cce18a", - "urlPattern": "https://run.biosimulations.org/simulations/{$id}" + "mirId": "MIR:00100136", + "name": "Toxin and Toxin Target Database", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.t3db.org/", + "sampleId": "T3D0001", + "urlPattern": "http://www.t3db.org/toxins/{$id}" } ], - "sampleId": "5fde96bdc5f1aa9ff0cce18a" + "sampleId": "T3D0001" }, { - "created": "2021-02-28T16:13:04.331+0000", + "created": "2019-06-11T14:15:46.061+0000", "deprecated": false, "deprecationDate": null, - "description": "ChEMBL is a database of bioactive compounds, their quantitative properties and bioactivities (binding constants, pharmacology and ADMET, etc). The data is abstracted and curated from the primary scientific literature.", - "id": 2571, - "mirId": "MIR:00000799", - "modified": "2021-02-28T16:13:04.331+0000", - "name": "ChEMBL", + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. This is the reference gene model for a given locus.", + "id": 182, + "mirId": "MIR:00000049", + "modified": "2019-06-11T14:15:46.061+0000", + "name": "TAIR Gene", "namespaceEmbeddedInLui": false, - "pattern": "^CHEMBL\\d+$", - "prefix": "chembl", + "pattern": "^Gene:\\d{7}$", + "prefix": "tair.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChEMBL is a database of bioactive compounds, their quantitative properties and bioactivities (binding constants, pharmacology and ADMET, etc). The data is abstracted and curated from the primary scientific literature.", - "id": 2572, + "description": "The Arabidopsis Information Resource (TAIR) Gene", + "id": 183, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 180, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", + "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000800", - "name": "European Bioinformatics Institute", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/chembl", - "sampleId": "CHEMBL4303805", - "urlPattern": "https://www.ebi.ac.uk/chembl/entity/{$id}" + "mirId": "MIR:00100077", + "name": "The Arabidopsis Information Resource (TAIR) Gene", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://arabidopsis.org/index.jsp", + "sampleId": "Gene:2200934", + "urlPattern": "http://arabidopsis.org/servlets/TairObject?accession={$id}" } ], - "sampleId": "CHEMBL4303805" + "sampleId": "Gene:2200934" }, { - "created": "2021-03-15T19:37:56.820+0000", + "created": "2019-06-11T14:15:46.274+0000", "deprecated": false, "deprecationDate": null, - "description": "The Intelligence Task Ontology (ITO) provides a comprehensive map of machine intelligence tasks, as well as broader human intelligence or hybrid human/machine intelligence tasks.", - "id": 2585, - "mirId": "MIR:00000802", - "modified": "2021-03-15T19:37:56.820+0000", - "name": "Intelligence Task Ontology", + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. The name of a Locus is unique and used by TAIR, TIGR, and MIPS.", + "id": 184, + "mirId": "MIR:00000050", + "modified": "2019-06-11T14:15:46.274+0000", + "name": "TAIR Locus", "namespaceEmbeddedInLui": false, - "pattern": "^.+$", - "prefix": "ito", + "pattern": "^\\d{7}$", + "prefix": "tair.locus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "BioPortal at National Center for Biomedical Ontology", - "id": 2586, + "description": "The Arabidopsis Information Resource (TAIR) Locus", + "id": 185, "institution": { - "description": "The Institute of Artificial Intelligence and Decision Support at the Medical University of Vienna is dedicated to enabling scientific progress and good decision making by facilitating artificial intelligence technologies.", - "homeUrl": "https://www.meduniwien.ac.at/web/en/", - "id": 2584, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 180, "location": { - "countryCode": "AT", - "countryName": "Austria" + "countryCode": "US", + "countryName": "United States" }, - "name": "Institute of Artificial Intelligence and Decision Support, Medical University of Vienna", + "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000801", - "name": "BioPortal at National Center for Biomedical Ontology", - "official": true, - "providerCode": "ito", - "resourceHomeUrl": "https://bioportal.bioontology.org/", - "sampleId": "ITO_01625", - "urlPattern": "https://bioportal.bioontology.org/ontologies/ITO/?p=classes&conceptid=https://identifiers.org/ito:{$id}" + "mirId": "MIR:00100078", + "name": "The Arabidopsis Information Resource (TAIR) Locus", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://arabidopsis.org/index.jsp", + "sampleId": "2200950", + "urlPattern": "http://www.arabidopsis.org/servlets/TairObject?accession=Locus:{$id}" } ], - "sampleId": "ITO_01625" + "sampleId": "2200950" }, { - "created": "2021-03-15T19:43:45.400+0000", + "created": "2023-01-12T10:08:07.976+0000", "deprecated": false, "deprecationDate": null, - "description": "The Open Data Commons for Spinal Cord Injury is a cloud-based community-driven repository to store, share, and publish spinal cord injury research data.", - "id": 2589, - "mirId": "MIR:00000804", - "modified": "2021-03-15T19:43:45.400+0000", - "name": "Open Data Commons for Spinal Cord Injury", + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. The name of a Locus is unique and used by TAIR, TIGR, and MIPS.", + "id": 3369, + "mirId": "MIR:00000976", + "modified": "2023-01-12T10:08:07.976+0000", + "name": "TAIR gene name", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]*$", - "prefix": "odc.sci", + "pattern": "^AT.G[0-9]{5}$", + "prefix": "tair.name", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Open Data Commons for Spinal Cord Injury hosted on on SciCrunch.org", - "id": 2590, + "description": "The Arabidopsis Information Resource (TAIR) collects information and maintains a database of genetic and molecular biology data for Arabidopsis thaliana, a widely used model plant.", + "id": 3370, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/0018yg518' with no Wikidata information, and ISNI IDs [0000 0004 4665 2899]", + "homeUrl": "https://www.phoenixbioinformatics.org/", + "id": 3367, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "Phoenix Bioinformatics", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000803", - "name": "Open Data Commons for Spinal Cord Injury", + "mirId": "MIR:00000975", + "name": "TAIR", "official": true, - "providerCode": "odc.sci", - "resourceHomeUrl": "https://odc-sci.org", - "sampleId": "602", - "urlPattern": "https://odc-sci.org/data/{$id}" + "providerCode": "tair", + "resourceHomeUrl": "https://www.arabidopsis.org/index.jsp", + "sampleId": "AT5G05330", + "urlPattern": "https://www.arabidopsis.org/servlets/TairObject?type=locus&name={$id}" } ], - "sampleId": "602" + "sampleId": "AT5G05330" }, { - "created": "2021-03-15T19:52:42.073+0000", + "created": "2019-06-11T14:15:45.813+0000", "deprecated": false, "deprecationDate": null, - "description": "IGSN is a globally unique and persistent identifier for material samples and specimens. IGSNs are obtained from IGSN e.V. Agents.", - "id": 2594, - "mirId": "MIR:00000806", - "modified": "2021-03-15T19:52:42.073+0000", - "name": "International Geo Sample Number", + "description": "The Arabidopsis Information Resource (TAIR) maintains a database of genetic and molecular biology data for the model higher plant Arabidopsis thaliana. This provides protein information for a given gene model and provides links to other sources such as UniProtKB and GenPept", + "id": 179, + "mirId": "MIR:00000048", + "modified": "2019-06-11T14:15:45.813+0000", + "name": "TAIR Protein", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z]{2,4}[A-Za-z0-9.-]{1,71}$", - "prefix": "igsn", + "pattern": "^AASequence:\\d{10}$", + "prefix": "tair.protein", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SESAR is a community platform that operates a sample registry for researchers, institutions, and sample facilities to openly share information about their samples. SESAR provides tools to upload sample metadata and register samples with IGSN as a globally unique identifier to make them Findable, Accessible, Interoperable, and Reusable (FAIR). SESAR’s services include providing access to the sample metadata catalog via the SESAR Catalog Search tool, maintaining sample metadata profiles, and distributing IGSN.\n \nSESAR is a project funded by the US National Science Foundation.", - "id": 2595, + "description": "The Arabidopsis Information Resource (TAIR) Protein", + "id": 181, "institution": { - "description": "The IGSN e.V. is the implementation organization of the IGSN. It is an international, non-profit organization which operates a central registration system for IGSN. IGSN are globally unique and persistent identifiers for material samples. IGSN resolve to persistent landing pages, which are managed by the federated IGSN Agents.", - "homeUrl": "https://www.igsn.org/", - "id": 2593, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 180, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "IGSN Implementation Organization e.V., Potsdam, Germany", + "name": "Carnegie Institution of Washington Department of Plant Biology and National Center for Genome Resources (NCGR)", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000805", - "name": "SESAR, the System for Earth Sample Registration", - "official": true, - "providerCode": "Not Applicable", - "resourceHomeUrl": "http://www.geosamples.org/", - "sampleId": "AU124", - "urlPattern": "http://igsn.org/{$id}" + "mirId": "MIR:00100076", + "name": "The Arabidopsis Information Resource (TAIR) Protein", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://arabidopsis.org/index.jsp", + "sampleId": "AASequence:1009107926", + "urlPattern": "http://arabidopsis.org/servlets/TairObject?accession={$id}" } ], - "sampleId": "AU124" + "sampleId": "AASequence:1009107926" }, { - "created": "2021-04-12T18:19:18.033+0000", + "created": "2019-06-11T14:16:56.599+0000", "deprecated": false, "deprecationDate": null, - "description": "SIGNOR, the SIGnaling Network Open Resource, organizes and stores in a structured format signaling information published in the scientific literature.", - "id": 2605, - "mirId": "MIR:00000808", - "modified": "2021-04-12T18:19:18.033+0000", - "name": "SIGNOR", + "description": "TarBase stores microRNA (miRNA) information for miRNA–gene interactions, as well as miRNA- and gene-related facts to information specific to the interaction and the experimental validation methodologies used.", + "id": 976, + "mirId": "MIR:00000340", + "modified": "2019-06-11T14:16:56.599+0000", + "name": "TarBase", "namespaceEmbeddedInLui": false, - "pattern": "^SIGNOR\\-[A-Z]+\\d+$", - "prefix": "signor", + "pattern": "^[a-z]{3}\\-(mir|let|lin)\\-\\w+(\\-\\w+\\-\\w+)?", + "prefix": "tarbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SIGNOR, the SIGnaling Network Open Resource, organizes and stores in a structured format signaling information published in the scientific literature.", - "id": 2606, + "description": "TarBase v7 at University of Thessaly", + "id": 978, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02p77k626' with Wikidata IDs [Q1031803], and ISNI IDs [0000 0001 2300 0941]", - "homeUrl": "http://web.uniroma2.it/", - "id": 2604, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 977, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GR", + "countryName": "Greece" }, - "name": "University of Rome Tor Vergata", + "name": "DIANA-Lab, Department of Electrical & Computer Engineering, University of Thessaly", "rorId": null }, "location": { - "countryCode": "IT", - "countryName": "Italy" + "countryCode": "GR", + "countryName": "Greece" }, - "mirId": "MIR:00000807", - "name": "SIGNOR", - "official": true, - "providerCode": "signor", - "resourceHomeUrl": "https://signor.uniroma2.it/", - "sampleId": "SIGNOR-C2", - "urlPattern": "https://signor.uniroma2.it/relation_result.php?id={$id}" + "mirId": "MIR:00100713", + "name": "TarBase v7 at University of Thessaly", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://diana.imis.athena-innovation.gr/DianaTools/index.php?r=tarbase/index", + "sampleId": "hsa-let-7a-2-3p", + "urlPattern": "http://diana.imis.athena-innovation.gr/DianaTools/index.php?r=tarbase/index&mirnas={$id}" } ], - "sampleId": "SIGNOR-C2" + "sampleId": "hsa-let-7a-2-3p" }, { - "created": "2019-06-11T14:17:57.267+0000", + "created": "2019-06-11T14:15:29.882+0000", "deprecated": false, "deprecationDate": null, - "description": "The Environment Ontology is a resource and research target for the semantically controlled description of environmental entities. The ontology's initial aim was the representation of the biomes, environmental features, and environmental materials pertinent to genomic and microbiome-related investigations.", - "id": 1644, - "mirId": "MIR:00000591", - "modified": "2021-04-17T20:07:01.902+0000", - "name": "Environment Ontology", - "namespaceEmbeddedInLui": true, - "pattern": "^ENVO:\\d{7,8}$", - "prefix": "envo", + "description": "The taxonomy contains the relationships between all living forms for which nucleic acid or protein sequence have been determined.", + "id": 28, + "mirId": "MIR:00000006", + "modified": "2019-06-11T14:15:29.882+0000", + "name": "Taxonomy", + "namespaceEmbeddedInLui": false, + "pattern": "^\\d+$", + "prefix": "taxonomy", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Environment Ontology through OLS", - "id": 1645, + "description": "NCBI Taxonomy", + "id": 29, + "institution": { + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100007", + "name": "NCBI Taxonomy", + "official": true, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/Taxonomy/", + "sampleId": "9606", + "urlPattern": "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Taxonomy through UniProt PURL", + "id": 30, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "UniProt Consortium", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100019", + "name": "Taxonomy through UniProt PURL", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.uniprot.org/taxonomy/", + "sampleId": "9606", + "urlPattern": "https://purl.uniprot.org/taxonomy/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "European Nucleotide Archive (ENA)", + "id": 31, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -36252,19 +36476,19 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00100790", - "name": "The Environment Ontology through OLS", + "mirId": "MIR:00100299", + "name": "European Nucleotide Archive (ENA)", "official": false, - "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/envo", - "sampleId": "09200010", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/envo/terms?obo_id=ENVO:{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/ena/", + "sampleId": "9606", + "urlPattern": "https://www.ebi.ac.uk/ena/data/view/Taxon:{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "The Environment Ontology through BioPortal", - "id": 1646, + "description": "BioPortal", + "id": 32, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", @@ -36280,283 +36504,223 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100791", - "name": "The Environment Ontology through BioPortal", + "mirId": "MIR:00100507", + "name": "BioPortal", "official": false, "providerCode": "bptl", - "resourceHomeUrl": "http://purl.bioontology.org/ontology/ENVO/", - "sampleId": "09200010", - "urlPattern": "http://purl.bioontology.org/ontology/ENVO/ENVO:{$id}" - } - ], - "sampleId": "09200010" - }, - { - "created": "2021-05-22T16:59:04.850+0000", - "deprecated": false, - "deprecationDate": null, - "description": "InterLex is a dynamic lexicon, initially built on the foundation of NeuroLex (PMID: 24009581), of biomedical terms and common data elements designed to help improve the way that biomedical scientists communicate about their data, so that information systems can find data more easily and provide more powerful means of integrating data across distributed resources and datasets. InterLex allows for the association of data fields and data values to common data elements and terminologies enabling the crowdsourcing of data-terminology mappings within and across communities. InterLex provides a stable layer on top of the many other existing terminologies, lexicons, ontologies, and common data element collections and provides a set of inter-lexical and inter-data-lexical mappings. ", - "id": 2647, - "mirId": "MIR:00000814", - "modified": "2021-05-22T16:59:04.850+0000", - "name": "InterLex", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "ilx", - "resources": [ + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/NCBITAXON", + "sampleId": "9606", + "urlPattern": "http://purl.bioontology.org/ontology/NCBITAXON/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The FAIR Data Informatics Lab at UCSD is a leader in developing and providing novel informatics infrastructure and tools for making data FAIR: Findable, Accessible, Interoperable and Reusable. ", - "id": 2648, + "description": "NCBI Taxonomy through OLS", + "id": 35, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000813", - "name": "FAIR Data Informatics Laboratory", - "official": true, - "providerCode": "ilx", - "resourceHomeUrl": "https://www.fdilab.org", - "sampleId": "0101963", - "urlPattern": "https://scicrunch.org/scicrunch/interlex/view/ilx_{$id}" - } - ], - "sampleId": "0101963" - }, - { - "created": "2021-05-22T17:51:43.225+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Open Data Commons for Traumatic Brain Injury is a cloud-based community-driven repository to store, share, and publish traumatic brain injury research data.", - "id": 2650, - "mirId": "MIR:00000816", - "modified": "2021-05-22T17:51:43.225+0000", - "name": "Open Data Commons for Traumatic Brain Injury", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]*$", - "prefix": "odc.tbi", - "resources": [ + "mirId": "MIR:00100770", + "name": "NCBI Taxonomy through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/", + "sampleId": "9606", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/ncbitaxon/terms?short_form=NCBITaxon_{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Open Data Commons for Traumatic Brain Injury hosted on on SciCrunch.org", - "id": 2651, + "description": "Bio2RDF", + "id": 34, "institution": { - "description": "is a public research university in San Diego, California.\nEstablished in 1960 near the pre-existing Scripps Institution of Oceanography, UC San Diego is the seventh-oldest of the 10 University of California campuses and offers over 200 undergraduate and graduate degree programs, enrolling approximately 30,000 undergraduate and 8,500 graduate students.", - "homeUrl": "https://ucsd.edu/", - "id": 190, + "description": "Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences. Bio2RDF defines a set of simple conventions to create RDF(S) compatible Linked Data from a diverse set of heterogeneously formatted sources obtained from multiple data providers.", + "homeUrl": "https://bio2rdf.org", + "id": 33, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of California, San Diego", - "rorId": "https://ror.org/0168r3w48" + "name": "Bio2RDF.org", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000815", - "name": "Open Data Commons for Traumatic Brain Injury", - "official": true, - "providerCode": "odc.tbi", - "resourceHomeUrl": "https://odc-tbi.org", - "sampleId": "408", - "urlPattern": "https://odc-tbi.org/data/{$id}" - } - ], - "sampleId": "408" - }, - { - "created": "2021-05-30T10:05:35.955+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Cambridge Crystallographic Data Centre (CCDC) develops and maintains the Cambridge Stuctural Database, the world's most comprehensive archive of small-molecule crystal structure data. A CCDC Number is a unique identifier assigned to a dataset deposited with the CCDC.", - "id": 2665, - "mirId": "MIR:00000818", - "modified": "2021-05-30T10:05:35.955+0000", - "name": "CCDC Number", - "namespaceEmbeddedInLui": false, - "pattern": "^\\d{6,7}$", - "prefix": "ccdc", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "id": 2666, - "institution": { - "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "homeUrl": "https://www.ccdc.cam.ac.uk/", - "id": 2664, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Cambridge Crystallographic Data Centre", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00000817", - "name": "Cambridge Crystallographic Data Centre", - "official": true, - "providerCode": "ccdc", - "resourceHomeUrl": "https://www.ccdc.cam.ac.uk/", - "sampleId": "1829126", - "urlPattern": "https://www.ccdc.cam.ac.uk/services/structures?pid=ccdc:{$id}&sid=IDORG" + "mirId": "MIR:00100695", + "name": "Bio2RDF", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://bio2rdf.org/", + "sampleId": "9606", + "urlPattern": "https://bio2rdf.org/taxonomy:{$id}" } ], - "sampleId": "1829126" + "sampleId": "9606" }, { - "created": "2021-05-30T10:06:48.264+0000", + "created": "2019-06-11T14:15:43.342+0000", "deprecated": false, "deprecationDate": null, - "description": "The Cambridge Stuctural Database (CSD) is the world's most comprehensive collection of small-molecule crystal structures. Entries curated into the CSD are identified by a CSD Refcode.", - "id": 2668, - "mirId": "MIR:00000820", - "modified": "2021-05-30T10:06:48.264+0000", - "name": "Cambridge Structural Database", + "description": "The database details a comprehensive IUBMB approved classification system for membrane transport proteins known as the Transporter Classification (TC) system. The TC system is analogous to the Enzyme Commission (EC) system for classification of enzymes, but incorporates phylogenetic information additionally.", + "id": 156, + "mirId": "MIR:00000040", + "modified": "2019-06-11T14:15:43.342+0000", + "name": "Transport Classification Database", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Z]{6}(\\d{2})?$", - "prefix": "csd", + "pattern": "^\\d+(\\.[A-Z])?(\\.\\d+)?(\\.\\d+)?(\\.\\d+)?$", + "prefix": "tcdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "id": 2669, + "description": "TCDB", + "id": 158, "institution": { - "description": "The Cambridge Crystallographic Data Centre (CCDC) is dedicated to the advancement of chemistry and crystallography through the provision of high quality scientific data services and software. It compiles and disseminates the Cambridge Structural Database, a trusted and comprehensive collection of curated small molecule crystal structure data.", - "homeUrl": "https://www.ccdc.cam.ac.uk/", - "id": 2664, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 157, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "Cambridge Crystallographic Data Centre", + "name": "Division of Biological Sciences, UCSD", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000819", - "name": "Cambridge Crystallographic Data Centre", - "official": true, - "providerCode": "csd", - "resourceHomeUrl": "https://www.ccdc.cam.ac.uk/", - "sampleId": "PELNAW", - "urlPattern": "https://www.ccdc.cam.ac.uk/services/structures?pid=csd:{$id}&sid=IDORG" + "mirId": "MIR:00100068", + "name": "TCDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.tcdb.org/", + "sampleId": "5.A.1.1.1", + "urlPattern": "http://www.tcdb.org/search/result.php?tc={$id}" } ], - "sampleId": "PELNAW" + "sampleId": "5.A.1.1.1" }, { - "created": "2021-05-30T10:17:36.624+0000", + "created": "2019-06-11T14:16:50.779+0000", "deprecated": false, "deprecationDate": null, - "description": "An ontology and inventory of geopolitical entities such as nations and their components (states, provinces, districts, counties) and the actual physical territories over which they have jurisdiction. We thus distinguish and assign different identifiers to the US in \"The US declared war on Germany\" vs. the US in \"The plane entered US airspace\".", - "id": 2677, - "mirId": "MIR:00000824", - "modified": "2021-05-30T10:17:36.624+0000", - "name": "Geographical Entity Ontology", + "description": "The Tetrahymena Genome Database (TGD) Wiki is a database of information about the Tetrahymena thermophila genome sequence. It provides information curated from the literature about each published gene, including a standardized gene name, a link to the genomic locus, gene product annotations utilizing the Gene Ontology, and links to published literature.", + "id": 906, + "mirId": "MIR:00000313", + "modified": "2019-06-11T14:16:50.779+0000", + "name": "Tetrahymena Genome Database", "namespaceEmbeddedInLui": false, - "pattern": "^GEO_[0-9]{9}$", - "prefix": "geogeo", + "pattern": "^TTHERM\\_\\d+$", + "prefix": "tgd", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The biomedical informatics program at the University of Florida, hosted by both the UF Clinical and Translational Science Institute and the Department of Health Outcomes & Biomedical Informatics", - "id": 2678, + "description": "TGD at Stanford University", + "id": 907, "institution": { - "description": "The biomedical informatics program at the University of Florida, hosted by both the UF Clinical and Translational Science Institute and the Department of Health Outcomes & Biomedical Informatics", - "homeUrl": "https://github.com/ufbmi", - "id": 2676, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 298, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Florida Biomedical Informatics Program", + "name": "Department of Genetics, School of Medicine, Stanford University, Stanford, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000821", - "name": "University of Florida Biomedical Informatics Program", - "official": true, - "providerCode": "obo", - "resourceHomeUrl": "https://github.com/ufbmi", - "sampleId": "GEO_000000021", - "urlPattern": "http://purl.obolibrary.org/obo/{$id}" + "mirId": "MIR:00100396", + "name": "TGD at Stanford University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://ciliate.org/index.php/", + "sampleId": "TTHERM_00648910", + "urlPattern": "http://ciliate.org/index.php/feature/details/{$id}" } ], - "sampleId": "GEO_000000021" + "sampleId": "TTHERM_00648910" }, { - "created": "2019-06-11T14:15:55.126+0000", + "created": "2019-06-11T14:16:50.975+0000", "deprecated": false, "deprecationDate": null, - "description": " Rhea is an expert-curated knowledgebase of chemical and transport reactions of biological interest. Enzyme-catalyzed and spontaneously occurring reactions are curated from peer-reviewed literature and represented in a computationally tractable manner by using the ChEBI (Chemical Entities of Biological Interest) ontology to describe reaction participants.\n\nRhea covers the reactions described by the IUBMB Enzyme Nomenclature as well as many additional reactions and can be used for enzyme annotation, genome-scale metabolic modeling and omics-related analyses. Rhea is the standard for enzyme and transporter annotation in UniProtKB.", - "id": 278, - "mirId": "MIR:00000082", - "modified": "2021-05-30T10:38:10.762+0000", - "name": "Rhea", + "description": "TIGRFAMs is a resource consisting of curated multiple sequence alignments, Hidden Markov Models (HMMs) for protein sequence classification, and associated information designed to support automated annotation of (mostly prokaryotic) proteins.", + "id": 908, + "mirId": "MIR:00000315", + "modified": "2019-06-11T14:16:50.975+0000", + "name": "TIGRFAMS", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{5}$", - "prefix": "rhea", + "pattern": "^TIGR\\d+$", + "prefix": "tigrfam", "resources": [ { - "deprecated": true, - "deprecationDate": "2021-05-30T10:47:40.110+0000", - "description": "Rhea", - "id": 280, + "deprecated": false, + "deprecationDate": null, + "description": "TIGRFAM at JCVI", + "id": 910, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 279, + "id": 909, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "name": "European Bioinformatics Institute and Swiss Institute of Bioinformatics", + "name": "The Institute for Genomic Research, Rockville, Maryland", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100113", - "name": "Rhea", - "official": true, + "mirId": "MIR:00100398", + "name": "TIGRFAM at JCVI", + "official": false, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.rhea-db.org/", - "sampleId": "10040", - "urlPattern": "https://registry.identifiers.org/deprecation/resources/MIR:00100113/{$id}" - }, + "resourceHomeUrl": "http://www.jcvi.org/cgi-bin/tigrfams/Listing.cgi", + "sampleId": "TIGR00010", + "urlPattern": "http://www.jcvi.org/cgi-bin/tigrfams/HmmReportPage.cgi?acc={$id}" + } + ], + "sampleId": "TIGR00010" + }, + { + "created": "2019-06-11T14:17:01.500+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The UniProt Tissue List is a controlled vocabulary of terms used to annotate biological tissues. It also contains cross-references to other ontologies where tissue types are specified.", + "id": 1033, + "mirId": "MIR:00000360", + "modified": "2019-06-11T14:17:01.500+0000", + "name": "Tissue List", + "namespaceEmbeddedInLui": false, + "pattern": "^TS-\\d{4}$", + "prefix": "tissuelist", + "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", - "id": 2683, + "description": "Tissue List at Swiss Institute of Bioinformatics", + "id": 1035, "institution": { "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", "homeUrl": "https://www.sib.swiss", @@ -36572,607 +36736,547 @@ "countryCode": "CH", "countryName": "Switzerland" }, - "mirId": "MIR:00000827", - "name": "SIB Swiss Institute of Bioinformatics", + "mirId": "MIR:00100457", + "name": "Tissue List at Swiss Institute of Bioinformatics", "official": false, "providerCode": "sib", - "resourceHomeUrl": "https://www.rhea-db.org/", - "sampleId": "10040", - "urlPattern": "https://www.rhea-db.org/rhea/{$id}" - } - ], - "sampleId": "12345" - }, - { - "created": "2021-06-24T15:54:23.109+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Cell Version Control Repository is the single worldwide version control repository for engineered and natural cell lines", - "id": 2702, - "mirId": "MIR:00000829", - "modified": "2021-06-24T15:54:23.109+0000", - "name": "Cell Version Control Repository", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "cellrepo", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "CellRepo is the single worldwide version control repository for engineered and natural cell lines", - "id": 2703, - "institution": { - "description": "The mission of the ICOS group is to carry out ground breaking research at the interface of computing science and complex biological systems. We seek to create the next generation of algorithms that provide innovative solutions to problems arising in natural complex systems (e.g. in biology, chemistry, physics) as well as synthetic ones (e.g. in biological engineering, health care, software engineering) and derive new knowledge from them. To accomplish its mission, the group leverages its interdisciplinary expertise in Machine Intelligence, Complex Systems and Computational Biology and pursues collaborative activities with relevant stakeholders.", - "homeUrl": "https://ico2s.org/", - "id": 2701, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Interdisciplinary Computing and Complex BioSystems (ICOS) Research Group, Newcastle University, Newcastle upon Tyne, UK", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00000826", - "name": "CellRepo", - "official": true, - "providerCode": "cellrepo", - "resourceHomeUrl": "https://cellrepo.ico2s.org/", - "sampleId": "82", - "urlPattern": "https://cellrepo.ico2s.org/repositories/{$id}" + "resourceHomeUrl": "https://www.uniprot.org/docs/tisslist.txt", + "sampleId": "TS-0285", + "urlPattern": "https://www.uniprot.org/tissues/{$id}" } ], - "sampleId": "82" + "sampleId": "TS-0285" }, { - "created": "2021-06-24T16:02:06.844+0000", + "created": "2019-06-11T14:17:13.167+0000", "deprecated": false, "deprecationDate": null, - "description": "MLCommons Association artifacts, including benchmark results, datasets, and saved models.", - "id": 2709, - "mirId": "MIR:00000828", - "modified": "2021-06-24T16:02:06.844+0000", - "name": "MLCommons Association", + "description": "The Tree of Life Web Project (ToL) is a collaborative effort of biologists and nature enthusiasts from around the world. On more than 10,000 World Wide Web pages, the project provides information about biodiversity, the characteristics of different groups of organisms, and their evolutionary history (phylogeny). \r\n\r\nEach page contains information about a particular group, with pages linked one to another hierarchically, in the form of the evolutionary tree of life. Starting with the root of all Life on Earth and moving out along diverging branches to individual species, the structure of the ToL project thus illustrates the genetic connections between all living things.", + "id": 1174, + "mirId": "MIR:00000405", + "modified": "2019-06-11T14:17:13.167+0000", + "name": "Tree of Life", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9a-zA-Z\\.\\-\\_]+$", - "prefix": "mlc", + "pattern": "^\\d+$", + "prefix": "tol", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The MLCommons Association is a non-profit founded to \"make ML better for everyone\" through benchmarks, public datasets, and best practices. The MLCommons board has representatives from Alibaba, Google, GraphCore, Facebook, Intel, Qualcomm, Myrtle.ai, NVIDIA, and a Harvard faculty member, and the organization has over 50 members consisting of companies and academics.", - "id": 2710, + "description": "Tree of Life Web", + "id": 1176, "institution": { - "description": "The MLCommons Association is a non-profit founded to \"make ML better for everyone\" through benchmarks, public datasets, and best practices. The MLCommons board has representatives from Alibaba, Google, GraphCore, Facebook, Intel, Qualcomm, Myrtle.ai, NVIDIA, and a Harvard faculty member, and the organization has over 50 members consisting of companies and academics.", - "homeUrl": "https://mlcommons.org/", - "id": 2708, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1175, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "MLCommons Association", + "name": "University of Arizona", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000823", - "name": "MLCommons Association", - "official": true, - "providerCode": "mlc", - "resourceHomeUrl": "https://mlcommons.org/en/", - "sampleId": "0.7-123", - "urlPattern": "https://www.mlcommons.org/mlc-id/{$id}" + "mirId": "MIR:00100525", + "name": "Tree of Life Web", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://tolweb.org/tree/", + "sampleId": "98034", + "urlPattern": "http://tolweb.org/{$id}" } ], - "sampleId": "0.7-123" + "sampleId": "98034" }, { - "created": "2021-07-06T14:35:18.469+0000", + "created": "2019-06-11T14:17:35.217+0000", "deprecated": false, "deprecationDate": null, - "description": "A genetic correlation is the proportion of shared variance between two traits that is due to genetic causes; a phenotypic correlation is the degree to which two traits co-vary among individuals in a population. In the genomics era, while gene expression, genetic association, and network analysis provide unprecedented means to decode the genetic basis of complex phenotypes, it is important to recognize the possible effects genetic progress in one trait can have on other traits. This database is designed to collect all published livestock genetic/phenotypic trait correlation data, aimed at facilitating genetic network analysis or systems biology studies.", - "id": 2720, - "mirId": "MIR:00000831", - "modified": "2021-07-06T14:35:18.469+0000", - "name": "CorrDB", + "description": "The Topology Data Bank of Transmembrane Proteins (TOPDB) is a collection of transmembrane protein datasets containing experimentally derived topology information. It contains information gathered from the literature and from public databases availableon transmembrane proteins. Each record in TOPDB also contains information on the given protein sequence, name, organism and cross references to various other databases.", + "id": 1425, + "mirId": "MIR:00000503", + "modified": "2019-06-11T14:17:35.217+0000", + "name": "TOPDB", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "corrdb", + "pattern": "^[A-Z0-9]+$", + "prefix": "topdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "National Animal Genome Research Program, NAGRP Bioinformatics Coordination Project, supported by funding from the USDA-NRI (former CSREES), USA", - "id": 2721, + "description": "TOPDB at Hungarian Academy of Sciences", + "id": 1427, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04rswrd78' with Wikidata IDs [Q1136919], and ISNI IDs [0000 0004 1936 7312]", - "homeUrl": "https://www.iastate.edu/", - "id": 2558, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1426, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "HU", + "countryName": "Hungary" }, - "name": "Iowa State University", + "name": "Institute of Enzymology, Hungarian Academy of Sciences, Budapest", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "HU", + "countryName": "Hungary" }, - "mirId": "MIR:00000825", - "name": "USA National Animal Genome Research Program", - "official": true, - "providerCode": "CorrDB", - "resourceHomeUrl": "https://www.animalgenome.org", - "sampleId": "37232", - "urlPattern": "https://www.animalgenome.org/CorrDB/q/?id=CorrID:{$id}" + "mirId": "MIR:00100644", + "name": "TOPDB at Hungarian Academy of Sciences", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://topdb.enzim.hu/", + "sampleId": "AP00378", + "urlPattern": "http://topdb.enzim.hu/?m=show&id={$id}" } ], - "sampleId": "37232" + "sampleId": "AP00378" }, { - "created": "2021-06-28T19:11:39.342+0000", + "created": "2019-06-11T14:16:38.521+0000", "deprecated": false, "deprecationDate": null, - "description": "GlycoNAVI is a website for carbohydrate research. It consists of the \"GlycoNAVI Database\" that provides information such as existence ratios and names of glycans, 3D structures of glycans and complex glycoconjugates, and the \"GlycoNAVI tools\" such as editing of 2D structures of glycans, glycan structure viewers, and conversion tools.", - "id": 2714, - "mirId": "MIR:00000830", - "modified": "2022-11-08T15:20:10.791+0000", - "name": "GlycoNAVI", + "description": "TopFIND is a database of protein termini, terminus modifications and their proteolytic processing in the species: Homo sapiens, Mus musculus, Arabidopsis thaliana, Saccharomyces cerevisiae and Escherichia coli.", + "id": 756, + "mirId": "MIR:00000255", + "modified": "2019-06-11T14:16:38.521+0000", + "name": "TopFind", "namespaceEmbeddedInLui": false, - "pattern": "^GN_[A-Za-z]*[_]*[A-Za-z0-9-:_]+$", - "prefix": "glyconavi", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])$", + "prefix": "topfind", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Noguchi Institute is a research institute licensed as a public interest incorporated foundation. It conducts research and education related to glycans.", - "id": 2715, + "description": "TopFind at University of British Columbia", + "id": 758, "institution": { - "description": "The Noguchi Institute is a research institute licensed as a public interest incorporated foundation. It conducts research and education related to glycans.", - "homeUrl": "https://www.noguchi.or.jp/", - "id": 2713, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 757, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "The Noguchi Institute", + "name": "Department of Oral Biological and Medical Sciences, University of British Columbia, Vancouver", "rorId": null }, "location": { - "countryCode": "JP", - "countryName": "Japan" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00000822", - "name": "The Noguchi Institute", - "official": true, - "providerCode": "glyconavi", - "resourceHomeUrl": "https://www.noguchi.or.jp/", - "sampleId": "GN_G03681DA", - "urlPattern": "https://glyconavi.org/hub/?id={$id}" + "mirId": "MIR:00100326", + "name": "TopFind at University of British Columbia", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://clipserve.clip.ubc.ca/topfind", + "sampleId": "Q9UKQ2", + "urlPattern": "http://clipserve.clip.ubc.ca/topfind/proteins/{$id}" } ], - "sampleId": "GN_GlyTouCan_G03681DA" + "sampleId": "Q9UKQ2" }, { - "created": "2021-08-05T19:25:24.806+0000", + "created": "2019-06-11T14:16:13.817+0000", "deprecated": false, "deprecationDate": null, - "description": "The 4D Nucleome Data Portal hosts data generated by the 4DN Network and other reference nucleomics data sets. The 4D Nucleome Network aims to understand the principles underlying nuclear organization in space and time, the role nuclear organization plays in gene expression and cellular function, and how changes in nuclear organization affect normal development as well as various diseases.", - "id": 2746, - "mirId": "MIR:00000833", - "modified": "2021-08-05T19:25:24.806+0000", - "name": "4D Nucleome", + "description": "ToxoDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 477, + "mirId": "MIR:00000153", + "modified": "2019-06-11T14:16:13.817+0000", + "name": "ToxoDB", "namespaceEmbeddedInLui": false, - "pattern": "^4DN[A-Z]{2}[A-Z0-9]{7}$", - "prefix": "4dn", + "pattern": "^\\w+$", + "prefix": "toxoplasma", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "4D Nucleome Data Coordination and Integration Center at the Department of Biomedical Informatics, Harvard Medical School", - "id": 2747, + "description": "ToxoDB at EuPathDB", + "id": 478, "institution": { - "description": "Since the School was established in 1782, faculty members have improved human health by innovating in their roles as physicians, mentors and scholars. They’ve piloted educational models, developed new curricula to address emerging needs in health care, and produced thousands of leaders and compassionate caregivers who are shaping the fields of science and medicine throughout the world with their expertise and passion.", - "homeUrl": "https://hms.harvard.edu/", - "id": 2745, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 467, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Harvard Medical School", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000832", - "name": "4DN-DCIC (4D Nucleome Data Coordination and Integration Center)", - "official": true, - "providerCode": "4dn", - "resourceHomeUrl": "https://data.4dnucleome.org/", - "sampleId": "4DNES265ETYQ", - "urlPattern": "https://data.4dnucleome.org/{$id}" + "mirId": "MIR:00100198", + "name": "ToxoDB at EuPathDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://toxodb.org/toxo/", + "sampleId": "TGME49_053730", + "urlPattern": "http://toxodb.org/toxo/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "4DNES265ETYQ" + "sampleId": "TGME49_053730" }, { - "created": "2021-08-05T19:47:08.870+0000", + "created": "2020-02-28T10:48:52.126+0000", "deprecated": false, "deprecationDate": null, - "description": "A CIViC assertion classifies the clinical significance of a variant-disease relationship under recognized guidelines. The CIViC Assertion (AID) summarizes a collection of Evidence Items (EIDs) that covers predictive/therapeutic, diagnostic, prognostic or predisposing clinical information for a variant in a specific cancer context. CIViC currently has two main types of Assertions: those based on variants of primarily somatic origin (predictive/therapeutic, prognostic, and diagnostic) and those based on variants of primarily germline origin (predisposing). When the number and quality of Predictive, Prognostic, Diagnostic or Predisposing Evidence Items (EIDs) in CIViC sufficiently cover what is known for a particular variant and cancer type, then a corresponding assertion be created in CIViC.", - "id": 2751, - "mirId": "MIR:00000835", - "modified": "2021-08-05T19:47:08.870+0000", - "name": "CIViC Assertion", + "description": "The Transport Systems Tracker (TranSyT) is a tool to identify transport systems and the compounds carried across membranes.", + "id": 2096, + "mirId": "MIR:00000736", + "modified": "2020-03-03T05:45:40.200+0000", + "name": "TranSyT", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.aid", + "pattern": "T[A-Z]\\d{7}", + "prefix": "transyt", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 2752, + "description": "The BIOSYSTEMS Research Group is a research group at CEB, using competences in systems biotechnology and bioengineering to foster the development of a knowledge-based bio-economy, leading to new added-value products and processes.", + "id": 2097, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "The Centre of Biological Engineering (CEB), designated as “Excellent” by FCT, is a research unit located at University of Minho (ROR:037wpkx04) that develops its activities on interdisciplinary thrust areas covering molecular, cellular and process scales, corresponding to 4 thematic strands: Industrial, Food, Environmental, and Health Biotechnology and Bioengineering.", + "homeUrl": "https://www.ceb.uminho.pt", + "id": 2095, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "PT", + "countryName": "Portugal" }, - "name": "Washington University in St. Louis", + "name": "Centre of Biological Engineering", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "PT", + "countryName": "Portugal" }, - "mirId": "MIR:00000834", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "mirId": "MIR:00000731", + "name": "BIOSYSTEMS Research Group", "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "3", - "urlPattern": "https://civicdb.org/links/assertions/{$id}" + "providerCode": "transyt", + "resourceHomeUrl": "https://www.bio.di.uminho.pt/", + "sampleId": "TR0000001", + "urlPattern": "https://transyt.bio.di.uminho.pt/reactions/{$id}" } ], - "sampleId": "3" + "sampleId": "TR0000001" }, { - "created": "2021-08-05T19:51:36.087+0000", + "created": "2019-06-11T14:16:50.556+0000", "deprecated": false, "deprecationDate": null, - "description": "The National Microbiome Data Collaborative (NMDC) is an initiative to empower the research community to harness microbiome data exploration and discovery through a collaborative integrative data science ecosystem.", - "id": 2756, - "mirId": "MIR:00000837", - "modified": "2021-08-05T19:51:36.087+0000", - "name": "National Microbiome Data Collaborative", + "description": "TreeBASE is a relational database designed to manage and explore information on phylogenetic relationships. It includes phylogenetic trees and data matrices, together with information about the relevant publication, taxa, morphological and sequence-based characters, and published analyses. Data in TreeBASE are exposed to the public if they are used in a publication that is in press or published in a peer-reviewed scientific journal, etc.", + "id": 903, + "mirId": "MIR:00000312", + "modified": "2019-06-11T14:16:50.556+0000", + "name": "TreeBASE", "namespaceEmbeddedInLui": false, - "pattern": "^[A-Za-z0-9._~\\-\\:]+$", - "prefix": "nmdc", + "pattern": "^TB[1,2]?:[A-Z][a-z]?\\d+$", + "prefix": "treebase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02jbv0t02' with Wikidata IDs [Q1133630,Q4686229], and ISNI IDs [0000 0001 2231 4551]", - "id": 2757, + "description": "TreeBASE (hosted at National Evolutionary Synthesis Center)", + "id": 905, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02jbv0t02' with Wikidata IDs [Q1133630,Q4686229], and ISNI IDs [0000 0001 2231 4551]", - "homeUrl": "https://ror.org/02jbv0t02", - "id": 2755, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 904, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Lawrence Berkeley National Laboratory", + "name": "Phyloinformatics Research Foundation, Durham, North Carolina", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000836", - "name": "Lawrence Berkeley National Laboratory", - "official": true, - "providerCode": "nmdc", - "resourceHomeUrl": "https://ror.org/02jbv0t02", - "sampleId": "6m4e-1vbv-03", - "urlPattern": "https://drs.microbiomedata.org/objects/{$id}" + "mirId": "MIR:00100395", + "name": "TreeBASE (hosted at National Evolutionary Synthesis Center)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://treebase.org/", + "sampleId": "TB2:S1000", + "urlPattern": "http://purl.org/phylo/treebase/phylows/study/{$id}?format=html" } ], - "sampleId": "6m4e-1vbv-03" + "sampleId": "TB2:S1000" }, { - "created": "2021-08-08T09:28:56.816+0000", + "created": "2019-06-11T14:17:10.973+0000", "deprecated": false, "deprecationDate": null, - "description": "Evidence Items are the central building block of the Clinical Interpretation of Variants in Cancer (CIViC) knowledgebase. The clinical Evidence Item is a piece of information that has been manually curated from trustable medical literature about a Variant or genomic ‘event’ that has implications in cancer Predisposition, Diagnosis (aka molecular classification), Prognosis, Predictive response to therapy, Oncogenicity or protein Function. For example, an Evidence Item might describe a line of evidence supporting the notion that tumors with a somatic BRAF V600 mutation generally respond well to the drug dabrafenib. A Variant may be a single nucleotide substitution, a small insertion or deletion, an RNA gene fusion, a chromosomal rearrangement, an RNA expression pattern (e.g. over-expression), etc. Each clinical Evidence statement corresponds to a single citable Source (a publication or conference abstract).", - "id": 2784, - "mirId": "MIR:00000839", - "modified": "2021-08-08T09:28:56.816+0000", - "name": "CIViC Evidence", + "description": "TreeFam is a database of phylogenetic trees of gene families found in animals. Automatically generated trees are curated, to create a curated resource that presents the accurate evolutionary history of all animal gene families, as well as reliable ortholog and paralog assignments.", + "id": 1146, + "mirId": "MIR:00000395", + "modified": "2019-06-11T14:17:10.973+0000", + "name": "TreeFam", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.eid", + "pattern": "^\\w{1,2}\\d+$", + "prefix": "treefam", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 2785, + "description": "TreeFam database", + "id": 1148, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "BGI Genomics is a publicly listed commercial genomics company, providing a wide range of next generation sequencing services and a broad portfolio of genetic tests for medical institutions, research institutions and other public and private partners.\nEstablished in 1999, we have almost 20 years of genomics experience. Our mission is to leverage our genomics expertise in order to advance life science research and improve human health for the benefit of mankind.", + "homeUrl": "https://www.bgi.com", + "id": 1147, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Washington University in St. Louis", - "rorId": null + "name": "Beijing Genomics Institute", + "rorId": "https://ror.org/045pn2j94" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000838", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", - "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "1199", - "urlPattern": "https://civicdb.org/links/evidence/{$id}" + "mirId": "MIR:00100515", + "name": "TreeFam database", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.treefam.org/", + "sampleId": "TF101014", + "urlPattern": "http://www.treefam.org/family/{$id}" } ], - "sampleId": "1199" + "sampleId": "TF101014" }, { - "created": "2021-08-08T09:33:59.109+0000", + "created": "2019-06-11T14:16:14.019+0000", "deprecated": false, "deprecationDate": null, - "description": "Data format that can be used in conjunction with the Simulation Experimental Description Markup Language (SED-ML).", - "id": 2789, - "mirId": "MIR:00000841", - "modified": "2021-08-08T09:33:59.109+0000", - "name": "SED-ML data format", + "description": "TrichDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 479, + "mirId": "MIR:00000154", + "modified": "2019-06-11T14:16:14.019+0000", + "name": "TrichDB", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z]+(\\..*?)?$", - "prefix": "sedml.format", + "pattern": "^\\w+$", + "prefix": "trichdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", - "id": 2790, + "description": "TrichDB at EuPathDB", + "id": 480, "institution": { - "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", - "homeUrl": "http://sed-ml.org/", - "id": 2788, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 467, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "SED-ML Editors", + "name": "Center for Tropical & Emerging Global Diseases, University of Georgia", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000840", - "name": "SED-ML Editors", - "official": true, - "providerCode": "sedml", - "resourceHomeUrl": "http://sed-ml.org/", - "sampleId": "csv", - "urlPattern": "https://sed-ml.org/urns.html#format:{$id}" + "mirId": "MIR:00100199", + "name": "TrichDB at EuPathDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://trichdb.org/trichdb/", + "sampleId": "TVAG_386080", + "urlPattern": "http://trichdb.org/trichdb/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "csv" + "sampleId": "TVAG_386080" }, { - "created": "2021-08-08T09:34:23.184+0000", + "created": "2019-06-11T14:16:14.213+0000", "deprecated": false, "deprecationDate": null, - "description": "Model format that can be used in conjunction with the Simulation Experimental Description Markup Language (SED-ML).", - "id": 2792, - "mirId": "MIR:00000843", - "modified": "2021-08-08T09:34:23.184+0000", - "name": "SED-ML model format", + "description": "TriTrypDB is one of the databases that can be accessed through the EuPathDB (http://EuPathDB.org; formerly ApiDB) portal, covering eukaryotic pathogens of the genera Cryptosporidium, Giardia, Leishmania, Neospora, Plasmodium, Toxoplasma, Trichomonas and Trypanosoma. While each of these groups is supported by a taxon-specific database built upon the same infrastructure, the EuPathDB portal offers an entry point to all these resources, and the opportunity to leverage orthology for searches across genera.", + "id": 481, + "mirId": "MIR:00000155", + "modified": "2019-06-11T14:16:14.213+0000", + "name": "TriTrypDB", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z]+(\\..*?)?$", - "prefix": "sedml.language", + "pattern": "^\\w+(\\.)?\\w+(\\.)?\\w+", + "prefix": "tritrypdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", - "id": 2793, + "description": "TriTrypDB at EuPathDB", + "id": 483, "institution": { - "description": "Editorial board responsible for defining the Simulation Experimental Description Markup Language (SED-ML).", - "homeUrl": "http://sed-ml.org/", - "id": 2788, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 482, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "SED-ML Editors", + "name": "Wellcome Trust Sanger Institute, Hinxton", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000842", - "name": "SED-ML Editors", - "official": true, - "providerCode": "sedml", - "resourceHomeUrl": "http://sed-ml.org/", - "sampleId": "sbml.level-3.version-2", - "urlPattern": "https://sed-ml.org/urns.html#language:{$id}" + "mirId": "MIR:00100200", + "name": "TriTrypDB at EuPathDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://tritrypdb.org/tritrypdb/", + "sampleId": "Tb927.8.620", + "urlPattern": "http://tritrypdb.org/tritrypdb/showRecord.do?name=GeneRecordClasses.GeneRecordClass&source_id={$id}" } ], - "sampleId": "sbml.level-3.version-2" + "sampleId": "Tb927.8.620" }, { - "created": "2021-08-08T09:39:33.533+0000", + "created": "2019-06-11T14:15:57.654+0000", "deprecated": false, "deprecationDate": null, - "description": "Resource for the community to store, retrieve, search, reference, and reuse CellML models.", - "id": 2796, - "mirId": "MIR:00000845", - "modified": "2021-08-08T09:39:33.533+0000", - "name": "Physiome Model Repository", + "description": "The Therapeutic Target Database (TTD) is designed to provide information about the known therapeutic protein and nucleic acid targets described in the literature, the targeted disease conditions, the pathway information and the corresponding drugs/ligands directed at each of these targets. Cross-links to other databases allow the access to information about the sequence, 3D structure, function, nomenclature, drug/ligand binding properties, drug usage and effects, and related literature for each target.", + "id": 304, + "mirId": "MIR:00000092", + "modified": "2019-06-11T14:15:57.654+0000", + "name": "TTD Drug", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z0-9]{32,32}$", - "prefix": "pmr", + "pattern": "^DAP\\d+$", + "prefix": "ttd.drug", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "id": 2797, + "description": "Therapeutic Target Database Drug", + "id": 306, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "homeUrl": "https://www.auckland.ac.nz/en.html", - "id": 2795, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 305, "location": { - "countryCode": "NZ", - "countryName": "New Zealand" + "countryCode": "SG", + "countryName": "Singapore" }, - "name": "University of Auckland", + "name": "Computational Science Department, National University of Singapore", "rorId": null }, "location": { - "countryCode": "NZ", - "countryName": "New Zealand" + "countryCode": "SG", + "countryName": "Singapore" }, - "mirId": "MIR:00000844", - "name": "University of Auckland", - "official": true, - "providerCode": "abi", - "resourceHomeUrl": "https://www.auckland.ac.nz/en.html", - "sampleId": "ebf69ca24298b28b2361e7d43eb52d6c", - "urlPattern": "https://models.physiomeproject.org/exposure/{$id}" + "mirId": "MIR:00100123", + "name": "Therapeutic Target Database Drug", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bidd.nus.edu.sg/group/ttd/ttd.asp", + "sampleId": "DAP000773", + "urlPattern": "http://bidd.nus.edu.sg/group/TTD/ZFTTDDRUG.asp?ID={$id}" } ], - "sampleId": "ebf69ca24298b28b2361e7d43eb52d6c" + "sampleId": "DAP000773" }, { - "created": "2021-08-08T09:41:19.080+0000", + "created": "2019-06-11T14:15:57.896+0000", "deprecated": false, "deprecationDate": null, - "description": "The Funder Registry is an open registry of persistent identifiers for grant-giving organizations around the world.", - "id": 2800, - "mirId": "MIR:00000847", - "modified": "2021-08-08T09:41:19.080+0000", - "name": "FunderRegistry", + "description": "The Therapeutic Target Database (TTD) is designed to provide information about the known therapeutic protein and nucleic acid targets described in the literature, the targeted disease conditions, the pathway information and the corresponding drugs/ligands directed at each of these targets. Cross-links to other databases are also introduced to facilitate the access of information about the sequence, 3D structure, function, nomenclature, drug/ligand binding properties, drug usage and effects, and related literature for each target.", + "id": 307, + "mirId": "MIR:00000093", + "modified": "2019-06-11T14:15:57.896+0000", + "name": "TTD Target", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{9,9}$", - "prefix": "funderregistry", + "pattern": "^TTDS\\d+$", + "prefix": "ttd.target", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02twcfp32' with Wikidata IDs [Q5188229], and ISNI IDs [0000 0004 0506 2673]", - "id": 2801, + "description": "Therapeutic Target Database Target", + "id": 308, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02twcfp32' with Wikidata IDs [Q5188229], and ISNI IDs [0000 0004 0506 2673]", - "homeUrl": "https://www.crossref.org/", - "id": 2799, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 305, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SG", + "countryName": "Singapore" }, - "name": "Crossref", + "name": "Computational Science Department, National University of Singapore", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SG", + "countryName": "Singapore" }, - "mirId": "MIR:00000846", - "name": "Crossref", - "official": true, - "providerCode": "crossref", - "resourceHomeUrl": "https://www.crossref.org/", - "sampleId": "100000001", - "urlPattern": "http://data.crossref.org/fundingdata/funder/10.13039/{$id}" + "mirId": "MIR:00100124", + "name": "Therapeutic Target Database Target", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://bidd.nus.edu.sg/group/ttd/ttd.asp", + "sampleId": "TTDS00056", + "urlPattern": "http://bidd.nus.edu.sg/group/TTD/ZFTTDDetail.asp?ID={$id}" } ], - "sampleId": "100000001" + "sampleId": "TTDS00056" }, { - "created": "2021-08-08T09:42:52.720+0000", + "created": "2019-06-11T14:17:22.433+0000", "deprecated": false, "deprecationDate": null, - "description": "Registry of programming languages for the Linguist program for detecting and highlighting programming languages.", - "id": 2804, - "mirId": "MIR:00000849", - "modified": "2021-08-08T09:42:52.720+0000", - "name": "Linguist", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9 +#'*]+$", - "prefix": "linguist", + "description": "Uberon is an integrated cross-species anatomy ontology representing a variety of entities classified according to traditional anatomical criteria such as structure, function and developmental lineage. The ontology includes comprehensive relationships to taxon-specific anatomical ontologies, allowing integration of functional, phenotype and expression data.", + "id": 1280, + "mirId": "MIR:00000446", + "modified": "2021-02-27T10:19:43.666+0000", + "name": "UBERON", + "namespaceEmbeddedInLui": true, + "pattern": "^UBERON:\\d+$", + "prefix": "uberon", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", - "id": 2805, + "description": "UBERON through bioPortal", + "id": 1281, "institution": { - "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", - "homeUrl": "https://github.com/", - "id": 2803, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "GitHub, Inc.", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000848", - "name": "GitHub, Inc.", - "official": true, - "providerCode": "github", - "resourceHomeUrl": "https://github.com/", - "sampleId": "Python", - "urlPattern": "https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml#{$id}" - } - ], - "sampleId": "Python" - }, - { - "created": "2021-08-08T09:47:01.408+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The semanticscience integrated ontology (SIO) provides a simple, integrated upper level ontology (types, relations) for consistent knowledge representation across physical, processual and informational entities.", - "id": 2807, - "mirId": "MIR:00000851", - "modified": "2021-08-08T09:47:01.408+0000", - "name": "Semanticscience Integrated Ontology", - "namespaceEmbeddedInLui": false, - "pattern": "^SIO_\\d{6,6}$", - "prefix": "sio", - "resources": [ + "mirId": "MIR:00100579", + "name": "UBERON through bioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/UBERON", + "sampleId": "0008203", + "urlPattern": "http://purl.bioontology.org/ontology/UBERON/UBERON:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "id": 2808, + "description": "UBERON through OLS", + "id": 1282, "institution": { "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", "homeUrl": "https://www.ebi.ac.uk", @@ -37188,519 +37292,503 @@ "countryCode": "GB", "countryName": "United Kingdom" }, - "mirId": "MIR:00000850", - "name": "European Bioinformatics Institute", + "mirId": "MIR:00100580", + "name": "UBERON through OLS", "official": true, "providerCode": "ols", - "resourceHomeUrl": "https://www.ebi.ac.uk", - "sampleId": "SIO_000276", - "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/sio/terms?short_form={$id}" + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uberon", + "sampleId": "0008203", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uberon/terms?obo_id=UBERON:{$id}" } ], - "sampleId": "SIO_000276" + "sampleId": "0008203" }, { - "created": "2021-08-08T09:49:13.100+0000", + "created": "2019-06-11T14:16:56.122+0000", "deprecated": false, "deprecationDate": null, - "description": "GitHub is an online host of Git source code repositories.", - "id": 2810, - "mirId": "MIR:00000853", - "modified": "2021-08-08T09:49:13.100+0000", - "name": "github", + "description": "NameBank is a \"biological name server\" focused on storing names and objectively-derived nomenclatural attributes. NameBank is a repository for all recorded names including scientific names, vernacular (or common names), misspelled names, as well as ad-hoc nomenclatural labels that may have limited context.", + "id": 970, + "mirId": "MIR:00000338", + "modified": "2019-06-11T14:16:56.122+0000", + "name": "uBio NameBank", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+$", - "prefix": "github", + "pattern": "^\\d+$", + "prefix": "ubio.namebank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", - "id": 2811, + "description": "uBio NameBank at The Marine Biological Laboratory", + "id": 972, "institution": { - "description": "GitHub, Inc. is a provider of Internet hosting for software development and version control using Git.", - "homeUrl": "https://github.com/", - "id": 2803, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 971, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "GitHub, Inc.", + "name": "Marine Biological Laboratory, Woods Hole, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000852", - "name": "GitHub, Inc.", - "official": true, - "providerCode": "github", - "resourceHomeUrl": "https://github.com/", - "sampleId": "identifiers-org/registry", - "urlPattern": "https://github.com/{$id}" + "mirId": "MIR:00100433", + "name": "uBio NameBank at The Marine Biological Laboratory", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ubio.org", + "sampleId": "2555646", + "urlPattern": "http://www.ubio.org/browser/details.php?namebankID={$id}" } ], - "sampleId": "identifiers-org/registry" + "sampleId": "2555646" }, { - "created": "2021-08-08T09:56:43.759+0000", + "created": "2019-06-11T14:16:42.994+0000", "deprecated": false, "deprecationDate": null, - "description": "\tDatanator is an integrated database of genomic and biochemical data designed to help investigators find data about specific molecules and reactions in specific organisms and specific environments for meta-analyses and mechanistic models. Datanator currently includes metabolite concentrations, RNA modifications and half-lives, protein abundances and modifications, and reaction kinetics integrated from several databases and numerous publications. The Datanator website and REST API provide tools for extracting clouds of data about specific molecules and reactions in specific organisms and specific environments, as well as data about similar molecules and reactions in taxonomically similar organisms.", - "id": 2813, - "mirId": "MIR:00000855", - "modified": "2021-08-08T13:31:35.848+0000", - "name": "Datanator Reaction", + "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to compound information.", + "id": 811, + "mirId": "MIR:00000276", + "modified": "2019-06-11T14:16:42.994+0000", + "name": "UM-BBD Compound", "namespaceEmbeddedInLui": false, - "pattern": "^.*?--%3E.*?$", - "prefix": "datanator.reaction", + "pattern": "^c\\d+$", + "prefix": "umbbd.compound", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", - "id": 2814, + "description": "Biocatalysis/Biodegradation Database Mirror (Compound) at ETH Zurich", + "id": 813, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 812, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Icahn School of Medicine at Mount Sinai", + "name": "ETH, Zurich", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" - }, - "mirId": "MIR:00000854", - "name": "Icahn School of Medicine at Mount Sinai", - "official": true, - "providerCode": "datanator.reaction", - "resourceHomeUrl": "https://icahn.mssm.edu/", - "sampleId": "XLYOFNOQVPJJNP-UHFFFAOYSA-N,NBSCHQHZLSJFNQ-GASJEMHNSA-N--%3ENBIIXXVUZAFLBC-UHFFFAOYSA-N,WQZGKKKJIJFFOK-GASJEMHNSA-N", - "urlPattern": "https://datanator.info/reaction/{$id}" - } - ], - "sampleId": "XLYOFNOQVPJJNP-UHFFFAOYSA-N,NBSCHQHZLSJFNQ-GASJEMHNSA-N--%3ENBIIXXVUZAFLBC-UHFFFAOYSA-N,WQZGKKKJIJFFOK-GASJEMHNSA-N" - }, - { - "created": "2021-09-05T17:52:59.264+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Identifiers.org is an established resolving system that enables the referencing of data for the scientific community, with a current focus on the Life Sciences domain.", - "id": 2844, - "mirId": "MIR:00000859", - "modified": "2021-09-05T17:52:59.264+0000", - "name": "Identifiers.org namespace", - "namespaceEmbeddedInLui": false, - "pattern": "^[a-z_\\.]+$", - "prefix": "identifiers.namespace", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "id": 2845, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000858", - "name": "European Bioinformatics Institute", - "official": true, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk", - "sampleId": "pubmed", - "urlPattern": "https://registry.identifiers.org/registry/{$id}" + "mirId": "MIR:00100357", + "name": "Biocatalysis/Biodegradation Database Mirror (Compound) at ETH Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://umbbd.ethz.ch/", + "sampleId": "c0001", + "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=c&compID={$id}" } ], - "sampleId": "pubmed" + "sampleId": "c0001" }, { - "created": "2021-08-09T15:20:17.184+0000", + "created": "2019-06-11T14:16:53.546+0000", "deprecated": false, "deprecationDate": null, - "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2821, - "mirId": "MIR:00000857", - "modified": "2021-08-09T15:20:17.184+0000", - "name": "NCI Data Commons Framework Services", + "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to enzyme information.", + "id": 940, + "mirId": "MIR:00000326", + "modified": "2019-06-11T14:16:53.546+0000", + "name": "UM-BBD Enzyme", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.4dfc", + "pattern": "^e\\d+$", + "prefix": "umbbd.enzyme", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2822, + "description": "Biocatalysis/Biodegradation Database Mirror (Enzyme) at ETH Zurich", + "id": 941, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 812, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Open Commons Consortium", + "name": "ETH, Zurich", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000856", - "name": "NCI Data Commons Framework Services", - "official": true, - "providerCode": "dg.4dfc", - "resourceHomeUrl": "https://nci-crdc.datacommons.io/", - "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b", - "urlPattern": "https://nci-crdc.datacommons.io/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100418", + "name": "Biocatalysis/Biodegradation Database Mirror (Enzyme) at ETH Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://umbbd.ethz.ch/", + "sampleId": "e0333", + "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=ep&enzymeID={$id}" } ], - "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b" + "sampleId": "e0333" }, { - "created": "2021-09-05T17:53:47.458+0000", + "created": "2019-06-11T14:16:53.741+0000", "deprecated": false, "deprecationDate": null, - "description": "Re3data is a global registry of research data repositories that covers research data repositories from different academic disciplines.", - "id": 2848, - "mirId": "MIR:00000861", - "modified": "2021-09-05T17:53:47.458+0000", - "name": "re3data", + "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to pathway information.", + "id": 942, + "mirId": "MIR:00000327", + "modified": "2019-06-11T14:16:53.741+0000", + "name": "UM-BBD Pathway", "namespaceEmbeddedInLui": false, - "pattern": "^r3d\\d{9,9}$", - "prefix": "re3data", + "pattern": "^\\w+$", + "prefix": "umbbd.pathway", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data and other research outputs.", - "id": 2849, + "description": "Biocatalysis/Biodegradation Database Mirror (Pathway) at ETH Zurich", + "id": 943, "institution": { - "description": "DataCite is a leading global non-profit organisation that provides persistent identifiers (DOIs) for research data and other research outputs.", - "homeUrl": "https://datacite.org", - "id": 2847, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 812, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "DataCite", + "name": "ETH, Zurich", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000860", - "name": "DataCite", - "official": true, - "providerCode": "datacite", - "resourceHomeUrl": "https://datacite.org", - "sampleId": "r3d100010772", - "urlPattern": "https://www.re3data.org/repository/{$id}" + "mirId": "MIR:00100420", + "name": "Biocatalysis/Biodegradation Database Mirror (Pathway) at ETH Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://umbbd.ethz.ch/", + "sampleId": "ala", + "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=p&pathway_abbr={$id}" } ], - "sampleId": "r3d100010772" + "sampleId": "ala" }, { - "created": "2021-09-05T17:54:24.640+0000", + "created": "2019-06-11T14:16:53.335+0000", "deprecated": false, "deprecationDate": null, - "description": "The Python Package Index (PyPI) is a repository for Python packages.", - "id": 2852, - "mirId": "MIR:00000863", - "modified": "2021-09-05T17:54:24.640+0000", - "name": "PyPI", + "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The goal of the UM-BBD is to provide information on microbial enzyme-catalyzed reactions that are important for biotechnology. This collection refers to reaction information.", + "id": 938, + "mirId": "MIR:00000325", + "modified": "2019-06-11T14:16:53.335+0000", + "name": "UM-BBD Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z_][a-zA-Z0-9\\-_]+$", - "prefix": "pypi", + "pattern": "^r\\d+$", + "prefix": "umbbd.reaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language.", - "id": 2853, + "description": "Biocatalysis/Biodegradation Database Mirror (Reaction) at ETH Zurich", + "id": 939, "institution": { - "description": "The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language.", - "homeUrl": "https://www.python.org/psf/", - "id": 2851, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 812, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Python Software Foundation", + "name": "ETH, Zurich", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000862", - "name": "Python Software Foundation", - "official": true, - "providerCode": "psf", - "resourceHomeUrl": "https://www.python.org/psf/", - "sampleId": "numpy", - "urlPattern": "https://pypi.org/project/{$id}/" + "mirId": "MIR:00100416", + "name": "Biocatalysis/Biodegradation Database Mirror (Reaction) at ETH Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://umbbd.ethz.ch/", + "sampleId": "r0001", + "urlPattern": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=r&reacID={$id}" } ], - "sampleId": "numpy" + "sampleId": "r0001" }, { - "created": "2021-09-05T17:58:19.858+0000", + "created": "2019-06-11T14:16:53.927+0000", "deprecated": false, "deprecationDate": null, - "description": "The Immune Epitope Database (IEDB) is a freely available resource funded by NIAID. It catalogs experimental data on antibody and T cell epitopes studied in humans, non-human primates, and other animal species in the context of infectious disease, allergy, autoimmunity and transplantation. The IEDB also hosts tools to assist in the prediction and analysis of epitopes.", - "id": 2857, - "mirId": "MIR:00000865", - "modified": "2021-09-05T17:58:19.858+0000", - "name": "Immune Epitope Database (IEDB)", + "description": "The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) contains information on microbial biocatalytic reactions and biodegradation pathways for primarily xenobiotic, chemical compounds. The UM-BBD Pathway Prediction System (PPS) predicts microbial catabolic reactions using substructure searching, a rule-base, and atom-to-atom mapping. The PPS recognizes organic functional groups found in a compound and predicts transformations based on biotransformation rules. These rules are based on reactions found in the UM-BBD database. This collection references those rules.", + "id": 944, + "mirId": "MIR:00000328", + "modified": "2019-06-11T14:16:53.927+0000", + "name": "UM-BBD Biotransformation Rule", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "iedb", + "pattern": "^bt\\d+$", + "prefix": "umbbd.rule", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "La Jolla Institute for Immunology is a non-profit\nresearch organization located in La Jolla, California. The Institute\nresearches immunology and immune system diseases. The institute was\nfounded in 1988. La Jolla Institute for Immunology is a collaborative\nresearch organization that has forged many partnerships within the\nresearch community in San Diego, across the United States, and abroad.", - "id": 2858, + "description": "Biocatalysis/Biodegradation Database Mirror (Biotransformation Rule) at ETH Zurich", + "id": 945, "institution": { - "description": "La Jolla Institute for Immunology is a non-profit\nresearch organization located in La Jolla, California. The Institute\nresearches immunology and immune system diseases. The institute was\nfounded in 1988. La Jolla Institute for Immunology is a collaborative\nresearch organization that has forged many partnerships within the\nresearch community in San Diego, across the United States, and abroad.", - "homeUrl": "https://www.lji.org/", - "id": 2856, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 812, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "La Jolla Institute for Immunology", + "name": "ETH, Zurich", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000864", - "name": "La Jolla Institute for Immunology", - "official": true, - "providerCode": "lji", - "resourceHomeUrl": "https://www.lji.org/", - "sampleId": "1038233", - "urlPattern": "https://www.iedb.org/reference/{$id}" + "mirId": "MIR:00100421", + "name": "Biocatalysis/Biodegradation Database Mirror (Biotransformation Rule) at ETH Zurich", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://umbbd.ethz.ch/servlets/pageservlet?ptype=allrules", + "sampleId": "bt0001", + "urlPattern": "http://www.umbbd.ethz.ch/servlets/rule.jsp?rule={$id}" } ], - "sampleId": "1038233" + "sampleId": "bt0001" }, { - "created": "2021-09-05T18:01:14.906+0000", + "created": "2019-06-11T14:17:48.502+0000", "deprecated": false, "deprecationDate": null, - "description": "LG Chemical Entity Detection Dataset (LGCEDe) is only available open-dataset with molecular instance level annotations (i.e. atom-bond level position annotations within an image) for molecular structure images. This dataset was designed to encourage research on detection-based pipelines for Optical Chemical Structure Recognition (OCSR).", - "id": 2862, - "mirId": "MIR:00000867", - "modified": "2021-09-05T18:01:14.906+0000", - "name": "LG Chemical Entity Detection Dataset (LGCEDe)", + "description": "The Unified Medical Language System is a repository of biomedical vocabularies. Vocabularies integrated in the UMLS Metathesaurus include the NCBI taxonomy, Gene Ontology, the Medical Subject Headings (MeSH), OMIM and the Digital Anatomist Symbolic Knowledge Base. UMLS concepts are not only inter-related, but may also be linked to external resources such as GenBank.", + "id": 1561, + "mirId": "MIR:00000559", + "modified": "2019-06-11T14:17:48.502+0000", + "name": "UMLS", "namespaceEmbeddedInLui": false, - "pattern": "^LGCEDe-S-\\d{9}$", - "prefix": "lgai.cede", + "pattern": "^C\\d+$", + "prefix": "umls", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "LG AI Research is a subsidiary of the Korean Corporation LG. Mainly focuses on research related to Artificial Intelligence, Big data and data-driven applications to real-world problems.", - "id": 2863, + "description": "Unified Medical Language System at LinkedLifeData", + "id": 1562, "institution": { - "description": "LG AI Research is a subsidiary of the Korean Corporation LG. Mainly focuses on research related to Artificial Intelligence, Big data and data-driven applications to real-world problems.", - "homeUrl": "https://www.lgresearch.ai", - "id": 2861, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 63, "location": { - "countryCode": "KR", - "countryName": "Korea, Republic of" + "countryCode": "BG", + "countryName": "Bulgaria" }, - "name": "LG AI Research", + "name": "Linkedlifedata, Ontotext, Sofia", "rorId": null }, "location": { - "countryCode": "KR", - "countryName": "Korea, Republic of" + "countryCode": "BG", + "countryName": "Bulgaria" }, - "mirId": "MIR:00000866", - "name": "LG AI Research", + "mirId": "MIR:00100736", + "name": "Unified Medical Language System at LinkedLifeData", "official": true, - "providerCode": "lgai.cede", - "resourceHomeUrl": "https://www.lgresearch.ai", - "sampleId": "LGCEDe-S-000002244", - "urlPattern": "https://s3.us-east-2.amazonaws.com/lg.cede/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://linkedlifedata.com/", + "sampleId": "C0021390", + "urlPattern": "http://linkedlifedata.com/resource/umls/id/{$id}" } ], - "sampleId": "LGCEDe-S-000002244" + "sampleId": "C0021390" }, { - "created": "2021-09-29T19:10:32.057+0000", + "created": "2019-06-11T14:16:57.856+0000", "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2881, - "mirId": "MIR:00000869", - "modified": "2021-09-29T19:10:32.057+0000", - "name": "BioData Catalyst", + "description": "A UniGene entry is a set of transcript sequences that appear to come from the same transcription locus (gene or expressed pseudogene), together with information on protein similarities, gene expression, cDNA clone reagents, and genomic location.", + "id": 991, + "mirId": "MIR:00000346", + "modified": "2019-06-11T14:16:57.856+0000", + "name": "UniGene", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.4503", + "pattern": "^\\d+$", + "prefix": "unigene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2882, + "description": "UniGene at NCBI", + "id": 993, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000868", - "name": "BioData Catalyst", - "official": true, - "providerCode": "dg.4503", - "resourceHomeUrl": "https://gen3.biodatacatalyst.nhlbi.nih.gov", - "sampleId": "0000ffeb-36e0-4a29-b21d-84423bda979d", - "urlPattern": "https://gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100441", + "name": "UniGene at NCBI", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.ncbi.nlm.nih.gov/unigene", + "sampleId": "4900", + "urlPattern": "http://www.ncbi.nlm.nih.gov/UniGene/clust.cgi?UGID={$id}" } ], - "sampleId": "0000ffeb-36e0-4a29-b21d-84423bda979d" + "sampleId": "4900" }, { - "created": "2021-09-29T19:11:14.294+0000", + "created": "2019-06-11T14:17:41.988+0000", "deprecated": false, "deprecationDate": null, - "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2884, - "mirId": "MIR:00000871", - "modified": "2021-09-29T19:11:14.294+0000", - "name": "Anvil", + "description": "The purpose of the joint FDA/USP Substance Registration System (SRS) is to support health information technology initiatives by generating unique ingredient identifiers (UNIIs) for substances in drugs, biologics, foods, and devices. The UNII is a non- proprietary, free, unique, unambiguous, non semantic, alphanumeric identifier based on a substance’s molecular structure and/or descriptive information.", + "id": 1493, + "mirId": "MIR:00000531", + "modified": "2019-06-11T14:17:41.988+0000", + "name": "UNII", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}", - "prefix": "dg.anv0", + "pattern": "^[A-Z0-9]+$", + "prefix": "unii", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2885, + "description": "UNII at U.S. Food and Drug Administration", + "id": 1494, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1238, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "U.S. Food and Drug Administration, Maryland", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000870", - "name": "Anvil", - "official": true, - "providerCode": "dg.anv0", - "resourceHomeUrl": "https://gen3.theanvil.io", - "sampleId": "00077f1c-c45a-47ba-8e6c-1bf6b6b43fce", - "urlPattern": "https://gen3.theanvil.io/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100690", + "name": "UNII at U.S. Food and Drug Administration", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://fdasis.nlm.nih.gov/srs/", + "sampleId": "3G6A5W338E", + "urlPattern": "http://fdasis.nlm.nih.gov/srs/srsdirect.jsp?regno={$id}" } ], - "sampleId": "00077f1c-c45a-47ba-8e6c-1bf6b6b43fce" + "sampleId": "3G6A5W338E" }, { - "created": "2021-09-29T19:13:19.448+0000", + "created": "2019-06-11T14:17:22.748+0000", "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2892, - "mirId": "MIR:00000876", - "modified": "2021-09-29T19:13:19.448+0000", - "name": "JCOIN", + "description": "Unimod is a public domain database created to provide a community supported, comprehensive database of protein modifications for mass spectrometry applications. That is, accurate and verifiable values, derived from elemental compositions, for the mass differences introduced by all types of natural and artificial modifications. Other important information includes any mass change, (neutral loss), that occurs during MS/MS analysis, and site specificity, (which residues are susceptible to modification and any constraints on the position of the modification within the protein or peptide).", + "id": 1283, + "mirId": "MIR:00000447", + "modified": "2019-06-11T14:17:22.748+0000", + "name": "Unimod", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.6vts", + "pattern": "^\\d+$", + "prefix": "unimod", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2893, + "description": "Unimod at Matrix Sciences Ltd.", + "id": 1285, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1284, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Open Commons Consortium", + "name": "Matrix Science Ltd., London", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000875", - "name": "JCOIN", - "official": true, - "providerCode": "dg.6vts", - "resourceHomeUrl": "https://jcoin.datacommons.io", - "sampleId": "2afacf00-9a1d-4d80-8c32-69d3923d3913", - "urlPattern": "https://jcoin.datacommons.io/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100581", + "name": "Unimod at Matrix Sciences Ltd.", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.unimod.org/", + "sampleId": "1200", + "urlPattern": "http://www.unimod.org/modifications_view.php?editid1={$id}" } ], - "sampleId": "2afacf00-9a1d-4d80-8c32-69d3923d3913" + "sampleId": "1200" }, { - "created": "2021-09-29T19:13:56.614+0000", + "created": "2019-06-11T14:15:43.590+0000", "deprecated": false, "deprecationDate": null, - "description": "The UniProt Reference Clusters (UniRef) provide clustered sets of sequences from the UniProt Knowledgebase (including isoforms) and selected UniParc records in order to obtain complete coverage of the sequence space at several resolutions while hiding redundant sequences (but not their descriptions) from view.", - "id": 2896, - "mirId": "MIR:00000878", - "modified": "2021-09-29T19:13:56.614+0000", - "name": "UniRef", + "description": "The UniProt Archive (UniParc) is a database containing non-redundant protein sequence information from many sources. Each unique sequence is given a stable and unique identifier (UPI) making it possible to identify the same protein from different source databases.", + "id": 159, + "mirId": "MIR:00000041", + "modified": "2019-06-11T14:15:43.590+0000", + "name": "UniParc", "namespaceEmbeddedInLui": false, - "pattern": "^UniRef(100|90|50)_([OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}|UPI[A-F0-9]{10})$", - "prefix": "uniref", + "pattern": "^UPI[A-F0-9]{10}$", + "prefix": "uniparc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "UniProt is a collaboration between the European Bioinformatics Institute (EMBL-EBI), the SIB Swiss Institute of Bioinformatics and the Protein Information Resource (PIR)", - "id": 2897, + "description": "UniProt Archive (UniParc)", + "id": 160, + "institution": { + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100069", + "name": "UniProt Archive (UniParc)", + "official": false, + "providerCode": "ebi", + "resourceHomeUrl": "https://www.ebi.ac.uk/uniparc/", + "sampleId": "UPI000000000A", + "urlPattern": "https://www.ebi.ac.uk/cgi-bin/dbfetch?db=uniparc&id={$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "UniParc through UniProt", + "id": 161, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", @@ -37716,79 +37804,123 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000877", - "name": "UniProt Consortium", - "official": true, - "providerCode": "uniref", - "resourceHomeUrl": "https://www.uniprot.org/", - "sampleId": "UniRef90_P00750", - "urlPattern": "https://www.uniprot.org/uniref/{$id}" + "mirId": "MIR:00100476", + "name": "UniParc through UniProt", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.uniprot.org/uniparc/", + "sampleId": "UPI000000000A", + "urlPattern": "https://www.uniprot.org/uniparc/{$id}" } ], - "sampleId": "UniRef90_P00750" + "sampleId": "UPI000000000A" }, { - "created": "2021-10-11T12:50:59.916+0000", + "created": "2019-06-11T14:17:46.612+0000", "deprecated": false, "deprecationDate": null, - "description": "BioSimulations is an open repository of simulation projects, including simulation experiments, their results, and data visualizations of their results. BioSimulations supports a broad range of model languages, modeling frameworks, simulation algorithms, and simulation software tools.", - "id": 2903, - "mirId": "MIR:00000880", - "modified": "2021-10-11T12:50:59.916+0000", - "name": "biosimulations", + "description": "UniPathway is a manually curated resource of enzyme-catalyzed and spontaneous chemical reactions. It provides a hierarchical representation of metabolic pathways and a controlled vocabulary for pathway annotation in UniProtKB. UniPathway data are cross-linked to existing metabolic resources such as ChEBI/Rhea, KEGG and MetaCyc. This collection references compounds.", + "id": 1542, + "mirId": "MIR:00000551", + "modified": "2019-06-11T14:17:46.612+0000", + "name": "UniPathway Compound", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9_-]{3,}$", - "prefix": "biosimulations", + "pattern": "^UPC\\d{5}$", + "prefix": "unipathway.compound", "resources": [ { - "deprecated": false, - "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/04a9tmd77' with Wikidata IDs [Q1950740], and ISNI IDs [0000 0001 0670 2351]", - "id": 2904, + "deprecated": true, + "deprecationDate": "2019-10-01T12:10:54.792+0000", + "description": "UniPathway Compound at Swiss Institute of Bioinformatics (SIB)", + "id": 1544, "institution": { - "description": "The Icahn School of Medicine at Mount Sinai is an international leader in medical and scientific training, biomedical research, and patient care. It is the medical school for the Mount Sinai Health System, which includes eight hospital campuses, and has more than 5,000 faculty and nearly 2,000 students, residents and fellows.", - "homeUrl": "https://icahn.mssm.edu/", - "id": 2247, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Icahn School of Medicine at Mount Sinai", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000879", - "name": "Icahn School of Medicine at Mount Sinai", - "official": true, - "providerCode": "icahn", - "resourceHomeUrl": "https://icahn.mssm.edu/", - "sampleId": "Yeast-cell-cycle-Irons-J-Theor-Biol-2009", - "urlPattern": "https://biosimulations.org/projects/{$id}" + "mirId": "MIR:00100728", + "name": "UniPathway Compound at Swiss Institute of Bioinformatics (SIB)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway", + "sampleId": "UPC04349", + "urlPattern": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/upc?upid={$id}" } ], - "sampleId": "Yeast-cell-cycle-Irons-J-Theor-Biol-2009" + "sampleId": "UPC04349" }, { - "created": "2021-10-17T10:22:37.356+0000", + "created": "2019-06-11T14:17:51.017+0000", "deprecated": false, "deprecationDate": null, - "description": "A database providing information on the structure of assembled genomes, assembly names and other meta-data, statistical reports, and links to genomic sequence data.", - "id": 2929, - "mirId": "MIR:00000884", - "modified": "2021-10-17T10:22:37.356+0000", - "name": "Assembly", + "description": "UniPathway is a manually curated resource of enzyme-catalyzed and spontaneous chemical reactions. It provides a hierarchical representation of metabolic pathways and a controlled vocabulary for pathway annotation in UniProtKB. UniPathway data are cross-linked to existing metabolic resources such as ChEBI/Rhea, KEGG and MetaCyc. This collection references individual reactions.", + "id": 1587, + "mirId": "MIR:00000570", + "modified": "2019-06-11T14:17:51.017+0000", + "name": "UniPathway Reaction", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9_\\.]+$", - "prefix": "assembly", + "pattern": "^UCR\\d{5}$", + "prefix": "unipathway.reaction", + "resources": [ + { + "deprecated": true, + "deprecationDate": "2019-10-01T12:11:20.049+0000", + "description": "UniPathway Reaction at Swiss Institute of Bioinformatics (SIB)", + "id": 1588, + "institution": { + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" + }, + "location": { + "countryCode": "CH", + "countryName": "Switzerland" + }, + "mirId": "MIR:00100752", + "name": "UniPathway Reaction at Swiss Institute of Bioinformatics (SIB)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway", + "sampleId": "UCR00226", + "urlPattern": "http://www.grenoble.prabi.fr/obiwarehouse/unipathway/ucr?upid={$id}" + } + ], + "sampleId": "UCR00226" + }, + { + "created": "2019-06-11T14:15:29.457+0000", + "deprecated": false, + "deprecationDate": null, + "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. Besides amino acid sequence and a description, it also provides taxonomic data and citation information.", + "id": 23, + "mirId": "MIR:00000005", + "modified": "2019-06-11T14:15:29.457+0000", + "name": "UniProt Knowledgebase", + "namespaceEmbeddedInLui": false, + "pattern": "^([A-N,R-Z][0-9]([A-Z][A-Z, 0-9][A-Z, 0-9][0-9]){1,2})|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\.\\d+)?$", + "prefix": "uniprot", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "id": 2930, + "description": "UniProt through NCBI", + "id": 27, "institution": { "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", "homeUrl": "https://www.ncbi.nlm.nih.gov/", @@ -37804,2288 +37936,2200 @@ "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000883", - "name": "National Center for Biotechnology Information", - "official": true, + "mirId": "MIR:00100330", + "name": "UniProt through NCBI", + "official": false, "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/", - "sampleId": "GCF_000005845.2", - "urlPattern": "https://www.ncbi.nlm.nih.gov/assembly/{$id}" + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/protein/", + "sampleId": "P0DP23", + "urlPattern": "https://www.ncbi.nlm.nih.gov/protein/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Universal Protein Resource using Persistent URL system", + "id": 25, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "name": "UniProt Consortium", + "rorId": null + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100164", + "name": "Universal Protein Resource using Persistent URL system", + "official": true, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.uniprot.org/", + "sampleId": "P0DP23", + "urlPattern": "http://purl.uniprot.org/uniprot/{$id}" } ], - "sampleId": "GCF_000005845.2" + "sampleId": "P0DP23" }, { - "created": "2021-10-17T10:21:25.826+0000", + "created": "2020-06-09T20:12:07.077+0000", "deprecated": false, "deprecationDate": null, - "description": "The Nucleotide database is a collection of sequences from several sources, including GenBank, RefSeq, TPA and PDB. Genome, gene and transcript sequence data provide the foundation for biomedical research and discovery.", - "id": 2926, - "mirId": "MIR:00000882", - "modified": "2021-10-17T10:24:40.143+0000", - "name": "Nucleotide", + "description": "This collection is a subset of UniProtKB that provides a means to reference the proteolytic cleavage products of a precursor protein.", + "id": 2265, + "mirId": "MIR:00000739", + "modified": "2020-06-26T08:48:10.292+0000", + "name": "UniProt Chain", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9_\\.]+$", - "prefix": "nucleotide", + "pattern": "^PRO_[0-9]{10}$", + "prefix": "uniprot.chain", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "id": 2927, + "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. This collection is a subset of UniProtKB that provides a means to reference the proteolytic cleavage products of a precursor protein.\n", + "id": 2266, "institution": { - "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", - "homeUrl": "https://www.ncbi.nlm.nih.gov/", - "id": 26, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "National Center for Biotechnology Information", - "rorId": "https://ror.org/02meqm098" + "name": "UniProt Consortium", + "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000881", - "name": "National Center for Biotechnology Information", + "mirId": "MIR:00000728", + "name": "UniProt Chain through Universal Protein Resource", "official": true, - "providerCode": "ncbi", - "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/", - "sampleId": "880798137", - "urlPattern": "https://www.ncbi.nlm.nih.gov/nuccore/{$id}" + "providerCode": "upr", + "resourceHomeUrl": "https://www.uniprot.org", + "sampleId": "PRO_0000016681", + "urlPattern": "http://purl.uniprot.org/annotation/{$id}" } ], - "sampleId": "880798137" + "sampleId": "PRO_0000016681" }, { - "created": "2021-11-01T17:49:13.981+0000", + "created": "2019-06-11T14:17:08.943+0000", "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2969, - "mirId": "MIR:00000887", - "modified": "2021-11-01T17:49:13.981+0000", - "name": "Kids First", + "description": "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. This collection is a subset of UniProtKB, and provides a means to reference isoform information.", + "id": 1123, + "mirId": "MIR:00000388", + "modified": "2019-06-11T14:17:08.943+0000", + "name": "UniProt Isoform", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.f82a1a", + "pattern": "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\-\\d+)$", + "prefix": "uniprot.isoform", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Full implementation of the DRS 1.1 standard with support for persistent identifiers. Open source DRS server that follows the Gen3 implementation. Gen3 is a GA4GH compliant open source platform for developing framework services and data commons. Data commons accelerate and democratize the process of scientific discovery, especially over large or complex datasets. Gen3 is maintained by the Center for Translational Data Science at the University of Chicago. https://gen3.org", - "id": 2970, + "description": "UniProt Isoform through Universal Protein Resource", + "id": 1124, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Open Commons Consortium", + "name": "UniProt Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000886", - "name": "Kids First", - "official": true, - "providerCode": "dg.f82a1a", - "resourceHomeUrl": "https://kidsfirstdrc.org", - "sampleId": "00026f50-858a-446b-8ed9-b0e3ecd7b20e", - "urlPattern": "https://data.kidsfirstdrc.org/ga4gh/drs/v1/objects/{$id}" - } - ], - "sampleId": "00026f50-858a-446b-8ed9-b0e3ecd7b20e" - }, - { - "created": "2022-01-09T18:52:31.186+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Input data and analysis results for the paper \"Topology of synaptic connectivity constrains neuronal stimulus representation, predicting two complementary coding strategies (https://www.biorxiv.org/content/10.1101/2020.11.02.363929v2 ).", - "id": 2986, - "mirId": "MIR:00000889", - "modified": "2022-01-09T18:52:31.186+0000", - "name": "Blue Brain Project Topological sampling Knowledge Graph", - "namespaceEmbeddedInLui": false, - "pattern": "\\b[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}\\b", - "prefix": "bbtp", - "resources": [ + "mirId": "MIR:00100502", + "name": "UniProt Isoform through Universal Protein Resource", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.uniprot.org/", + "sampleId": "Q5BJF6-3", + "urlPattern": "http://www.uniprot.org/uniprot/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", - "id": 2987, + "description": "UniProt Isoform through Universal Protein Resource using Persistent URL system", + "id": 1125, "institution": { - "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", - "homeUrl": "https://portal.bluebrain.epfl.ch", - "id": 2985, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Blue Brain Project, EPFL", + "name": "UniProt Consortium", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000888", - "name": "Blue Brain Project, EPFL", - "official": true, - "providerCode": "bbp", - "resourceHomeUrl": "https://portal.bluebrain.epfl.ch", - "sampleId": "f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a", - "urlPattern": "https://bbp.epfl.ch/nexus/web/studios/public/topological-sampling/studios/data:{$id}" - } - ], - "sampleId": "f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a" - }, - { - "created": "2022-01-09T18:54:14.401+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Created by researchers and data managers professionals, the FAIR Cookbook is an online resource for the Life Sciences with recipes that help you to make and keep data Findable, Accessible, Interoperable, and Reusable (FAIR).\n\n", - "id": 2991, - "mirId": "MIR:00000891", - "modified": "2022-01-09T18:54:14.401+0000", - "name": "the FAIR Cookbook", - "namespaceEmbeddedInLui": false, - "pattern": "^FCB\\d{3}", - "prefix": "fcb", - "resources": [ + "mirId": "MIR:00100503", + "name": "UniProt Isoform through Universal Protein Resource using Persistent URL system", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://purl.uniprot.org/", + "sampleId": "Q5BJF6-3", + "urlPattern": "http://purl.uniprot.org/uniprot/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The purpose of this website is to provide a secure, permanent URL re-direction service for Web applications. This service is run by the W3C Permanent Identifier Community Group.\nWeb applications that deal with Linked Data often need to specify and use URLs that are very stable. They utilize services such as this one to ensure that applications using their URLs will always be re-directed to a working website. This website operates like a switchboard, connecting requests for information with the true location of the information on the Web. The switchboard can be reconfigured to point to a new location if the old location stops working.\n\n", - "id": 2992, + "description": "UniProt Isoform through UniParc", + "id": 1126, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/052gg0110' with Wikidata IDs [Q34433,Q5260389,Q56612600,Q7529574,Q6786826,Q1095537], and ISNI IDs [0000 0004 1936 8948]", - "homeUrl": "https://www.ox.ac.uk/", - "id": 2990, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, "location": { "countryCode": "GB", "countryName": "United Kingdom" }, - "name": "University of Oxford", + "name": "UniProt Consortium", "rorId": null }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000890", - "name": "Permanent Identifiers for the Web", - "official": true, - "providerCode": "fcb", - "resourceHomeUrl": "https://w3id.org", - "sampleId": "FCB005", - "urlPattern": "https://w3id.org/faircookbook/{$id}" + "mirId": "MIR:00100504", + "name": "UniProt Isoform through UniParc", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.uniprot.org/uniparc/", + "sampleId": "Q5BJF6-3", + "urlPattern": "http://www.uniprot.org/uniparc/?query={$id}" } ], - "sampleId": "FCB005" + "sampleId": "Q5BJF6-3" }, { - "created": "2022-01-09T18:57:18.476+0000", + "created": "2021-09-29T19:13:56.614+0000", "deprecated": false, "deprecationDate": null, - "description": "Models developed with the Virtual Cell (VCell) software prorgam.", - "id": 2995, - "mirId": "MIR:00000893", - "modified": "2022-01-09T18:57:18.476+0000", - "name": "VCell Published Models", + "description": "The UniProt Reference Clusters (UniRef) provide clustered sets of sequences from the UniProt Knowledgebase (including isoforms) and selected UniParc records in order to obtain complete coverage of the sequence space at several resolutions while hiding redundant sequences (but not their descriptions) from view.", + "id": 2896, + "mirId": "MIR:00000878", + "modified": "2021-09-29T19:13:56.614+0000", + "name": "UniRef", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{5,}$", - "prefix": "vcell", + "pattern": "^UniRef(100|90|50)_([OPQ][0-9][A-Z0-9]{3}[0-9]|[A-NR-Z][0-9]([A-Z][A-Z0-9]{2}[0-9]){1,2}|UPI[A-F0-9]{10})$", + "prefix": "uniref", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02kzs4y22' with Wikidata IDs [Q7895298], and ISNI IDs [0000000419370394]", - "id": 2996, + "description": "UniProt is a collaboration between the European Bioinformatics Institute (EMBL-EBI), the SIB Swiss Institute of Bioinformatics and the Protein Information Resource (PIR)", + "id": 2897, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02kzs4y22' with Wikidata IDs [Q7895298], and ISNI IDs [0000000419370394]", - "homeUrl": "https://health.uconn.edu/", - "id": 2994, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 24, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Connecticut Health Center", + "name": "UniProt Consortium", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000892", - "name": "University of Connecticut Health Center", + "mirId": "MIR:00000877", + "name": "UniProt Consortium", "official": true, - "providerCode": "uchc", - "resourceHomeUrl": "https://health.uconn.edu/", - "sampleId": "201022999", - "urlPattern": "https://vcell.org/biomodel-{$id}" + "providerCode": "uniref", + "resourceHomeUrl": "https://www.uniprot.org/", + "sampleId": "UniRef90_P00750", + "urlPattern": "https://www.uniprot.org/uniref/{$id}" } ], - "sampleId": "201022999" + "sampleId": "UniRef90_P00750" }, { - "created": "2022-01-09T18:59:10.775+0000", + "created": "2019-06-11T14:16:16.225+0000", "deprecated": false, "deprecationDate": null, - "description": "The Blood Profiling Atlas in Cancer (BloodPAC) supports the management, analysis and sharing of liquid biopsy data for the oncology research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for cancer treatment and prevention. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 2999, - "mirId": "MIR:00000895", - "modified": "2022-01-09T18:59:10.775+0000", - "name": "BloodPAC", + "description": "UniSTS is a comprehensive database of sequence tagged sites (STSs) derived from STS-based maps and other experiments. STSs are defined by PCR primer pairs and are associated with additional information such as genomic position, genes, and sequences.", + "id": 503, + "mirId": "MIR:00000162", + "modified": "2019-06-11T14:16:16.225+0000", + "name": "UniSTS", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.5b0d", + "pattern": "^\\d+$", + "prefix": "unists", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Blood Profiling Atlas in Cancer (BloodPAC) supports the management, analysis and sharing of liquid biopsy data for the oncology research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for cancer treatment and prevention. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3000, + "description": "UniSTS at NCBI", + "id": 504, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "The National Center for Biotechnology Information advances science and health by providing access to biomedical and genomic information.", + "homeUrl": "https://www.ncbi.nlm.nih.gov/", + "id": 26, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", - "rorId": null + "name": "National Center for Biotechnology Information", + "rorId": "https://ror.org/02meqm098" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000894", - "name": "BloodPAC", - "official": true, - "providerCode": "dg.5b0d", - "resourceHomeUrl": "https://data.bloodpac.org/.", - "sampleId": "00000d53-99bc-4d3e-8ed7-6dc358baccb7", - "urlPattern": "https://data.bloodpac.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100207", + "name": "UniSTS at NCBI", + "official": false, + "providerCode": "ncbi", + "resourceHomeUrl": "https://www.ncbi.nlm.nih.gov/sites/entrez?db=unists", + "sampleId": "456789", + "urlPattern": "https://www.ncbi.nlm.nih.gov/genome/sts/sts.cgi?uid={$id}" } ], - "sampleId": "00000d53-99bc-4d3e-8ed7-6dc358baccb7" + "sampleId": "456789" }, { - "created": "2022-01-09T19:35:12.259+0000", + "created": "2019-06-11T14:16:59.723+0000", "deprecated": false, "deprecationDate": null, - "description": "Bitbucket is a Git-based source code repository hosting service owned by Atlassian.", - "id": 3009, - "mirId": "MIR:00000899", - "modified": "2022-01-09T19:35:12.259+0000", - "name": "Bitbucket", + "description": "UNITE is a fungal rDNA internal transcribed spacer (ITS) sequence database. It focuses on high-quality ITS sequences generated from fruiting bodies collected and identified by experts and deposited in public herbaria. Entries may be supplemented with metadata on describing locality, habitat, soil, climate, and interacting taxa.", + "id": 1012, + "mirId": "MIR:00000352", + "modified": "2019-06-11T14:16:59.723+0000", + "name": "Unite", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9A-Za-z-_\\.]+/[0-9A-Za-z-_\\.]+$", - "prefix": "bitbucket", + "pattern": "^UDB\\d{6}$", + "prefix": "unite", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Atlassian Corporation Plc is an Australian software company that develops products for software developers, project managers and other software development teams.", - "id": 3010, + "description": "Unite at University of Tartu", + "id": 1014, "institution": { - "description": "Atlassian Corporation Plc is an Australian software company that develops products for software developers, project managers and other software development teams.", - "homeUrl": "https://www.atlassian.com/", - "id": 3008, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1013, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "EE", + "countryName": "Estonia" }, - "name": "Atlassian", + "name": "Institute of Botany, University of Tartu, Tartu", "rorId": null }, "location": { - "countryCode": "AU", - "countryName": "Australia" + "countryCode": "EE", + "countryName": "Estonia" }, - "mirId": "MIR:00000896", - "name": "Atlassian", - "official": true, - "providerCode": "atlassian", - "resourceHomeUrl": "https://www.atlassian.com/", - "sampleId": "andreadega/systems-biology-compiler", - "urlPattern": "https://bitbucket.org/{$id}" + "mirId": "MIR:00100449", + "name": "Unite at University of Tartu", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://unite.ut.ee/", + "sampleId": "UDB000691", + "urlPattern": "http://unite.ut.ee/bl_forw.php?nimi={$id}" } ], - "sampleId": "andreadega/systems-biology-compiler" + "sampleId": "UDB000691" }, { - "created": "2022-01-10T18:54:31.118+0000", + "created": "2019-06-11T14:16:09.596+0000", "deprecated": false, "deprecationDate": null, - "description": "Blue Brain Project's published data as knowledge graphs and Web Studios.", - "id": 3020, - "mirId": "MIR:00000903", - "modified": "2022-01-10T18:54:31.118+0000", - "name": "Blue Brain Project Knowledge Graph", - "namespaceEmbeddedInLui": false, - "pattern": "^[-\\w]+(?:\\/[-\\w]+)(?:\\/\\b[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}\\b)$", - "prefix": "bbkg", + "description": "Ontology of standardized units", + "id": 432, + "mirId": "MIR:00000136", + "modified": "2019-06-11T14:16:09.596+0000", + "name": "Unit Ontology", + "namespaceEmbeddedInLui": true, + "pattern": "^UO:\\d{7}?", + "prefix": "uo", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", - "id": 3021, + "description": "Unit Ontology via Ontology Lookup Service", + "id": 433, "institution": { - "description": "The goal of the Blue Brain Project is to build biologically detailed digital reconstructions and simulations of the mouse brain.", - "homeUrl": "https://portal.bluebrain.epfl.ch", - "id": 2985, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Blue Brain Project, EPFL", + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" + }, + "location": { + "countryCode": "GB", + "countryName": "United Kingdom" + }, + "mirId": "MIR:00100178", + "name": "Unit Ontology via Ontology Lookup Service", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/uo", + "sampleId": "0000080", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/uo/terms?obo_id=UO:{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Unit Ontology through BioPortal", + "id": 434, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000902", - "name": "Blue Brain Project, EPFL", - "official": true, - "providerCode": "bbkg", - "resourceHomeUrl": "https://portal.bluebrain.epfl.ch", - "sampleId": "topological-sampling/studios/f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a", - "urlPattern": "https://bbp.epfl.ch/nexus/web/studios/public/{$id}" + "mirId": "MIR:00100243", + "name": "Unit Ontology through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/UO", + "sampleId": "0000080", + "urlPattern": "http://purl.bioontology.org/ontology/UO/UO:{$id}" } ], - "sampleId": "topological-sampling/studios/f0ba2f3e-aa6f-4264-8d18-8ee65cf6f61a" + "sampleId": "0000080" }, { - "created": "2022-02-27T20:31:14.555+0000", + "created": "2019-06-11T14:17:43.583+0000", "deprecated": false, "deprecationDate": null, - "description": "The GenoMEL data commons supports the management, analysis and sharing of next generation sequencing data for the GenoMEL research community and aims to accelerate opportunities for discovery of susceptibility genes for melanoma. The data commons supports cross-project analyses by harmonizing data from different projects through the development of a data dictionary and utilization of common workflows, providing an API for data queries, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3146, - "mirId": "MIR:00000919", - "modified": "2022-02-27T20:31:14.555+0000", - "name": "GenoMEL Data Commons", + "description": "The United States Patent and Trademark Office (USPTO) is the federal agency for granting U.S. patents and registering trademarks. As a mechanism that protects new ideas and investments in innovation and creativity, the USPTO is at the cutting edge of the nation's technological progress and achievement.", + "id": 1510, + "mirId": "MIR:00000538", + "modified": "2019-06-11T14:17:43.583+0000", + "name": "USPTO", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.80b6", + "pattern": "^(D|PP|R|T|H|X|AI)?\\d+$", + "prefix": "uspto", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The GenoMEL data commons supports the management, analysis and sharing of next generation sequencing data for the GenoMEL research community and aims to accelerate opportunities for discovery of susceptibility genes for melanoma. The data commons supports cross-project analyses by harmonizing data from different projects through the development of a data dictionary and utilization of common workflows, providing an API for data queries, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3147, + "description": "USPTO patents at USPTO", + "id": 1512, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 3145, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1511, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium ", + "name": "United States Patent and Trademark Office", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000918", - "name": "GenoMEL Data Commons", - "official": true, - "providerCode": "dg.80b6", - "resourceHomeUrl": "https://genomel.bionimbus.org/", - "sampleId": "000e5d06-1326-4b6f-8d8a-95c63374c7c1", - "urlPattern": "https://genomel.bionimbus.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100715", + "name": "USPTO patents at USPTO", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://patft.uspto.gov/netahtml/PTO/index.html", + "sampleId": "4145692", + "urlPattern": "http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=/netahtml/PTO/search-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN/{$id}" } ], - "sampleId": "000e5d06-1326-4b6f-8d8a-95c63374c7c1" + "sampleId": "4145692" }, { - "created": "2022-01-29T10:45:35.629+0000", + "created": "2019-06-11T14:18:07.321+0000", "deprecated": false, "deprecationDate": null, - "description": "Concept used by ModelDB, an accessible location for storing and efficiently retrieving computational neuroscience models.", - "id": 3036, - "mirId": "MIR:00000905", - "modified": "2022-01-29T10:45:35.629+0000", - "name": "ModelDB concept", + "description": "Database of validation results for ligands and non-standard residues in the Protein Data Bank.", + "id": 1757, + "mirId": "MIR:00000633", + "modified": "2019-06-11T14:18:07.321+0000", + "name": "ValidatorDB", "namespaceEmbeddedInLui": false, - "pattern": "\\d+", - "prefix": "modeldb.concept", + "pattern": "^[A-Za-z0-9\\/]+$", + "prefix": "validatordb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03v76x132' with Wikidata IDs [Q56612637,Q49112], and ISNI IDs [0000000419368710]", - "id": 3037, + "description": "ValidatorDB", + "id": 1759, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03v76x132' with Wikidata IDs [Q56612637,Q49112], and ISNI IDs [0000000419368710]", - "homeUrl": "https://www.yale.edu", - "id": 3035, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1758, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "name": "Yale University", + "name": "Central European Institute of Technology", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CZ", + "countryName": "Czech Republic" }, - "mirId": "MIR:00000904", - "name": "Yale University", - "official": true, - "providerCode": "yale", - "resourceHomeUrl": "https://www.yale.edu", - "sampleId": "3639", - "urlPattern": "https://senselab.med.yale.edu/ModelDB/ModelList?id={$id}" + "mirId": "MIR:00100838", + "name": "ValidatorDB", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://webchem.ncbr.muni.cz/Platform/ValidatorDb/", + "sampleId": "ByStructure/2h6o", + "urlPattern": "https://webchem.ncbr.muni.cz/Platform/ValidatorDb/{$id}" } ], - "sampleId": "3639" + "sampleId": "ByStructure/2h6o" }, { - "created": "2022-01-29T10:47:57.098+0000", + "created": "2019-06-11T14:17:13.429+0000", "deprecated": false, "deprecationDate": null, - "description": "A CIViC Gene Summary is created to provide a high-level overview of clinical relevance of cancer variants for the gene. Gene Summaries in CIViC focus on emphasizing the clinical relevance from a molecular perspective rather than describing the biological function of the gene unless necessary to contextualize its clinical relevance in cancer. Gene Summaries include relevant cancer subtypes, specific treatments for the gene’s associated variants, pathway interactions, functional alterations caused by the variants in the gene, and normal/abnormal functions of the gene with associated roles in oncogenesis", - "id": 3039, - "mirId": "MIR:00000907", - "modified": "2022-01-29T10:47:57.098+0000", - "name": "CIViC Gene", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.gid", + "description": "The Variation Ontology (VariO) is an ontology for the standardized, systematic description of effects, consequences and mechanisms of variations. It describes the effects of variations at the DNA, RNA and/or protein level.", + "id": 1177, + "mirId": "MIR:00000406", + "modified": "2019-06-11T14:17:13.429+0000", + "name": "VariO", + "namespaceEmbeddedInLui": true, + "pattern": "^VariO:\\d+$", + "prefix": "vario", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 3040, + "description": "VariO through BioPortal", + "id": 1180, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 5, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Washington University in St. Louis", + "name": "National Center for Biomedical Ontology, Stanford", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000906", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", - "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "272", - "urlPattern": "https://civicdb.org/links/gene/{$id}" - } - ], - "sampleId": "272" - }, - { - "created": "2022-01-29T10:48:56.640+0000", - "deprecated": false, - "deprecationDate": null, - "description": "CIViC variants are usually genomic alterations, including single nucleotide variants (SNVs), insertion/deletion events (indels), copy number alterations (CNV’s such as amplification or deletion), structural variants (SVs such as translocations and inversions), and other events that differ from the “normal” genome. In some cases a CIViC variant may represent events of the transcriptome or proteome. For example, ‘expression’ or ‘over-expression’ is a valid variant. Regardless of the variant, it must have a Predictive, Prognostic, Predisposing, Diagnostic, Oncogenic, or Functional relevance that is clinical in nature to be entered in CIViC. i.e. There must be some rationale for why curation of this variant could ultimately aid clinical decision making.", - "id": 3042, - "mirId": "MIR:00000909", - "modified": "2022-01-29T10:48:56.640+0000", - "name": "CIViC Variant", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.vid", - "resources": [ + "mirId": "MIR:00100566", + "name": "VariO through BioPortal", + "official": false, + "providerCode": "bptl", + "resourceHomeUrl": "http://bioportal.bioontology.org/ontologies/VARIO", + "sampleId": "0294", + "urlPattern": "http://purl.bioontology.org/ontology/VARIO/VariO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 3043, + "description": "VariO through OLS", + "id": 1181, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Washington University in St. Louis", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000908", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", - "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "12", - "urlPattern": "https://civicdb.org/links/variant/{$id}" - } - ], - "sampleId": "12" - }, - { - "created": "2022-01-09T19:35:24.140+0000", - "deprecated": false, - "deprecationDate": null, - "description": "GitLab is The DevOps platform that empowers organizations to maximize the overall return on software development by delivering software faster and efficiently, while strengthening security and compliance. With GitLab, every team in your organization can collaboratively plan, build, secure, and deploy software to drive business outcomes faster with complete transparency, consistency and traceability.", - "id": 3013, - "mirId": "MIR:00000901", - "modified": "2022-01-29T17:48:48.838+0000", - "name": "GitLab", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9A-Za-z_][0-9A-Za-z-_()\\. ]*/[0-9A-Za-z_][0-9A-Za-z-_\\. ]*$", - "prefix": "gitlab", - "resources": [ + "mirId": "MIR:00100677", + "name": "VariO through OLS", + "official": false, + "providerCode": "ols", + "resourceHomeUrl": "https://www.ebi.ac.uk/ols/ontologies/vario", + "sampleId": "0294", + "urlPattern": "https://www.ebi.ac.uk/ols/ontologies/vario/terms?obo_id=VariO:{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "GitLab is an open core company which develops software for the software development lifecycle with 30 million estimated registered users and more than 1 million active license users, and has an active community of more than 2,500 contributors.", - "id": 3014, + "description": "VariO at Lund University", + "id": 1179, "institution": { - "description": "GitLab is an open core company which develops software for the software development lifecycle with 30 million estimated registered users and more than 1 million active license users, and has an active community of more than 2,500 contributors.", - "homeUrl": "https://gitlab.com/", - "id": 3012, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1178, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SE", + "countryName": "Sweden" }, - "name": "GitLab B.V.", + "name": "Department of Experimental Medical Science, Lund University", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "SE", + "countryName": "Sweden" }, - "mirId": "MIR:00000900", - "name": "GitLab B.V.", - "official": true, - "providerCode": "gitlab", - "resourceHomeUrl": "https://gitlab.com/", - "sampleId": "morpheus.lab/morpheus", - "urlPattern": "https://gitlab.com/{$id}" + "mirId": "MIR:00100526", + "name": "VariO at Lund University", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.variationontology.org/", + "sampleId": "0294", + "urlPattern": "http://www.ontobee.org/search?ontology=VariO&keywords=VariO_{$id}&submit=Search+terms" } ], - "sampleId": "morpheus.lab/morpheus" + "sampleId": "0294" }, { - "created": "2022-01-29T10:51:36.384+0000", + "created": "2019-06-11T14:16:52.167+0000", "deprecated": false, "deprecationDate": null, - "description": "RISM Online is a new service that will publish the bibliographic and authority data from the catalogue of the Répertoire International des Sources Musicales project.", - "id": 3047, - "mirId": "MIR:00000911", - "modified": "2022-01-31T08:57:14.676+0000", - "name": "RISM Online", + "description": "The database VBASE2 provides germ-line sequences of human and mouse immunoglobulin variable (V) genes.", + "id": 923, + "mirId": "MIR:00000320", + "modified": "2019-06-11T14:16:52.167+0000", + "name": "Vbase2", "namespaceEmbeddedInLui": false, - "pattern": "^[a-z]+/[0-9]+$", - "prefix": "rism", + "pattern": "^\\w+$", + "prefix": "vbase2", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01kk1vy78' with no Wikidata information, and no ISNI information", - "id": 3048, + "description": "Vbase2 at German Research Centre for Biotechnology", + "id": 925, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01kk1vy78' with no Wikidata information, and no ISNI information", - "homeUrl": "https://rism.digital/", - "id": 3046, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 924, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "DE", + "countryName": "Germany" }, - "name": "RISM Digital Center", + "name": "Department of Experimental Immunology, German Research Centre for Biotechnology, Braunschweig", "rorId": null }, "location": { - "countryCode": "CH", - "countryName": "Switzerland" + "countryCode": "DE", + "countryName": "Germany" }, - "mirId": "MIR:00000910", - "name": "RISM Digital Center", - "official": true, - "providerCode": "rism", - "resourceHomeUrl": "https://rism.digital/", - "sampleId": "people/11035", - "urlPattern": "https://rism.online/{$id}" + "mirId": "MIR:00100403", + "name": "Vbase2 at German Research Centre for Biotechnology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.vbase2.org/vbase2.php", + "sampleId": "humIGHV025", + "urlPattern": "http://www.vbase2.org/vgene.php?id={$id}" } ], - "sampleId": "people/11035" + "sampleId": "humIGHV025" }, { - "created": "2022-02-01T17:20:51.953+0000", + "created": "2019-06-11T14:17:22.962+0000", "deprecated": false, "deprecationDate": null, - "description": "CropMRespository is a database of soil and crop biophysical process models.", - "id": 3067, - "mirId": "MIR:00001015", - "modified": "2022-02-01T17:20:51.953+0000", - "name": "CropMRepository", + "description": "The VBRC provides bioinformatics resources to support scientific research directed at viruses belonging to the Arenaviridae, Bunyaviridae, Filoviridae, Flaviviridae, Paramyxoviridae, Poxviridae, and Togaviridae families. The Center consists of a relational database and web application that support the data storage, annotation, analysis, and information exchange goals of this work. Each data release contains the complete genomic sequences for all viral pathogens and related strains that are available for species in the above-named families. In addition to sequence data, the VBRC provides a curation for each virus species, resulting in a searchable, comprehensive mini-review of gene function relating genotype to biological phenotype, with special emphasis on pathogenesis.", + "id": 1286, + "mirId": "MIR:00000448", + "modified": "2019-06-11T14:17:22.962+0000", + "name": "VBRC", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]{9}$", - "prefix": "crop2ml", + "pattern": "^\\d+$", + "prefix": "vbrc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CropMRespository is a database of soil and crop biophysical process models.", - "id": 3068, + "description": "VBRC at University of Alabama", + "id": 1288, "institution": { - "description": "INRAE is France's new National Research Institute for Agriculture, Food and Environment, created on January 1, 2020, It was formed by the merger of INRA, the National Institute for Agricultural Research, and IRSTEA, the National Research Institute of Science and Technology for the Environment and Agriculture.", - "homeUrl": "https://www.inrae.fr/", - "id": 2292, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1287, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "name": "National Research Institute for Agriculture, Food and Environment", - "rorId": "https://ror.org/003vg9w96" + "name": "University of Alabama, Birmingham and the University of Victoria, British Columbia", + "rorId": null }, "location": { - "countryCode": "FR", - "countryName": "France" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00001016", - "name": "Crop2ML model repository", - "official": true, - "providerCode": "cropmdb", - "resourceHomeUrl": "http://www.crop2ml.org", - "sampleId": "000000001", - "urlPattern": "http://www.crop2ml.org/cropmdb/{$id}" + "mirId": "MIR:00100582", + "name": "VBRC at University of Alabama", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://vbrc.org/", + "sampleId": "35742", + "urlPattern": "http://vbrc.org/gene_detail.asp?gene_id={$id}" } ], - "sampleId": "000000001" + "sampleId": "35742" }, { - "created": "2022-02-27T20:29:04.474+0000", + "created": "2022-01-09T18:57:18.476+0000", "deprecated": false, "deprecationDate": null, - "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", - "id": 3135, - "mirId": "MIR:00000916", - "modified": "2022-02-27T20:29:04.474+0000", - "name": "VA Data Commons", + "description": "Models developed with the Virtual Cell (VCell) software prorgam.", + "id": 2995, + "mirId": "MIR:00000893", + "modified": "2022-01-09T18:57:18.476+0000", + "name": "VCell Published Models", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.f738", + "pattern": "^\\d{5,}$", + "prefix": "vcell", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The VA Data Commons supports the research and analysis of US military Veteran medical and genomic data and aims to accelerate scientific discovery and development of therapies, diagnostic tests, and other technologies for improving the lives of Veterans and beyond.", - "id": 3136, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02kzs4y22' with Wikidata IDs [Q7895298], and ISNI IDs [0000000419370394]", + "id": 2996, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/02kzs4y22' with Wikidata IDs [Q7895298], and ISNI IDs [0000000419370394]", + "homeUrl": "https://health.uconn.edu/", + "id": 2994, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "University of Connecticut Health Center", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00001017", - "name": "VA Data Commons", + "mirId": "MIR:00000892", + "name": "University of Connecticut Health Center", "official": true, - "providerCode": "dg.F738/", - "resourceHomeUrl": "https://va.data-commons.org/", - "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a", - "urlPattern": "https://va.data-commons.org/ga4gh/drs/v1/objects/{$id}" + "providerCode": "uchc", + "resourceHomeUrl": "https://health.uconn.edu/", + "sampleId": "201022999", + "urlPattern": "https://vcell.org/biomodel-{$id}" } ], - "sampleId": "8d8e55d1-1774-4f8d-99d3-dccec73d191a" + "sampleId": "201022999" }, { - "created": "2022-02-27T20:30:23.278+0000", + "created": "2019-06-11T14:16:32.515+0000", "deprecated": false, "deprecationDate": null, - "description": "AccessClinicalData@NIAID is a NIAID cloud-based, secure data platform that enables sharing of and access to reports and data sets from NIAID COVID-19 and other sponsored clinical trials for the basic and clinical research community.", - "id": 3139, - "mirId": "MIR:00000917", - "modified": "2022-02-27T20:30:23.278+0000", - "name": "https://accessclinicaldata.niaid.nih.gov/", + "description": "VectorBase is an NIAID-funded Bioinformatic Resource Center focused on invertebrate vectors of human pathogens. VectorBase annotates and curates vector genomes providing a web accessible integrated resource for the research community. Currently, VectorBase contains genome information for three mosquito species: Aedes aegypti, Anopheles gambiae and Culex quinquefasciatus, a body louse Pediculus humanus and a tick species Ixodes scapularis.", + "id": 687, + "mirId": "MIR:00000232", + "modified": "2019-06-11T14:16:32.515+0000", + "name": "VectorBase", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.nacd", + "pattern": "^\\D{4}\\d{6}(\\-\\D{2})?$", + "prefix": "vectorbase", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "AccessClinicalData@NIAID is a NIAID cloud-based, secure data platform that enables sharing of and access to reports and data sets from NIAID COVID-19 and other sponsored clinical trials for the basic and clinical research community", - "id": 3140, + "description": "Vectorbase at EMBL-EBI", + "id": 688, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 3164, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": " Open Commons Consortium", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000999", - "name": "https://accessclinicaldata.niaid.nih.gov/", + "mirId": "MIR:00100291", + "name": "Vectorbase at EMBL-EBI", "official": true, - "providerCode": "dg.nacd", - "resourceHomeUrl": "https://accessclinicaldata.niaid.nih.gov/", - "sampleId": "2096a0d6-1846-4b98-9ba3-e4065d82111d", - "urlPattern": "https://accessclinicaldata.niaid.nih.gov/ga4gh/drs/v1/objects/{$id}" + "providerCode": "ebi", + "resourceHomeUrl": "https://www.vectorbase.org/", + "sampleId": "ISCW007415", + "urlPattern": "https://www.vectorbase.org/search/site/{$id}?&site=\"Genome\"" } ], - "sampleId": "2096a0d6-1846-4b98-9ba3-e4065d82111d" + "sampleId": "ISCW007415" }, { - "created": "2022-02-27T20:30:53.595+0000", + "created": "2020-01-24T13:57:43.399+0000", "deprecated": false, "deprecationDate": null, - "description": "This website provides a centralized, cloud-based discovery portal for African American pharmacogenomics data and aims to accelerate discovery of novel genetic variants in African Americans related to clinically actionable cardiovascular phenotypes.", - "id": 3142, - "mirId": "MIR:00001019", - "modified": "2022-02-27T20:30:53.595+0000", - "name": "ACCOuNT Data Commons", + "description": "VegBank is the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification. VegBank consists of three linked databases that contain (1) vegetation plot records, (2) vegetation types recognized in the U.S. National Vegetation Classification and other vegetation types submitted by users, and (3) all plant taxa recognized by ITIS/USDA as well as all other plant taxa recorded in plot records. Vegetation records, community types and plant taxa may be submitted to VegBank and may be subsequently searched, viewed, annotated, revised, interpreted, downloaded, and cited. ", + "id": 2072, + "mirId": "MIR:00000723", + "modified": "2020-01-24T13:57:43.399+0000", + "name": "VegBank", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.4825", + "pattern": "^VB\\.[A-Za-z][A-Za-z]\\..*$", + "prefix": "vegbank", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "This website provides a centralized, cloud-based discovery portal for African American pharmacogenomics data and aims to accelerate discovery of novel genetic variants in African Americans related to clinically actionable cardiovascular phenotypes.", - "id": 3143, + "description": "VegBank is the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification.", + "id": 2073, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "NCEAS works to accelerate scientific discoveries that will enhance our understanding of the world and benefit people and nature, as well as to transform the scientific culture to be more open, efficient, and collaborative.", + "homeUrl": "https://nceas.ucsb.edu/", + "id": 2071, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "National Center for Ecological Analysis and Synthesis", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00001013", - "name": "ACCOuNT Data Commons", + "mirId": "MIR:00000751", + "name": "VegBank", "official": true, - "providerCode": "dg.4825", - "resourceHomeUrl": "https://acct.bionimbus.org/", - "sampleId": "003a12b5-1002-4791-bf7f-0d6f71ebd67b", - "urlPattern": "https://acct.bionimbus.org/ga4gh/drs/v1/objects/{$id}" + "providerCode": "vegbank", + "resourceHomeUrl": "http://vegbank.org/", + "sampleId": "VB.Ob.3736.GRSM125", + "urlPattern": "http://vegbank.org/cite/{$id}" } ], - "sampleId": "003a12b5-1002-4791-bf7f-0d6f71ebd67b" + "sampleId": "VB.Ob.3736.GRSM125" }, { - "created": "2022-02-27T20:31:33.330+0000", + "created": "2019-06-11T14:18:19.150+0000", "deprecated": false, "deprecationDate": null, - "description": "The Inflammatory Bowel Disease Genetics Consortium Data Commons supports the management, analysis, and sharing of genetic data to support the vision and mission of the IBD genetics consortium.", - "id": 3149, - "mirId": "MIR:00001021", - "modified": "2022-02-27T20:31:33.330+0000", - "name": "NIDDK IBD Genetics Consortium Portal", + "description": "An interactive tool for neurobiologists to explore the detailed neuroanatomy, neuron connectivity and gene expression of the Drosophila melanogaster.", + "id": 1884, + "mirId": "MIR:00000680", + "modified": "2019-06-11T14:18:19.150+0000", + "name": "Virtual Fly Brain", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.ea80", + "pattern": "^[0-9a-zA-Z]{8}$", + "prefix": "vfb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Inflammatory Bowel Disease Genetics Consortium Data Commons supports the management, analysis, and sharing of genetic data to support the vision and mission of the IBD genetics consortium.", - "id": 3150, + "description": "Virtual Fly Brain", + "id": 1886, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1885, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Open Commons Consortium", + "name": "The University of Cambridge", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000920", - "name": "NIDDK IBD Genetics Consortium Portal", + "mirId": "MIR:00100911", + "name": "Virtual Fly Brain", "official": true, - "providerCode": "dg.EA80", - "resourceHomeUrl": "https://ibdgc.datacommons.io/", - "sampleId": "00083977-d4d7-4593-a216-2b9c931b8b03", - "urlPattern": "https://ibdgc.datacommons.io/ga4gh/drs/v1/objects/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://VirtualFlyBrain.org", + "sampleId": "00000001", + "urlPattern": "http://virtualflybrain.org/reports/{$id}" } ], - "sampleId": "00083977-d4d7-4593-a216-2b9c931b8b03" + "sampleId": "00000001" }, { - "created": "2022-02-27T20:31:54.933+0000", + "created": "2019-06-11T14:17:28.027+0000", "deprecated": false, "deprecationDate": null, - "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3152, - "mirId": "MIR:00001020", - "modified": "2022-02-27T20:31:54.933+0000", - "name": "BioData Catalyst", + "description": "VFDB is a repository of virulence factors (VFs) of pathogenic bacteria.This collection references VF genes.", + "id": 1347, + "mirId": "MIR:00000472", + "modified": "2019-06-11T14:17:28.027+0000", + "name": "VFDB Gene", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "4503", + "pattern": "^\\w+$", + "prefix": "vfdb.gene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3153, + "description": "VFDB Gene at Institute of Pathogen Biology", + "id": 1348, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 3145, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1345, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Open Commons Consortium ", + "name": "State Key Laboratory for Molecular Virology and Genetic Engineering, Institute of Pathogen Biology, Chinese Academy Medical Sciences and Peking Union Medical College, Beijing", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000921", - "name": "BioData Catalyst", - "official": true, - "providerCode": "dg.4503", - "resourceHomeUrl": "https://gen3.biodatacatalyst.nhlbi.nih.gov/", - "sampleId": "3dab719c-1fa0-461b-a543-5f0e564a9be4", - "urlPattern": "https://gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100607", + "name": "VFDB Gene at Institute of Pathogen Biology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.mgc.ac.cn/VFs/", + "sampleId": "VFG2154", + "urlPattern": "http://www.mgc.ac.cn/cgi-bin/VFs/gene.cgi?GeneID={$id}" } ], - "sampleId": "3dab719c-1fa0-461b-a543-5f0e564a9be4" + "sampleId": "VFG2154" }, { - "created": "2022-02-27T20:33:39.208+0000", + "created": "2019-06-11T14:17:27.811+0000", "deprecated": false, "deprecationDate": null, - "description": "The Medical Imaging & Data Resource Center (MIDRC) Data Commons supports the management, analysis and sharing of medical imaging data for the improvement of patient outcomes.", - "id": 3171, - "mirId": "MIR:00000932", - "modified": "2022-02-27T20:33:39.208+0000", - "name": "MIDRC Data Commons", + "description": "VFDB is a repository of virulence factors (VFs) of pathogenic bacteria.This collection references VF information by Genus.", + "id": 1344, + "mirId": "MIR:00000471", + "modified": "2019-06-11T14:17:27.811+0000", + "name": "VFDB Genus", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.md1r", + "pattern": "^\\w+$", + "prefix": "vfdb.genus", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Medical Imaging & Data Resource Center (MIDRC) Data Commons supports the management, analysis and sharing of medical imaging data for the improvement of patient outcomes.", - "id": 3172, + "description": "VFDB Genus at Institute of Pathogen Biology", + "id": 1346, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1345, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "name": "Open Commons Consortium", + "name": "State Key Laboratory for Molecular Virology and Genetic Engineering, Institute of Pathogen Biology, Chinese Academy Medical Sciences and Peking Union Medical College, Beijing", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CN", + "countryName": "China" }, - "mirId": "MIR:00000931", - "name": "MIDRC Data Commons", - "official": true, - "providerCode": "dg.MD1R", - "resourceHomeUrl": "https://data.midrc.org/", - "sampleId": "000007c3-356a-4d59-a6c0-0ee920b60305", - "urlPattern": "https://data.midrc.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100606", + "name": "VFDB Genus at Institute of Pathogen Biology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.mgc.ac.cn/VFs/", + "sampleId": "Chlamydia", + "urlPattern": "http://www.mgc.ac.cn/cgi-bin/VFs/genus.cgi?Genus={$id}" } ], - "sampleId": "000007c3-356a-4d59-a6c0-0ee920b60305" + "sampleId": "Chlamydia" }, { - "created": "2022-02-27T20:41:50.311+0000", + "created": "2020-05-12T14:08:31.024+0000", "deprecated": false, "deprecationDate": null, - "description": "Workspace (Git repository) for modeling projects managed by the Physiome Model Repository", - "id": 3196, - "mirId": "MIR:00000948", - "modified": "2022-02-27T20:41:50.311+0000", - "name": "Physiome Model Repository workspace", + "description": "The Vertebrate Gene Nomenclature Committee (VGNC) is an extension of the established HGNC (HUGO Gene Nomenclature Committee) project that names human genes. VGNC is responsible for assigning standardized names to genes in vertebrate species that currently lack a nomenclature committee.", + "id": 2222, + "mirId": "MIR:00000765", + "modified": "2020-05-12T14:08:31.024+0000", + "name": "VGNC", "namespaceEmbeddedInLui": false, - "pattern": "^[a-zA-Z0-9_\\-]+(/.*?)?$", - "prefix": "pmr.workspace", + "pattern": "^((VGNC|vgnc):)?\\d{1,9}$", + "prefix": "vgnc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "id": 3197, + "description": "The Vertebrate Gene Nomenclature Committee (VGNC) is an extension of the established HGNC (HUGO Gene Nomenclature Committee) project that names human genes. VGNC is responsible for assigning standardized names to genes in vertebrate species that currently lack a nomenclature committee. ", + "id": 2223, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03b94tp07' with Wikidata IDs [Q492467], and ISNI IDs [0000 0004 0372 3343]", - "homeUrl": "https://www.auckland.ac.nz/en.html", - "id": 2795, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "NZ", - "countryName": "New Zealand" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "University of Auckland", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "NZ", - "countryName": "New Zealand" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000947", - "name": "University of Auckland", + "mirId": "MIR:00000752", + "name": "VGNC", "official": true, - "providerCode": "abi", - "resourceHomeUrl": "https://www.auckland.ac.nz/en.html", - "sampleId": "modularmassactionprimer", - "urlPattern": "https://models.physiomeproject.org/workspace/{$id}" + "providerCode": "vgnc", + "resourceHomeUrl": "https://vertebrate.genenames.org", + "sampleId": "VGNC:3792", + "urlPattern": "https://vertebrate.genenames.org/data/gene-symbol-report/#!/vgnc_id/{$id}" } ], - "sampleId": "modularmassactionprimer" + "sampleId": "VGNC:3792" }, { - "created": "2022-02-27T20:32:23.416+0000", + "created": "2019-06-11T14:18:20.364+0000", "deprecated": false, "deprecationDate": null, - "description": "The AnVIL supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3155, - "mirId": "MIR:00000922", - "modified": "2022-02-27T20:32:23.416+0000", - "name": "The AnVIL", + "description": "The VIAF® (Virtual International Authority File) combines multiple name authority files into a single OCLC-hosted name authority service. The goal of the service is to lower the cost and increase the utility of library authority files by matching and linking widely-used authority files and making that information available on the Web.", + "id": 1898, + "mirId": "MIR:00000685", + "modified": "2019-06-11T14:18:20.364+0000", + "name": "Virtual International Authority File", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.373f", + "pattern": "^\\d+$", + "prefix": "viaf", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The AnVIL supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.", - "id": 3156, + "description": "Virtual International Authority File", + "id": 1900, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1899, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "Online Computer Library Center, Incorporated, Dublin, Ohio", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000913", - "name": "The AnVIL", + "mirId": "MIR:00100916", + "name": "Virtual International Authority File", "official": true, - "providerCode": "dg.373F", - "resourceHomeUrl": "https://gen3.theanvil.io/", - "sampleId": "6f2f1d6c-c5b5-4171-8b5f-9b1ac8c8a8ca", - "urlPattern": "https://gen3.theanvil.io/ga4gh/drs/v1/objects/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://viaf.org", + "sampleId": "75121530", + "urlPattern": "http://viaf.org/viaf/{$id}" } ], - "sampleId": "6f2f1d6c-c5b5-4171-8b5f-9b1ac8c8a8ca" + "sampleId": "75121530" }, { - "created": "2022-02-27T20:32:37.384+0000", + "created": "2019-06-11T14:17:13.893+0000", "deprecated": false, "deprecationDate": null, - "description": "This website provides a centralized, cloud-based portal for the open redistribution and analysis of environmental datasets and satellite imagery from OCC stakeholders like NASA and NOAA and aims to support the earth science research community as well as human assisted disaster relief.", - "id": 3158, - "mirId": "MIR:00000925", - "modified": "2022-02-27T20:32:37.384+0000", - "name": "Environmental Data Commons", + "description": "The Virus Pathogen Database and Analysis Resource (ViPR) supports bioinformatics workflows for a broad range of human virus pathogens and other related viruses. It provides access to sequence records, gene and protein annotations, immune epitopes, 3D structures, and host factor data. This collection references viral strain information.", + "id": 1182, + "mirId": "MIR:00000407", + "modified": "2019-06-11T14:17:13.893+0000", + "name": "ViPR Strain", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.7c5b", + "pattern": "^[A-Za-z 0-9]+$", + "prefix": "vipr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "This website provides a centralized, cloud-based portal for the open redistribution and analysis of environmental datasets and satellite imagery from OCC stakeholders like NASA and NOAA and aims to support the earth science research community as well as human assisted disaster relief.", - "id": 3159, + "description": "ViPR Strain at J. Craig Venter Institute", + "id": 1184, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1183, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "J. Craig Venter Institute, San Diego, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000923", - "name": "Environmental Data Commons", - "official": true, - "providerCode": "dg.7C5B", - "resourceHomeUrl": "https://portal.occ-data.org/", - "sampleId": "00000014-990c-48f2-b0a8-fbb533860512", - "urlPattern": "https://portal.occ-data.org/loginga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100527", + "name": "ViPR Strain at J. Craig Venter Institute", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.viprbrc.org/brc/home.do?decorator=vipr", + "sampleId": "BeAn 70563", + "urlPattern": "http://www.viprbrc.org/brc/viprStrainDetails.do?strainName={$id}&decorator=arena" } ], - "sampleId": "00000014-990c-48f2-b0a8-fbb533860512" + "sampleId": "BeAn 70563" }, { - "created": "2022-02-27T20:32:53.923+0000", + "created": "2019-06-11T14:17:23.207+0000", "deprecated": false, "deprecationDate": null, - "description": "The Kids First Data Catalog supports the Kids First Data Resource Center by providing a digital object services that allow interoperability between data commons, including authentication and authorization for controlled access data.", - "id": 3161, - "mirId": "MIR:00000926", - "modified": "2022-02-27T20:32:53.923+0000", - "name": "Kids First Data Catalog", + "description": "ViralZone is a resource bridging textbook knowledge with genomic and proteomic sequences. It provides fact sheets on all known virus families/genera with easy access to sequence data. A selection of reference strains (RefStrain) provides annotated standards to circumvent the exponential increase of virus sequences. Moreover ViralZone offers a complete set of detailed and accurate virion pictures.", + "id": 1289, + "mirId": "MIR:00000449", + "modified": "2019-06-11T14:17:23.207+0000", + "name": "ViralZone", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "f82a1a", + "pattern": "^\\d+$", + "prefix": "viralzone", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Kids First Data Catalog supports the Kids First Data Resource Center by providing a digital object services that allow interoperability between data commons, including authentication and authorization for controlled access data.", - "id": 3162, + "description": "ViralZone at SIB", + "id": 1291, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "SIB provides bioinformatics services and resources for scientists and clinicians from academia and industry in Switzerland and worldwide.", + "homeUrl": "https://www.sib.swiss", + "id": 1730, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "name": "Open Commons Consortium", - "rorId": null + "name": "SIB Swiss Institute of Bioinformatics", + "rorId": "https://ror.org/002n09z45" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "CH", + "countryName": "Switzerland" }, - "mirId": "MIR:00000924", - "name": "Kids First Data Catalog", - "official": true, - "providerCode": "dg.F82A1A", - "resourceHomeUrl": "https://data.kidsfirstdrc.org/", - "sampleId": "0000324e-e2d9-4ccd-b25b-2d16c8a87b28", - "urlPattern": "https://data.kidsfirstdrc.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100583", + "name": "ViralZone at SIB", + "official": false, + "providerCode": "sib", + "resourceHomeUrl": "http://www.expasy.org/viralzone/", + "sampleId": "992", + "urlPattern": "http://viralzone.expasy.org/all_by_protein/{$id}.html" } ], - "sampleId": "0000324e-e2d9-4ccd-b25b-2d16c8a87b28" + "sampleId": "992" }, { - "created": "2022-02-27T20:33:06.143+0000", + "created": "2019-06-11T14:16:37.163+0000", "deprecated": false, "deprecationDate": null, - "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.\n", - "id": 3165, - "mirId": "MIR:00000928", - "modified": "2022-02-27T20:33:06.143+0000", - "name": "NHLBI BioData Catalyst", + "description": "The VIRsiRNA database contains details of siRNA/shRNA which target viral genome regions. It provides efficacy information where available, as well as the siRNA sequence, viral target and subtype, as well as the target genomic region.", + "id": 739, + "mirId": "MIR:00000249", + "modified": "2019-06-11T14:16:37.163+0000", + "name": "VIRsiRNA", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.712c", + "pattern": "^virsi\\d+$", + "prefix": "virsirna", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "NHLBI BioData Catalyst supports the management, analysis and sharing of human disease data for the research community and aims to advance basic understanding of the genetic basis of complex traits and accelerate discovery and development of therapies, diagnostic tests, and other technologies for diseases like cancer. The data commons supports cross-project analyses by harmonizing data from different projects through the collaborative development of a data dictionary, providing an API for data queries and download, and providing a cloud-based analysis workspace with rich tools and resources.\n", - "id": 3166, + "description": "VIRsiRNA at Institute of Microbial Technology", + "id": 741, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 3164, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 740, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "name": " Open Commons Consortium", + "name": "Institute of Microbial Technology, Council of Scientific and Industrial Research (CSIR), Chandigarh, India", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IN", + "countryName": "India" }, - "mirId": "MIR:00000927", - "name": "NHLBI BioData Catalyst", - "official": true, - "providerCode": "dg.712C", - "resourceHomeUrl": "https://staging.gen3.biodatacatalyst.nhlbi.nih.gov/", - "sampleId": "0129cb63-1cc7-4151-b119-5e3ba3a8eb07", - "urlPattern": "https://staging.gen3.biodatacatalyst.nhlbi.nih.gov/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100320", + "name": "VIRsiRNA at Institute of Microbial Technology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://crdd.osdd.net/servers/virsirnadb", + "sampleId": "virsi1909", + "urlPattern": "http://crdd.osdd.net/servers/virsirnadb/record.php?details={$id}" } ], - "sampleId": "0129cb63-1cc7-4151-b119-5e3ba3a8eb07" + "sampleId": "virsi1909" }, { - "created": "2022-02-27T20:33:18.862+0000", + "created": "2021-02-01T15:47:59.756+0000", "deprecated": false, "deprecationDate": null, - "description": "Chicago Pandemic Response Commons known as CCC is the first regional data commons launched under the Pandemic Response Commons Consortium. Born out of a consortium of Chicago-area civic and healthcare organizations with support from several technology partners, the PRC represents a persistent data resource for the research community engaging with COVID-19.", - "id": 3168, - "mirId": "MIR:00001026", - "modified": "2022-02-27T20:33:18.862+0000", - "name": "Chicago Pandemic Response Commons", + "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", + "id": 2497, + "mirId": "MIR:00000774", + "modified": "2021-02-01T15:47:59.756+0000", + "name": "VMH Gene", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.63d5", + "pattern": "^[0-9]+\\.[0-9]+", + "prefix": "vmhgene", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Chicago Pandemic Response Commons known as CCC is the first regional data commons launched under the Pandemic Response Commons Consortium. Born out of a consortium of Chicago-area civic and healthcare organizations with support from several technology partners, the PRC represents a persistent data resource for the research community engaging with COVID-19.", - "id": 3169, + "description": "VMH Gene, provided by Thiele Group, NUI Galway. \nThe VMH database captures information on human and gut microbial metabolism and links this information to hundreds of diseases and nutritional data.", + "id": 2498, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", + "homeUrl": "http://www.nuigalway.ie/", + "id": 2496, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "name": "Open Commons Consortium", + "name": "National University of Ireland, Galway", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "mirId": "MIR:00000929", - "name": "Chicago Pandemic Response Commons", + "mirId": "MIR:00000794", + "name": "VMH Gene", "official": true, - "providerCode": "dg.63D5", - "resourceHomeUrl": "https://chicagoland.pandemicresponsecommons.org/", - "sampleId": "00002b0f-0adf-4015-b2b7-b38f9337044a", - "urlPattern": "https://chicagoland.pandemicresponsecommons.org/ga4gh/drs/v1/objects/{$id}" + "providerCode": "NUI", + "resourceHomeUrl": "https://www.vmh.life/", + "sampleId": "8639.1", + "urlPattern": "https://www.vmh.life/#gene/{$id}" } ], - "sampleId": "00002b0f-0adf-4015-b2b7-b38f9337044a" + "sampleId": "8639.1" }, { - "created": "2022-02-27T20:34:03.581+0000", + "created": "2019-06-11T14:18:07.981+0000", "deprecated": false, "deprecationDate": null, - "description": "The Helping to End Addiction Long-termSM Initiative, or NIH HEAL InitiativeSM, will support the Justice Community Opioid Innovation Network (JCOIN) to study approaches to increase high-quality care for people with opioid misuse and OUD in justice settings. JCOIN will test strategies to expand effective treatment and care in partnership with local and state justice systems and community-based treatment providers.", - "id": 3174, - "mirId": "MIR:00000934", - "modified": "2022-02-27T20:34:03.581+0000", - "name": "JCOIN Portal", + "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", + "id": 1765, + "mirId": "MIR:00000636", + "modified": "2019-06-11T14:18:07.981+0000", + "name": "VMH metabolite", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "6vts", + "pattern": "[a-zA-Z0-9_\\(\\_\\)\\[\\]]+", + "prefix": "vmhmetabolite", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Helping to End Addiction Long-termSM Initiative, or NIH HEAL InitiativeSM, will support the Justice Community Opioid Innovation Network (JCOIN) to study approaches to increase high-quality care for people with opioid misuse and OUD in justice settings. JCOIN will test strategies to expand effective treatment and care in partnership with local and state justice systems and community-based treatment providers.", - "id": 3175, + "description": "VMH metabolite", + "id": 1767, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", + "homeUrl": "http://www.nuigalway.ie/", + "id": 2496, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "name": "Open Commons Consortium", + "name": "National University of Ireland, Galway", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "mirId": "MIR:00000933", - "name": "JCOIN Portal", - "official": true, - "providerCode": "dg.6VTS", - "resourceHomeUrl": "https://jcoin.datacommons.io/", - "sampleId": "005bf193-fa93-44c0-9b2b-9b039f94d692", - "urlPattern": "https://jcoin.datacommons.io/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100841", + "name": "VMH metabolite", + "official": false, + "providerCode": "NUI", + "resourceHomeUrl": "https://www.vmh.life/", + "sampleId": "h2o", + "urlPattern": "https://www.vmh.life/#metabolite/{$id}" } ], - "sampleId": "005bf193-fa93-44c0-9b2b-9b039f94d692" + "sampleId": "h2o" }, { - "created": "2022-02-27T20:37:35.848+0000", + "created": "2019-06-11T14:18:08.921+0000", "deprecated": false, "deprecationDate": null, - "description": "The vision of DCFS is to make it easier to develop, operate, and interoperate data commons, data clouds, knowledge bases, and other resources for managing, analyzing, and sharing research data that can be part of a large data commons ecosystem.", - "id": 3177, - "mirId": "MIR:00000936", - "modified": "2022-02-27T20:37:35.848+0000", - "name": "NCI Data Commons Framework Services", + "description": "The Virtual Metabolic Human (VMH) is a resource that combines human and gut microbiota metabolism with nutrition and disease.", + "id": 1775, + "mirId": "MIR:00000640", + "modified": "2019-06-11T14:18:08.921+0000", + "name": "VMH reaction", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.nci35", + "pattern": "[a-zA-Z0-9_\\(\\_\\)\\[\\]]+", + "prefix": "vmhreaction", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The vision of DCFS is to make it easier to develop, operate, and interoperate data commons, data clouds, knowledge bases, and other resources for managing, analyzing, and sharing research data that can be part of a large data commons ecosystem.", - "id": 3178, + "description": "VMH reaction", + "id": 1776, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03bea9k73' with Wikidata IDs [Q644478], and ISNI IDs [0000 0004 0488 0789]", + "homeUrl": "http://www.nuigalway.ie/", + "id": 2496, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "name": "Open Commons Consortium", + "name": "National University of Ireland, Galway", "rorId": null }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "IE", + "countryName": "Ireland" }, - "mirId": "MIR:00000935", - "name": "NCI Data Commons Framework Services", - "official": true, - "providerCode": "dg.NCI35", - "resourceHomeUrl": "https://nci-crdc.datacommons.io/login", - "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b", - "urlPattern": "https://nci-crdc.datacommons.io/login/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100845", + "name": "VMH reaction", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.vmh.life/", + "sampleId": "HEX1", + "urlPattern": "https://www.vmh.life/#reaction/{$id}" } ], - "sampleId": "81944ba1-81d0-436e-8552-33d77a27834b" + "sampleId": "HEX1" }, { - "created": "2022-02-27T20:37:55.926+0000", + "created": "2019-06-11T14:15:38.790+0000", "deprecated": false, "deprecationDate": null, - "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", - "id": 3180, - "mirId": "MIR:00000938", - "modified": "2022-02-27T20:37:55.926+0000", - "name": "Veterans Precision Oncology Data Commons", + "description": "WormBase is an online bioinformatics database of the biology and genome of the model organism Caenorhabditis elegans and other nematodes. It is used by the C. elegans research community both as an information resource and as a mode to publish and distribute their results. This collection references WormBase-accessioned entities.", + "id": 113, + "mirId": "MIR:00000027", + "modified": "2019-06-11T14:15:38.790+0000", + "name": "WormBase", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.vp07", + "pattern": "^WB[A-Z][a-z]+\\d+$", + "prefix": "wb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.", - "id": 3181, + "description": "WormBase", + "id": 114, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Open Commons Consortium", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000937", - "name": "Veterans Precision Oncology Data Commons", + "mirId": "MIR:00100038", + "name": "WormBase", "official": true, - "providerCode": "dg.VP07", - "resourceHomeUrl": "https://vpodc.data-commons.org/", - "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260", - "urlPattern": "https://vpodc.data-commons.org/ga4gh/drs/v1/objects/{$id}" - } - ], - "sampleId": "000bf826-73ba-4685-aa6c-3e0971a2f260" - }, - { - "created": "2022-02-27T20:38:48.115+0000", - "deprecated": false, - "deprecationDate": null, - "description": "This website analyzes and shares genomic architecture of modern dog breeds and runs analysis for canine cancer to create clean, easy to navigate visualizations for data-driven discovery for canine cancer.", - "id": 3183, - "mirId": "MIR:00000940", - "modified": "2022-02-27T20:38:48.115+0000", - "name": "Canine Data Commons", - "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.c78ne", - "resources": [ + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.wormbase.org/", + "sampleId": "WBGene00000001", + "urlPattern": "https://www.wormbase.org/get?name={$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "This website analyzes and shares genomic architecture of modern dog breeds and runs analysis for canine cancer to create clean, easy to navigate visualizations for data-driven discovery for canine cancer.", - "id": 3184, + "description": "WormBase through BioEntity Link", + "id": 115, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 101, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "InSilico Inc, in Eugene, Oregon", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000939", - "name": "Canine Data Commons", - "official": true, - "providerCode": "dg.C78ne", - "resourceHomeUrl": "https://caninedc.org/", - "sampleId": "0002346e-5ee7-45fb-8c92-8333f8e13854", - "urlPattern": "https://caninedc.org/ga4gh/drs/v1/objects/{$id}" - } - ], - "sampleId": "0002346e-5ee7-45fb-8c92-8333f8e13854" - }, - { - "created": "2022-02-27T20:39:04.388+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The HEAL Platform is a cloud-based and multifunctional web interface that provides a secure environment for discovery and analysis of NIH HEAL results and data. It is designed to serve users with a variety of objectives, backgrounds, and specialties.\n\nThe HEAL Platform represents a dynamic Data Ecosystem that aggregates and hosts data from multiple resources to make data discovery and access easy for users.\n\nThe platform provides a way to search and query over study metadata and diverse data types, generated by different projects and organizations and stored across multiple secure repositories.\n\nThe HEAL platform also offers a secure and cost-effective cloud-computing environment for data analysis, empowering collaborative research and development of new analytical tools. New workflows and results of analyses can be shared with the HEAL community to enable collaborative, high-impact publications that address the opioid crisis.", - "id": 3186, - "mirId": "MIR:00000942", - "modified": "2022-02-27T20:39:04.388+0000", - "name": "The HEAL platform", - "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.h34l", - "resources": [ + "mirId": "MIR:00100890", + "name": "WormBase through BioEntity Link", + "official": false, + "providerCode": "bioentitylink", + "resourceHomeUrl": "https://bioentity.link/", + "sampleId": "WBGene00021291", + "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "The HEAL Platform is a cloud-based and multifunctional web interface that provides a secure environment for discovery and analysis of NIH HEAL results and data. It is designed to serve users with a variety of objectives, backgrounds, and specialties.\n\nThe HEAL Platform represents a dynamic Data Ecosystem that aggregates and hosts data from multiple resources to make data discovery and access easy for users.\n\nThe platform provides a way to search and query over study metadata and diverse data types, generated by different projects and organizations and stored across multiple secure repositories.\n\nThe HEAL platform also offers a secure and cost-effective cloud-computing environment for data analysis, empowering collaborative research and development of new analytical tools. New workflows and results of analyses can be shared with the HEAL community to enable collaborative, high-impact publications that address the opioid crisis.", - "id": 3187, + "description": "WormBase through the Alliance of Genome Resources", + "id": 116, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Open Commons Consortium", + "name": "Alliance of Genome Resources", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000941", - "name": "The HEAL Platform", - "official": true, - "providerCode": "dg.h34L", - "resourceHomeUrl": "https://healdata.org/", - "sampleId": "022911d6-af91-4b02-8f96-9107c77c98b8", - "urlPattern": "https://healdata.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100901", + "name": "WormBase through the Alliance of Genome Resources", + "official": false, + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "WBGene00000001", + "urlPattern": "https://www.alliancegenome.org/gene/WB:{$id}" } ], - "sampleId": "022911d6-af91-4b02-8f96-9107c77c98b8" + "sampleId": "WBGene00000001" }, { - "created": "2022-02-27T20:40:41.328+0000", + "created": "2019-06-11T14:17:26.886+0000", "deprecated": false, "deprecationDate": null, - "description": "This website supports the management, analysis and sharing of data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies.", - "id": 3189, - "mirId": "MIR:00000944", - "modified": "2022-02-27T20:40:41.328+0000", - "name": "HEAL Data Platform", + "description": "WormBase is an online bioinformatics database of the biology and genome of the model organism Caenorhabditis elegans and related nematodes. It is used by the C. elegans research community both as an information resource and as a mode to publish and distribute their results. This collection references RNAi experiments, detailing target and phenotypes.", + "id": 1333, + "mirId": "MIR:00000466", + "modified": "2019-06-11T14:17:26.886+0000", + "name": "WormBase RNAi", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.h35l", + "pattern": "^WBRNAi\\d{8}$", + "prefix": "wb.rnai", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "This website supports the management, analysis and sharing of data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies.", - "id": 3190, + "description": "WormBase RNAi", + "id": 1334, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 2820, + "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", + "homeUrl": "https://www.ebi.ac.uk", + "id": 2, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "name": "Open Commons Consortium", - "rorId": null + "name": "European Bioinformatics Institute", + "rorId": "https://ror.org/02catss52" }, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "GB", + "countryName": "United Kingdom" }, - "mirId": "MIR:00000943", - "name": "HEAL Data Platform", - "official": true, - "providerCode": "dg.h34L", - "resourceHomeUrl": "https://externaldata.healdata.org/", - "sampleId": "007e4996-c902-49a0-8fe8-b363f1d3fb23", - "urlPattern": "https://externaldata.healdata.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100601", + "name": "WormBase RNAi", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.wormbase.org/", + "sampleId": "WBRNAi00086878", + "urlPattern": "https://www.wormbase.org/species/c_elegans/rnai/{$id}" } ], - "sampleId": "007e4996-c902-49a0-8fe8-b363f1d3fb23" + "sampleId": "WBRNAi00086878" }, { - "created": "2022-02-27T20:40:56.446+0000", + "created": "2019-06-11T14:17:46.087+0000", "deprecated": false, "deprecationDate": null, - "description": "The UMCCR AGHA Data Commons supports the management, analysis and sharing of data for the research community.", - "id": 3193, - "mirId": "MIR:00000946", - "modified": "2022-02-27T20:40:56.446+0000", - "name": "UMCCR AGHA Data Commons", + "description": "Wikidata is a collaboratively edited knowledge base operated by the Wikimedia Foundation. It is intended to provide a common source of certain types of data which can be used by Wikimedia projects such as Wikipedia. Wikidata functions as a document-oriented database, centred on individual items. Items represent topics, for which basic information is stored that identifies each topic.", + "id": 1537, + "mirId": "MIR:00000549", + "modified": "2020-11-30T14:15:44.647+0000", + "name": "Wikidata", "namespaceEmbeddedInLui": false, - "pattern": "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}", - "prefix": "dg.um33r90", + "pattern": "^(Q|P)\\d+$", + "prefix": "wikidata", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "The UMCCR AGHA Data Commons supports the management, analysis and sharing of data for the research community.", - "id": 3194, + "description": "Wikidata at Wikimedia Foundation", + "id": 1538, "institution": { - "description": "The Open Commons Consortium (OCC) manages and operates cloud computing, data commons, and data ecosystems to advance scientific, medical, health care and environmental research for human and societal impact.", - "homeUrl": "https://www.occ-data.org/", - "id": 3192, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1111, "location": { "countryCode": "US", "countryName": "United States" }, - "name": " Open Commons Consortium ", + "name": "Wikimedia Foundation, San Francisco, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000945", - "name": "UMCCR AGHA Data Commons", - "official": true, - "providerCode": "dg.UM33R90", - "resourceHomeUrl": "https://gen3.agha.umccr.org/", - "sampleId": "0aa770b4-66b3-4009-9f02-852236b0544f", - "urlPattern": "https://gen3.agha.umccr.org/ga4gh/drs/v1/objects/{$id}" + "mirId": "MIR:00100726", + "name": "Wikidata at Wikimedia Foundation", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.wikidata.org/", + "sampleId": "Q2207226", + "urlPattern": "http://www.wikidata.org/entity/{$id}" } ], - "sampleId": "0aa770b4-66b3-4009-9f02-852236b0544f" + "sampleId": "Q2207226" }, { - "created": "2022-03-15T08:27:12.699+0000", + "created": "2019-06-11T14:17:20.303+0000", "deprecated": false, "deprecationDate": null, - "description": "Pennsieve is a publicly accessible Scientific Data Management and publication platform. The platform supports data curation, sharing and publishing complex scientific datasets with a focus on integration between graph-based metadata and file-archival. The platform provides a \"peer\"-reviewed publication mechanism and public datasets are available through its Discover Web Application and APIs. ", - "id": 3203, - "mirId": "MIR:00000951", - "modified": "2022-03-15T08:27:12.699+0000", - "name": "Pennsieve", + "description": "WikiGenes is a collaborative knowledge resource for the life sciences, which is based on the general wiki idea but employs specifically developed technology to serve as a rigorous scientific tool. The rationale behind WikiGenes is to provide a platform for the scientific community to collect, communicate and evaluate knowledge about genes, chemicals, diseases and other biomedical concepts in a bottom-up process.", + "id": 1255, + "mirId": "MIR:00000437", + "modified": "2019-06-11T14:17:20.303+0000", + "name": "WikiGenes", "namespaceEmbeddedInLui": false, - "pattern": "N:package:[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}", - "prefix": "ps", + "pattern": "^\\d+$", + "prefix": "wikigenes", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Pennsieve Discover is a public repository for scientific datasets and specializes in FAIR distribution of public datasets that combine large files and graph based metadata records. ", - "id": 3204, + "description": "WikiGenes at Massachusetts Institute of Technology", + "id": 1257, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 1674, + "id": 1256, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of Pennsylvania", + "name": "Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000950", - "name": "Pennsieve Discover", - "official": true, - "providerCode": "ps", - "resourceHomeUrl": "https://discover.pennsieve.io", - "sampleId": "N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a", - "urlPattern": "https://discover.pennsieve.io/package/{$id}" + "mirId": "MIR:00100567", + "name": "WikiGenes at Massachusetts Institute of Technology", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.wikigenes.org/", + "sampleId": "3771877", + "urlPattern": "http://www.wikigenes.org/e/gene/e/{$id}.html" } ], - "sampleId": "N:package:e3243db3-7986-488e-9a10-c7a0bfdcfe8a" + "sampleId": "3771877" }, { - "created": "2021-05-10T19:40:34.200+0000", + "created": "2019-06-11T14:15:53.125+0000", "deprecated": false, "deprecationDate": null, - "description": "The Integrated Canine Data Commons is one of several repositories within the NCI Cancer Research Data Commons (CRDC), a cloud-based data science infrastructure that provides secure access to a large, comprehensive, and expanding collection of cancer research data. The ICDC was established to further research on human cancers by enabling comparative analysis with canine cancer.", - "id": 2638, - "mirId": "MIR:00000812", - "modified": "2022-03-31T16:55:06.915+0000", - "name": "Integrated Canine Data Commons", + "description": "WikiPathways is a resource providing an open and public collection of pathway maps created and curated by the community in a Wiki-like style.", + "id": 258, + "mirId": "MIR:00000076", + "modified": "2023-01-05T18:26:05.922+0000", + "name": "WikiPathways", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{6}$", - "prefix": "icdc", + "pattern": "WP\\d{1,5}(\\_r\\d+)?$", + "prefix": "wikipathways", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Integrated Canine Data Commons at National Cancer Institute (USA)", - "id": 2639, + "description": "WikiPathways", + "id": 260, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/040gcmg81' with Wikidata IDs [Q664846], and ISNI IDs [0000 0004 1936 8075]", - "homeUrl": "https://www.cancer.gov/", - "id": 2637, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "US", - "countryName": "United States" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "National Cancer Institute", - "rorId": "https://ror.org/040gcmg81" + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000811", - "name": "Integrated Canine Data Commons", + "mirId": "MIR:00100106", + "name": "WikiPathways", "official": true, - "providerCode": "icdc", - "resourceHomeUrl": "https://caninecommons.cancer.gov/#/", - "sampleId": "000009", - "urlPattern": "https://caninecommons.cancer.gov/#/study/{$id}" - } - ], - "sampleId": "000009" - }, - { - "created": "2019-06-11T14:16:03.054+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The Chemical Component Dictionary is as an external reference file describing all residue and small molecule components found in Protein Data Bank entries. It contains detailed chemical descriptions for standard and modified amino acids/nucleotides, small molecule ligands, and solvent molecules. Each chemical definition includes descriptions of chemical properties such as stereochemical assignments, aromatic bond assignments, idealized coordinates, chemical descriptors (SMILES & InChI), and systematic chemical names.", - "id": 361, - "mirId": "MIR:00000113", - "modified": "2022-05-18T15:48:21.884+0000", - "name": "Chemical Component Dictionary", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w{1,3}$", - "prefix": "pdb-ccd", - "resources": [ + "providerCode": "um", + "resourceHomeUrl": "http://www.wikipathways.org/", + "sampleId": "WP100", + "urlPattern": "http://www.wikipathways.org/instance/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Protein Data Bank Chemical Component Dictionary at EBI", - "id": 362, + "description": "Scholia is a service that creates visual scholarly profiles for topic, people, organizations, species, chemicals, etc using bibliographic and other information in Wikidata.\n", + "id": 2316, "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, + "description": "Maastricht University (UM) is the most international university in the Netherlands and, with 18,000 students and 4,400 employees, is still growing. The university stands out for its innovative education model, international character and multidisciplinary approach to research and education.\nThanks to its high-quality research and study programmes as well as a strong focus on social engagement, UM has quickly built up a solid reputation. Today it is considered one of the best young universities in the world.", + "homeUrl": "https://www.maastrichtuniversity.nl", + "id": 283, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NL", + "countryName": "Netherlands" }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" + "name": "Maastricht University", + "rorId": "https://ror.org/02jz4aj89" }, "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "NL", + "countryName": "Netherlands" }, - "mirId": "MIR:00100146", - "name": "Protein Data Bank Chemical Component Dictionary at EBI", + "mirId": "MIR:00000696", + "name": "Scholia", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/", - "sampleId": "AB0", - "urlPattern": "https://www.ebi.ac.uk/pdbe-srv/pdbechem/chemicalCompound/show/{$id}" + "providerCode": "scholia", + "resourceHomeUrl": "https://scholia.toolforge.org/", + "sampleId": "WP111", + "urlPattern": "https://scholia.toolforge.org/wikipathways/{$id}" } ], - "sampleId": "AB0" + "sampleId": "WP100" }, { - "created": "2022-08-08T18:32:17.171+0000", + "created": "2019-06-11T14:17:07.845+0000", "deprecated": false, "deprecationDate": null, - "description": "In CIViC, each Evidence Item must be associated with a Source Type and Source ID, which link the Evidence Item to the original source of information supporting clinical claims. Currently, CIViC accepts publications indexed on PubMed OR abstracts published through the American Society of Clinical Oncology (ASCO). Each such source entered into CIViC is assigned a unique identifier and expert curators can curate guidance that assists future curators in the interpretation of information from this source.", - "id": 3252, - "mirId": "MIR:00000953", - "modified": "2022-08-08T18:32:17.171+0000", - "name": "CIViC Source", + "description": "Wikipedia is a multilingual, web-based, free-content encyclopedia project based on an openly editable model. It is written collaboratively by largely anonymous Internet volunteers who write without pay.", + "id": 1110, + "mirId": "MIR:00000384", + "modified": "2019-06-11T14:17:07.845+0000", + "name": "Wikipedia (En)", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.sid", + "pattern": "^[A-Za-z-0-9_]+$", + "prefix": "wikipedia.en", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 3253, + "description": "Wikipedia (English)", + "id": 1112, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1111, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Washington University in St. Louis", + "name": "Wikimedia Foundation, San Francisco, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000952", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", - "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "62", - "urlPattern": "https://civicdb.org/links/sources/{$id}" + "mirId": "MIR:00100495", + "name": "Wikipedia (English)", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://en.wikipedia.org/wiki/Main_Page", + "sampleId": "SM_UB-81", + "urlPattern": "http://en.wikipedia.org/wiki/{$id}" + }, + { + "deprecated": false, + "deprecationDate": null, + "description": "Wikipedia structured content through DBpedia", + "id": 1114, + "institution": { + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1113, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "name": "OpenLink Software, Burlington, Massachusetts", + "rorId": null + }, + "location": { + "countryCode": "US", + "countryName": "United States" + }, + "mirId": "MIR:00100496", + "name": "Wikipedia structured content through DBpedia", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://wiki.dbpedia.org/", + "sampleId": "SM_UB-81", + "urlPattern": "http://dbpedia.org/page/{$id}" } ], - "sampleId": "62" + "sampleId": "SM_UB-81" }, { - "created": "2022-08-08T18:33:25.710+0000", + "created": "2019-06-11T14:16:45.846+0000", "deprecated": false, "deprecationDate": null, - "description": "Therapies (often drugs) in CIViC are associated with Predictive Evidence Types, which describe sensitivity, resistance or adverse response to therapies when a given variant is present. The Therapy field may also be used to describe more general treatment types and regimes, such as FOLFOX or Radiation, as long as the literature derived Evidence Item makes a scientific association between the Therapy (treatment type) and the presence of the variant.", - "id": 3255, - "mirId": "MIR:00000955", - "modified": "2022-08-08T18:33:25.710+0000", - "name": "CIViC Therapy", + "description": "WOrfDB (Worm ORFeome DataBase) contains data from the cloning of complete set of predicted protein-encoding Open Reading Frames (ORFs) of Caenorhabditis elegans. This collection describes experimentally defined transcript structures of unverified genes through RACE (Rapid Amplification of cDNA Ends).", + "id": 847, + "mirId": "MIR:00000288", + "modified": "2019-06-11T14:16:45.846+0000", + "name": "Worfdb", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.tid", + "pattern": "^\\w+(\\.\\d+)?", + "prefix": "worfdb", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.", - "id": 3256, + "description": "Worm Orf DB at Harvard", + "id": 849, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 848, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Washington University in St. Louis", + "name": "Center for Cancer Systems Biology, Harvard Medical School, Massachusetts", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000954", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", - "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "14", - "urlPattern": "https://civicdb.org/links/drugs/{$id}" + "mirId": "MIR:00100370", + "name": "Worm Orf DB at Harvard", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://worfdb.dfci.harvard.edu/", + "sampleId": "T01B6.1", + "urlPattern": "http://worfdb.dfci.harvard.edu/index.php?search_type=name&page=showresultrc&race_query={$id}" } ], - "sampleId": "14" + "sampleId": "T01B6.1" }, { - "created": "2022-08-08T18:34:15.882+0000", + "created": "2019-06-11T14:15:40.709+0000", "deprecated": false, "deprecationDate": null, - "description": "Within the CIViC database, the disease should be the cancer or cancer subtype that is a result of the described variant. The disease selected should be as specific as possible should reflect the disease type used in the source that supports the evidence statement.", - "id": 3258, - "mirId": "MIR:00000957", - "modified": "2022-08-08T18:34:15.882+0000", - "name": "CIViC Disease", + "description": "Wormpep contains the predicted proteins from the Caenorhabditis elegans genome sequencing project.", + "id": 130, + "mirId": "MIR:00000031", + "modified": "2019-06-11T14:15:40.709+0000", + "name": "Wormpep", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "civic.did", + "pattern": "^CE\\d{5}$", + "prefix": "wormpep", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer.https://civicdb.org/\n", - "id": 3259, + "description": "Wormpep (Master)", + "id": 132, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/01yc7t268' with Wikidata IDs [Q777403], and ISNI IDs [0000 0001 2355 7002]", - "homeUrl": "https://wustl.edu/", - "id": 2750, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 131, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Washington University in St. Louis", + "name": "Cold Spring Harbor Laboratory", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000956", - "name": "Clinical Interpretation of Variants in Cancer (CIViC)", + "mirId": "MIR:00100051", + "name": "Wormpep (Master)", "official": true, - "providerCode": "civicdb", - "resourceHomeUrl": "https://civicdb.org/", - "sampleId": "46", - "urlPattern": "https://civicdb.org/links/diseases/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.wormbase.org/db/seq/protein", + "sampleId": "CE28239", + "urlPattern": "https://www.wormbase.org/db/seq/protein?name={$id}" } ], - "sampleId": "46" + "sampleId": "CE28239" }, { - "created": "2022-08-08T18:36:40.981+0000", + "created": "2019-06-11T14:17:54.476+0000", "deprecated": false, "deprecationDate": null, - "description": "Metabolic Atlas facilitates metabolic modelling by presenting open source genome-scale metabolic models for easy browsing and analysis.", - "id": 3263, - "mirId": "MIR:00000959", - "modified": "2022-08-08T18:36:40.981+0000", - "name": "Metabolic Atlas", + "description": "The World Register of Marine Species (WoRMS) provides an authoritative and comprehensive list of names of marine organisms. It includes synonyms for valid taxonomic names allowing a more complete interpretation of taxonomic literature. The content of WoRMS is administered by taxonomic experts.", + "id": 1618, + "mirId": "MIR:00000581", + "modified": "2019-06-11T14:17:54.476+0000", + "name": "World Register of Marine Species", "namespaceEmbeddedInLui": false, - "pattern": "^MA[MR]\\d{5}[a-z]?$", - "prefix": "metatlas", + "pattern": "^\\d+$", + "prefix": "worms", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Metabolic Atlas is a web platform integrating open-source genome scale metabolic models (GEMs) for easy browsing and analysis. The goal is to collect curated GEMs, and to bring these models closer to FAIR principles. The website provides visualisations and comparisons of the GEMs, and links to resources, algorithms, other databases, and more general software applications.", - "id": 3264, + "description": "World Register of Marine Species", + "id": 1620, "institution": { - "description": "NBIS (National Bioinformatics Infrastructure Sweden) is a distributed national research infrastructure supported by the Swedish Research Council (Vetenskapsrådet), Science for Life Laboratory, all major Swedish universities and the Knut and Alice Wallenberg Foundation, providing state-of-the-art bioinformatics to the Swedish life science researchers community. NBIS is also the Swedish contact point to the European infrastructure for biological information ELIXIR.\n\nPresent NBIS staff has expertise in protein bioinformatics, mass spectrometry (MS), next generation sequencing (NGS), large-scale data handling and integration, metagenomics, systems biology, biostatistics and RNAseq.\n\nNBIS is predominantly offering bioinformatics support in various projects, depending on the user needs. In the projects, the NBIS persons are working close to the research group, and they spend part of their time to teach the users in order to propagate the bioinformatics knowledge. Furthermore, NBIS provides infrastructure and tools for bioinformatics analyses in order to facilitate these analyses for the users.\n\nNBIS forms the bioinformatics platform at the Science for Life Laboratory.", - "homeUrl": "https://nbis.se", - "id": 3262, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1619, "location": { - "countryCode": "SE", - "countryName": "Sweden" + "countryCode": "BE", + "countryName": "Belgium" }, - "name": "National Bioinformatics Infrastructure Sweden", + "name": "Flanders Marine Institute, Ostend", "rorId": null }, "location": { - "countryCode": "SE", - "countryName": "Sweden" + "countryCode": "BE", + "countryName": "Belgium" }, - "mirId": "MIR:00000958", - "name": "Metabolic Atlas", - "official": true, - "providerCode": "metatlas", - "resourceHomeUrl": "https://metabolicatlas.org", - "sampleId": "MAR01234", - "urlPattern": "https://metabolicatlas.org/identifier/MetabolicAtlas/{$id}" + "mirId": "MIR:00100778", + "name": "World Register of Marine Species", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.marinespecies.org/", + "sampleId": "146421", + "urlPattern": "http://www.marinespecies.org/aphia.php?p=taxdetails&id={$id}" + } + ], + "sampleId": "146421" + }, + { + "created": "2019-06-11T14:16:21.651+0000", + "deprecated": false, + "deprecationDate": null, + "description": "Xenbase is the model organism database for Xenopus laevis and X. (Silurana) tropicalis. It contains genomic, development data and community information for Xenopus research. it includes gene expression patterns that incorporates image data from the literature, large scale screens and community submissions.", + "id": 567, + "mirId": "MIR:00000186", + "modified": "2020-06-09T19:30:57.158+0000", + "name": "Xenbase", + "namespaceEmbeddedInLui": false, + "pattern": "^XB\\-\\w+\\-\\d+$", + "prefix": "xenbase", + "resources": [ + { + "deprecated": false, + "deprecationDate": null, + "description": "Xenbase at University of Calgary", + "id": 569, + "institution": { + "description": "The University of Calgary is one of Canada’s top comprehensive research universities, combining the best of university tradition with the city of Calgary’s vibrant energy and diversity.", + "homeUrl": "https://www.ucalgary.ca/", + "id": 568, + "location": { + "countryCode": "CA", + "countryName": "Canada" + }, + "name": "University of Calgary", + "rorId": "https://ror.org/03yjb2x39" + }, + "location": { + "countryCode": "CA", + "countryName": "Canada" + }, + "mirId": "MIR:00100232", + "name": "Xenbase at University of Calgary", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "https://www.xenbase.org/", + "sampleId": "XB-GENE-922462", + "urlPattern": "https://www.xenbase.org/entry/{$id}" } ], - "sampleId": "MAR01234" + "sampleId": "XB-GENE-922462" }, { - "created": "2020-03-24T05:11:19.658+0000", + "created": "2019-06-11T14:17:26.654+0000", "deprecated": false, "deprecationDate": null, - "description": "DANDI works with BICCN and other BRAIN Initiative awardees to curate data using community data standards such as NWB and BIDS, and to make data and software for cellular neurophysiology FAIR (Findable, Accessible, Interoperable, and Reusable).\nDANDI references electrical and optical cellular neurophysiology recordings and associated MRI and/or optical imaging data.\nThese data will help scientists uncover and understand cellular level mechanisms of brain function. Scientists will study the formation of neural networks, how cells and networks enable functions such as learning and memory, and how these functions are disrupted in neurological disorders.", - "id": 2168, - "mirId": "MIR:00000786", - "modified": "2021-10-18T12:32:14.264+0000", - "name": "DANDI: Distributed Archives for Neurophysiology Data Integration", + "description": "The YDPM database serves to support the Yeast Deletion and the Mitochondrial Proteomics Project. The project aims to increase the understanding of mitochondrial function and biogenesis in the context of the cell. In the Deletion Project, strains from the deletion collection were monitored under 9 different media conditions selected for the study of mitochondrial function. The YDPM database contains both the raw data and growth rates calculated for each strain in each media condition.", + "id": 1330, + "mirId": "MIR:00000465", + "modified": "2019-06-11T14:17:26.654+0000", + "name": "YDPM", "namespaceEmbeddedInLui": false, - "pattern": "^\\d{6}(\\/\\d+\\.\\d+\\.\\d+)?$", - "prefix": "dandi", + "pattern": "^Y[A-Z]{2}\\d+[CW]$", + "prefix": "ydpm", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "DANDI is a Web platform for scientists to share, collaborate, and process data from cellular neurophysiology experiments. DANDI works with BICCN and other BRAIN Initiative awardees to curate data using community data standards such as NWB and BIDS, and to make data and software for cellular neurophysiology FAIR (Findable, Accessible, Interoperable, and Reusable). DANDI will store electrical and optical cellular neurophysiology recordings and associated MRI and/or optical imaging data. DANDI will provide: 1) A cloud platform for neurophysiology data storage for the purposes of collaboration and dissemination of data; 2) Easy to use tools for neurophysiology data submission, visualization, and access in the archive; and 3) Standardized applications for data ingestion, visualization and processing, which facilitate adoption of NWB and other standards. These data will help scientists uncover and understand cellular level mechanisms of brain function. Scientists will study the formation of neural networks, how cells and networks enable functions such as learning and memory, and how these functions are disrupted in neurological disorders.", - "id": 2169, + "description": "YDPM at Stanford University School of Medicine", + "id": 1332, "institution": { - "description": "Founded to accelerate the nation’s industrial revolution, MIT is profoundly American. With ingenuity and drive, our graduates have invented fundamental technologies, launched new industries, and created millions of American jobs. At the same time, and without the slightest sense of contradiction, MIT is profoundly global(opens in new window). Our community gains tremendous strength as a magnet for talent from around the world. Through teaching, research, and innovation, MIT’s exceptional community pursues its mission of service to the nation and the world.", - "homeUrl": "http://web.mit.edu/", - "id": 2167, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1331, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Massachusetts Institute of Technology", + "name": "Stanford University School of Medicine, Stanford, California", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000750", - "name": "DANDI: Distributed Archives for Neurophysiology Data Integration", - "official": true, - "providerCode": "dandi", - "resourceHomeUrl": "https://dandiarchive.org/", - "sampleId": "000017", - "urlPattern": "https://dandiarchive.org/dandiset/{$id}" + "mirId": "MIR:00100600", + "name": "YDPM at Stanford University School of Medicine", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www-deletion.stanford.edu/YDPM/", + "sampleId": "YAL001C", + "urlPattern": "http://www-deletion.stanford.edu/cgi-bin/YDPM/YDPM_search.cgi?thelist={$id}" } ], - "sampleId": "000017" + "sampleId": "YAL001C" }, { - "created": "2022-08-15T19:28:35.707+0000", + "created": "2019-06-11T14:17:39.906+0000", "deprecated": false, "deprecationDate": null, - "description": "ROR (Research Organization Registry) is a global, community-led registry\nof open persistent identifiers for research organizations. ROR is jointly\noperated by California Digital Library, Crossref, and Datacite.", - "id": 3271, - "mirId": "MIR:00000961", - "modified": "2022-08-18T13:14:34.725+0000", - "name": "ROR", + "description": "The YEast Intron Database (version 4.3) contains information on the spliceosomal introns of the yeast Saccharomyces cerevisiae. It includes expression data that relates to the efficiency of splicing relative to other processes in strains of yeast lacking nonessential splicing factors. The data are displayed on each intron page. This is an updated version of the previous dataset, which can be accessed through [MIR:00000460].", + "id": 1470, + "mirId": "MIR:00000521", + "modified": "2019-06-11T14:17:39.906+0000", + "name": "Yeast Intron Database v4.3", "namespaceEmbeddedInLui": false, - "pattern": "^0[a-hj-km-np-tv-z|0-9]{6}[0-9]{2}$", - "prefix": "ror", + "pattern": "^[A-Z0-9]+$", + "prefix": "yeastintron", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ROR (Research Organization Registry) is a global, community-led registry of open persistent identifiers for research organizations. ", - "id": 3272, + "description": "Yeast Intron Database version 4.3 at Baskin School of Engineering", + "id": 1471, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03yrm5c26' with Wikidata IDs [Q5020447], and ISNI IDs [0000 0001 1957 5136]", - "homeUrl": "https://www.cdlib.org/", - "id": 3270, + "description": "UC Santa Cruz opened in 1965 with 650 students. During the 2018-2019 academic year, 16,983 undergraduate and 1,822 graduate students were enrolled.\n", + "homeUrl": "https://www.ucsc.edu", + "id": 1319, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "California Digital Library", - "rorId": null + "name": "University of California, Santa Cruz", + "rorId": "https://ror.org/03s65by71" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00001056", - "name": "ROR", - "official": true, - "providerCode": "ror", - "resourceHomeUrl": "https://ror.org", - "sampleId": "03yrm5c26", - "urlPattern": "https://ror.org/{$id}" + "mirId": "MIR:00100673", + "name": "Yeast Intron Database version 4.3 at Baskin School of Engineering", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://intron.ucsc.edu/yeast4.3/", + "sampleId": "SNR17A", + "urlPattern": "http://intron.ucsc.edu/cgi-bin/yeast4.3/intronreports.pl?outputformat=full&orfName={$id}" } ], - "sampleId": "03yrm5c26" + "sampleId": "SNR17A" }, { - "created": "2022-11-03T14:17:05.019+0000", + "created": "2019-06-11T14:16:56.366+0000", "deprecated": false, "deprecationDate": null, - "description": "ChecklistBank is an index and repository for taxonomic and nomenclatural datasets", - "id": 3292, - "mirId": "MIR:00000964", - "modified": "2022-11-03T14:17:05.019+0000", - "name": "ChecklistBank", + "description": "The Yeast Transcription Factor Specificity Compendium (YeTFasCO) is a database of transcription factor specificities for the yeast Saccharomyces cerevisiae in Position Frequency Matrix (PFM) or Position Weight Matrix (PWM) formats.", + "id": 973, + "mirId": "MIR:00000339", + "modified": "2019-06-11T14:16:56.366+0000", + "name": "YeTFasCo", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+(LR)?$", - "prefix": "clb", + "pattern": "^\\w+\\_\\d+(\\.\\d+)?$", + "prefix": "yetfasco", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChecklistBank at GBIF. Codeveloped with the Catalogue of Life", - "id": 3293, + "description": "YeTFasCo at University of Toronto", + "id": 975, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "homeUrl": "https://www.gbif.org/", - "id": 3291, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 974, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "CA", + "countryName": "Canada" }, - "name": "Global Biodiversity Information Facility", + "name": "Department of Molecular Genetics, Terrence Donnelly Centre for Cellular and Biomolecular Research, University of Toronto, Toronto", "rorId": null }, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "CA", + "countryName": "Canada" }, - "mirId": "MIR:00000963", - "name": "ChecklistBank", - "official": true, - "providerCode": "clb", - "resourceHomeUrl": "https://www.checklistbank.org", - "sampleId": "1010", - "urlPattern": "https://www.checklistbank.org/dataset/{$id}" + "mirId": "MIR:00100434", + "name": "YeTFasCo at University of Toronto", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://yetfasco.ccbr.utoronto.ca/", + "sampleId": "YOR172W_571.0", + "urlPattern": "http://yetfasco.ccbr.utoronto.ca/showPFM.php?mot={$id}" } ], - "sampleId": "1010" + "sampleId": "YOR172W_571.0" }, { - "created": "2022-11-04T09:54:32.976+0000", + "created": "2019-06-11T14:17:25.610+0000", "deprecated": false, "deprecationDate": null, - "description": "DrugCentral (http://drugcentral.org) is an open-access online drug compendium. DrugCentral integrates structure, bioactivity, regulatory, pharmacologic actions and indications for active pharmaceutical ingredients approved by FDA and other regulatory agencies. Monitoring of regulatory agencies for new drugs approvals ensures the resource is up-to-date. DrugCentral integrates content for active ingredients with pharmaceutical formulations, indexing drugs and drug label annotations, complementing similar resources available online. Its complementarity with other online resources is facilitated by cross referencing to external resources. At the molecular level, DrugCentral bridges drug-target interactions with pharmacological action and indications. The integration with FDA drug labels enables text mining applications for drug adverse events and clinical trial information. Chemical structure overlap between DrugCentral and five online drug resources, and the overlap between DrugCentral FDA-approved drugs and their presence in four different chemical collections, are discussed. DrugCentral can be accessed via the web application or downloaded in relational database format.", - "id": 3298, - "mirId": "MIR:00000966", - "modified": "2022-11-04T09:54:32.976+0000", - "name": "DrugCentral", + "description": "The YEast Intron Database (version 3) contains information on the spliceosomal introns of the yeast Saccharomyces cerevisiae. It includes expression data that relates to the efficiency of splicing relative to other processes in strains of yeast lacking nonessential splicing factors. The data are displayed on each intron page. An updated version of the database is available through [MIR:00000521].", + "id": 1318, + "mirId": "MIR:00000460", + "modified": "2019-06-11T14:17:25.610+0000", + "name": "Yeast Intron Database v3", "namespaceEmbeddedInLui": false, - "pattern": "^[0-9]+$", - "prefix": "drugcentral", + "pattern": "^[A-Z0-9]+$", + "prefix": "yid", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fs6jp91' with Wikidata IDs [Q1190812], and ISNI IDs [0000 0001 2188 8502]", - "id": 3299, + "description": "Yeast Intron Database version 3 at Baskin School of Engineering", + "id": 1320, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fs6jp91' with Wikidata IDs [Q1190812], and ISNI IDs [0000 0001 2188 8502]", - "homeUrl": "http://www.unm.edu/", - "id": 3297, + "description": "UC Santa Cruz opened in 1965 with 650 students. During the 2018-2019 academic year, 16,983 undergraduate and 1,822 graduate students were enrolled.\n", + "homeUrl": "https://www.ucsc.edu", + "id": 1319, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "University of New Mexico", - "rorId": null + "name": "University of California, Santa Cruz", + "rorId": "https://ror.org/03s65by71" }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00000965", - "name": "University of New Mexico", - "official": true, - "providerCode": "drugcentral", - "resourceHomeUrl": "http://www.unm.edu/", - "sampleId": "257", - "urlPattern": "https://drugcentral.org/drugcard/{$id}" + "mirId": "MIR:00100595", + "name": "Yeast Intron Database version 3 at Baskin School of Engineering", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://compbio.soe.ucsc.edu/yeast_introns.html", + "sampleId": "SNR17A", + "urlPattern": "http://metarray.ucsc.edu/cgi-bin/intron/yirIntrondb?orfName={$id}" } ], - "sampleId": "257" + "sampleId": "SNR17A" }, { - "created": "2022-11-04T12:17:30.200+0000", + "created": "2019-06-11T14:17:25.397+0000", "deprecated": false, "deprecationDate": null, - "description": "Stress Knowledge Map (SKM, available at https://skm.nib.si) is a knowledge graph resulting from the integration of dispersed published information on plant molecular responses to biotic and abiotic stressors. ", - "id": 3307, - "mirId": "MIR:00000968", - "modified": "2022-11-04T12:17:30.200+0000", - "name": "Stress Knowledge Map", + "description": "The Yeast Resource Center Public Data Repository (YRC PDR) serves as a single point of access for the experimental data produced from many collaborations typically studying Saccharomyces cerevisiae (baker's yeast). The experimental data include large amounts of mass spectrometry results from protein co-purification experiments, yeast two-hybrid interaction experiments, fluorescence microscopy images and protein structure predictions.", + "id": 1315, + "mirId": "MIR:00000459", + "modified": "2019-06-11T14:17:25.397+0000", + "name": "YRC PDR", "namespaceEmbeddedInLui": false, - "pattern": "^rx[0-9]{5}$", - "prefix": "skm", + "pattern": "^\\d+$", + "prefix": "yrcpdr", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03s5t0r17' with no Wikidata information, and ISNI IDs [0000 0004 0637 0790]", - "id": 3308, + "description": "YRC PDR at University of Washington", + "id": 1317, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/03s5t0r17' with no Wikidata information, and ISNI IDs [0000 0004 0637 0790]", - "homeUrl": "http://www.nib.si/eng/", - "id": 3306, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 1316, "location": { - "countryCode": "SI", - "countryName": "Slovenia" + "countryCode": "US", + "countryName": "United States" }, - "name": "National Institute of Biology", + "name": "Department of Biochemistry, University of Washington, Seattle", "rorId": null }, "location": { - "countryCode": "SI", - "countryName": "Slovenia" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000967", - "name": "National Institute of Biology", - "official": true, - "providerCode": "skm", - "resourceHomeUrl": "http://www.nib.si/eng/", - "sampleId": "rx00408", - "urlPattern": "https://skm.nib.si/api/pss/reactions?reaction_id={$id}&return_field=summary" + "mirId": "MIR:00100594", + "name": "YRC PDR at University of Washington", + "official": false, + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://www.yeastrc.org/pdr/", + "sampleId": "2673500", + "urlPattern": "http://yeastrc.org/pdr/viewProtein.do?id={$id}" } ], - "sampleId": "rx00408" + "sampleId": "2673500" }, { - "created": "2022-11-04T13:50:22.141+0000", + "created": "2019-06-11T14:15:53.859+0000", "deprecated": false, "deprecationDate": null, - "description": "Identifier of a taxon or synonym in the Catalogue of Life", - "id": 3311, - "mirId": "MIR:00000969", - "modified": "2022-11-04T13:50:22.141+0000", - "name": "Catalogue of Life", + "description": "ZFIN serves as the zebrafish model organism database. This collection references all zebrafish biological entities in ZFIN.", + "id": 266, + "mirId": "MIR:00000079", + "modified": "2019-06-11T14:15:53.859+0000", + "name": "ZFIN Bioentity", "namespaceEmbeddedInLui": false, - "pattern": "^[23456789BCDFGHJKLMNPQRSTVWXYZ]{1,6}$", - "prefix": "col", + "pattern": "^ZDB\\-\\w+\\-\\d+\\-\\d+$", + "prefix": "zfin", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "ChecklistBank, an index and repository for taxonomic data, hosted at GBIF\n", - "id": 3312, + "description": "ZFIN at University of Oregon", + "id": 268, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "homeUrl": "https://www.gbif.org/", - "id": 3291, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 267, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "US", + "countryName": "United States" }, - "name": "Global Biodiversity Information Facility", + "name": "Zebrafish Information Network, University of Oregon", "rorId": null }, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000970", - "name": "ChecklistBank", + "mirId": "MIR:00100110", + "name": "ZFIN at University of Oregon", "official": true, - "providerCode": "clb", - "resourceHomeUrl": "https://www.checklistbank.org", - "sampleId": "4QHKG", - "urlPattern": "https://www.checklistbank.org/dataset/3LR/taxon/{$id}" + "providerCode": "CURATOR_REVIEW", + "resourceHomeUrl": "http://zfin.org", + "sampleId": "ZDB-GENE-041118-11", + "urlPattern": "http://zfin.org/{$id}" }, { "deprecated": false, "deprecationDate": null, - "description": "The Catalogue of Life website providing a view onto the latest release of the COL Checklist.", - "id": 3328, + "description": "ZFIN through BioEntity Link", + "id": 269, "institution": { - "description": "Organization information obtained from ROR API using ROR ID 'https://ror.org/05fjyn938' with Wikidata IDs [Q1531570], and no ISNI information", - "homeUrl": "https://www.gbif.org/", - "id": 3291, + "description": "CURATOR_REVIEW", + "homeUrl": "CURATOR_REVIEW", + "id": 101, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "US", + "countryName": "United States" }, - "name": "Global Biodiversity Information Facility", + "name": "InSilico Inc, in Eugene, Oregon", "rorId": null }, "location": { - "countryCode": "DK", - "countryName": "Denmark" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00000971", - "name": "Catalogue of Life (COL)", + "mirId": "MIR:00100891", + "name": "ZFIN through BioEntity Link", "official": false, - "providerCode": "col", - "resourceHomeUrl": "https://www.catalogueoflife.org", - "sampleId": "4QHKG", - "urlPattern": "https://www.catalogueoflife.org/data/taxon/{$id}" - } - ], - "sampleId": "4QHKG" - }, - { - "created": "2022-11-29T12:03:56.649+0000", - "deprecated": false, - "deprecationDate": null, - "description": "Sciflection is a public repository for experiments and associated spectra, usually uploaded from Electronic Lab Notebooks, shared under FAIR conditions", - "id": 3355, - "mirId": "MIR:00000973", - "modified": "2022-11-29T12:03:56.649+0000", - "name": "Sciflection", - "namespaceEmbeddedInLui": false, - "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$", - "prefix": "sciflection", - "resources": [ + "providerCode": "bioentitylink", + "resourceHomeUrl": "https://bioentity.link/", + "sampleId": "ZDB-GENE-041118-11", + "urlPattern": "https://bioentity.link/#/lexicon/public/{$id}" + }, { "deprecated": false, "deprecationDate": null, - "description": "Sciformation develops scientific software and integrated lab management solutions, comprising of chemical & hazardous material inventory, electronic lab notebook, analytical data management, literature, device databases and ordering systems. The high level of integration helps to gather comprehensive data describing the experiments, i.e. which batches or machinery was employed.", - "id": 3356, + "description": "ZFIN through the Alliance of Genome Resources", + "id": 270, "institution": { - "description": "Sciformation develops scientific software and integrated lab management solutions, comprising of chemical & hazardous material inventory, electronic lab notebook, analytical data management, literature, device databases and ordering systems. The high level of integration helps to gather comprehensive data describing the experiments, i.e. which batches or machinery was employed.", - "homeUrl": "http://sciformation.com", - "id": 3354, + "description": "The primary mission of the Alliance of Genome Resources (the Alliance) is to develop and maintain sustainable genome information resources that facilitate the use of diverse model organisms in understanding the genetic and genomic basis of human biology, health and disease.", + "homeUrl": "https://www.alliancegenome.org", + "id": 103, "location": { - "countryCode": "DE", - "countryName": "Germany" + "countryCode": "US", + "countryName": "United States" }, - "name": "Sciformation Consulting GmbH", + "name": "Alliance of Genome Resources", "rorId": null }, "location": { - "countryCode": "DE", - "countryName": "Germany" - }, - "mirId": "MIR:00000972", - "name": "Sciformation Consulting GmbH", - "official": true, - "providerCode": "sciformation", - "resourceHomeUrl": "https://sciformation.com/sciflection.html", - "sampleId": "5ede4273-b26c-4ea4-adb7-3ce294ab3397", - "urlPattern": "https://sciflection.com/{$id}" - } - ], - "sampleId": "5ede4273-b26c-4ea4-adb7-3ce294ab3397" - }, - { - "created": "2019-06-11T14:16:39.210+0000", - "deprecated": false, - "deprecationDate": null, - "description": "The 'COmputational Modeling in BIology' NEtwork (COMBINE) is an initiative to coordinate the development of the various community standards and formats for computational models, initially in Systems Biology and related fields. This collection pertains to specifications of the standard formats developed by the Computational Modeling in Biology Network.", - "id": 765, - "mirId": "MIR:00000258", - "modified": "2023-01-04T15:31:16.641+0000", - "name": "COMBINE specifications", - "namespaceEmbeddedInLui": false, - "pattern": "^\\w+(\\-|\\.|\\w)*$", - "prefix": "combine.specifications", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "COMBINE at EBI", - "id": 766, - "institution": { - "description": "At EMBL-EBI, we make the world’s public biological data freely available to the scientific community via a range of services and tools, perform basic research and provide professional training in bioinformatics. \nWe are part of the European Molecular Biology Laboratory (EMBL), an international, innovative and interdisciplinary research organisation funded by 26 member states and two associate member states.", - "homeUrl": "https://www.ebi.ac.uk", - "id": 2, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "European Bioinformatics Institute", - "rorId": "https://ror.org/02catss52" - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" + "countryCode": "US", + "countryName": "United States" }, - "mirId": "MIR:00100329", - "name": "COMBINE at EBI", + "mirId": "MIR:00100902", + "name": "ZFIN through the Alliance of Genome Resources", "official": false, - "providerCode": "ebi", - "resourceHomeUrl": "https://co.mbine.org/standards/", - "sampleId": "sed-ml.level-1.version-1", - "urlPattern": "https://github.com/combine-org/combine-specifications/blob/main/specifications/{$id}.md" + "providerCode": "agr", + "resourceHomeUrl": "https://www.alliancegenome.org", + "sampleId": "ZDB-GENE-041118-11", + "urlPattern": "https://test.alliancegenome.org/gene/ZFIN:{$id}" } ], - "sampleId": "sed-ml.level-1.version-1" + "sampleId": "ZDB-GENE-041118-11" }, { - "created": "2019-06-11T14:17:16.858+0000", + "created": "2019-06-11T14:17:41.559+0000", "deprecated": false, "deprecationDate": null, - "description": "The PANTHER (Protein ANalysis THrough Evolutionary Relationships) Classification System is a resource that classifies genes by their functions, using published scientific experimental evidence and evolutionary relationships to predict function even in the absence of direct experimental evidence. The PANTHER Pathway Component collection references specific classes of molecules that play the same mechanistic role within a pathway, across species. Pathway\r\ncomponents may be proteins, genes/DNA, RNA, or simple molecules. Where the identified component is a protein, DNA, or transcribed RNA, it is associated with protein sequences in the PANTHER protein family trees through manual curation.", - "id": 1217, - "mirId": "MIR:00000422", - "modified": "2023-01-04T16:32:41.267+0000", - "name": "PANTHER Pathway Component", + "description": "ZINC is a free public resource for ligand discovery. The database contains over twenty million commercially available molecules in biologically relevant representations that may be downloaded in popular ready-to-dock formats and subsets. The Web site enables searches by structure, biological activity, physical property, vendor, catalog number, name, and CAS number.", + "id": 1488, + "mirId": "MIR:00000529", + "modified": "2019-06-11T14:17:41.559+0000", + "name": "ZINC", "namespaceEmbeddedInLui": false, - "pattern": "^[GPUCS]\\d{5}$", - "prefix": "panther.pthcmp", + "pattern": "^(ZINC)?\\d+$", + "prefix": "zinc", "resources": [ { "deprecated": false, "deprecationDate": null, - "description": "PANTHER Pathway Component at USC (Los Angeles)", - "id": 1218, + "description": "ZINC at University of California (San Francisco)", + "id": 1490, "institution": { "description": "CURATOR_REVIEW", "homeUrl": "CURATOR_REVIEW", - "id": 94, + "id": 1489, "location": { "countryCode": "US", "countryName": "United States" }, - "name": "Keck School of Medicine, University of Southern California", + "name": "Shoichet Laboratory, Department of Pharmaceutical Chemistry, University of California, San Francisco", "rorId": null }, "location": { "countryCode": "US", "countryName": "United States" }, - "mirId": "MIR:00100545", - "name": "PANTHER Pathway Component at USC (Los Angeles)", - "official": false, - "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "http://www.pantherdb.org/", - "sampleId": "P00266", - "urlPattern": "http://www.pantherdb.org/pathway/pathCatDetail.do?clsAccession={$id}" - } - ], - "sampleId": "P00266" - }, - { - "created": "2019-06-11T14:16:00.951+0000", - "deprecated": true, - "deprecationDate": "2023-01-05T20:09:01.370+0000", - "description": "GeneDB is a genome database for prokaryotic and eukaryotic organisms and provides a portal through which data generated by the \"Pathogen Genomics\" group at the Wellcome Trust Sanger Institute and other collaborating sequencing centres can be accessed.", - "id": 341, - "mirId": "MIR:00000106", - "modified": "2023-01-05T20:09:01.371+0000", - "name": "GeneDB", - "namespaceEmbeddedInLui": false, - "pattern": "^[\\w\\d\\.-]*$", - "prefix": "genedb", - "resources": [ - { - "deprecated": false, - "deprecationDate": null, - "description": "GeneDB at Sanger Institute", - "id": 343, - "institution": { - "description": "CURATOR_REVIEW", - "homeUrl": "CURATOR_REVIEW", - "id": 342, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "name": "Pathogen Genomics, Sanger Institute and European Bioinformatics Institute", - "rorId": null - }, - "location": { - "countryCode": "GB", - "countryName": "United Kingdom" - }, - "mirId": "MIR:00100139", - "name": "GeneDB at Sanger Institute", - "official": false, + "mirId": "MIR:00100688", + "name": "ZINC at University of California (San Francisco)", + "official": true, "providerCode": "CURATOR_REVIEW", - "resourceHomeUrl": "https://www.genedb.org/", - "sampleId": "LinJ.20.0070", - "urlPattern": "https://www.genedb.org/gene/{$id}" + "resourceHomeUrl": "http://zinc15.docking.org/", + "sampleId": "ZINC1084", + "urlPattern": "http://zinc15.docking.org/substances/{$id}" } ], - "sampleId": "LinJ.20.0070" + "sampleId": "ZINC1084" } ] } diff --git a/src/bioregistry/data/mismatch.json b/src/bioregistry/data/mismatch.json index 6116f291c..b500df8a2 100644 --- a/src/bioregistry/data/mismatch.json +++ b/src/bioregistry/data/mismatch.json @@ -65,6 +65,7 @@ }, "gro": { "biocontext": "GRO", + "miriam": "gro", "obofoundry": "gro" }, "icdo": { diff --git a/src/bioregistry/external/miriam.py b/src/bioregistry/external/miriam.py index df0a5bb88..5db2c0e80 100644 --- a/src/bioregistry/external/miriam.py +++ b/src/bioregistry/external/miriam.py @@ -3,6 +3,7 @@ """Download registry information from Identifiers.org/MIRIAMs.""" import json +from operator import itemgetter import click from pystow.utils import download @@ -37,6 +38,8 @@ def get_miriam(force_download: bool = False, force_process: bool = False): download(url=MIRIAM_URL, path=RAW_PATH, force=force_download) with open(RAW_PATH) as file: data = json.load(file) + + data["payload"]["namespaces"] = sorted(data["payload"]["namespaces"], key=itemgetter("prefix")) if force_download: with open(RAW_PATH, "w") as file: json.dump(data, file, indent=2, sort_keys=True, ensure_ascii=False)