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.