The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

glioblastomaEHRsData

Rhub R-CMD-check.yaml CRAN_Status_Badge

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.