Browse code

Merge branch 'collab'

* collab:
update Rds
revert imputeGender to original api
bug fix for calculateRBafCNSet
update calculateRBafCNSet
Fix documentation for crlmmCopynumber -- added argument fitLinearModel
update crlmmGT2
Put rm(DD, ...) further down in crlmmGT2 function
remove message about cloning A and B
Open and close callsPr and callsGt in crlmmGT2 (when args not missing)
revert removed indices loaded in crlmmGT2
snprmaAffy no longer writes normalized intensities to calls and callProbability slots. crlmmGT2 takes arguments callsGt and callsPr. When present, crlmmGT2 will not overwrite A and B.
explicit coercion to matrix in imputeGender
Assign imputed gender to cnSet$gender within crlmmGT2 function.
Change sum(SNR > SNRmin) to sum(SNR[] > SNRmin) in imputeGender

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

Rob Scharp authored on 14/09/2012 20:07:37
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,31 @@
1
+\name{snprmaAffy}
2
+\alias{snprmaAffy}
3
+\title{Quantile normalize intensities for SNPs}
4
+\description{Quantile normalize intensities for SNPs to a HapMap target
5
+  reference distribution}
6
+\usage{
7
+snprmaAffy(cnSet, mixtureSampleSize = 10^5, eps = 0.1, seed = 1, verbose = TRUE)
8
+}
9
+
10
+\arguments{
11
+  \item{cnSet}{Object of class \code{CNSet}}
12
+  \item{mixtureSampleSize}{Sample size to be use when fitting the
13
+  mixture model. }
14
+  \item{eps}{Stop criteria.}
15
+  \item{seed}{Seed to be used when sampling. }
16
+  \item{verbose}{Logical.}
17
+}
18
+
19
+\value{
20
+  Returns nothing.  Normalized intensities are written to files.
21
+}
22
+\author{
23
+R.Scharpf
24
+}
25
+
26
+\seealso{
27
+  \code{\link{snprma}}
28
+}
29
+% Add one or more standard keywords, see file 'KEYWORDS' in the
30
+% R documentation directory.
31
+\keyword{robust}