Browse code

merge collab branch

* collab:
update vignettes/Makefile
update .gitignore
update table in CopyNumberViewiew
bump dependency on oligoClasses version
Update alias for "[" method for PredictionRegion objects
Replaced CopyNumberOverview and Infrastructure vignettes with those in the release branch. The versions in release have removed AffymetrixPreprocessCN, which is no longer available

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

Rob Scharp authored on 19/11/2012 04:49:34
Showing 1 changed files
... ...
@@ -42,42 +42,18 @@ appropriate.
42 42
 \begin{center}
43 43
 \begin{tabular}{|lp{1.2in}p{1.5in}p{2in}|}
44 44
 \hline
45
- Vignette                &  Platform            &  Annotation package                        &  Scope                                               \\
46
-\hline
47
-Infrastructure          & Affy/Illumina                    &
48
-&  The CNSet container / large data support using the \Rpackage{ff} package            \\
49
- AffymetrixPreprocessCN  &  Affy 5.0, 6.0       &  genomewidesnp5Crlmm, genomewidesnp6Crlmm  &  Preprocessing and genotyping                        \\
50
- IlluminaPreprocessCN    &  Illumina  &  several$^\dagger$                                   &  Preprocessing and genotyping                        \\
51
- copynumber              &  Affy/Illumina       &  N/A                                       &  raw copy number estimates                           \\
52
-% SmoothingRawCN          &  Affy/Illumina       &  N/A                                       &  smoothing via segmentation or hidden Markov models  \\
53
-\hline
45
+ Vignette  &  Platform &  Annotation package  &  Scope  \\\hline
46
+Infrastructure   & Affy/Illumina  & &  The CNSet container / large data support using the \Rpackage{ff} package            \\
47
+ AffyGW  &  Affy 5.0, 6.0       &  genomewidesnp5crlmml, genomewidesnp6Crlmm  &  Preprocessing, genotyping, CN estimation\\
48
+ IlluminaPreprocessCN    &  Illumina  &  several$^\dagger$ &
49
+                  Preprocessing, genotyping, CN estimation\\ \hline
54 50
 \end{tabular}
55 51
 \end{center}
56 52
 \caption{\label{overview} Vignettes for copy number
57
-  estimation. $^\dagger$ Annotation packages available for the
58
-  Illumina platform include  \Rpackage{human370v1cCrlmm}, \Rpackage{human370quadv3cCrlmm},
59
-  \Rpackage{human550v3bCrlmm}, \Rpackage{human650v3aCrlmm}, \Rpackage{human610quadv1bCrlmm},
60
-  \Rpackage{human660quadv1aCrlmm}, \Rpackage{human1mduov3bCrlmm}, and \Rpackage{humanomni1quadv1bCrlmm}}
53
+  estimation. $^\dagger$ See \texttt{annotationPackages()} for a
54
+  complete listing of supported Illumina/Affy platforms}
61 55
 \end{table}
62 56
 
63
-%We make use of the \R{} package \Rpackage{cacheSweave} for cacheing
64
-%code chunks that are computationally intensive.  In addition, we
65
-%indicate that the cached files should be stored in the directory
66
-%\verb+outdir+.
67
-
68
-In general, the workflow is
69
-\begin{enumerate}
70
-\item preprocess and genotype the arrays
71
-  (\verb+AffymetrixPreprocessCN+ for Affymetrix and
72
-  \verb+IlluminaPreprocessCN+ vignettes for Illumina)
73
-\item copy number estimation (\verb+copynumber+ vignette)
74
-%\item inferring regions of copy number gain and loss
75
-%  (\verb+SmoothingRawCN+ vignette)
76
-\end{enumerate}
77
-%The \verb+SmoothingRawCN+ vignette illustrates one approach for
78
-%interfacing with packages such as \Rpackage{DNAcopy} and
79
-%\Rpackage{VanillaICE} for identifying regions of copy number gain or
80
-%loss.
81 57
 The \verb+Infrastructure+ vignette provides additional details on the
82 58
 \Rclass{CNSet} container used to organize the processed data as well
83 59
 as a brief discussion regarding large data support through the \ff{}
Browse code

Merge branch 'collab'

* collab:
fixing vignettes dir
fixing vignettes dir
removing old vignettes
removing old vignettes
Adding GGdata to suggests
Fixed vignette for genotyping + association; Moved oligoClasses back to Depends b/c final users do need access to calls()/confs() when using crlmm()

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

