Classification of breast cancer into BCCS subtypes uses Multi-kTSP models, introduced in citation.
1 |
A Multi-kTSP model is coded in R as what we call an MPred object.
An MPred object is a large list, each component of which is a kTSP model.
A kTSP model is itself a list, each component of which is an object of class ktspair
.
The ktspair
object tests, for a particular pair of possible subtypes,
whether a sample is more likely to be in one subtype or the other.
The kTSP model includes a component for each possible pair of subtypes.
The BCCSclassifier package includes three Multi-kTSP models:
For classifying breast cancer samples into one of BCS1-5
For classifying ER+ breast cancer samples into one of PCS1-4
For classifying ER- breast cancer samples into one of NCS1-3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.