Description Usage Arguments Value
A function to predict for each sample and subtype, the fraction of kTSP models in the family that predict the sample is in the subtype.
Learn more in vignette("BCCSclassifier")
1 | predict_bccs_frequency(dat, model)
|
dat |
An object of class matrix with samples as column names and 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. |
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
and
each possible subtype. frequency
is the fraction of kTSP models in
the family that predicted the sample was in the corresponding subtype.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.