Description Usage Format Author(s) Source Examples
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)
1 | ge_cgh_loc
|
one instance, 1 row per patient
V Frouin, 2012-07-31
IGR, Villejuif, France
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.