Entering edit mode
7.7 years ago
Azhar
▴
50
HI I am runnig WGCNA code for calculating co expression adjacency Matrix but I am getting this error I am running this scrip in C directory and it has 60 Gb free space so why it still gives this error
> coexpression<-adjacency(data)
Error: cannot allocate vector of size 28.7 Gb
In addition: Warning messages:
1: In cor(datExpr, use = "p") :
Reached total allocation of 3810Mb: see help(memory.size)
2: In cor(datExpr, use = "p") :
The 3810Mb limit it's referring to is RAM, not disk space.
Thanks andrew but what is the mean of
cannot allocate vector size 28.7 Gb
Hello Azhar!
It appears that your post has been cross-posted to another site: https://support.bioconductor.org/p/93818/
This is typically not recommended as it runs the risk of annoying people in both communities.