GithubHelp home page GithubHelp logo

liob / non-parametric_deconvolution Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 39.7 MB

Model-Free Deconvolution of 4D DCE MRI scans

License: GNU General Public License v3.0

Python 0.44% Jupyter Notebook 98.63% MATLAB 0.93%
mri image-processing 4d-dce deconvolution

non-parametric_deconvolution's Introduction

Clinical parameters for chronic obstructive pulmonary disease (COPD) are of paramount importance in determining clinical parameters for the identification of biomarkers for treatment and therapy monitoring. This is the companion repository for the JMRI publication: "Deep Semantic Lung Segmentation for Tracking Potential Pulmonary Perfusion Biomarkers in Chronic Obstructive Pulmonary Disease (COPD): The Multi-Ethnic Study of Atherosclerosis COPD Study". The code implements a non-parametric deconvolution for 4D DCE MRI scans according to Sourbron et al. (PMI-0.4) and Zöllner et al. (UMMPerfusion) in Python and Matlab.

perfusion, mean transit time, and blood volume maps

Please see the ipython notebook (example.ipynb) for instructions on how to use the code.

Cite Us

If you use this code in your research, please reference the the following publication:

Hinrich B. Winther, Marcel Gutberlet, Christian Hundt, Till F. Kaireit, Tawfik Moher Alsady, Bertil Schmidt, Frank Wacker, Yanping Sun, Sabine Dettmer, Sabine K. Maschke, Jan B. Hinrichs, Sachin Jambawalikar, Martin R. Prince, R. Graham Barr, and Jens Vogel‐Claussen. “Deep Semantic Lung Segmentation for Tracking Potential Pulmonary Perfusion Biomarkers in Chronic Obstructive Pulmonary Disease (COPD): The Multi‐ethnic Study of Atherosclerosis COPD Study.” Journal of Magnetic Resonance Imaging, July 2019. https://doi.org/10.1002/jmri.26853.

Funding Information

  • Deutsche Forschungsgemeinschaft. Grant Number: WI 4739/1‐1
  • National Center for Advancing Translational Sciences. Grant Numbers: UL1‐TR‐000040, UL1‐TR‐001079, UL1‐TR‐001420
  • National Heart, Lung, and Blood Institute. Grant Numbers: HHSN268201500003I, N01‐HC‐95159, N01‐HC‐95160, N01‐HC‐95161, N01‐HC‐95162, N01‐HC‐95163, N01‐HC‐95164, N01‐HC‐95165, N01‐HC‐95166, N01‐HC‐95167, N01‐HC‐95168, N01‐HC‐95169, R01‐HL077612, R01‐HL093081

non-parametric_deconvolution's People

Contributors

liob avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

non-parametric_deconvolution's Issues

Mask is not reduced in size in code

Hi,

Looks like you remove the baseline signal from the data matrix, but not from the aif matrix.

%subtraction of baseline signal
sbase=mean(data(1:t1,:,:,:),1);

tmp=data((t1+1):t2,:,:,:)-repmat(mean(data(1:t1,:,:,:),1),[t2-t1 1 1 1]);

data=tmp;

%% Added code here
masktemp = mask(2:end,:,:,:);

clear mask

mask = masktemp;

Can you check that this is correct?

All the best,

James

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.