getCellsFromClusters: Get cell names from selected clusters.

View source: R/SingleCellRNASeq.R

getCellsFromClustersR Documentation

Get cell names from selected clusters.

Description

Get cell names from selected clusters.

Usage

getCellsFromClusters(
  object,
  cluster.type = c("louvain", "walktrap", "kmeans"),
  cluster_id = c("cl1", "cl2")
)

Arguments

object

The SingCellaR object.

cluster.type

The type of clustering method.

cluster_id

The specified cluster ID (e.g. cluster1)

Value

a vector of cell names.


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.