Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New prefix: mirgenedb #1393

Merged
merged 6 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -70498,6 +70498,62 @@
}
]
},
"mirgenedb": {
"contact": {
"email": "BastianFromm@gmail.com",
"name": "Bastian Fromm",
"orcid": "0000-0003-0352-3037"
},
"contributor": {
"email": "palayoor.n@northeastern.edu",
"github": "nalikapalayoor",
"name": "Nalika Palayoor",
"orcid": "0009-0008-8406-631X"
},
"description": "mircoRNA Gene Database is a collection of animal microRNA genes. This database allows researchers to analyze mircoRNA properties like secondary structure and features in a phylogenetic context.",
"example": "Hsa-Let-7-P2a3",
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"github_request_issue": 1393,
"homepage": "https://mirgenedb.org/",
"name": "microRNA Gene Database",
"pattern": "^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)+$",
bgyori marked this conversation as resolved.
Show resolved Hide resolved
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"publications": [
{
"doi": "10.1093/nar/gkae1094",
"pmc": "PMC11701709",
"pubmed": "39673268",
"title": "MirGeneDB 3.0: improved taxonomic sampling, uniform nomenclature of novel conserved microRNA families and updated covariance models",
"year": 2025
},
{
"doi": "10.1093/nar/gkab1101",
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"pmc": "PMC8728216",
"pubmed": "34850127",
"title": "MirGeneDB 2.1: toward a complete sampling of all major animal phyla",
"year": 2022
},
{
"doi": "10.1093/nar/gkz885",
"pmc": "PMC6943042",
"pubmed": "31598695",
"title": "MirGeneDB 2.0: the metazoan microRNA complement",
"year": 2020
},
{
"doi": "10.1146/annurev-genet-120213-092023",
"pmc": "PMC4743252",
"pubmed": "26473382",
"title": "A Uniform System for the Annotation of Vertebrate microRNA Genes and the Evolution of the Human microRNAome",
"year": 2015
}
],
"reviewer": {
"email": "b.gyori@northeastern.edu",
"github": "bgyori",
"name": "Benjamin M. Gyori",
"orcid": "0000-0001-9439-5346"
},
"uri_format": "https://mirgenedb.org/browse?qtype=mgid&org=ALL&query=$1"
},
"miriam": {
"edam": {
"description": "Unique identifier of a MIRIAM data resource.",
Expand Down
1 change: 1 addition & 0 deletions src/bioregistry/data/curated_papers.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ pubmed relevant orcid date_curated relevancy_type pr_added notes
39661723 1 0009-0008-8406-631X 2025-01-21 new_prefix 1374
39670819 0 0009-0008-8406-631X 2025-01-10 irrelevant_other 1351
39672676 0 0009-0008-8406-631X 2025-01-14 irrelevant_other 1364
39673268 1 0009-0008-8406-631X 2025-01-10 new_prefix 1394
39674175 0 0009-0008-8406-631X 2025-01-21 irrelevant_other 1372
39677843 0 0009-0008-8406-631X 2025-01-21 irrelevant_other 1372
39684768 0 0009-0008-8406-631X 2025-01-14 irrelevant_other 1364
Expand Down