美文网首页
complexheatmap报错的解决办法

complexheatmap报错的解决办法

作者: TheMoonAsaKite | 来源:发表于2021-11-18 13:41 被阅读0次

conplexheatmap直接安装时,和很多R版本不兼容,会报错
可以试试这个:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ComplexHeatmap")

devtools::install_github("jokergoo/ComplexHeatmap")
或者
conda install bioconductor-complexheatmap

相关文章

网友评论

      本文标题:complexheatmap报错的解决办法

      本文链接:https://www.haomeiwen.com/subject/ltidtrtx.html