callOneSubtype | R Documentation |
callOneSubtype Make subtype calls for one sample
callOneSubtype(mods, X, ci)
mods |
xgboost model list |
X |
gene expression matrix, genes in rows, samples in columns |
ci |
cluster label, and index into mods |
preds of one cluster model.
calli <- callOneSubtype(mods, X, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.