git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@52834 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -241,9 +241,9 @@ ct2 <- totalCopynumber(cnSet, i=marker.index, j=1:5) |
241 | 241 |
stopifnot(all.equal(ct, ct2)) |
242 | 242 |
@ |
243 | 243 |
|
244 |
-\begin{figure}[t!] |
|
245 |
- Nonpolymorphic markers on chromosome X: |
|
246 |
- \centering |
|
244 |
+ |
|
245 |
+ Nonpolymorphic markers on chromosome X: |
|
246 |
+ |
|
247 | 247 |
<<nonpolymorphicX, fig=TRUE, width=8, height=4>>= |
248 | 248 |
npx.index <- which(chromosome(cnSet)==23 & !isSnp(cnSet)) |
249 | 249 |
M <- sample(which(cnSet$gender==1), 5) |