fromRGChannelSet {funtooNorm}R Documentation

Creates an object of class SampleSet from a RGChannelSet minfi

Description

Creates a object of class SampleSet from the raw unprocessed data in RGChannelSet

Usage

fromRGChannelSet(myRGChannelSet)

Arguments

myRGChannelSet

: RGChannelSet, from minfi package, should contain a cell_type vector in pData

Value

An object of class 'SampleSet'

Examples

require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)


[Package funtooNorm version 1.14.0 Index]