README.md

gliomaData

Travis build
status Lifecycle:
dormant R-CMD-check

The goal of gliomaData is to provide data for RGCCA vignettes.

Installation

You can install the released version of gliomaData from GitGhub with:

remotes::install_github("llrs/gliomaData")

The original version of the data can be found here.

You might get an error installing like this and might need to download the tar.gz file and then install it from there.

Examples

Some data provided by the package:

library(gliomaData)
data(clinic)
clinic[1:5, 1:10]
#>       ID CGH CGH_barcode GE GE_barcode CGH.GE CGH_only GE_only sexe age_j
#> 484N P01   1   26606_1_1  1  12313_1_2      1        0       0    F    NA
#> 541N P02   1   26622_1_1  1  12313_1_3      1        0       0    F    NA
#> ADOM P03   1   28068_1_1  1  11955_1_1      1        0       0    F  2885
#> BAUK P04   1   14175_1_3  1  27014_1_4      1        0       0    M    NA
#> BERG P05   1   14175_1_4  1  27014_1_3      1        0       0    M    NA


llrs/gliomaData documentation built on Sept. 27, 2021, 11:05 a.m.