Displaying 1 result from an estimated 1 matches for "test_go_prob".
Did you mean:
test_go_probes
2003 May 01
2
What' wrong?
...:ncol1 ) {
succ <- chip[col]
trial <- probeNbr[col]
print ( c(row, col, succ, trial, prob ) )
mytest <- prop.test( succ, trial, prob )
result [ row, col ] = mytest$p.value
}
}
print ( result )
}
Here are the result:
> source("D:/song/R/Test/AML/test_GO_probes.R")
> catSignifTest( 'GOcat.txt')
[[1]]
[1] 2
[[2]]
[1] 1
$V1
[1] 6
$V1
[1] 30
[[5]]
[1] 0.1539431
Error in min(..., na.rm = na.rm) : invalid "mode" of argument
>
Could somebody tell me what's wrong?
Thanks.
Guangchun