I am trying to read a large dataset (DNA sequence, 13GB) in R using the read. Fastq function. Some datasets are open but others are not (10GB). Besides, the matrices of 12GB (or more) that I need to generate, are not processed either. My computer systems is 16GB, memory.limit in R is 36000. How can I fix this issue? An error occurs in R:
Error: Input/Output
file(s):
sar326-2021_R17_S6_R1_001.fastq
message: 'Calloc' could not allocate memory (250000000 of 1 bytes)