Skip to content

Commit

Permalink
Added more R lib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Baohong Zhang committed Oct 3, 2020
1 parent 93c791b commit e62d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -3663,7 +3663,7 @@ <h3>Brushed ranges</h3>
%%R
# Seurat version > 3.0.2 has issues with Jupyter notebook.
#!!! Please add your installation location of Seurat v3.0.2 to the code below,
library(Seurat,lib.loc=c('/share/Seurat_3.0.2/','/usr/lib64/R/library/Seurat_3.0.2/'))
library(Seurat,lib.loc=c('/share/Seurat_3.0.2/','/usr/lib64/R/library/Seurat_3.0.2/','/usr/share/R/library','/usr/lib64/R/library'))
library(patchwork)
library(ggplot2)
D <- t(arrow::read_feather(paste(strPath,".feather",sep="")))
Expand Down

0 comments on commit e62d681

Please sign in to comment.