简体   繁体   English

在R中生成热图(无法分配矢量警告)

[英]generate heatmap in R ( cannot allocate vector warning)

so I'm trying to generate a heatmap in R for gene expression analysis... I have 536 GB of memory in C, however when I tried to do a heatmap, it shows this message. 因此,我试图在R中生成一个热图以进行基因表达分析...我在C中有536 GB的内存,但是当我尝试做一个热图时,它会显示此消息。

Error: cannot allocate vector of size 11.1 Gb In addition: Warning messages: 1: In distfun(x) : Reached total allocation of 3544Mb: see help(memory.size) 错误:无法分配大小为11.1 Gb的向量另外:警告消息:1:在distfun(x)中:已达到3544Mb的总分配:请参阅help(memory.size)

how can i solve this, anyone? 谁能解决这个问题? im running R in Windows OS, 64bit 我在Windows OS 64位环境中运行R

我知道R有一个内存限制,如这里所示 ,但是看起来您可以使用memory.limit()覆盖它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM