Description Usage Arguments Value Author(s)
Compare two topTables via correlation of the t-stats
1 2 3 | plot_cor_topTable(tt1, tt2, xlab = "topTable 1",
ylab = "topTable 2", main = "topTable correlation",
column = "t", ...)
|
tt1 |
two instances of topTables. They can have different numbers of probes, but some overlap is required. |
tt2 |
two instances of topTables. They can have different numbers of probes, but some overlap is required. |
xlab |
obvious |
ylab |
obvious |
main |
obvious |
column |
which column to plot. default is "t". "logFC" would be another good choice. |
... |
additional arguments passed to plot.cor. see plot.cor |
creates a correlation plot. see plot.cor invisibly returns the 2 toptables merged on a common ID. The unique suffixes on the colnames comes from xlab & ylab. See Also: plot.cor
Mark Cowley, 2010-01-18
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.