Description Details Package content Author(s) References See Also Examples
The package contains the data and the source code to reproduce the results and figures from the paper
T. Horn, T. Sandmann, B. Fischer, W. Huber, M. Boutros. Mapping of Signalling Networks through Synthetic Genetic Interaction Analysis by RNAi. Nature Methods, 2011.
See vignette("RNAinteractMAPK") for details.
See vignette("RNAinteractMAPK") for more detail on how to obtain the data used for specific figures. In addition this vignette contains the complete analysis and the generation of all figures.
The main screen can be loaded by data("Dmel2PPMAPK", package="RNAinteractMAPK")
. Access to the pairwise interaction data is done via the getData
function from the RNAinteract
-package. See example below.
The following datasets are provided with this package:
Dmel2PPMAPK | interaction data of main screen. See example below. |
ElpB1phenotype | in vivo experiment on ectopic wing vein formation (used in Figure 5f) |
mRNAdoubleKDefficiency | mRNA level after double gene knockdown (used in Figure S1) |
mRNAsingleKDefficiency | mRNA level after single gene knockdown (used in Figure S2) |
singleKDphenotype | single knockdown phenotypes (used in Figure S3) |
dsRNAiDilutionSeries | dsRNA dilution series (used in Figure S5) |
Networks | known interactions from DroID (used in Figure S12) |
pathwayMembership | pathway membership of genes (used in Figure S13) |
PhysicalInteractions | Known physical interactions (used in Figure S13) |
cellTiterGlo | cellTiterGlo viability data (used in Figure S15) |
Within this package a number of specialized functions is defined written for the analysis of the MAPK interaction screen and additional experiments shown in the paper. These functions are not intended to be general purpose analysis functions, but should document the steps of analysis of the paper. Therefore, these functions are not exported. A list of functions is given below.
A general purpose package for the analysis of genetic interaction screens is the package RNAinteract
.
The following functions are provided within this package.
Functions used for the classification: MAPK.predict.classification
, MAPK.cv.classifier
, MAPK.getCV
, MAPK.ternary.plot
, MAPK.getXY
, MAPK.plot.classification
.
Functions for the analysis of the interaction surfaces: MAPK.plot.TPS.single
, MAPK.plot.TPS.all
, MAPK.estimate.TPS
, MAPK.cv.TPS
, MAPK.screen.as.array
.
A function to write the hit list: MAPK.report.gene.lists.paper
.
A function to plot a heatmap: MAPK.plot.heatmap.raster
.
A function to plot smaooth scatters: MAPK.smooth.scatter
.
Bernd Fischer
Maintainer: Bernd Fischer <bernd.fischer@embl.de>
T. Horn, T. Sandmann, B. Fischer, W. Huber, M. Boutros. Mapping of Signalling Networks through Synthetic Genetic Interaction Analysis by RNAi. Nature Methods, 2011.
1 2 3 4 5 6 | data(Dmel2PPMAPK)
Dmel2PPMAPK
# Obtain the pairwise interaction matrix
PI <- getData(Dmel2PPMAPK, type="pi", format="targetMatrix",
screen="mean", withoutgroups = c("pos", "neg"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.