fromRGChannelSet: Creates an object of class SampleSet from a RGChannelSet...

View source: R/SampleSet.R

fromRGChannelSetR 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)


GreenwoodLab/funtooNorm documentation built on April 5, 2022, 3:22 p.m.