git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@38276 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 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) |