Learn R Programming

glioblastomaEHRsData

R package for generating descriptive statistics in forms of tables and plots for 3 specific datasets containing information about patients suffering from Glioblastoma Multiforme (GM).

Datasets

Munich2019dataset

The dataset can be found here with the relative study and relevant information.

Tainan2020dataset

The dataset can be found here with the relative study and relevant information.

Utrecht2020dataset

The dataset can be found here with the relative study and relevant information.

Installation

The most common way to install R packages is through CRAN:

# The best way to install the package is using the CRAN mirror
install.packages("glioblastomaEHRsData")

# To load the package after installation
library(glioblastomaEHRsData)

The Github version of the package can be installed using the devtools package:

# Using devtools to install the package from GitHub
install.packages("devtools")
devtools::install_github("username/glioblastomaEHRsData")

Or even using a tar.gz version of the package built by yourself, even if it is not recommended.

Copy Link

Version

Install

install.packages('glioblastomaEHRsData')

Monthly Downloads

268

Version

1.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Samuele Marelli

Last Published

January 30th, 2026

Functions in glioblastomaEHRsData (1.1.0)

glioblastomaEHRsData-package

glioblastomaEHRsData: Descriptive analysis on 3 EHRs datasets
descriptiveTableUtrecht2019dataset

Descriptive statistic table for the utrecht2019dataset
Munich2019datasetDescriptiveStatistics

Munich2019datasetDescriptiveStatistics
descriptiveTableMunich2019dataset

Descriptive statistics table for the munich2019dataset
plotTainan2020dataset

Plot variables from the tainan2020dataset
descriptiveTableTainan2020dataset

Descriptive statistic table for the tainan2020dataset
Tainan2020datasetDescriptiveStatistics

Tainan2020datasetDescriptiveStatistics
Utrecht2019datasetDescriptiveStatistics

Utrecht2019datasetDescriptiveStatistics
plotMunich2019dataset

Plot variables from the munich2019dataset
plotUtrecht2019dataset

Plot variables from the utrecht2019dataset
munich2019dataset

EHR data of patients affected by Glioblastoma (GBM), collected from Munich, Germany.
savePlot

Save a plot
tainan2020dataset

EHR data of patients affected by Glioblastoma (GBM) from Tainan and Taiwan medical centers and branches.
saveTable

saveTable
global_variables

Declarations for glibal variables
utrecht2019dataset

EHR data of patients affected by Glioblastoma (GBM) treated at the University Medical Centre of Utrecht.