python rpy2后封装_转换rpy2的python对象

下面的代码应该在rpy2中创建一个热图

import numpy as np

from rpy2.robjects import r

data = np.random.random((10,10))

r.heatmap(data)

但是,它会导致以下错误

Traceback (most recent call last):

File "z.py", line 8, in

labRow=rowNames, labCol=colNames)

File "C:\Python25\lib\site-packages\rpy2\robjects\__init__.py", line 418, in __call__

new_args = [conversion.py2ri(a) for a in args]

File "C:\Python25\lib\site-packages\rpy2\robjects\__init__.py", line 93, in default_py2ri

raise(ValueError("Nothing can be done for the type %s at the moment." %(type(o))))

ValueError: Nothing can be done for the type at the moment.

从文档我知道r.heatmap期望“一个数字矩阵”。如何将np.array转换为所需的数据类型?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值