infercnv hpc东南服务器 .libpath 最终使用monocle2环境安装

编程入门 行业动态 更新时间:2024-10-10 10:22:59

infercnv hpc<a href=https://www.elefans.com/category/jswz/34/903609.html style=东南服务器 .libpath 最终使用monocle2环境安装"/>

infercnv hpc东南服务器 .libpath 最终使用monocle2环境安装

安装不成功就用conda安装   conda install -c bioconda bioconductor-infercnv

Installing infercnv

There are several options for installing inferCNV. Choose whichever you prefer:

Option A: Install infercnv from BioConductor (preferred)

From within R, run the following:

if (!requireNamespace("BiocManager", quietly = TRUE))install.packages("BiocManager")
BiocManager::install("infercnv")
Option B: Install infercnv from BioConductor devel (latest version)

From within R, run the following:

if (!requireNamespace("BiocManager", quietly = TRUE))install.packages("BiocManager")
BiocManager::install(version = "devel")
BiocManager::install("infercnv")BiocManager::install("plyranges")
Option C: Install infercnv from the Release tar.gz file

If installing using command line, download the latest release of InferCNV. Then use the following command on command line.

R CMD install infercnv.tar.gz
Option D: Install infercnv from within R using devtools

If installing from directly within R, you can instead use the following command from within R.

conda install -c "conda-forge/label/gcc7" jags

library("devtools")
devtools::install_github("broadinstitute/infercnv")
Option E: Install inferCNV by pulling the code using git followed by source installation:

Alternatively, you can pull the code from github and install it like so:

git clone 
cd infercnv
R
> install.packages("./", repos=NULL, type="source")


 

.libPaths(c("/seu_share/home/chaojie/230218989/anaconda3/envs/r4.2.2/lib/R/library"))其实不需要library,只要进入r4.2.2的环境就可以library(infercnv) #
library(dplyr)
library(Seurat)
library(ggplot2)
library(parallelDist)
options(scipen = 100)
options(error = function() traceback(2))
Cstack_info()

更多推荐

infercnv hpc东南服务器 .libpath 最终使用monocle2环境安装

本文发布于:2023-12-02 05:29:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1651790.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:东南   环境   服务器   hpc   infercnv

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!