# NOT RUN {
# load dataset
data(BreastCancer)
# how many patients and how many genes ?
dim(BreastCancer$X)
# how many patients of class 0 and 1 respectively ?
sum(BreastCancer$Y==0)
sum(BreastCancer$Y==1)
# }
Run the code above in your browser using DataLab