Browse code

Modified warning message to give one reason recalibration may not happen

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

Benilton Carvalho authored on 28/03/2009 15:08:16
Showing 3 changed files

... ...
@@ -58,3 +58,7 @@ BioC data packages
58 58
 * redefined calls/confs to accommodate this change
59 59
 
60 60
 * fixed documentation to acommodate this change
61
+
62
+2009-03-28 B Carvalho - committed version 1.0.63
63
+
64
+* modified warning message
... ...
@@ -1,7 +1,7 @@
1 1
 Package: crlmm
2 2
 Type: Package
3 3
 Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for SNP 5.0 and 6.0 arrays.
4
-Version: 1.0.62
4
+Version: 1.0.63
5 5
 Date: 2008-12-28
6 6
 Author: Rafael A Irizarry, Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>
7 7
 Maintainer: Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>
... ...
@@ -123,7 +123,7 @@ crlmmGT <- function(A, B, SNR, mixtureParams, cdfName, row.names=NULL,
123 123
                                 !apply(regionInfo, 1, any)),
124 124
                                 autosomeIndex)
125 125
   if(length(Index) < recallRegMin){
126
-    warning("Recalibration not possible.")
126
+    warning("Recalibration not possible. Possible cause: small sample size.")
127 127
     newparams <- params
128 128
     dev <- vector("numeric", nrow(newparams[["centers"]]))
129 129
     SS <- matrix(Inf, 3, 3)