Convert-Pheno Documentation
Overview
Clinical and phenotypic data conversion across supported exchange models.
Convert-Pheno converts between BFF, PXF, OMOP-CDM,
REDCap, CDISC-ODM, mapped CSV, and related inspection formats.
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 conversion on real data.
The command-line interface is the main entry point for normal use. It supports real files, mapping files, REDCap dictionaries, OMOP tables, audit TSV files, and multi-entity BFF output.
The API and module interfaces are mainly for developers who need to call Convert-Pheno from another application or script.
Typical conversionsâ
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
Start Hereâ
- Ways to Run Convert-Pheno if you are deciding between CLI, API, module, and Web App usage
- Conversion Recipes if you want copy-paste commands for common conversions
- Output Validation if you need to inspect provenance, audit ontology search, or validate output
Use the HTTP(s) API mainly for self-contained JSON payloads such as BFF, PXF, and carefully prepared OMOP-CDM requests.
For mapping-file-based conversions such as CSV, REDCap, and CDISC-ODM, prefer the CLI.
Documentation mapâ
- Command-Line Interface if you want to run the tool now
- Tutorial if you want short guided examples
- Use as an API if you want the HTTP(s) contract, API support matrix, and JavaScript fetch examples
- 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
External componentsâ
- Web App UI for display and exploration only; it currently runs an older Convert-Pheno version than this documentation
- GitHub repository