Description Usage Arguments Author(s) References See Also Examples
Plots expression data as a scatter plot with optional fold-change lines
1 |
x |
x coords |
y |
y coords |
add |
add this data to an existing graph |
fc.lines |
Vector of intervals at which to draw fold-change lines |
draw.fc.lines |
Draw fold change lines? |
draw.fc.line.labels |
Label the fold change lines with the fold changes they represent? |
fc.line.col |
The colour to draw fold change lines |
pch |
Plotting character to use for the scatter data (see |
xlim |
Range for the xaxis |
ylim |
Range for the yaxis |
... |
Additional parameters to pass through to the underlying |
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
1 2 3 4 | ## Not run:
trad.scatter.plot(exprs(eset.rma)[,1],exprs(eset.rma)[,4])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.