Description Usage Arguments Details Value See Also Examples
Constructors for BafLrrSetList
and OligoSetList
objects.
1 2 | BafLrrSetList(object, ...)
OligoSetList(object, ...)
|
object |
A |
... |
Additional arguments |
Constructs a BafLrrSetList
object or a OligoSetList
object from an object of class CNSet
.
A BafLrrSetList
or OligoSetList
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.