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

Description Usage Arguments Details Value See Also Examples

Description

Constructors for BafLrrSetList and OligoSetList objects.

Usage

1
2
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

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

benilton/crlmm-release documentation built on May 12, 2019, 10:59 a.m.