Description Usage Arguments Details Author(s) Examples
View source: R/src_MAplotFromCts.R
Given two vectors of normalized counts make an MA-plot to see how normalization performed and whether things look as expected.
1 2 3 4 5 6 7 8 9 10 11 |
x |
counts of sample1 |
y |
counts of sample2 |
cts.arelog2 |
logical, whether counts are already on log2-scale |
type |
the type of the plot, currently only smoothScatter from base is available, later a ggplot version will come |
abline0 |
logical, whether to add a horizontal ablone at y=0 |
abline2 |
numeric, add horizontal ablines at +/- abline2 value |
use.loess |
logical, whether to add a y ~ x loess fitted line |
... |
further arguments passed to smoothMAplot() |
the plot will be directly plotted to devise, so best would be to capture function directly to disk
Alexander Toenges
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.