git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@38475 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,10 +1,10 @@ |
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.69 |
|
4 |
+Version: 1.0.70 |
|
5 | 5 |
Date: 2008-12-30 |
6 |
-Author: Rafael A Irizarry, Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu> |
|
7 |
-Maintainer: Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu> |
|
6 |
+Author: Rafael A Irizarry, Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
|
7 |
+Maintainer: Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
|
8 | 8 |
Description: Faster implementation of CRLMM specific to SNP 5.0 and 6.0 arrays, as well as a copy number tool specific to 6.0. |
9 | 9 |
License: Artistic-2.0 |
10 | 10 |
Imports: affyio, preprocessCore, utils, stats, genefilter, splines, Biobase, mvtnorm |
... | ... |
@@ -16,6 +16,10 @@ R. Scharpf (after next release) |
16 | 16 |
file a SnpSet object for each chromosome. This would help the copy |
17 | 17 |
number part that runs by chromosome |
18 | 18 |
|
19 |
+B Carvalho |
|
20 |
+ |
|
21 |
+- crlmm should return results in CHP files |
|
22 |
+ |
|
19 | 23 |
##################################### |
20 | 24 |
### FOR CNRMA |
21 | 25 |
##################################### |