git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@38364 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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.66 |
|
4 |
+Version: 1.0.67 |
|
5 | 5 |
Date: 2008-12-30 |
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> |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
useDynLib("crlmm", .registration=TRUE) |
2 | 2 |
import(Biobase) |
3 | 3 |
importFrom(affyio, read.celfile.header, read.celfile) |
4 |
-importFrom(preprocessCore, normalize.quantiles.use.target) |
|
4 |
+importFrom(preprocessCore, normalize.quantiles.use.target, normalize.quantiles) |
|
5 | 5 |
importFrom(utils, data, packageDescription, setTxtProgressBar, txtProgressBar) |
6 | 6 |
importFrom(stats, coef, cov, dnorm, kmeans, lm, mad, median, quantile, sd) |
7 | 7 |
importFrom(genefilter, rowSds) |
... | ... |
@@ -50,8 +50,6 @@ crlmmIllumina(RG, XY, stripNorm=TRUE, useTarget=TRUE, |
50 | 50 |
\item{badSNP}{'numeric'. Threshold to flag as bad SNP (affects batchQC)} |
51 | 51 |
} |
52 | 52 |
\value{ |
53 |
- \item{A}{normalized A allele intensity} |
|
54 |
- \item{B}{normalized B allele intensity} |
|
55 | 53 |
\item{calls}{Genotype calls (1 - AA, 2 - AB, 3 - BB)} |
56 | 54 |
\item{confs}{Confidence scores 'round(-1000*log2(1-p))'} |
57 | 55 |
\item{SNPQC}{SNP Quality Scores} |