sc3min_run_svm: Run the hybrid 'SVM' approach.

Description Usage Arguments Details Value

Description

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).

Usage

1
2
3
4
sc3min_run_svm.SingleCellExperiment(object, ks)

## S4 method for signature 'SingleCellExperiment'
sc3min_run_svm(object, ks = NULL)

Arguments

object

an object of SingleCellExperiment class

ks

a continuous range of integers - the number of clusters k to be used for sc3min clustering. Can also be a single integer.

Details

Results are written to the sc3min_k_clusters columns to the colData slot of the input object, where k is the number of clusters.

Value

an object of SingleCellExperiment class


brickyyyy/SC3min documentation built on May 8, 2019, 8:07 a.m.