Description Usage Arguments Details Note Author(s) See Also Examples
This function assesses the significance of intensity-dependent bias. This is achieved by comparing the observed average values of logged fold-changes within an intensity neighbourhood with an empirical distribution generated by permutation tests. The significance is given by (adjusted) p-values.
1 | p.int2(object,delta=50,N=-1,av="median",p.adjust.method="none")
|
object |
object of class marrayRaw or marrayNorm |
delta |
integer determining the size of the neighbourhood ( |
N |
number of random samples (of size |
av |
averaging of |
p.adjust.method |
method for adjusting p-values due to multiple testing regime. The available
methods are “none”, “bonferroni”, “holm”, “hochberg”,
“hommel” and “fdr”. See also |
This function p.int2
is basically the same as p.int
except for
differences in their in- and output format. For the details about the functionality, see p.int
.
This function will be merged with p.int
in future versions.
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
p.int
,fdr.int2
, sigint.plot2
, p.adjust
1 2 3 4 5 6 7 8 9 10 | # To run these examples, "un-comment" them!
#
# LOADING DATA NOT-NORMALISED
# data(sw)
# CALCULATION OF SIGNIFICANCE OF SPOT NEIGHBOURHOODS
# For this illustration, N was chosen rather small. For "real" analysis, it should be larger.
# P <- p.int2(sw,delta=50,N=10000,av="median",p.adjust.method="none")
# VISUALISATION OF RESULTS
# sigint.plot2(sw[,1],Sp=P$Pp[[1]],Sn=P$Pn[[1]],c(-5,-5)) # array 1
# sigint.plot2(sw[,3],Sp=P$Pp[[3]],Sn=P$Pn[[3]],c(-5,-5)) # array 3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.