Rob Scharp authored on 23/03/2012 17:35:35
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,86 @@
1
+%\VignetteIndexEntry{Overview of copy number vignettes}
2
+%\VignetteDepends{}
3
+%\VignetteKeywords{}
4
+%\VignettePackage{crlmm}
5
+\documentclass{article}
6
+\usepackage{graphicx}
7
+\usepackage{natbib}
8
+\usepackage{url}
9
+\newcommand{\Rfunction}[1]{{\texttt{#1}}}
10
+\newcommand{\Rmethod}[1]{{\texttt{#1}}}
11
+\newcommand{\Rcode}[1]{{\texttt{#1}}}
12
+\newcommand{\Robject}[1]{{\texttt{#1}}}
13
+\newcommand{\Rpackage}[1]{{\textsf{#1}}}
14
+\newcommand{\Rclass}[1]{{\textit{#1}}}
15
+\newcommand{\oligo}{\Rpackage{oligo }}
16
+\newcommand{\R}{\textsf{R}}
17
+\newcommand{\crlmm}{\Rpackage{crlmm}}
18
+\newcommand{\ff}{\Rpackage{ff}}
19
+\usepackage[margin=1in]{geometry}
20
+
21
+\begin{document}
22
+\title{Overview of vignettes for copy number estimation}
23
+\date{\today}
24
+\author{Rob Scharpf}
25
+\maketitle
26
+
27
+The workflow for copy number analyses in the \crlmm{} package includes
28
+preprocessing and genotyping of the raw intensities followed by
29
+estimation of parameters for copy number estimation using
30
+\Rfunction{crlmmCopynumber}.  Supported platforms are those for which
31
+a corresponding annotation package is available.  Table \ref{overview}
32
+provides an overview of the available vignettes pertaining to copy
33
+number estimation.  These vignettes are located in the
34
+\verb+inst/scripts+ subdirectory of the \crlmm{} package. HapMap
35
+datasets are used to illustrate the workflow and are not provided as
36
+part of the \crlmm{} package.  Users wishing to reproduce the analysis
37
+should download the HapMap CEL files (Affymetrix) or the \verb+idat+
38
+files (Illumina) and modify the paths to the raw data files as
39
+appropriate.
40
+
41
+\begin{table}[h!]
42
+\begin{center}
43
+\begin{tabular}{|lp{1.2in}p{1.5in}p{2in}|}
44
+\hline
45
+ Vignette                &  Platform            &  Annotation package                        &  Scope                                               \\
46
+\hline
47
+Infrastructure          & Affy/Illumina                    &
48
+&  The CNSet container / large data support using the \Rpackage{ff} package            \\
49
+ AffymetrixPreprocessCN  &  Affy 5.0, 6.0       &  genomewidesnp5Crlmm, genomewidesnp6Crlmm  &  Preprocessing and genotyping                        \\
50
+ IlluminaPreprocessCN    &  Illumina  &  several$^\dagger$                                   &  Preprocessing and genotyping                        \\
51
+ copynumber              &  Affy/Illumina       &  N/A                                       &  raw copy number estimates                           \\
52
+% SmoothingRawCN          &  Affy/Illumina       &  N/A                                       &  smoothing via segmentation or hidden Markov models  \\
53
+\hline
54
+\end{tabular}
55
+\end{center}
56
+\caption{\label{overview} Vignettes for copy number
57
+  estimation. $^\dagger$ Annotation packages available for the
58
+  Illumina platform include  \Rpackage{human370v1cCrlmm}, \Rpackage{human370quadv3cCrlmm},
59
+  \Rpackage{human550v3bCrlmm}, \Rpackage{human650v3aCrlmm}, \Rpackage{human610quadv1bCrlmm},
60
+  \Rpackage{human660quadv1aCrlmm}, \Rpackage{human1mduov3bCrlmm}, and \Rpackage{humanomni1quadv1bCrlmm}}
61
+\end{table}
62
+
63
+%We make use of the \R{} package \Rpackage{cacheSweave} for cacheing
64
+%code chunks that are computationally intensive.  In addition, we
65
+%indicate that the cached files should be stored in the directory
66
+%\verb+outdir+.
67
+
68
+In general, the workflow is
69
+\begin{enumerate}
70
+\item preprocess and genotype the arrays
71
+  (\verb+AffymetrixPreprocessCN+ for Affymetrix and
72
+  \verb+IlluminaPreprocessCN+ vignettes for Illumina)
73
+\item copy number estimation (\verb+copynumber+ vignette)
74
+%\item inferring regions of copy number gain and loss
75
+%  (\verb+SmoothingRawCN+ vignette)
76
+\end{enumerate}
77
+%The \verb+SmoothingRawCN+ vignette illustrates one approach for
78
+%interfacing with packages such as \Rpackage{DNAcopy} and
79
+%\Rpackage{VanillaICE} for identifying regions of copy number gain or
80
+%loss.
81
+The \verb+Infrastructure+ vignette provides additional details on the
82
+\Rclass{CNSet} container used to organize the processed data as well
83
+as a brief discussion regarding large data support through the \ff{}
84
+package.
85
+
86
+\end{document}
0 87
\ No newline at end of file