Learn R Programming

CoreGx (version 0.1.1)

cellNames<-: cellNames<- Generic

Description

A generic for the cellNames replacement method

Usage

cellNames(object) <- value

Arguments

object

The CoreSet to update

value

A character vector of the new cell names

Value

Updated CoreSet

Examples

Run this code
# NOT RUN {
cellNames(Cleveland_small) <- cellNames(Cleveland_small)

# }

Run the code above in your browser using DataLab