phenoInfo<- {CoreGx}R Documentation

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 dataframe with the new experiment annotations

Value

The updated CoreSet

Examples

data(clevelandSmall_cSet)
phenoInfo(clevelandSmall_cSet, mDataType="rna") <- phenoInfo(clevelandSmall_cSet, mDataType="rna")


[Package CoreGx version 1.2.0 Index]