ge_cgh_locIGR.Rd
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)
ge_cgh_loc
one instance, 1 row per patient
IGR, Villejuif, France
#> [1] "multiblocks" "ylabel"#> [1] "GE" "CGH" "y"#> [1] "matrix"#> [1] "matrix"#> [1] "matrix"#> cort dipg midl #> P01 0 1 0 #> P02 0 1 0 #> P03 1 0 0 #> P04 1 0 0 #> P05 1 0 0 #> P06 0 1 0#> [1] "numeric"# See difference between multiblock_y (a dummy variable matrix) # and ylabel a vector of labels (1, 2, 3) head(ge_cgh_locIGR$ylabel,10)#> [1] 2 2 1 1 1 2 1 1 1 3#> cort dipg midl #> P01 0 1 0 #> P02 0 1 0 #> P03 1 0 0 #> P04 1 0 0 #> P05 1 0 0 #> P06 0 1 0 #> P07 1 0 0 #> P08 1 0 0 #> P09 1 0 0 #> P10 0 0 1