cellNames<- {CoreGx}R Documentation

cellNames<- Generic

Description

A generic for the cellNames replacement method

Usage

cellNames(object, ...) <- value

Arguments

object

The CoreSet to update

...

Fallthrough arguments for defining new methods

value

A character vector of the new cell names

Value

Updated CoreSet

Examples

cellNames(clevelandSmall_cSet) <- cellNames(clevelandSmall_cSet)


[Package CoreGx version 1.2.0 Index]