Description Usage Arguments Value Examples
Predicts the TNBC consensus molecular subtype of TNBC samples.
1 | predictCMS(expr)
|
expr |
A |
A vector of assigned subtypes.
1 2 3 4 5 6 | # Load gene expression profiles of TNBC samples
data(GSE25055)
# Predict consensus molecular subtypes of TNBC samples
prediction <- predictCMS(expr = GSE25055)
table(prediction)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.