search for: gocat

Displaying 2 results from an estimated 2 matches for "gocat".

Did you mean: socat
2012 May 30
1
reading file in zip archive
Hi List I have a series of zip archives each containing several files. One of these files is called goCats.txt and I would like to read it into R from the archive. It's a simple tab delimited text file. pathToZip <- '/home/iain/Documents/Work/Results/bovineMacRNAData/deAnalysis/afInfection/commonNorm/twoHrs/af2hrs.zip' z <- unz(pathToZip, 'goCats.txt', 'r') zT <- r...
2003 May 01
2
What' wrong?
...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