git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@41778 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: crlmm |
2 | 2 |
Type: Package |
3 | 3 |
Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
4 |
-Version: 1.3.19 |
|
5 |
-Date: 2009-07-22 |
|
4 |
+Version: 1.3.20 |
|
5 |
+Date: 2009-09-22 |
|
6 | 6 |
Author: Rafael A Irizarry, Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
7 | 7 |
Maintainer: Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
8 | 8 |
Description: Faster implementation of CRLMM specific to SNP 5.0 and 6.0 arrays, as well as a copy number tool specific to 6.0. |
... | ... |
@@ -29,7 +29,8 @@ |
29 | 29 |
\title{Class "CrlmmSetList"} |
30 | 30 |
\description{Container for quantile normalized intensities and genotype calls.} |
31 | 31 |
\section{Objects from the Class}{ |
32 |
- Objects from the class are created by calls to the \code{crlmmWrapper} function. |
|
32 |
+ Objects from the class are created by calls to the \code{crlmmWrapper} |
|
33 |
+ function. |
|
33 | 34 |
} |
34 | 35 |
\section{Slots}{ |
35 | 36 |
\describe{ |
... | ... |
@@ -65,7 +66,8 @@ |
65 | 66 |
\section{Extends}{ |
66 | 67 |
Class \code{"\linkS4class{list}"}, from data part. |
67 | 68 |
Class \code{"\linkS4class{vector}"}, by class "list", distance 2. |
68 |
- Class \code{\link[Biobase:class.assayData]{assayData}}, by class "list", distance 2. |
|
69 |
+ Class \code{\link[Biobase:assayData]{assayData}}, by class |
|
70 |
+ "list", distance 2. |
|
69 | 71 |
} |
70 | 72 |
\section{Methods}{ |
71 | 73 |
\describe{ |