[R] How to import the large data into R

Jun Chen chenjuncau at gmail.com
Mon Oct 19 12:56:14 CEST 2009


Dear,
I would like to deal with microarray data, it can run when i deal with
little data. However, the amount number of SNP data are 45181, amount
numbers of animal are 3081,it can not be allocated 1000Mb memory when
i importing them to R

Procedure sentence show:

m<-matrix(scan("D:/SNPdata.txt"),ncol=nmarkers,byrow=TRUE)

Error show:
Error: cannot allocate vector of size 1000.0 Mb


Is there any way to import these data and calculations, i am very
anxious. Thank you very much.


Best regards.
Chen




More information about the R-help mailing list