https://github.com/ctsit/denacculator
https://github.com/ctsit/denacculator
adrc python redcap
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctsit/denacculator
- Owner: ctsit
- License: apache-2.0
- Created: 2020-10-15T17:08:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T20:03:48.000Z (about 4 years ago)
- Last Synced: 2025-10-30T14:43:13.329Z (9 months ago)
- Topics: adrc, python, redcap
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
This program is meant to take a NACC Data Freeze .csv file and convert it into
a format that can be easily uploaded into the 1Florida Alzheimer's Disease
Research Center REDCap project, as the NACC Derived Values form.
NACC Data Freeze files are available at http://www.alz.washington.edu/
To collect the csv file
---------------------
-> ADCs
-> Data Cores > Submission systems > UDS • FTLD • LBD
-> Your center
-> UDS • FTLD • LBD
-> "Please click here to enter..."
-> On the left sidebar: DOWNLOAD DATA > My Center's freeze data > Download CSV File
-> Right click and select "Save as..."
-> Make sure the file is saved with the .csv extension
Usage:
`$ denacc/nacc2redcap <$INPUT_FILE.csv >$OUTPUT_FILE.csv`
In which the output file will be placed in the specified filepath (default is
the denacculator top directory), ready to be uploaded as a REDCap data import.
The program's functionality is to:
1) rename the header fields from the NACC format to REDCap's format,
2) delete columns that 1Florida ADRC is not using in our NACC-Derived Values
form (currently not in use),
3) add columns to make the csv immediately REDCap importable ('ptid',
'redcap_event_name', 'nacc_derived_values_complete')