search for: datafromfil

Displaying 1 result from an estimated 1 matches for "datafromfil".

Did you mean: datafromfile
2007 Mar 01
2
Query about data manipulation
...file first. Although by doing write.table and reading it in again, I got the result in a data frame, with the \t and \n interpreted correctly, I wish to sidestep this as I need to carry out this analyses for over 4 million such entries. I tried write.table(dataFromDB, file="FileName"); dataFromFile <- read.table(FileName, sep="\t") dataFromFile is of the form 92_8_nmenA 993_7_mpul 1.042444 92_8_nmenA 3_5_cpneuA 0.900939 190_1_rpxx 34_4_ctraM 0.822532 190_1_rpxx 781_6_pmul 0.870016 Your input on the above is greatly appreciated. Thanks L...