pulselabteam / PulseDB

Other
40 stars 11 forks source link

How can i get the corresponding disease of each subject in the dataset?? #4

Closed Khaled-Mohammed-Abdelgaber closed 1 year ago

WeinanWang-RU commented 1 year ago

Information with respect to the disease of each subject is not part of PulseDB and is outside the scope of this publication.

However, there are ways that you can look them up by yourself via the SubjectID provided in PulseDB.

For example, the first file in the PulseDB_MIMIC folder is p000160.mat. Segments in this file are from one subject whose Subject_ID in the MIMIC-III Clinical Database is p000160. So you can look up this ID in the MIMIC Clinical Database to find related information corresponding to this subject. Refer to MIMIC-III matched subset for more information.

As for the PulseDB_Vital folder, the file names are from p000001.mat to p006090.mat, which corresponds to subjectid from 1 to 6090 in the VitalDB dataset. So you can retrieve other information relating to the subject with the ID. Refer to VitalDB APIs and VitalDB Case API for more information.

Khaled-Mohammed-Abdelgaber commented 1 year ago

thanks for your response. really good job