這一筆記的主要目的是記錄學(xué)習(xí)和實(shí)踐過(guò)程,所寫(xiě)皆嘗試過(guò)為可用操作,看到的各位小伙伴有更好的操作歡迎隨時(shí)交流~
1. 創(chuàng)建 R 4.0以上的conda 環(huán)境[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)