2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

R-3.6.2にMonocle3を導入

Last updated at Posted at 2020-01-31

Monocle3をR3.6.2に導入

MacOS 10.14.6
R 3.6.2
Bioconductor導入済み

準備:gdalをインストールしておく

sfの導入に必要なのでターミナルでgdalを導入
brew使える環境なら以下のコマンドでok(と思う)

ターミナルでインストール

brew install pkg-config
brew install gdal

R上でインストール

install.packages("devtools")
devtools::install_github('cole-trapnell-lab/leidenbase')
devtools::install_github('cvarrichio/Matrix.utils')
install.packages("sf", dependencies = TRUE)
devtools::install_github('cole-trapnell-lab/monocle3')

動作確認

Rのセッション上で動作確認

library(monocle3)

動いた。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?