assign_clusters | R Documentation |
Assign cluster for each droplet in the test set, along with its
cluster probability. These can be retrieved using the
droplet_data
function. Only allow clusters with
at least min_drop
droplets.
assign_clusters(x)
x |
An SCE object. |
An SCE object.
sce <- assign_clusters(sce, type="test") drop_data <- droplet_data(sce) table(drop_data[,"Cluster"]) summary(drop_data[,"ClusterProb"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.