Displaying 1 result from an estimated 1 matches for "initgoat".
2008 Jun 06
1
Error Message (PR#11602)
...-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
> local({pkg <- select.list(sort(.packages(all.available =3D TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=3DTRUE)})
> library(GOAT)
> initGOAT()
[1] "Showing the Tk GUI..."
[1] "Analyzing enrichment..."
Done.
>
> write.table(1h.txt.proc, file=3D"1h.proc.xls", sep=3D"\t",quote=3DF, col.=
names=3DF, row.names=3DF)
Error: syntax error
I checked the file names, but still I got that message.
Addi...