Leafcutter

Tools/Bio Tools / / 2020. 8. 18. 12:37
반응형

### R-4.0.2 설치

https://biohpc.tistory.com/507

 

# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

 

# yum install gsl gsl-devel

# yum install v8-devel

 

 

### leafcutter 설치

https://davidaknowles.github.io/leafcutter/articles/Installation.html

 

# export LD_LIBRARY_PATH=/BiO/apps/gcc/4.9.4/lib:/BiO/apps/gcc/4.9.4/lib64:/cm/shared/apps/sge/2011.11p1/lib/linux-x64

# vi ~/.R/Makevars

CXX14FLAGS = -O3 -Wno-unused-variable -Wno-unused-function -fPIC

CXX14 = /BiO/apps/gcc/4.9.4/bin/g++ -std=c++1y

 

# /BiO/apps/R-4.0.2/bin/R

>install.packages("rstan")

 

>if (!require("devtools")) install.packages("devtools", repos='http://cran.us.r-project.org')

>devtools::install_github("stan-dev/rstantools")

>if (!requireNamespace("BiocManager", quietly = TRUE))

install.packages("BiocManager")

>BiocManager::install(version = "3.11")

>BiocManager::install(c("Biobase", "DirichletMultinomial"))

 

>devtools::install_github("davidaknowles/leafcutter/leafcutter")

>library("leafcutter")

 

 

반응형

'Tools > Bio Tools' 카테고리의 다른 글

Download SRA Data  (0) 2021.09.23
clustalw  (0) 2020.04.06
gatk  (0) 2020.03.17
MCScanx: Multiple Collinearity Scan toolkit  (0) 2020.03.16
gdc-client centos 7  (0) 2020.03.10
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기