classify subjects with PAM50 molecular signature"classify"(object, std = c("none", "scale", "robust", "median")[1], verbose = getOption("verbose", default = FALSE))PAM50 for a complete example.Other PAM50: as,
filtrate,PAM50-method,
pam50centroids,
permutate,PAM50-method,
subjectReport,PAM50-method,
subtypes,PAM50-method
##Using pam50centroids package example data
data(pam50centroids)
##Get the original PAM50 calls using genefu implementation
pam50centroids<-classify(pam50centroids, std="none", verbose=TRUE)
classification(pam50centroids)
Run the code above in your browser using DataLab