Database Open Access
MMG Database
Published: March 4, 2016. Version: 1.0.0
New Database Added: MMGDB (March 4, 2016, midnight)
The MMG Database contains uterine magnetomyographic (MMG) signals recorded using the 151 channel SARA (SQUID Array for Reproductive Assessment) system installed at UAMS, Little Rock, USA.
Please include the standard citation for PhysioNet:
(show more options)
Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.
Abstract
This database contains uterine magnetomyographic (MMG) signals recorded using the 151 channel SARA (SQUID Array for Reproductive Assessment) system installed at UAMS, Little Rock, USA. Recordings are taken from 25 subjects who presented themselves in the Triage unit of Labor and Delivery and were undergoing monitoring and evaluation of labor. All subjects were asked to lean forward and sit comfortably with the sensor array covering their pregnant abdomens. The duration of a recording was typically around 20 minutes.
Data Description
To obtain the final MMG signals, the original 250Hz data was downsampled to 32 Hz, bandpass filtered (0.1-1 Hz) to attenuate the maternal and fetal cardiac signals, and notch filtered (0.25-0.35 Hz) to suppress the prominent maternal breathing around 0.33 Hz. Furthermore, segments with maternal movement were excluded. Each final recording in this database contains 147 to 148 channels and lasts between 10 and 20 minutes.
The data was preprocessed in MATLAB and converted to WFDB format using the mat2wfdb function from the PhysioToolkit software. File names in the database are of the form ###_*GA, where ### is the ID of the participant, and *GA refers to gestational age in weeks and days (ie. 38w0d). Header files contain channel labels and the following clinical information:
- Cervical dilation (dilation cm)/(effacement %)/(station)
- Days to delivery after SARA recording.
- Race
- BMI
- Gestation Period (weeks+days)
The sensorpositions record contains x, y, and z coordinates of the SARA array's 149 different channels present in the database. Refer to SARAarray.eps or SARAarray.tif for diagrams of the apparatus.
Relevant Publications
- H. Eswaran, H. Preissl, J. D. Wilson, P. Murphy, C. L. Lowery. Prediction of labor in term and preterm pregnancies using non-invasive magnetomyographic recordings of uterine contractions. Am J Obstet Gynecol, 190(6), pp. 1598-1602, 2004.
- H. Eswaran, H. Preissl, J. D. Wilson, P. Murphy, S. E. Robinson,C. L. Lowery. First magnetomyographic recordings of uterine activity with spatial-temporal information with a 151-channel sensor array. Am J Obstet Gynecol, 187(1), pp. 145-151, 2002.
Access
Access Policy:
Anyone can access the files, as long as they conform to the terms of the specified license.
License (for files):
Open Data Commons Attribution License v1.0
Discovery
DOI (version 1.0.0):
https://doi.org/10.13026/C2ZW95
Topics:
magnetomyography
neuroelectric
pregnancy
Corresponding Author
Files
Total uncompressed size: 215.7 MB.
Access the files
- Download the ZIP file (215.7 MB)
- Access the files using the Google Cloud Storage Browser here. Login with a Google account is required.
-
Access the data using the Google Cloud command line tools (please refer to the gsutil
documentation for guidance):
gsutil -m -u YOUR_PROJECT_ID cp -r gs://mmgdb-1.0.0.physionet.org DESTINATION
-
Download the files using your terminal:
wget -r -N -c -np https://physionet.org/files/mmgdb/1.0.0/
-
Download the files using AWS command line tools:
aws s3 sync --no-sign-request s3://physionet-open/mmgdb/1.0.0/ DESTINATION