<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Projects on Qualia Radiomics</title>
    <link>https://www.qradiomics.com/projects/</link>
    <description>Recent content in Projects on Qualia Radiomics</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 17 May 2026 20:31:21 -0400</lastBuildDate>
    <atom:link href="https://www.qradiomics.com/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>qradiomics — Radiomics Research CLI</title>
      <link>https://www.qradiomics.com/projects/2026-05-17-qradiomics/</link>
      <pubDate>Sun, 17 May 2026 20:31:21 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2026-05-17-qradiomics/</guid>
      <description>&lt;p&gt;&lt;strong&gt;License:&lt;/strong&gt; MIT · &lt;strong&gt;Python:&lt;/strong&gt; 3.11+ · &lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href=&#34;https://github.com/choilab-jefferson/qradiomics&#34;&gt;choilab-jefferson/qradiomics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Radiomics research CLI. &lt;code&gt;qr&lt;/code&gt; does two things equally well:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Atomic tasks&lt;/strong&gt; — convert DICOM, extract features, merge clinical, fit a model. Each is a single command, files in / files out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Workflow assembly&lt;/strong&gt; — generate, mutate, scaffold, and run multi-step pipelines from those atomic tasks. Default executor is &lt;strong&gt;Nextflow&lt;/strong&gt; (per-patient parallel + cache + HPC); &lt;strong&gt;Prefect&lt;/strong&gt; is the secondary executor; &lt;strong&gt;inline&lt;/strong&gt; is the small-cohort fallback.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The canonical radiomics data flow has four stages — &lt;strong&gt;data → image → features → modeling&lt;/strong&gt; — and one &lt;code&gt;qr workflow plan&lt;/code&gt; call instantiates the whole chain:&lt;/p&gt;</description>
    </item>
    <item>
      <title>PathCNN</title>
      <link>https://www.qradiomics.com/projects/2022-06-10-pathcnn/</link>
      <pubDate>Fri, 10 Jun 2022 15:59:11 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2022-06-10-pathcnn/</guid>
      <description>&lt;p&gt;Interpretable convolutional neural networks for survival prediction and pathway analysis applied to glioblastoma&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Pathway image&lt;/em&gt;: Grid structure conversion for biological array data (a non-grid structured format) for CNNs.&lt;/li&gt;
&lt;li&gt;Interpretation of the CNN model using GradCAM.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Source code: &lt;a href=&#34;https://github.com/mskspi/PathCNN&#34;&gt;https://github.com/mskspi/PathCNN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jung Hun Oh, Wookjin Choi, Euiseong Ko, Mingon Kang, Allen Tannenbaum, Joseph O Deasy, PathCNN: interpretable convolutional neural networks for survival prediction and pathway analysis applied to glioblastoma, &lt;em&gt;Bioinformatics&lt;/em&gt;, Volume 37, Issue Supplement_1, July 2021, Pages i443–i450, &lt;a href=&#34;https://doi.org/10.1093/bioinformatics/btab285&#34;&gt;https://doi.org/10.1093/bioinformatics/btab285&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lung Cancer Screening Radiomics</title>
      <link>https://www.qradiomics.com/projects/2022-06-10-lung-cancer-screening-radiomics/</link>
      <pubDate>Fri, 10 Jun 2022 15:50:37 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2022-06-10-lung-cancer-screening-radiomics/</guid>
      <description>&lt;p&gt;A comprehensive framework for lung cancer screening radiomics using LIDC-IDRI and LUNGx dataset.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Data preprocessing - download data, conversion, etc.&lt;/li&gt;
&lt;li&gt;Radiomics feature extraction including spiculation features&lt;/li&gt;
&lt;li&gt;AutoML model building and validation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Source code &lt;a href=&#34;https://github.com/taznux/LungCancerScreeningRadiomics&#34;&gt;https://github.com/taznux/LungCancerScreeningRadiomics&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Wookjin Choi, Jung Hun Oh, Sadegh Riyahi, Chia-Ju Liu, Feng Jiang, Wengen Chen, Charles White, Andreas Rimner, James G. Mechalakos, Joseph O. Deasy, and Wei Lu, “Radiomics analysis of pulmonary nodules in low-dose CT for early detection of lung cancer”, Medical Physics, Vol. 45, No. 4, pp. 1537-1549, April 2018. &lt;a href=&#34;https://doi.org/10.1002/mp.12820&#34;&gt;https://doi.org/10.1002/mp.12820&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Wookjin Choi, Saad Nadeem, Sadegh Riyahi, Joseph O. Deasy, Allen Tannenbaum, Wei Lu, “Reproducible and Interpretable Spiculation Quantification for Lung Cancer Screening.” Computer methods and programs in biomedicine. 200 2021. &lt;a href=&#34;https://doi.org/10.1016/j.cmpb.2020.105839&#34;&gt;https://doi.org/10.1016/j.cmpb.2020.105839&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>Open source projects</title>
      <link>https://www.qradiomics.com/projects/2016-08-27-open-source-projects/</link>
      <pubDate>Sat, 27 Aug 2016 13:58:18 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2016-08-27-open-source-projects/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://qradiomics.com/projects/2026-05-17-qradiomics/&#34;&gt;qradiomics&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Open-source source for the qradiomics.com site and content.
