Skip to content
Prev 25031 / 63424 Next

read.table() can't read in this table (But Splus can)

It's the quoting character(s).  This following seems to read the file in
correctly:

R> DF <- read.table("http://llmpp.nih.gov/DLBCL/NEJM_Web_Fig1data", 
+                   header = TRUE, sep = "\t", quote="")
R> str(DF)
'data.frame':   7399 obs. of  295 variables:
[...]

If I have to guess, it's the "3-prime" or "5-prime" that occurs commonly
in biology...

I don't think Mr. 9000 Vax can blame R for this.

Best,
Andy
 

From: marc_schwartz at comcast.net
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}