安装空间转录组分析软件-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

相关推荐
kaico201810 小时前
Python 在 Jenkins Pipeline 中的使用总结
开发语言·python·jenkins
流浪00110 小时前
C++篇:深入理解 C++ 智能指针:从裸指针到 RAII 的蜕变
开发语言·c++
丘山望岳10 小时前
二叉搜索双壁——map和set
开发语言·数据结构·c++
瑞雪兆丰年兮10 小时前
[从0开始学Java|第十六、十七天]项目阶段(拼图小游戏)
java·开发语言
AI人工智能+电脑小能手10 小时前
【大白话说Java面试题 第85题】【Mysql篇】第15题:MySQL 的事务中,幻读是怎么解决的?
java·开发语言·数据库·mysql·面试
yaoxin52112310 小时前
423. Java 日期时间 API - DayOfWeek 和 Month 枚举
开发语言·python
秋雨梧桐叶落莳10 小时前
iOS——抽屉视图详解
开发语言·macos·ui·ios·objective-c·cocoa
郝学胜-神的一滴10 小时前
Qt 高级开发 016:半内存管理机制
开发语言·c++·qt·程序人生·用户界面
Byte Wizard10 小时前
动态内存管理
c语言·开发语言
zzzsde10 小时前
【Linux】线程同步和互斥(5):线程池的实现&&线程安全
linux·运维·服务器·开发语言·算法·安全