##Using pam50centroids package example data
data(pam50centroids)
##Now we can inspect pam50centroids object
head(exprs(pam50centroids)) ##The gene expression
head(annotation(pam50centroids)) ##The available annotation
head(targets(pam50centroids)) ##The clinical data present in the package
##Work with the parameters
parameters(pam50centroids) ##Display them
aux<-parameters(pam50centroids)
aux$keep<-TRUE ##Set keep to FALSE
parameters(pam50centroids)<-aux
parameters(pam50centroids)
##Also exprs<-, annotation<- and targets<- available functions to update
##the respective slots
Run the code above in your browser using DataLab