Step by step R.

1. Download and install the latest version of R

2. Download and install Rstudio

3. 用管理員身份進入 Rstudio
4. 執行下面的指令,安裝 BiocManager
if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")


5. 執行指令,安裝 Rsamtools
BiocManager::install("Rsamtools", version = "3.8")

執行到一半會問題
Update old packages: 'Matrix'
Update all/some/none? [a/s/n]:
選 a 繼續

就成功安裝了 Samtools

參考資料
https://bioconductor.org/packages/release/bioc/html/Rsamtools.html




留言

熱門文章