git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@38184 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -46,6 +46,9 @@ BioC data packages |
46 | 46 |
* modified vignette -- store results in an oligoSnpSet object (for now) |
47 | 47 |
* added function to extract the date from the celfile headers (celDates) |
48 | 48 |
|
49 |
+2009-03-25 Rob Scharpf - committed version 1.0.61 |
|
50 |
+* update to copynumber vignette |
|
51 |
+ |
|
49 | 52 |
|
50 | 53 |
|
51 | 54 |
|
... | ... |
@@ -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.60 |
|
4 |
+Version: 1.0.61 |
|
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> |
... | ... |
@@ -117,8 +117,8 @@ table(format(dts, "%d %b %Y")) |
117 | 117 |
@ |
118 | 118 |
|
119 | 119 |
|
120 |
-Ideally, one would have 70+ files in a given batch. For the HapMap |
|
121 |
-date, we define batch by the chemistry plate. |
|
120 |
+Ideally, one would have 70+ files in a given batch. Here we make a table |
|
121 |
+of date versus ancestry: |
|
122 | 122 |
|
123 | 123 |
<<specifyBatch>>= |
124 | 124 |
sns <- colnames(calls) |
... | ... |
@@ -128,9 +128,11 @@ table(plate) |
128 | 128 |
table(format(dts, "%d %b %Y"), plate) |
129 | 129 |
@ |
130 | 130 |
|
131 |
-Intermediate files as well as the copy number estimates are stored in an |
|
132 |
-environment created by the user. The intermediate files can be useful |
|
133 |
-for creating SNP-level plots. |
|
131 |
+As all of these samples were run on the first week of March, we would |
|
132 |
+expect that any systematic artifacts to the intensities that develop |
|
133 |
+over time to be minimal (a best case scenario). As this is typically |
|
134 |
+not the case, we illustrate how one may adjust for batch using the |
|
135 |
+chemistry plate as an argument to the computeCopynumber function. |
|
134 | 136 |
|
135 | 137 |
<<chromosome22>>= |
136 | 138 |
if(!exists("env")){ |