loomR icon indicating copy to clipboard operation
loomR copied to clipboard

LoomR doesn't seem to work

Open billadelonge opened this issue 3 years ago • 3 comments

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

billadelonge avatar Mar 09 '21 17:03 billadelonge

same problem. anybody solve the problem?

wajm avatar Mar 30 '21 22:03 wajm

Apparently "as.loom" function is provided through "SeuratDisk" package. Install and require "SeuratDisk" worked for me.

rmurad111 avatar Apr 08 '21 04:04 rmurad111

Try install SeuratDisk package. remotes::install_github("mojaveazure/seurat-disk")

simon7073 avatar May 27 '22 12:05 simon7073