git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@43732 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -354,3 +354,8 @@ is decoded and scanned |
354 | 354 |
2009-12-23 R. Scharpf - commited version 1.5.17 |
355 | 355 |
|
356 | 356 |
** updated first half of inst/scripts/copynumber.Rnw, as well as a few of the help files |
357 |
+ |
|
358 |
+2009-12-23 R. Scharpf - commited version 1.5.18 |
|
359 |
+ |
|
360 |
+** removed generics for addFeatureAnnotation and GT<- |
|
361 |
+ |
... | ... |
@@ -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.5.17 |
|
4 |
+Version: 1.5.18 |
|
5 | 5 |
Date: 2009-12-23 |
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> |
... | ... |
@@ -1,16 +1,12 @@ |
1 | 1 |
setGeneric("A", function(object) standardGeneric("A")) |
2 | 2 |
setGeneric("B", function(object) standardGeneric("B")) |
3 |
-setGeneric("A<-", function(object, value) standardGeneric("A<-")) |
|
4 |
-setGeneric("B<-", function(object, value) standardGeneric("B<-")) |
|
5 |
-setGeneric("addFeatureAnnotation", function(object, ...) standardGeneric("addFeatureAnnotation")) |
|
3 |
+##setGeneric("A<-", function(object, value) standardGeneric("A<-")) |
|
4 |
+##setGeneric("B<-", function(object, value) standardGeneric("B<-")) |
|
6 | 5 |
|
7 | 6 |
setGeneric("getParam", function(object, name, batch) standardGeneric("getParam")) |
8 |
-setGeneric("GT<-", function(object, value) standardGeneric("GT<-")) |
|
9 | 7 |
setGeneric("cnIndex", function(object) standardGeneric("cnIndex")) |
10 | 8 |
setGeneric("cnNames", function(object) standardGeneric("cnNames")) |
11 | 9 |
setGeneric("computeCopynumber", function(object, cnOptions) standardGeneric("computeCopynumber")) |
12 |
-##setGeneric("GT", function(object, ...) standardGeneric("GT")) |
|
13 |
-setGeneric(".harmonizeDimnames", function(object) standardGeneric(".harmonizeDimnames")) |
|
14 | 10 |
setGeneric("pr", function(object, name, batch, value) standardGeneric("pr")) |
15 | 11 |
setGeneric("snpIndex", function(object) standardGeneric("snpIndex")) |
16 | 12 |
setGeneric("snpNames", function(object) standardGeneric("snpNames")) |