pam50 | R Documentation |
List of parameters defining the PAM50 classifier for identification of breast cancer molecular subtypes (Parker et al 2009).
data(pam50) data(pam50.scale) data(pam50.robust)
List of parameters for PAM50:
centroids: Gene expression centroids for each subtype.
centroids.map: Mapping for centroids.
method.cor: Method of correlation used to compute distance to the centroids.
method.centroids: Method used to compute the centroids.
std: Method of standardization for gene expressions ("none", "scale" or "robust")
mins: Minimum number of samples within each cluster allowed during the fitting of the model.
Three versions of the model are provided, each of ones differs by the gene expressions standardization method since it has an important impact on the subtype classification:
pam50: Use of the official centroids without scaling of the gene expressions.
pam50.scale: Use of the official centroids with traditional scaling of the gene expressions (see base::scale()
)
pam50.robust: Use of the official centroids with robust scaling of the gene expressions (see rescale()
)
The model 'pam50.robust“ has been shown to reach the best concordance with the traditional clinical parameters (ER IHC, HER2 IHC/FISH and histological grade). However the use of this model is recommended only when the dataset is representative of a global population of breast cancer patients (no sampling bias, the 5 subtypes should be present).
http://jco.ascopubs.org/cgi/content/short/JCO.2008.18.1370v1
Parker, Joel S. and Mullins, Michael and Cheang, Maggie C.U. and Leung, Samuel and Voduc, David and Vickery, Tammi and Davies, Sherri and Fauron, Christiane and He, Xiaping and Hu, Zhiyuan and Quackenbush, John F. and Stijleman, Inge J. and Palazzo, Juan and Marron, J.S. and Nobel, Andrew B. and Mardis, Elaine and Nielsen, Torsten O. and Ellis, Matthew J. and Perou, Charles M. and Bernard, Philip S. (2009) "Supervised Risk Predictor of Breast Cancer Based on Intrinsic Subtypes", Journal of Clinical Oncology, 27(8):1160–1167
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.