Skip to content
Prev 305894 / 398502 Next

write.table: strange output has been produced

Hi David - 
Thank you for your reply. You are probably right. The last 'normal' line
doesn't have a double quote closed. There is the complete line below:

-------------------------8<------------------------------------
"4657","159998",133.10761487064,185.450704462326,80.7645252789532,0.435504009074069,-1.19924209513405,2.75544399955331e-07,4.75176501174632e-06,"IMP-GMP specific 5-nucleotidase	Nucleotide transport and metabolism 	METABOLISM
--------------------------8<------------------------------------

So it might be that the annotation dataset is actually the culprit. But
it gets more complicated when I try to find find this string in the
'annot' object using the id value. 
The id 159998 is present in the output from 'intersect' function:
[1] 539

It also present in statdata:
[1] 1502

But I cannot find it in the 'annot' object???
integer(0)
[1] "integer"

Could it be that the annot dataset contains some illegal symbols that
screw everything? Shall I just edit it first with 'sed' to remove
everything except alpha-numeric before importing to R...


-Igor
On Wed, 2012-09-19 at 10:26 -0700, David Winsemius wrote: