Learn R Programming

SeuratObject (version 4.1.4)

Cells: Cell and Feature Names

Description

Get the cell and feature names of an object

Usage

Cells(x, ...)

Features(x, ...)

# S3 method for default Cells(x, ...)

# S3 method for DimReduc Cells(x, ...)

# S3 method for Neighbor Cells(x, ...)

Value

Cell: A vector of cell names

Features: A vector of feature names

Arguments

x

An object

...

Arguments passed to other methods

Examples

Run this code
Cells(x = pbmc_small)

Run the code above in your browser using DataLab