Entering edit mode
kfbargad@ehu.es
▴
270
@kfbargadehues-1528
Last seen 10.2 years ago
Dear list,
I am using affyPLM for my QC, and am trying to obtain the median of
the NUSE values for my chips.
if I type
>NUSE(Pset, main = "NUSE values")
I get the NUSE boxplot
but if I type
> NUSE(Pset, type = "stats")
Error in match.arg(type) : 'arg' should be one of plot, values
or
> NUSE(Pset, type = "values")
Error in x at weights[which, ] : incorrect number of dimensions
In addition: Warning messages:
1: longer object length
is not a multiple of shorter object length in: model == (PM ~
-
1 + probes + samples)
2: longer object length
is not a multiple of shorter object length in: model == (PM ~
-
1 + samples + probes)
3: the condition has length > 1 and only the first element will be
used in: if ((model == (PM ~ -1 + probes + samples)) | (model == (PM ~
my sessionInfo()
Version 2.3.0 (2006-04-24)
i386-pc-mingw32
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"tools"
"methods" "base"
other attached packages:
hgu133plus2cdf affyPLM gcrma matchprobes
affydata affy affyio Biobase
"1.12.0" "1.8.0"
Any suggestions??
Also, is it possible to colour the boxes of the boxplot? I have so far
been using
boxplot() for Pset with the argument "col", but it does not work for
NUSE()
Thanks in advance,
David