# 2.安装 cd ~/software/tools/SeuratDisk conda install r-seuratdisk-0.0.9019-ha770c72_0.tar.bz2 ## 如果在过程中遇到需要升级的输入y升级后即可完成 ## 如果环境依赖其他的包可以使用 conda install XX来进行安装 例:conda install -c conda-forge hdf5 # 检查是否安装成功 R library(SeuratDisk) #Re...
至于,/home/lpt/hdf5/hdf5-1.8.17/hdf5/lib,可能需要在终端安装一遍hdf5,$conda install -c anaconda hdf5,或者本地安装。
至于,/home/lpt/hdf5/hdf5-1.8.17/hdf5/lib,可能需要在终端安装一遍hdf5,$conda install -c anaconda hdf5,或者本地安装。
My code is as follows install.packages("remotes") remotes::install_github("mojaveazure/seurat-disk") error is as follows 停止执行 ERROR: lazy loading failed for package 'SeuratDisk' removing 'C:/Users/user/Documents/R/win-library/4.0/SeuratD...
Hi, Thanks for developing this great tool. I'm running into an error in LoadH5Seurat() step, stated that: Error: Missing required datasets 'levels' and 'values'. My data was downloaded from here: https://drive.google.com/file/d/1IwWcn4W-...
R version 4.2.3 (2023-03-15) Platform: x86_64-conda-linux-gnu (64-bit) Running under: Ubuntu 22.04.2 LTS Matrix products: default BLAS/LAPACK: /home/bumpingbell/miniconda3/lib/libopenblasp-r0.3.21.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLA...