fNames<- {CoreGx}R Documentation

fNames<- Generic

Description

A generic for the fNames replacement method

Usage

fNames(object, mDataType) <- value

Arguments

object

The CoreSet to update

mDataType

The molecular data type to update

value

A character vector of the new cell names

Value

Updated CoreSet

Examples

data(clevelandSmall_cSet)
fNames(clevelandSmall_cSet, "rna") <- fNames(clevelandSmall_cSet, "rna")


[Package CoreGx version 1.2.0 Index]