Browse code

fix for finding index of nonpolymorphic markers in genotype function

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

Rob Scharp authored on 16/02/2011 15:58:14
Showing 2 changed files

... ...
@@ -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)
... ...
@@ -2,3 +2,4 @@ rsync -avuzb --exclude '*~' --exclude '.git*' -e ssh ~/madman/Rpacks/git/crlmm/
2 2
 rsync -avuzb --exclude '*~' --exclude '.git*' -e ssh enigma2.jhsph.edu:~/madman/Rpacks/release/crlmm/inst/scripts/*opynumber.pdf ~/madman/Rpacks/git/crlmm/inst/scripts/
3 3
 
4 4
 
5
+