Convert-Pheno Documentation¶
Convert-Pheno is a toolkit for converting clinical and phenotypic data between supported exchange models such as BFF, PXF, OMOP-CDM, REDCap, CDISC-ODM, and mapped CSV.
Project status
This documentation tracks Convert-Pheno 0.31.
The software is in active use and still evolving. Some conversion routes are more mature than others, so it is worth checking the format-specific pages before running a new workflow in production.
Get started See supported formats Install the toolkit
Typical workflows¶
Most users come to Convert-Pheno for one of these tasks:
- convert
PXFtoBFFindividuals,biosamples,datasets, andcohorts - convert
OMOP-CDMexports toBFForPXF - convert
REDCapor rawCSVdata through a mapping file - convert
BFFtoPXF, flattenedCSV, flattenedJSON, orJSON-LD
API vs CLI
Use the HTTP API mainly for self-contained JSON payloads such as BFF, PXF, and carefully prepared OMOP-CDM requests.
For mapping-file-based workflows such as CSV, REDCap, and CDISC-ODM, prefer the CLI.
Documentation map¶
- Use if you want to run the tool now
- Tutorial if you want short guided examples
- Use as an API if you want the HTTP contract, API support matrix, and JavaScript
fetchexamples - Analysis if you want to work with the generated
individuals.json - Troubleshooting if something is not behaving as expected
- Implementation if you want the architectural view