plotEISA | R Documentation |
plotEISA
takes the return value from runEISA
and generates a scatterplot of intronic versus exonic changes.
plotEISA(
x,
contrast = c("ExIn", "none"),
minLfc = NULL,
maxFDR = 0.05,
genecolors = c("#E41A1C", "#497AB3", "#222222"),
...
)
x |
|
contrast |
one of |
minLfc |
|
maxFDR |
|
genecolors |
Vector of length three specifying the colors to use for genes that are significantly up, down or unchanged. |
... |
further arguments past to
|
NULL
(invisibly)
Michael Stadler
# see the help for runEISA() for a full example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.