loomR
loomR copied to clipboard
LoomR doesn't seem to work
I tried to use the LoomR function as.loom() and Convert() but R says "could not find function "as.loom"" or "could not find function "Convert" " it seems the only function I have are convert, connect and combine. It worked well up until two weeks ago
same problem. anybody solve the problem?
Apparently "as.loom" function is provided through "SeuratDisk" package. Install and require "SeuratDisk" worked for me.
Try install SeuratDisk package.
remotes::install_github("mojaveazure/seurat-disk")