Skip to content

Commit 0e6139a

Browse files
Update README.md
1 parent cb6fab7 commit 0e6139a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,20 @@ install.packages("arrow”)
8484
## Packages needed for CLI.
8585
```
8686
$ conda install ipykernel
87-
$ pip install rpy2 # If you want to use system installed R and packages
87+
$ pip install rpy2 # If you want to use globally installed R and packages
8888
or
89-
$ conda install rpy2 # local R and R packages need to be installed locally too
89+
$ conda install rpy2 # R and R packages will be installed locally
9090
9191
# Sample Environment
9292
$ jupyter kernelspec list
9393
Available kernels:
9494
python3 /opt/anaconda3/envs/test2/share/jupyter/kernels/python3
9595
ir /usr/local/share/jupyter/kernels/ir
9696
```
97+
## Seurat ver3.0.2
98+
```
99+
mkdir /usr/lib64/R/library/Seurat_3.0.2/
100+
$ R
101+
>devtools::install_github(repo = 'satijalab/seurat@v3.0.2', dependencies=FALSE, force=TRUE, lib ='/usr/lib64/R/library/Seurat_3.0.2/')
102+
>library(Seurat, lib.loc = '/usr/lib64/R/library/Seurat_3.0.2/')
103+
```

0 commit comments

Comments
 (0)