No project description provided
Project description
Reiberdiagram
Python module to create an image file for each measured immunoglobulin.
The Reiberdiagram was invented by Hansotto Reiber to visualize reasons for unusual high concentrations of proteins in the Cerebrospinal fluid (CSF).12 This may be due to problems with the blood brain barrier or antibody synthesis in the CSF. The diagram consist of two main curves enclosing the normal range, some additional curves labelled 20%, 40% etc., an age-dependent vertical separation line and a mark that highlights the position of the current measurement. The x-axis is the albumin quotient and the y-axis the immunoglobulin quotient.
Images can be created for IgA, IgG and IgM
Usage:
You can either evaluate a csv file (see example in test folder) or a single patient. Example:
test_csv_file:
id;dob;alb_serum;alb_csf;iga_serum;iga_csf;igg_serum;igg_csf;igm_serum;igm_csf
001;2002-09-18;49.2;1.3;;;1090.1;22.3
002;1976-11-19;49.2;1.3;100.2;13.4;;;345.6;33.1
from reiberdiagram import create_images_for_file, ImageType
create_images_for_file(test_csv_file, out_file=test_file_path, image_type=ImageType.PNG)
from reiberschema import create_images, PatientData, ImageType
pat = PatientData(birth_date_iso="2022-09-13", albumin_serum=1000, albumin_csf=10, igg_serum=133.5, igg_csf=1.5)
create_images(data=pat, out_file="test", image_type=ImageType.PNG)
Example image:
-
Reiber H (1994). The hyperbolic function: a mathematical solution of the protein flux/CSF flow model for blood-CSF barrier function J Neurol Sci 126:243-245. ↩
-
Reiber H (1994). Flow rate of cerebrospinal fluid (CSF)- a concept common to normal blood-CSF barrier function and to dysfunction in neurological diseases. J Neurol Sci 122:189-203 ↩
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reiberdiagram-1.0.1.tar.gz.
File metadata
- Download URL: reiberdiagram-1.0.1.tar.gz
- Upload date:
- Size: 56.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8ff6f2e5a12d752c68e267bc80e45a307a7a3862c1f2dd19ea71dc3e21d7084
|
|
| MD5 |
4df599b172e1cd38e3d29bed04394f8f
|
|
| BLAKE2b-256 |
be16fd67ef23b68e5157cc16b41e69228acc5104421876b7038fbcc3926fa5ea
|
File details
Details for the file reiberdiagram-1.0.1-py3-none-any.whl.
File metadata
- Download URL: reiberdiagram-1.0.1-py3-none-any.whl
- Upload date:
- Size: 55.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
654c7b00dbe41f8673caed09f80eedb400f58c554d32a24b24c46ac342285803
|
|
| MD5 |
b366e054cb2e977799711245d18c67d4
|
|
| BLAKE2b-256 |
577fe55df0e117b26e0ef7a022525b36f329b778ae8414b7696ac45e56bb76aa
|