git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@55178 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 Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
4 |
-Version: 1.11.0 |
|
4 |
+Version: 1.11.1 |
|
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> |
... | ... |
@@ -100,6 +100,7 @@ construct <- function(filenames, |
100 | 100 |
} |
101 | 101 |
|
102 | 102 |
constructAffy <- function(filenames, sns, cdfName, batch, verbose=TRUE){ |
103 |
+ stopifnot(length(sns)==length(batch)) |
|
103 | 104 |
is.lds <- ifelse(isPackageLoaded("ff"), TRUE, FALSE) |
104 | 105 |
if(!is.lds) stop("this function now requires that the ff package be loaded") |
105 | 106 |
if(missing(cdfName)) stop("must specify cdfName") |
... | ... |
@@ -21,12 +21,20 @@ |
21 | 21 |
|
22 | 22 |
\section{Methods}{ |
23 | 23 |
\describe{ |
24 |
- \item{Ns}{\code{signature(object="AssayData")}: ...} |
|
25 |
- \item{corr}{\code{signature(object="AssayData")}: ...} |
|
26 |
- \item{mads}{\code{signature(x="AssayData")}: ...} |
|
27 |
- \item{medians}{\code{signature(object="AssayData")}: ...} |
|
28 |
- \item{tau2}{\code{signature(object="AssayData")}: ...} |
|
29 |
- } |
|
24 |
+ \item{Ns}{\code{signature(object="AssayData")}: Accessor for genotype |
|
25 |
+ frequencies} |
|
26 |
+ \item{corr}{\code{signature(object="AssayData")}: Accessor for the correlation of the |
|
27 |
+ log-transformed normalized intensities within the diallelic genotype clusters} |
|
28 |
+ \item{mads}{\code{signature(x="AssayData")}: Accessor for the median |
|
29 |
+ absolute deviation of the normalized intensities within the |
|
30 |
+ diallelic genotype clusters } |
|
31 |
+ \item{medians}{\code{signature(object="AssayData")}: Accessor for |
|
32 |
+ the posterior mean of the normalized intensity within the diallelic genotype |
|
33 |
+ clusters.} |
|
34 |
+ \item{tau2}{\code{signature(object="AssayData")}: Accessor for the |
|
35 |
+ median absolute deviation of the log-transformed intensities within |
|
36 |
+ the diallelic genotype clusters} |
|
37 |
+ } |
|
30 | 38 |
} |
31 | 39 |
|
32 | 40 |
\seealso{ |
... | ... |
@@ -33,17 +33,24 @@ |
33 | 33 |
|
34 | 34 |
\section{Methods}{ |
35 | 35 |
\describe{ |
36 |
- \item{CA}{\code{signature(object="CNSet")}: ...} |
|
37 |
- \item{CB}{\code{signature(object="CNSet")}: ...} |
|
38 |
- \item{lines}{\code{signature(x="CNSet")}: ...} |
|
39 |
- \item{totalCopynumber}{\code{signature(object="CNSet")}: ...} |
|
40 |
- \item{rawCopynumber}{\code{signature(object="CNSet")}: ...} |
|
41 |
- \item{nuA}{\code{signature(object="CNSet")}: ...} |
|
42 |
- \item{nuB}{\code{signature(object="CNSet")}: ...} |
|
43 |
- \item{phiA}{\code{signature(object="CNSet")}: ...} |
|
44 |
- \item{phiB}{\code{signature(object="CNSet")}: ...} |
|
45 |
- \item{Ns}{\code{signature(object="CNSet")}: ...} |
|
46 |
- \item{corr}{\code{signature(object="CNSet")}: ...} |
|
36 |
+ \item{CA}{\code{signature(object="CNSet")}: calculates raw copy number |
|
37 |
+ for allele A} |
|
38 |
+ \item{CB}{\code{signature(object="CNSet")}: calculates raw copy |
|
39 |
+ number for allele B} |
|
40 |
+ \item{lines}{\code{signature(x="CNSet")}: plot ellipses (95th |
|
41 |
+ percentile) for prediction regions} |
|
42 |
+ \item{totalCopynumber}{\code{signature(object="CNSet")}: calculates |
|
43 |
+ total raw copy number} |
|
44 |
+ \item{rawCopynumber}{\code{signature(object="CNSet")}: same as totalCopynumber} |
|
45 |
+ \item{nuA}{\code{signature(object="CNSet")}: estimate of mean |
|
46 |
+ background (intensity-scale) for allele A} |
|
47 |
+ \item{nuB}{\code{signature(object="CNSet")}: estimate of mean |
|
48 |
+ background (intensity-scale) for allele A} |
|
49 |
+ \item{phiA}{\code{signature(object="CNSet")}: estimate of slope coefficient (intensity-scale) for allele A} |
|
50 |
+ \item{phiB}{\code{signature(object="CNSet")}: estimate of slope coefficient (intensity-scale) for allele B} |
|
51 |
+ \item{Ns}{\code{signature(object="CNSet")}: genotype frequencies } |
|
52 |
+ \item{corr}{\code{signature(object="CNSet")}: correlation of |
|
53 |
+ log-transformed normalized intensities within the genotype clusters} |
|
47 | 54 |
\item{mads}{\code{signature(x="CNSet")}: ...} |
48 | 55 |
\item{medians}{\code{signature(object="CNSet")}: ...} |
49 | 56 |
\item{tau2}{\code{signature(object="CNSet")}: ...} |