Description Usage Arguments Details See Also Examples
Creating pairwise MAplot of sample intensities in a ExpressionSet object
1 2 |
object |
an |
... |
optional arguments to |
smoothScatter |
whether use |
logMode |
whether plot the data in log2 scale or not |
subset |
subset of rows used to plot. It can be an index vector, or the length of a random subset |
main |
title of the plot |
To increase the plot efficiency, by default, we only plot RANDOMLY selected subset of points (based on parameter "subset"). If users want to plot all the points, they can set the parameter "subset = NULL". When smoothScatter is set as TRUE, the subsetting will be suppressed because smoothScatter
function has good plot efficiency for large number of points.
1 2 3 4 5 6 | ## load example data
data(example.lumi)
MAplot(example.lumi)
MAplot(example.lumi, smoothScatter=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.