AMP-SCZ / utility

Storehouse for all utility scripts
Apache License 2.0
0 stars 4 forks source link

Dataflow config to represent information from `Missing Data` dictionary #84

Open kcho opened 12 months ago

kcho commented 12 months ago

The Dataflow configuration on DPDash does not include information from the Missing Data dictionary. This missing information can be helpful in differentiating between a dataflow issue and a data acquisition issue. For instance, if a subject is marked as "Incorrect enrollment" in the Missing Data dictionary, the absence of MRI data for that subject will no longer be considered a dataflow issue.

The current logic used to label Protocol Followed ? is linked below. https://github.com/AMP-SCZ/utility/blob/5f1fd8b3c0ef712a592b18dcd0bf0dcb2cf1ac43/subject_files_status_for_dpdash1.py#L88-L126