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

Description Usage Arguments Value Examples

View source: R/SampleSet.R

Description

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

Usage

1
fromRGChannelSet(myRGChannelSet)

Arguments

myRGChannelSet

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

Value

An object of class 'SampleSet'

Examples

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

funtooNorm documentation built on Nov. 8, 2020, 8:04 p.m.