Hi
I am currently working with the OASIS-3 dataset and following oasis3-to-bids documentation , which reference a clinical data named:
oasis3_adrc_clinical_data.csv
However, in the latest version of the OASIS-3 clinical data that I downloaded from the official website, this file does not appear to be present. Instead, the clinical data is provided as multiple CSV files, such as:
- OASIS3_UDSd1.csv
- OASIS3_UDSb4.csv
- OASIS3_demographics.csv
- OASIS3_diagnoses.csv
And when I ran the converter code, an error occurred:
"File "/home/cxxxxx/miniconda3/envs/clinica/lib/python3.11/site-packages/clinica/converters/oasis3_to_bids/_utils.py", line 44, in _get_df_based_on_index_name
raise FileNotFoundError(f"Clinical data not found for {index_name}.")
FileNotFoundError: Clinical data not found for ADRC_ADRCCLINICALDATA ID."
⸻
Questions
- Has oasis3_adrc_clinical_data.csv been deprecated or removed in newer releases of OASIS-3?
- If so, is there an official mapping or recommended way to reconstruct an equivalent table from the current clinical files (e.g., using OASISID and VISCODE)?
- Are there any updated guidelines for oasis3-to-bids converter that still reference this file?
Hi
I am currently working with the OASIS-3 dataset and following oasis3-to-bids documentation , which reference a clinical data named:
oasis3_adrc_clinical_data.csv
However, in the latest version of the OASIS-3 clinical data that I downloaded from the official website, this file does not appear to be present. Instead, the clinical data is provided as multiple CSV files, such as:
And when I ran the converter code, an error occurred:
"File "/home/cxxxxx/miniconda3/envs/clinica/lib/python3.11/site-packages/clinica/converters/oasis3_to_bids/_utils.py", line 44, in _get_df_based_on_index_name
raise FileNotFoundError(f"Clinical data not found for {index_name}.")
FileNotFoundError: Clinical data not found for ADRC_ADRCCLINICALDATA ID."
⸻
Questions