1. 安装依赖包:
if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("pcaMethods")
2. 安装velocyto
library(devtools) install_github("velocyto-team/velocyto.R")
3. 安装时报错:(缺少Boost库,终端使用brew包管理器安装:brew install boost,安装后,重新运行步骤2解决 【另外 ubuntu: sudo apt-get install libboost-dev, yum install boost-devel 】)
ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0' ld: library not found for -lboost_filesystem
尊重他人劳动成果,转载请注明出处:Bluesky's blog » macOS 安装velocyto.R