Description Usage Arguments Value Examples
Calculates the clusters of cell types.
1 2  | setClusters(object, customClust = NA, classifier = NA,
  num.classifiers = NA, ...)
 | 
object | 
 object of the SingleCellExperiment class.  | 
customClust | 
 A numeric vector containg your custom cluster assignment, overrides all previous settings.  | 
classifier | 
 New option which allows to cluster the cells according to two or three genes given as input.  | 
num.classifiers | 
 How many markers should be used for each group. Check online tutorial for further help https://github.com/iaconogi/bigSCale2#classifier  | 
method.treshold | 
 By default   | 
plot.clusters | 
 By default   | 
cut.depth | 
 By default not used. It overrides the internal decisions of bigSCale2 and forces it to cut the dendrogram at cut.depth (0-100 percent).  | 
SingleCellExperiment object with the clusters stored inside.
1 2  | sce=setClusters(sce)
sce=setClusters(sce,classifier='Cd4','Cd8')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.