安装空间转录组分析软件-R包SPATA2的安装

作者操作系统: centos stream9

官网地址:https://themilolab.github.io/SPATA2/

安装方法:https://themilolab.github.io/SPATA2/articles/installation.html

安装相关的包安装:

devtools::install_github("haleyjeppson/ggmosaic")

devtools::install_github("hrbrmstr/ggalt")

yum install ImageMagick-c++-devel

以下两个包,要下载源代码,然后用R CMD INSTALL xxx.tar.gz的方法安装

https://cran.r-project.org/src/contrib/Archive/Matrix.utils/

https://cran.r-project.org/src/contrib/Archive/grr/

不能正常安装的包:ggmosaic, Matrix.utils,grr

ggmosaic包的网站:

https://bioconductor.org/packages/oldstats/bioc/ggmosaic/

提示:

Download stats for software package ggmosaic

This page was generated on 2025-04-15 06:43:59 -0400 (Tue, 15 Apr 2025).

Note that ggmosaic doesn't belong to the current release or devel version of Bioconductor anymore.

Number of downloads for software package ggmosaic, year by year, from 2025 back to 2014 (years with no downloads are omitted):

参考:

SCS 60.单细胞空间转录组空间聚类(SPATA2)https://blog.csdn.net/weixin_41368414/article/details/155994984

相关推荐
春日见2 小时前
E2E自驾规控30讲:环境搭建
开发语言·驱动开发·matlab·docker·计算机外设
念何架构之路2 小时前
Go语言表达式的求值顺序
开发语言·后端·golang
程序员buddha2 小时前
Java面试八股文框架篇
java·开发语言·面试
毕设源码-钟学长2 小时前
【开题答辩全过程】以 基于Java的医药进出口交易系统设计与实现为例,包含答辩的问题和答案
java·开发语言
清水白石0082 小时前
Python 性能优化全景解析:当 Big O 骗了你——深挖常数开销、内存与解释器黑盒
开发语言·python·性能优化
oi..2 小时前
python Get/Post请求练习
开发语言·经验分享·笔记·python·程序人生·安全·网络安全
星夜夏空992 小时前
C语言进阶项目——搭建内存池
c语言·开发语言
历程里程碑2 小时前
Proto3 三大高级类型:Any、Oneof、Map 灵活解决复杂业务场景
java·大数据·开发语言·数据结构·elasticsearch·链表·搜索引擎
小杍随笔2 小时前
【Rust Exercism 练习详解:Anagram + Space Age + Sublist(附完整代码与深度解读)】
开发语言·rust·c#