GapClust: Detecting rare cells from expression profiles by single cell...

View source: R/GapClust.R

GapClustR Documentation

Detecting rare cells from expression profiles by single cell RNA-seq.

Description

GapClust takes advantage of the gap between minor cluster and neighbouring abundant cluster to let rare cells within minor cluster stand out through delicately designed statistics. Meanwhile, GapClust does not struggle to search for rare cell informative genes like most of the competitors, but learns the cluster size as well as rare cells using simple arithmetic calculation.

Usage

GapClust(data, k=200)

Arguments

data

a data matrix, normalized expression profiles of single cells, where rows are genes and columns are cells.

k

number of neighbors to consider and the upper limit of minor cluster size.


fabotao/GapClust documentation built on June 11, 2025, 2:25 p.m.