ge_cgh_locIGR: list containing HGG 3 block data

Description Usage Format Author(s) Source Examples

Description

This data set contains a list of 3 dataframe. On dataframe for GE, CGH and localization. This dat is the 2nd version of segmentation. Misclassified patients were excluded and segmentation was re-run excluding those patients (done july 2012 - C Philippe)

Usage

1
ge_cgh_loc

Format

one instance, 1 row per patient

Author(s)

V Frouin, 2012-07-31

Source

IGR, Villejuif, France

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#read data
data(ge_cgh_locIGR)
names(ge_cgh_locIGR)
names(ge_cgh_locIGR$multiblocks)
class(ge_cgh_locIGR$multiblocks$GE)
class(ge_cgh_locIGR$multiblocks$CGH)
class(ge_cgh_locIGR$multiblocks$y)
head(ge_cgh_locIGR$multiblocks$y)
class(ge_cgh_locIGR$ylabel)
# See difference between multiblock_y (a dummy variable matrix)
# and ylabel a vector of labels (1, 2, 3)
head(ge_cgh_locIGR$ylabel,10)
head(ge_cgh_locIGR$multiblocks$y,10)

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