Description Usage Arguments Methods References See Also Examples
Calculates and plots the pairwise distance between arrays, as measured by the median of the absolute differences in log2 intensity values.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
Either an |
channel |
The channel to use for calculating distances, one of either "G" (green or control channel) or "R" (red or experimental channel) |
group |
An optional character string specifying the name of a
factor to create separate panel displays, which must be in
|
subset |
An optional character vector specifying the which levels
of |
order |
An optional numeric vector specifying the order of the arrays to use in producing the distance plots, i.e. for grouping certain arrays together |
... |
arguments to pass to |
signature(x = "RGList", data = "missing")
For RGList
objects, separate panel
displays
can be produced for different types of probes, as determined by the
group
argument.
signature(x = "list", data = "missing")
The method for list
objects is intended
to work with lists of normalized data sets, as either
MAList
or
NChannelSet
objects. This
method will produce separate panel displays for each normalized data
set.
D. Sarkar, R. Parkin, S. Wyman, A. Bendoraite, C. Sather, J. Delrow, A. K. Godwin, C. Drescher, W. Huber, R. Gentleman, and M. Tewari. Quality assessment and data analysis for microRNA expression arrays. Nucleic Acids Res, 37(2):e17, 2009.
densityplot
for density plots
of log2 intensity values,
MADvsMedianPlot
for median
absolute deviation versus median plots, and
MAplot
for MA plots
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.