sysbio-curie / ACSNMineR

R package for enrichment/depletion analysis of ACSN maps and gmt files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read.csv in R

DeveauP opened this issue · comments

The issue is the following:
http://stackoverflow.com/questions/18922493/how-can-you-read-a-csv-file-in-r-with-different-number-of-columns

As stated, read.csv only uses the first 5 lines to determine the number of columns... Hence the issue. I'll dig into that and correct the import code.

A quick search pointed to a R function called 'readLines', might help to
solve the problem..

2015-10-09 13:42 GMT+02:00 Paul Deveau notifications@github.com:

The issue is the following:

http://stackoverflow.com/questions/18922493/how-can-you-read-a-csv-file-in-r-with-different-number-of-columns

As stated, read.csv only uses the first 5 lines to determine the number of
columns... Hence the issue. I'll dig into that and correct the import code.


Reply to this email directly or view it on GitHub
#2.

Issue solved and pushed.