Learn R Programming

crlmm (version 1.30.0)

ListClassConstructors: Methods for Function BafLrrSetList in Package crlmm ~~

Description

Constructors for BafLrrSetList and OligoSetList objects.

Usage

BafLrrSetList(object, ...) OligoSetList(object, ...)

Arguments

object
A CNSet object.
...
Additional arguments batch.name and chrom can be used to specify specific batches or chromosomes in the CNSet object.

Value

BafLrrSetList or OligoSetList

Details

Constructs a BafLrrSetList object or a OligoSetList object from an object of class CNSet.

See Also

BeadStudioSetList

Examples

Run this code
data(cnSetExample)
oligoList <- OligoSetList(cnSetExample)
## only contains 1 chromosome, so list only has one element
dims(oligoList)
brList <- BafLrrSetList(cnSetExample)
dims(brList)

Run the code above in your browser using DataLab