Browse code

Issue8: genotypeInf.

Change call in genotypeInf to crlmmGT2 using the updated API for this function (remove snp.names from args)

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

Rob Scharp authored on 04/10/2011 16:11:49
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: crlmm
2 2
 Type: Package
3 3
 Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays.
4
-Version: 1.11.47
4
+Version: 1.11.48
5 5
 Date: 2010-12-10
6 6
 Author: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.edu.au>, Ingo Ruczinski <iruczins@jhsph.edu>, Rafael A Irizarry
7 7
 Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU>
... ...
@@ -1245,8 +1245,9 @@ genotypeInf <- function(cnSet, mixtureParams, probs=rep(1/3,3),
1245 1245
 			  gender=gender,
1246 1246
 			  verbose=verbose,
1247 1247
 			  returnParams=returnParams,
1248
-			  badSNP=badSNP,
1249
-			  snp.names=featureNames(cnSet)[snp.index])
1248
+			  badSNP=badSNP)#,
1249
+	##RS:  I changed the API for crlmmGT2 to be consistent with crlmmGT
1250
+	## snp.names=featureNames(cnSet)[snp.index])
1250 1251
 	if(verbose) message("Genotyping finished.  Updating container with genotype calls and confidence scores.")
1251 1252
 	open(cnSet$gender)
1252 1253
 	cnSet$gender[,] = tmp$gender