You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**MicroHapDB** is a comprehensive catalog of human microhaplotype variation.
11
11
The database integrates marker and population frequency data from numerous published research articles.
12
12
Allele frequency estimates and allelic diversity statistics ($A_e$) are computed for 26 global populations so that markers can be ranked and evaluated for various applications.
13
13
14
-
MicroHapDB is designed to be user-friendly for researchers, technology developers, and forensic practitioners, supporting a range of access methods from browsing and simple text queries to complex queries and full programmatic access via a Python API.
15
-
It is designed as a community resource requiring minimal infrastructure to use and maintain: the entire contents of the database are distributed in plain text with each copy of MicroHapDB.
14
+
MicroHapDB is managed as a community resource requiring minimal infrastructure to maintain: the entire contents of the database are distributed in plain text with each copy of MicroHapDB.
15
+
The primary interface to MicroHapDB is through the console command line, which provides methods for browsing, searching, and filtering the database contents.
16
+
Full programmatic access is available via a Python API.
17
+
Alternatively, users can access the database tables directly using a spreadsheet program (e.g. Microsoft Excel),
MicroHapDB provides several methods to access the contents of a locally installed database.
33
35
The [MicroHapDB documentation](https://microhapdb.readthedocs.io/) includes a ["Getting started" guide](https://microhapdb.readthedocs.io/en/latest/starting.html) as well as a comprehensive reference for running MicroHapDB on the command line.
34
36
35
-
> *A particularly intrepid and curious user may also be so bold as to download the core database tables directly from [GitHub](https://github.com/bioforensics/MicroHapDB/tree/master/microhapdb/data).*
36
-
37
-
MicroHapDB includes [statistics for ranking markers](https://microhapdb.readthedocs.io/en/latest/ranking.html), tools for [panel design](targets), and instructions for [adding markers to a private local copy of the database](https://microhapdb.readthedocs.io/en/latest/extending.html).
38
-
39
37
40
38
## Citation
41
39
@@ -45,12 +43,10 @@ If you use this database, please cite our work.
45
43
46
44
MicroHapDB was created and is maintained by the Bioinformatics Group at the National Bioforensic Anaylsis Center (NBFAC).
47
45
48
-
Additional references are available [on this page](https://microhapdb.readthedocs.io/en/latest/install.html).
46
+
Additional references are available [on this page](https://microhapdb.readthedocs.io/en/latest/citations.html).
Copy file name to clipboardExpand all lines: binder/demo_v0.11.ipynb
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
"\n",
10
10
"Daniel Standage \n",
11
11
"2023-08-29 \n",
12
-
"MicroHapDB version 0.9\n",
12
+
"MicroHapDB version 0.11 \n",
13
+
"Updated 2025-04-24\n",
13
14
"\n",
14
15
"## Overview\n",
15
16
"\n",
@@ -77,7 +78,7 @@
77
78
"source": [
78
79
"## Markers\n",
79
80
"\n",
80
-
"The `microhapdb marker` command is used to retrieve information about markers from the database. Running the command with no other configuration will dump the entire contents of the markers table onto the screen. Given that there are more than 3000 markers in the database, this usually isn't very useful."
81
+
"The `microhapdb marker` command is used to retrieve information about microhaps from the database. Running the command with no other configuration will dump the entire contents of the markers table onto the screen. Given that there are more than 3000 microhap allele definitions in the database, this usually isn't very useful."
81
82
]
82
83
},
83
84
{
@@ -95,7 +96,7 @@
95
96
"id": "b164d065-905a-4dce-8db4-5919d5a0879f",
96
97
"metadata": {},
97
98
"source": [
98
-
"If we add a marker name, MicroHapDB will display info only for that marker."
99
+
"If we add a microhap identifier, MicroHapDB will display info only for that microhap."
99
100
]
100
101
},
101
102
{
@@ -113,7 +114,7 @@
113
114
"id": "50cc952f-1815-4ac2-ad13-e68feff6c0e8",
114
115
"metadata": {},
115
116
"source": [
116
-
"Adding `--format=detail` will provide a richly detailed report for the selected marker(s)."
117
+
"Adding `--format=detail` will provide a richly detailed report for the selected microhap(s)."
117
118
]
118
119
},
119
120
{
@@ -131,7 +132,7 @@
131
132
"id": "66f4f9a8-8cad-4e66-8f40-1b65cafb5c41",
132
133
"metadata": {},
133
134
"source": [
134
-
"If the user supplies a locus name, all markers defined at that locus will be displayed."
135
+
"If the provided identifier refers to a microhap locus with multiple allele definitions, all allele definitions will be displayed."
0 commit comments