Source code: &lt;a href=&#34;https://github.com/choilab-jefferson/qradiomics&#34;&gt;https://github.com/choilab-jefferson/qradiomics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://qradiomics.com/projects/2022-06-10-lung-cancer-screening-radiomics/&#34;&gt;Lung Cancer Screening Radiomics&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A full system for lung cancer screening radiomics using &lt;a href=&#34;https://qradiomics.com/projects/2016-08-27-lung-image-analysis-framwork/&#34;&gt;Lung Image Analysis Framework&lt;/a&gt;, &lt;a href=&#34;https://qradiomics.com/projects/2016-07-23-radiomics-tools/&#34;&gt;Radiomics Tools&lt;/a&gt;, and other external tools with Docker.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://qradiomics.com/projects/2022-06-10-pathcnn/&#34;&gt;&lt;strong&gt;PathCNN&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Interpretable convolutional neural networks for survival prediction and pathway analysis applied to glioblastoma&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://qradiomics.com/projects/2016-07-23-radiomics-tools/&#34;&gt;Radiomics Tools&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Radiomic feature analysis tools in C++ and Python with ITK, Simple ITK. &lt;a href=&#34;http://www.ruffus.org.uk/&#34;&gt;Ruffus&lt;/a&gt; pipeline structure Image processing tools for radiomics analysis, e.g. DICOM and DICOM-RT handling, contour manipulation, automatic segmentation, etc. Interfaces for invoking MATLAB and external executables, e.g. CERR, plastimatch and etc. 3D and 2D shape, intensity,  and texture (GLCM, GLRM) features&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lung Image Analysis Framwork</title>
      <link>https://www.qradiomics.com/projects/2016-08-27-lung-image-analysis-framwork/</link>
      <pubDate>Sat, 27 Aug 2016 03:31:31 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2016-08-27-lung-image-analysis-framwork/</guid>
      <description>&lt;p&gt;A basic framework for pulmonary nodule detection and characterization in CT &lt;a href=&#34;https://github.com/taznux/lung-image-analysis&#34;&gt;https://github.com/taznux/lung-image-analysis&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tested on LIDC-IDRI dataset (&lt;a href=&#34;https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI&#34;&gt;https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI&lt;/a&gt;)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;LIDC XML parsing&lt;/li&gt;
&lt;li&gt;Simple lung segmentation, nodule detection, and feature extraction algorithms&lt;/li&gt;
&lt;li&gt;Evaluation of nodule segmentation, detection, and characterization by LIDC XML annotations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;written in Matlab by Wookjin Choi and Ji-Seok Yoon&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This framework is the essential parts of the following papers.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Tae-Sun Choi, “Automated Pulmonary Nodule Detection based on Three-dimensional Shape-based Feature Descriptor”, Computer Methods and Programs in Biomedicine, Vol. 113, No. 1, January 2014, pp. 37–54, doi: &lt;a href=&#34;http://dx.doi.org/10.1016/j.cmpb.2013.08.015&#34; title=&#34;http://dx.doi.org/10.1016/j.cmpb.2013.08.015&#34;&gt;http://dx.doi.org/10.1016/j.cmpb.2013.08.015&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Tae-Sun Choi, “Automated Pulmonary Nodule Detection System in Computed Tomography Images: A Hierarchical Block Classification Approach”, Entropy, Vol. 15, No. 2, pp. 507-523, February 2013, doi: &lt;a href=&#34;http://dx.doi.org/10.3390/e15020507&#34; title=&#34;http://dx.doi.org/10.3390/e15020507&#34;&gt;http://dx.doi.org/10.3390/e15020507&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Tae-Sun Choi, “Genetic Programming-based feature transform and classification for the automatic detection of pulmonary nodules on computed tomography images”, Information Sciences, Vol. 212, pp. 57-78, December 2012, doi:&lt;a href=&#34;http://dx.doi.org/10.1016/j.ins.2012.05.008&#34; title=&#34;http://dx.doi.org/10.1016/j.ins.2012.05.008&#34;&gt;http://dx.doi.org/10.1016/j.ins.2012.05.008&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>Radiomics Tools</title>
      <link>https://www.qradiomics.com/projects/2016-07-23-radiomics-tools/</link>
      <pubDate>Sat, 23 Jul 2016 23:00:14 -0400</pubDate>
      <guid>https://www.qradiomics.com/projects/2016-07-23-radiomics-tools/</guid>
      <description>&lt;p&gt;Image processing tools and &lt;a href=&#34;http://www.ruffus.org.uk/&#34;&gt;ruffus&lt;/a&gt; based pipeline for radiomics feature analysis&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Github repository&lt;br&gt;
