Learn R Programming

CoreGx (version 0.1.1)

phenoInfo<-: phenoInfo<- Generic

Description

Generic for phenoInfo replace method

Usage

phenoInfo(object, mDataType) <- value

Arguments

object

The CoreSet to retrieve molecular experiment annotations from

mDataType

the type of molecular data

value

a data.frame with the new experiment annotations

Value

The updated CoreSet

Examples

Run this code
# NOT RUN {
phenoInfo(Cleveland_small, mDataType="rna") <- phenoInfo(Cleveland_small, mDataType="rna")

# }

Run the code above in your browser using DataLab