Skip to content

The Therapy Intensity Level scale for traumatic brain injury: clinimetric assessment on neuro-monitored patients across 52 European intensive care units

License

Notifications You must be signed in to change notification settings

sbhattacharyay/CENTER-TBI_TIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinimetric assessment of the Therapy Intensity Level (TIL) scale for traumatic brain injury

The Therapy Intensity Level scale for traumatic brain injury: clinimetric assessment on neuro-monitored patients across 52 European intensive care units

Contents

Overview

This repository contains the code underlying the article entitled The Therapy Intensity Level scale for traumatic brain injury: clinimetric assessment on neuro-monitored patients across 52 European intensive care units from the Collaborative European NeuroTrauma Effectiveness Research in TBI (CENTER-TBI) consortium. In this file, we present the abstract, to outline the motivation for the work and the findings, and then a brief description of the code with which we generate these finding and achieve this objective.

The code on this repository is commented throughout to provide a description of each step alongside the code which achieves it.

Abstract

The Therapy Intensity Level (TIL) scale and its abridged version (TIL(Basic)) are used to record the intensity of daily management for raised intracranial pressure (ICP) after traumatic brain injury (TBI). However, it is uncertain: (1) whether TIL is valid across the wide variation in modern ICP treatment strategies, (2) if TIL performs better than its predecessors, (3) how TIL's component therapies contribute to the overall score, and (4) whether TIL(Basic) may capture sufficient information. We aimed to answer these questions by assessing TIL on a contemporary population of ICP-monitored TBI patients (n=873) in 52 intensive care units (ICUs) across 18 European countries and Israel. From the observational, prospective Collaborative European NeuroTrauma Effectiveness Research in TBI (CENTER-TBI) study, we extracted first-week daily TIL scores (TIL24), ICP values, physician-based impressions of aberrant ICP, clinical markers of injury severity, and six-month functional outcome scores. We evaluated the construct and criterion validity of TIL against that of its predecessors, an unweighted version of TIL, and TIL(Basic). We calculated the median score of each TIL component therapy for each total score as well as associations between each component score and markers of injury severity. Moreover, we calculated the information coverage of TIL by TIL(Basic),defined by the mutual information of TIL and TIL(Basic) divided by the entropy of TIL. The statistical validity measures of TIL were significantly greater or similar to those of alternative scales, and TIL integrated the widest range of modern ICP treatments. First-week median TIL24 (TILmedian) outperformed first-week maximum TIL24 (TILmax) in discriminating refractory intracranial hypertension (RIC) during ICU stay, and the thresholds which maximised the sum of sensitivity and specificity for RIC detection were TILmedian≥7.5 (sensitivity: 81% [95% CI: 77-87%], specificity: 72% [95% CI: 70-75%]) and TILmax≥14 (sensitivity: 68% [95% CI: 62-74%], specificity: 79% [95% CI: 77-81%]). The sensitivity-specificity-optimising TIL24 threshold for detecting surgical ICP control was TIL24≥9 (sensitivity: 87% [95% CI: 83-91%], specificity: 74% [95% CI: 72-76%]). The median component scores for each TIL24 reflected a credible staircase approach to treatment intensity escalation, from head positioning to surgical ICP control, as well as considerable variability in the use of cerebrospinal fluid drainage and decompressive craniectomy. First-week maximum TIL(Basic) (TIL(Basic)max) suffered from a strong ceiling effect and could not replace TILmax. TIL(Basic)24 and first-week median TIL(Basic) (TIL(Basic)median) could be a suitable replacement for TIL24 and TILmedian, respectively (up to 33% [95% CI: 31-35%] information coverage). Numerical ranges were derived for categorising TIL24 scores into TIL(Basic)24 scores. Our results validate the TIL scale across a spectrum of ICP management and monitoring approaches and support its use as an intermediate outcome after TBI.

Code

All of the code used in this work can be found in the ./scripts directory as Python (.py), R (.R), or bash (.sh) scripts. Moreover, custom functions have been saved in the ./scripts/functions sub-directory.

1. Extract, prepare, and characterise CENTER-TBI variables used for study

  1. In this .py file, we extract all appropriate covariates from the CENTER-TBI dataset and calculate summarised metrics.
  2. In this .py file, we characterise the study dataset by calculating summary statistics and assessing variable missingness.
  3. In this .R file, we create 100 stochastically imputed sets of our study variables to account for the uncertainty due to variable missingness. Static variables were imputed with the mice package while longitudinal variables were imputed with the Amelia II package

2. Calculate study statistics and confidence intervals with bootstrapping

  1. In this .py file, we draw resamples for statistical bootstrapping per validation population.
  2. In this .py file, we calculate study statistics in each bootstrapping resample. This is run, with multi-array indexing, on the HPC using a bash script.
  3. In this .py file, we compile the study statistics calculated across bootstrapping resamples and calculate 95% confidence intervals for statistical inference.

In this .R file, we produce the figures for the manuscript and the supplementary figures. The quantitative figures in the manuscript are produced using the ggplot package.

Citation

About

The Therapy Intensity Level scale for traumatic brain injury: clinimetric assessment on neuro-monitored patients across 52 European intensive care units

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published