Description Usage Arguments Note Author(s) References See Also Examples
A variant on the boxplot, plotting the gene expression against the DNA copy number data. For each individual an open blue circle per call is plotted, all with their centerpoint at the height of the individual's expression level. The radius of the circles is proportional to the corresponding call probabilities. Call probabilities equal to zero reduce circles to dots. The red filled circles have a radius proportional to the estimated expected call probabilities, with their centerpoints at the estimated mean expression for the respective call.
1 | cisEffectPlot(geneId, CNdata, GEdata, verbose=FALSE)
|
geneId |
Indicator of the gene to be plotted. Indicator refers to the row in the |
CNdata |
Object of class |
GEdata |
Object of class |
verbose |
Logical indicator: should intermediate output be printed on the screen? |
This function is a rewritten version of the intCNGEan.plot
function of the intCNGEan
-package.
Wessel N. van Wieringen: w.vanwieringen@vumc.nl
Van Wieringen, W.N., Van de Wiel, M.A. (2009), "Non-parametric testing for DNA copy number induced differential mRNA gene expression", Biometrics, 65(1), 19-29.
boxplot
, cisEffectTune
, cisEffectTest
, matchAnn2Ann
1 2 3 4 5 6 | # load data
data(pollackCN16)
data(pollackGE16)
# plot DNA copy number vs. gene expression.
cisEffectPlot(225, pollackCN16, pollackGE16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.