Cells {SeuratObject}R Documentation

Get cells present in an object

Description

Get cells present in an object

Usage

Cells(x)

## Default S3 method:
Cells(x)

## S3 method for class 'DimReduc'
Cells(x)

## S3 method for class 'Neighbor'
Cells(x)

Arguments

x

An object

Value

A vector of cell names

Examples

Cells(x = pbmc_small)


[Package SeuratObject version 4.0.2 Index]