Browse code

merge local changes with dan's changes on bioc

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@72708 bc3139a8-67e5-0310-9ffc-ced21a209358

Rob Scharp authored on 20/01/2013 18:31:47
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,43 @@
1
+\name{ListClassConstructors}
2
+\alias{BafLrrSetList}
3
+\alias{OligoSetList}
4
+\title{ Methods for Function \code{BafLrrSetList} in Package \pkg{crlmm} ~~}
5
+\description{
6
+  Constructors for \code{BafLrrSetList} and \code{OligoSetList} objects.
7
+}
8
+
9
+\usage{
10
+BafLrrSetList(object, ...)
11
+OligoSetList(object, ...)
12
+}
13
+
14
+\arguments{
15
+  \item{object}{ A \code{CNSet} object.}
16
+  \item{...}{Additional arguments \code{batch.name} and \code{chrom} can
17
+  be used to specify specific batches or chromosomes in the \code{CNSet}
18
+  object.
19
+}
20
+}
21
+
22
+\details{
23
+
24
+  Constructs a \code{BafLrrSetList} object or a \code{OligoSetList}
25
+  object from an object of class \code{CNSet}.
26
+
27
+}
28
+
29
+\value{A \code{BafLrrSetList} or \code{OligoSetList}}
30
+
31
+\examples{
32
+data(cnSetExample)
33
+oligoList <- OligoSetList(cnSetExample)
34
+## only contains 1 chromosome, so list only has one element
35
+dims(oligoList)
36
+brList <- BafLrrSetList(cnSetExample)
37
+dims(brList)
38
+}
39
+
40
+\seealso{\code{\linkS4class{BeadStudioSetList}}}
41
+
42
+
43
+\keyword{manip}
0 44
\ No newline at end of file