Description Usage Arguments Details Value
This method parallelize SVM
prediction for each k
(the number
of clusters). Namely, for each k
, support_vector_machines
function is utilized to predict the labels of study cells. Training cells are
selected using svm_train_inds
item of the sc3min
slot of the
metadata(object)
.
1 2 3 4 | sc3min_run_svm.SingleCellExperiment(object, ks)
## S4 method for signature 'SingleCellExperiment'
sc3min_run_svm(object, ks = NULL)
|
object |
an object of |
ks |
a continuous range of integers - the number of clusters |
Results are written to the sc3min_k_clusters
columns to the
colData
slot of the input object
, where k
is the
number of clusters.
an object of SingleCellExperiment
class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.