Skip to main content

Utilities to handle MIGET data

Project description

Utils-MIGET Documentations

Introduction

This documentations has been written for version 1.9 of the package.


The package contains utilities to handle the preprocessing as well as postprocessing of data related to the Multiple Inert Gas Elimination Technique (MIGET). The original software written in Fortran by P. D. Wagner is only the core of the technique, but substancial data handling before and after the acquisition of the data from the subject is required to achieve a smooth workflow. The "utilities" you will find in this package are needed to:

  1. Perform ancillary calculations regarding, for example, pure blood and gas volumes in the syringes, retentions, excretions, and general gas exchange calculations.
  2. Easily plot retention and excretions against "normal" values. This is useful to quickly plot the data and get an idea of the ventilation-perfusion (V/Q) alteration present, without running the full Fortran program.
  3. Automatically draw the data from a dataset (at the moment with default variable names) to create a default input file for the first of the two Fortran original program: SHORT.f
  4. Plotting both a V/Q distribution given default data (for teaching purposes, for example) and publication-ready V/Q distribution outputs from the Fortran program.

Of note, all these calculations work for a workflow which implies a Gas Chromatography device with headspace sampler, like the one we currently use at the University Medical Center Göttingen.

Modules

calculations_miget

As the name implies, this module contains functions used to perform ancillary calculations to prepare the dataset for a successive evaluation of MIGET data.

  • miget_dataset_preparation(dataset)

This function perform a whole serie of calculations (for further details, take a look at the source code) to prepare the dataset. Two features are important to be understood: - The function requires specific variable names at the moment. For details, take a look at the source code, which has been commented to be as clear as possible - The function operates on a Pandas DataFrame. So one first needs to load a DataFrame (from .csv, .xlsx, etc...). The function returns a new dataset with all the original + the calculated variables.

  • graph_retentions(d, row_selected, sample, corrected = True)

This function plots the retentions (and the excretions, side by side) calculated on the previously prepared dataset (so obviously one needs to run first the function miget_dataset_preparation) against the normal values. The function takes again a Pandas DataFrame ad argument as well as: - row_selected: which row of the dataset to use (each one representing 1 measurement). Remember the 0-index of Python. - sample: whether to use the set 1 or set 2 (remember that MIGET measurements are always acquired in double). - corrected: whether to correct for acetone losses. By default it is set to True

  • write_raw_report(...)

This is an auxillary function that actually writes a .RAW file to be fed into SHORT. It use is already incapsulated into export_raw_input (see below). Anyway, one may use acquired data to run this function, without using a Pandas DataFrame. It takes many arguments, I suggest to take a look directly at the source code.

  • export_raw_input(dataset, record_n, default_pc = False, scaling_peak_factor = 1e-4)

This function works again on a Pandas DataFrame. It gathers the variables from the dataset and outputs 2 .RAW files (using the aforementioned function) that will be fed into SHORT. - record_n: indicates which line of the dataset to use (= which subject/measurement needs to be formatted for the export) - dafault_pc: in case the partition coefficients were not measured, defaults can be exported - scaling_peak_factor: the original Fortran routine accepted Gas Chromatography peaks in mm. Our GC-MS exports data in "signal amplitude". Therefore, a global scaling factor needs to be decided to fit into the required format. For us 1e-4 works great, but with any given system this is different.

vq_plotter

This module collects methods to make relatively easy to plot logarithmic distribution of ventilation and perfusion.

  • plot_defined_vq(qt, sdq1, sdq2, qmean1, qmean2, qratio, vdvt, qsqt, save = False, name_saved_file = None, file_extension = "jpg", resolution = 600)

This function plots, possibly for teaching purposes, determined V/Q distribution given certain physiological parameters. Furthermore, it gives the possibility to save the output plot with a given name, extension and resolution. The plot allows a bimodal distribution controlled by the parameters: - qt: cardiac output [l/min] - sdq1 (and 2): standard deviation of the first (and second) cardiac output mean - qmean1 (and 2): mean of the first (and second) cardiac output. For example, "10" means that the first mean of cardiac output falls on a V/Q ratio of 10. - qratio: proportion of cardiac output on the first mean compared to the second. For example, 0.2 means that 20% of the cardiac output falls on the first mean. - vdvt: deadspace. The entry is in absolute percentage!. Therefore "20" means actually 20% of deadspace. - qsqt: true shunt. The entry is in absolute percentage!. Therefore "20" means actually 20% of shunt.

  • plot_miget_output(path_to_txt, save = False, name_saved_file = None, file_extension = "jpg", resolution = 600)

This function plots the output of the second Fortran program (VQBOHR) in a publication-ready format. It also gives the possibility to save the file with a good deal of personalization. - path_to_txt: this parameter needs to be a string of the absolute path where the output file of VQBOHR is stored.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utils_miget-1.9.3.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utils_miget-1.9.3-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file utils_miget-1.9.3.tar.gz.

File metadata

  • Download URL: utils_miget-1.9.3.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for utils_miget-1.9.3.tar.gz
Algorithm Hash digest
SHA256 93ed2588a7c37ba439f6a981a062d4443ea254d24c4beb39fbaf90b21aaedaa6
MD5 eb05e02c3b9090b4d89fee3a820a3df6
BLAKE2b-256 cb77203b6498a38dca21258b121a0fc00a3f824ee8b3a1fd5a298a61da482e31

See more details on using hashes here.

File details

Details for the file utils_miget-1.9.3-py3-none-any.whl.

File metadata

  • Download URL: utils_miget-1.9.3-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for utils_miget-1.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d5b3d5b0faa5b99c87de6306a2a57319ae71c040ceefa354bb07b8dcdd62fe2
MD5 74a9584bfd0abb477808a92189e0feec
BLAKE2b-256 c5417a963046502dc4316f45568eefdcd6f2fe33e4fcba9155b7374bbba5d6c1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page