Cells {SeuratObject}R Documentation

Cell and Feature Names

Description

Get the cell and feature names of an object

Usage

Cells(x, ...)

Features(x, ...)

## Default S3 method:
Cells(x, ...)

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

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

Arguments

x

An object

...

Arguments passed to other methods

Value

Cell: A vector of cell names

Features: A vector of feature names

Examples

Cells(x = pbmc_small)


[Package SeuratObject version 4.1.0 Index]