Description Usage Arguments Details Value References See Also Examples
This function creates a plot with probe intensity
1 2 3 | plotSignal(x, my.colors = c("black", "red", "blue"), ylab = "Peak Intensity",
xlab = c("individuals", "Phenotype"), case.control = NULL, cex.leg = 0.6,
dens.bw = "nrd0", dens.adjust = 1, n = 0, ...)
|
x |
A vector with probe intensities |
my.colors |
Colours for each copy number status. |
ylab |
Label of y-axis |
xlab |
Label of x-axis |
case.control |
Vector indicating case-control status |
cex.leg |
Size of legend |
dens.bw |
Adjustment for intensity signal density curve. See argument
'bw' of |
dens.adjust |
Adjustment for intensity signal density curve. See
argument 'adjust' of |
n |
integer indicating the number of points to be placed on the plot
interactively (using |
... |
Other arguments passed to |
See vignette for further description
This function produces a plot and returns the coordenates introduced by the
user with locator
when n>0
.
Gonzalez JR, Subirana I, Escaramis G, Peraza S, Caceres A, Estivill X and Armengol L. Accounting for uncertainty when assessing association between copy number and disease: a latent class model. BMC Bioinformatics, 2009;10:172.
1 2 | data(dataMLPA)
plotSignal(dataMLPA$Gene2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.