Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/detection.p.val.R
Calculate MAS5 detection pvalues and Present Marginal Absent calls. This is an implementation based on the algorithm described in Liu, Mei et al. (2002) 'Analysis of high density expression microarrays with signed-rank call algorithms', Bioinformatics 18(12) pp1593-1599.
1 |
x |
An unnormalised AffyBatch object |
tau |
Errrmmm... tau |
alpha1 |
Present-Marginal threshold |
alpha2 |
Marginal-Absent threshold |
calls |
if true, generate PMA calls |
ignore.saturated |
if true do the saturation correction described in the paper, with a saturation level of 46000 |
A list:
pval |
A matrix of detection p values |
call |
A matrix of PMA calls |
alpha1 and alpha2 are parameters that change according to the chip
type you are using. If they are not specified, the function uses the
current QC environment to find them, and attempts to set one up if it
is not there. This is done with an internal call to the function
setQCEnvironment
. If it is unable to find the
appropriate config files, this will cause an error. See
setQCEnvironment
for more details.
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
1 2 3 4 | ## Not run:
dpv <- detection.p.val(eset);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.