Open-source projects and research tools from the Computational Healthcare & Oncology Informatics Lab.
qradiomics — Radiomics Research CLI
License: MIT · Python: 3.11+ · Repo: choilab-jefferson/qradiomics Radiomics research CLI. qr does two things equally well: Atomic tasks — convert DICOM, extract features, merge clinical, fit a model. Each is a single command, files in / files out. Workflow assembly — generate, mutate, scaffold, and run multi-step pipelines from those atomic tasks. Default executor is Nextflow (per-patient parallel + cache + HPC); Prefect is the secondary executor; inline is the small-cohort fallback. The canonical radiomics data flow has four stages — data → image → features → modeling — and one qr workflow plan call instantiates the whole chain: ...