Difference between revisions of "Documentation/4.1/Modules/PkModeling"

From Slicer Wiki
Jump to: navigation, search
Line 49: Line 49:
 
* '''Parameters'''
 
* '''Parameters'''
 
** '''Parameters from 4D data''':
 
** '''Parameters from 4D data''':
*** TRValue: Repetition time,  
+
*** TR Value: Repetition time,  
*** TEValue: Echo time,  
+
*** TE Value: Echo time,  
*** FAValue: Flip angle,  
+
*** FA Value: Flip angle,  
*** TimeAxis: Time series.  
+
*** Time Axis: Time series.  
 
** '''Parameters from user input''':  
 
** '''Parameters from user input''':  
 
*** Concentration calculation:
 
*** Concentration calculation:
**** T1BloodValue: T1 blood value  
+
**** T1 Blood Value: T1 blood value  
**** T1TissueValue: T1 tissue value
+
**** T1 Tissue Value: T1 tissue value
**** RelaxivityValue: Relaxivity value
+
**** Relaxivity Value: Relaxivity value
**** S0GradValue: Signal gradient threshold value
+
**** S0 Gradient Value: Signal gradient threshold value
 
*** Quantitative parameters calculation:
 
*** Quantitative parameters calculation:
**** FTolerance: Function value tolerance
+
**** F Tolerance: Function value tolerance
**** GTolerance: Gradient magnitude tolerance  
+
**** G Tolerance: Gradient magnitude tolerance  
**** XTolerance: Search space tolerance
+
**** X Tolerance: Search space tolerance
 
**** Epsilon: Step
 
**** Epsilon: Step
 
**** MaxIter: Maximum number of iterations
 
**** MaxIter: Maximum number of iterations

Revision as of 16:07, 5 June 2012

Home < Documentation < 4.1 < Modules < PkModeling


Introduction and Acknowledgements

Extension: PkModeling
Acknowledgments: This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research.
Implementation of the pharmacokinetics modeling was contributed by Yingxuan Zhu and Jim Miller from GE Research.
Author: Yingxuan Zhu, Jim Miller (GE)
Contact: Yingxuan Zhu, <email>zhuyi@ge.com</email>

GE Global Research  
National Alliance for Medical Image Computing (NA-MIC)  

Module Description

PkModeling (Pharmacokinetics Modeling) is to calculate the quantitative parameters from DCE-MRI images. The two major parts of it are:

  • Convert signal intensities to concentration values
  • Calculate quantitative parameters from concentration values

Use Cases

Tutorials

Panels and their use

PkModeling
  • IO
    • Input:: 4D DCE-MRI data in nrrd; 3D mask in nrrd, showing the location of arterial input function.
    • Output: 4 volumes in nrrd, showing the maps of quantitative parameters. These parameters are ktrans, ve, maximum slope, and area under the curve (AUC).
  • Parameters
    • Parameters from 4D data:
      • TR Value: Repetition time,
      • TE Value: Echo time,
      • FA Value: Flip angle,
      • Time Axis: Time series.
    • Parameters from user input:
      • Concentration calculation:
        • T1 Blood Value: T1 blood value
        • T1 Tissue Value: T1 tissue value
        • Relaxivity Value: Relaxivity value
        • S0 Gradient Value: Signal gradient threshold value
      • Quantitative parameters calculation:
        • F Tolerance: Function value tolerance
        • G Tolerance: Gradient magnitude tolerance
        • X Tolerance: Search space tolerance
        • Epsilon: Step
        • MaxIter: Maximum number of iterations
        • Hematocrit
        • AUCTimeInterval: Time interval for AUC calculation

Similar Modules

References

Information for Developers