Description Usage Format Source Examples
Dmel2PPMAPK
is an object of class RNAinteract
. It contains the raw data, the computed main effects, pairwise interaction scores, p-values and q-values computed by a t-test. The package vignette vontains the complete code and documentation for the statistical analysis.
1 |
An object of class RNAinteract
.
Horn, Sandmann, Fischer, Huber, Boutros, Mapping of Signalling Networks through Synthetic Genetic Interaction Analysis by RNAi, Nature Methods, 2011, main interaction screen.
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.