plot_pairwise_ma | R Documentation |
Use affy's ma.plot() on every pair of columns in a data set to help diagnose problematic samples.
plot_pairwise_ma(data, log = NULL, ...)
data |
Expt expressionset or data frame. |
log |
Is the data in log format? |
... |
Options are good and passed to arglist(). |
List of affy::maplots
[affy::ma.plot()]
## Not run:
ma_plots = plot_pairwise_ma(expt = some_expt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.