Description Usage Arguments Details Note Author(s) See Also Examples
This function produce visualises the significance of intensity-dependent bias.
1 | sigint.plot2(object,Sp,Sn,ylim=c(-3,-3),...)
|
object |
object of class marrayRaw or marrayNorm |
Sp |
vector of false discovery rate or p-values for positive deviation of median/mean of \code{M}
as produced by |
Sn |
vector of false discovery rate or p-values for negative deviation of median/mean of \code{M}
as produced by |
ylim |
vector of minimal log10(fdr) or log10(p-value) to be visualised corresponding to |
... |
Further optional graphical parameter for the |
The function sigint.plot2 only differs from sigint.plot in its input arguments.
The functionality is the same. For details, see sigint.plot.
This function will be merged with sigint.plot in future versions.
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
1 2 3 4 5 6 7 8 9 10 | # To run these examples, delete the comment signs (#) in front of the commands.
#
# LOADING DATA NOT-NORMALISED
# data(sw)
# CALCULATION OF SIGNIFICANCE OF SPOT NEIGHBOURHOODS
# For this example, N was chosen rather small. For "real" analysis, it should be larger.
# FDR <- fdr.int2(sw,delta=50,N=10,av="median")
# VISUALISATION OF RESULTS
# sigint.plot2(sw[,1],FDR$FDRp[[1]],FDR$FDRn[[1]],c(-5,-5)) # array 1
# sigint.plot2(sw[,4],FDR$FDRp[[4]],FDR$FDRn[[4]],c(-5,-5)) # array 4
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.