Learn R Programming

CoreGx (version 0.1.1)

featureInfo<-: featureInfo<- Generic

Description

Generic for featureInfo replace method

Usage

featureInfo(object, mDataType) <- value

Arguments

object

The CoreSet to replace gene annotations in

mDataType

The type of molecular data to be updated

value

A data.frame with the new feature annotations

Value

Updated CoreSet

Examples

Run this code
# NOT RUN {
featureInfo(Cleveland_small, "rna") <- featureInfo(Cleveland_small, "rna")

# }

Run the code above in your browser using DataLab