美文网首页
单细胞测序分析相关

单细胞测序分析相关

作者: 不想透明的小透明 | 来源:发表于2022-05-20 09:20 被阅读0次

这一笔记的主要目的是记录学习和实践过程,所写皆尝试过为可用操作,看到的各位小伙伴有更好的操作欢迎随时交流~

1. 创建 R 4.0以上的conda 环境[1]:
conda create --name R --channel conda-forge  "r-base>=4.0.3" r-devtools
2. 安装Seurat-Install the developmental version[2]:
conda install -c conda-forge r-seurat
Reference:

[1] R and R-Studio (ntnu.no)
[2] Installation Instructions for Seurat • Seurat (satijalab.org)

相关文章

网友评论

      本文标题:单细胞测序分析相关

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