Learn R Programming

denoiseR (version 1.0.2)

tumors: Brain tumors data.

Description

43 brain tumors and 356 continuous variables corresponding to the expression data and 1 categorical variable corresponding to the type of tumors (4 types).

Usage

data(tumors)

Arguments

Format

A data frame with 43 rows and 357 columns. Rows represent the tumors, columns represent the expression and the type of tumor.

Details

A genetic data frame.

Examples

Run this code
# NOT RUN {
data(tumors)
# }
# NOT RUN {
res.ada <- adashrink(tumors[, -ncol(tumors)], method = "SURE")
res.hcpc <- HCPC(as.data.frame(res.ada$mu.hat), graph=F, consol = FALSE)
plot.HCPC(res.hcpc, choice = "map", draw.tree = "FALSE")
# }

Run the code above in your browser using DataLab