&lt;a href=&#34;https://github.com/taznux/radiomics-tools/&#34;&gt;https://github.com/taznux/radiomics-tools/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;First release 0.1 with OSX binary&lt;br&gt;
&lt;a href=&#34;https://github.com/taznux/radiomics-tools/releases/tag/release/0.1&#34;&gt;https://github.com/taznux/radiomics-tools/releases/tag/release/0.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Test dataset -
&lt;a href=&#34;https://wiki.cancerimagingarchive.net/display/Public/SPIE-AAPM+Lung+CT+Challenge&#34;&gt;https://wiki.cancerimagingarchive.net/display/Public/SPIE-AAPM+Lung+CT+Challenge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Publications&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Jung Hun Oh, Sadegh Riyahi, Chia-Ju Liu, Feng Jiang, Wengen Chen, Charles White, Andreas Rimner, James G. Mechalakos, Joseph O. Deasy, and Wei Lu, “Radiomics analysis of pulmonary nodules in low-dose CT for early detection of lung cancer”, Medical Physics, Vol. 45, No. 4, pp. 1537-1549, April 2018. &lt;a href=&#34;https://doi.org/10.1002/mp.12820&#34;&gt;https://doi.org/10.1002/mp.12820&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Sadegh Riyahi, Seth J. Kligerman, Chia-Ju Liu, James G. Mechalakos and Wei Lu, “Technical Note: Identification of Normal Lung CT Texture Features Robust to Tumor Size for the Prediction of Radiation-Induced Lung Disease”, International Journal of Medical Physics, Clinical Engineering and Radiation Oncology, Vol.7 No.3, Paper ID 86485, pp. 330-338, August 2018. &lt;a href=&#34;https://doi.org/10.1016/j.ins.2012.05.008&#34;&gt;doi:&lt;/a&gt;&lt;a href=&#34;https://doi.org/10.4236/ijmpcero.2018.73027&#34;&gt;10.4236/ijmpcero.2018.73027&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sadegh Riyahi, &lt;strong&gt;Wookjin Choi&lt;/strong&gt;, Chia-Ju Liu, Hualiang Zhong, Abraham J Wu, James G Mechalakos, Wei Lu, “Quantifying local tumor morphological changes with Jacobian map for prediction of pathologic tumor response to chemo-radiotherapy in locally advanced esophageal cancer”, Physics in Medicine and Biology, Vol. 63, No. 14, 145020 (13pp), July 2018. &lt;a href=&#34;https://doi.org/10.1016/j.ins.2012.05.008&#34;&gt;doi:&lt;/a&gt;&lt;a href=&#34;https://doi.org/10.1088/1361-6560/aacd22&#34;&gt;10.1088/1361-6560/aacd22&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>QuaLIA CAD</title>
      <link>https://www.qradiomics.com/projects/2016-01-11-qualia-cad/</link>
      <pubDate>Mon, 11 Jan 2016 21:29:41 -0500</pubDate>
      <guid>https://www.qradiomics.com/projects/2016-01-11-qualia-cad/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/taznux/qualia&#34;&gt;https://github.com/taznux/qualia&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;QuaLIA (Quantitative Lung Image Analysis)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open-source framework for Computer-Aided Detection/Diagnosis&lt;/li&gt;
&lt;li&gt;OSX/Java/ITK/VTK/Gradle&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt=&#34;QuaLIA CAD&#34; loading=&#34;lazy&#34; src=&#34;https://www.qradiomics.com/projects/2016-01-11-qualia-cad/images/untitled.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://github.com/QuaLIACAD/qualia&#34;&gt;QuaLIA CAD&lt;/a&gt;&lt;/strong&gt; &lt;a href=&#34;https://github.com/QuaLIACAD/qualia/archive/master.zip&#34;&gt;Download Source code&lt;/a&gt;   &lt;a href=&#34;https://docs.google.com/uc?export=download&amp;amp;confirm=5MsF&amp;amp;id=0BwUtEL5FMGdzOGtDeU9nWGVGQVU&#34;&gt;Download Binary&lt;/a&gt;&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/uEPYpfTG5uw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;</description>
    </item>
  </channel>
</rss>
