get_number_singletons: Get the number of Singletons

View source: R/cluster.R

get_number_singletonsR Documentation

Get the number of Singletons

Description

This functions finds the number of Singletons Clusters in the Seurat Clustering method, or through the kmeans clustering method.

Usage

get_number_singletons(dataList, reductionType = "pca", method = "kmeans")

Arguments

dataList

A data list of data sets

reductionType

The type of dimensionly reduced data that should be used for clustering, defaults to PCA

method

The type of clustering, defaults to kmeans

Value

A list with the number of Singleton Clusters


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.