callEnsemble | R Documentation |
callEnsemble Make subtype calls for each sample
callEnsemble(X, path = "data", geneids = "symbol")
X |
gene expression matrix, genes in row.names, samples in column.names |
path |
the path to the ensemble model, stored as RData, and named 'ens' |
geneids |
either hgnc for gene symbols or entrez ids. will be matched to the EB++ matrix |
table, column 1 is best call, remaining columns are subtype prediction scores.
calls <- callEnsemble(mods, X, Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.