Description Usage Arguments Details Value
A function to predict the subtypes of breast cancers with respect to a BCCSclassifier model
1 | predict_bccs(dat, model)
|
dat |
An object of class matrix with samples as column names, gene symbols
as row names, and entries the corresponding expression levels. The included tibble
|
model |
A character string that is one of "erposneg", "erpos", "erneg", to determine whether BCCSclassifier(ER+/-), BCCSclassifier(ER+), or BCCSclassifier(ER-) should be used for subtyping. |
Learn more in the vignette by executing vignette("BCCSclassifier")
The output is a tibble (data.frame) with columns sample, subtype_prediction,
frequency. There is one record for each sample in the column names of dat
.
frequency
is the fraction of kTSP models in the family that predicted the
sample was in the finally chosen subtype.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.