Description Usage Arguments Author(s) See Also Examples
A matrix of pairwise scatterplots of the ratios is created. The lower panel shows the correlation of the data.
1 | plotRatioScatter(eSet, ip, control, density=F, sample=NULL, cluster=T, cex=1)
|
eSet |
an ExprssionSet or matrix, containing the data |
ip |
an integer, or boolean vector, that indicates, which columns in the ExpressionSet are IP experiments |
control |
an integer, or boolean vector, that indicates, which columns in the ExpressionSet are CONTROL or REFERENCE experiments |
density |
if TRUE, a density scatter plot is plotted. This plot shows the density of the data. |
sample |
An integer, indicating the number of subsamples to take for the density scatterplot. This is only recommended if the data is very large, as the density computation takes some time. |
#
cluster |
if cluster=T, the experiments are clustered and similiar experiments are plotted together. |
cex |
see ?par |
Benedikt Zacher zacher@lmb.uni-muenchen.de
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.