Browse code

fixed bug in DF.PRIOR not found

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

Rob Scharp authored on 16/07/2009 16:08:27
Showing 3 changed files

... ...
@@ -230,6 +230,11 @@ is decoded and scanned
230 230
 
231 231
 * added .man page for .computeCopynumber 
232 232
 
233
-* Suggests VanillaICE (>= 1.7.8)  -- needed to run the copynumber.Rnw vignette
233
+* Suggests VanillaICE (>= 1.7.8)  -- needed to run the copynumber.Rnw
234
+  vignette
235
+
236
+2009-07-16 R Scharpf - committed version 1.3.13
237
+
238
+* fixed bug 'DF.PRIOR not found'
234 239
 
235 240
 
... ...
@@ -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.3.12
4
+Version: 1.3.13
5 5
 Date: 2009-06-17
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>
... ...
@@ -482,7 +482,7 @@ computeCopynumber <- function(object,
482 482
 	##previous version of compute copy number
483 483
 	envir <- new.env()
484 484
 	message("Fitting model for copy number estimation...")
485
-	message("Using ", DF.PRIOR, " df for inverse chi squares.")	
485
+
486 486
 	.computeCopynumber(chrom=CHR,
487 487
 			   A=A(ABset),
488 488
 			   B=B(ABset),
... ...
@@ -823,6 +823,7 @@ thresholdCopyNumberSet <- function(object){
823 823
 		if(length(plate) != ncol(A))
824 824
 			stop("plate must the same length as the number of columns of A")
825 825
 	}
826
+	message("Using ", DF.PRIOR, " df for inverse chi squares.")		
826 827
 	set.seed(seed)
827 828
 	if(length(ls(envir)) == 0) {
828 829
 		instantiateObjects(calls=calls,