Displaying 1 result from an estimated 1 matches for "geo2geneinfo_bymodel".
2008 May 29
1
Separator argument in read.table
...A-associated via death domain | protein-coding
1773_at | FNTB | farnesyltransferase, CAAX box, beta | protein-coding
177_at | PLD1 | phospholipase D1, phosphatidylcholine-specific | protein-coding
What is the right separator used for read.table function?
I tried this:
dat <- read.table("geo2geneinfo_bymodel.txt", sep = "|")
print(dat)
It doesn't seem to work. It flattens the table above into just two columns
meaning only contain $V1 and $V2.
sep=" | " also won't work.
Please advice.
--
Gundala Viswanath