Skip to content

oasis3-to-bids converter occurred FileNotFoundError: Clinical data not found for ADRC_ADRCCLINICALDATA ID." #1684

@jianfeixu95

Description

@jianfeixu95

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

  1. Has oasis3_adrc_clinical_data.csv been deprecated or removed in newer releases of OASIS-3?
  2. 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)?
  3. Are there any updated guidelines for oasis3-to-bids converter that still reference this file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions