[BioC] question about multtest v.1.5.2
ivan.borozan at utoronto.ca
ivan.borozan at utoronto.ca
Fri Apr 1 01:59:41 CEST 2005
Hi there,
in multtest v.1.5.2 if i do
resT<-mt.maxT(mattest,cl,B=100)
ord<-order(resT$index)
rawp<-resT$rawp[ord]
maxT<-resT$adjp[ord]
i get for data that are not available (i.e NA's)
rawp[1]
[1] NA
maxT[1]
[1] NA
...ect
instead of
rawp[1]
[1] 3.402823e+38
maxT[1]
[1] 3.402823e+38
...ect
as in the old version (1.0.2). Is this expected ?
R version 2.0.0, 2004-10-04, i686-pc-linux-gnu
attached base packages:
[1] "splines" "tools" "methods" "stats" "graphics" "grDevices"
[7] "utils" "datasets" "base"
other attached packages:
multtest reposTools genefilter survival Biobase
"1.5.2" "1.5.2" "1.5.0" "2.13-2" "1.5.0"
all the best,
ivan
More information about the Bioconductor
mailing list