%\VignetteIndexEntry{DmelSGI} %\VignettePackage{DmelSGI} %\VignetteEngine{knitr::knitr} \documentclass[10pt,a4paper,oneside]{article} \usepackage{amsfonts,amsmath,amstext,amssymb,amscd} % \usepackage{subfig} \newenvironment{packeditemize}{ \begin{itemize} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\parsep}{0pt} }{\end{itemize}} \newenvironment{packedenumerate}{ \begin{enumerate} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\parsep}{0pt} }{\end{enumerate}} <>= BiocStyle::latex(bibstyle="apalike") @ \bioctitle[A Map of Directional Genetic Interactions in a Metazoan Cell, Fischer et al., 2015]{{\Large\color{black} Experimental data and documented source code for the paper}\\\\ A Map of Directional Genetic Interactions in a Metazoan Cell\\[0.5em] \Large\textit{\color{black}Bernd Fischer, Thomas Sandmann, Thomas Horn, Maximilian Billmann, Varun Chaudhary, Wolfgang Huber, and Michael Boutros\\ eLife, 4, 2015}} \author{Bernd Fischer\thanks{\email{b.fischer@dkfz.de}}\\ German Cancer Research Center (DKFZ), Heidelberg, Germany} <>= library(knitr) opts_chunk$set(concordance=TRUE, resize.width="0.5\\textwidth", dev=c('pdf','png'), cache=TRUE, tidy = FALSE) @ \begin{document} \maketitle \tableofcontents \section{Introduction} This document is associated with the \Bioconductor{} package \Rpackage{DmelSGI}, which contains the data and the \R{} code for the statistical analysis presented in the paper \\\\ \begin{center} \begin{minipage}[t]{0.96\textwidth} \textit{A Map of Directional Genetic Interactions in a Metazoan Cell}\\ Bernd Fischer, Thomas Sandmann, Thomas Horn, Maximilian Billmann, Varun Chaudhary, Wolfgang Huber, and Michael Boutros\\ eLife, in press, http://www.elifesciences.org.\\ \end{minipage} \end{center} In Section~\ref{secDataAccess}, the access to the data is described. % Section~\ref{Figures} shows the figures from the original % publication and links each figure to one of the subsequent sections, % which describe the statistical analyses in the order in which they % were executed. The \R{} code within each section can be executed independently of the other sections. Intermediate results from each section are available in the form of \R{} data objects. To install the \Biocexptpkg{DmelSGI}, please start a current version of \R{} and type <>= if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("DmelSGI") @ Some convenience functions for calling sub-vignettes. <>= fpath <- function(d) { file.path(opts_knit$get("output.dir"), "result", d,"") } @ <>= @ <>= @ <>= @ <>= @ <>= @ <>= @ <>= @ <>= @ <>= @ <>= @ \section{Session info} Here is the output of \Rfunction{sessionInfo} on the system on which this document was compiled: <>= sessionInfo() @ \nocite{horn2011mapping} \bibliography{literature} \end{document}