Learn R Programming

scater (version 1.0.4)

cellNames: Get cell names from an SCESet object

Description

Get cell names from an SCESet object

Usage

cellNames(object)

Arguments

object
An SCESet object.

Value

A vector of cell names.

Details

Simply a wrapper to sampleNames.

Examples

Run this code
data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
cellNames(example_sceset)

Run the code above in your browser using DataLab