ListClassConstructors: Methods for Function 'BafLrrSetList' in Package 'crlmm' ~~

ListClassConstructorsR Documentation

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.

Details

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

Value

A BafLrrSetList or OligoSetList

See Also

BeadStudioSetList

Examples

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

benilton/crlmm documentation built on June 10, 2025, 8:13 p.m.