name<- {CoreGx}R Documentation

name<- Generic

Description

A generic for the name<- method

Usage

name(object, ...) <- value

Arguments

object

A CoreSet object

...

Fallthrough arguements for defining new methods

value

A character string with the name to assign to the cSet

Value

The name of the CoreSet

Examples

name(clevelandSmall_cSet) <- "Cleveland Small"


[Package CoreGx version 1.2.0 Index]