[BioC] Read big file!

Carlos J. Gil Bellosta cgb at datanalytics.com
Thu Aug 13 14:21:49 CEST 2009


2009/8/12 Mohamed Lajnef <Mohamed.lajnef at inserm.fr>:
> Dear R-Users
>
> i would like to read a big file (1000 lines and 1200000 columns) with R? but
> this is impossible ! Does someone have a magic solution to my problem?
>
> Otherwise I try a function to read by few columns this large file ( no by
> lines!)?

Hello,

I would recommend you to use the package "colbycol" in CRAN, which
reads files column by column and lets you select which ones to load
into memory, etc.

It can be better suited to you than the regular read functions.

As a disclaimer: I am the author of the"colbycol" package, which was
motivated by problems similar to this one. I would love to hear how it
fares and to get feedback from users so that I can improve it.

Best regards,

Carlos J. Gil Bellosta
http://www.datanalytics.com



More information about the Bioconductor mailing list