git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@54278 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
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.9.23 |
|
4 |
+Version: 1.9.24 |
|
5 | 5 |
Date: 2010-12-10 |
6 | 6 |
Author: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.edu.au>, Ingo Ruczinski <iruczins@jhsph.edu>, Rafael A Irizarry |
7 | 7 |
Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
... | ... |
@@ -37,6 +37,27 @@ |
37 | 37 |
} |
38 | 38 |
} |
39 | 39 |
|
40 |
+\section{Changes in version 1.8}{ |
|
41 |
+ \subsection{USER VISIBLE CHANGES}{ |
|
42 |
+ \itemize{ |
|
43 |
+ |
|
44 |
+ \item define CNSet class with batch and batchStatistics slots |
|
45 |
+ |
|
46 |
+ \item deprecate CNSetList class |
|
47 |
+ |
|
48 |
+ \item deprecate crlmmWrapper, genotype2, and crlmmCopynumber2. |
|
49 |
+ Use crlmmCopynumber in place of crlmmWrapper and crlmmCopynumber2. |
|
50 |
+ Use genotype instead of genotype2. |
|
51 |
+ |
|
52 |
+ \item raw copy number estimates no longer stored in container. CA |
|
53 |
+ and CB methods are no longer simple accessors to data stored in |
|
54 |
+ the eset-extension. These functions compute raw copy number |
|
55 |
+ estimates from the linear model parameters. |
|
56 |
+ |
|
57 |
+ } |
|
58 |
+ } |
|
59 |
+} |
|
60 |
+ |
|
40 | 61 |
\section{Changes in version 1.3}{ |
41 | 62 |
\subsection{USER VISIBLE CHANGES}{ |
42 | 63 |
\itemize{ |