Why getting error in executing open_loom command in SCENIC
2
0
Entering edit mode
3.8 years ago

Hello, I am trying executing example datasets in SCENIC R workflow, but getting error in loading loom file.

Here is the command i am using

loomPath <- system.file(package="SCENIC", "examples/mouseBrain_toy.loom") library(SCopeLoomR) loom <- open_loom(loomPath, mode="r")

Error in x$create_attr(which, robj = value) : HDF5-API Errors: error #000: ../../../src/H5A.c in H5Acreate2(): line 267: no write intent on file class: HDF5 major: Invalid arguments to routine minor: Write failed

could anyone help me fixing this issue.

Thanks Inayat

software error RNA-Seq rna-seq • 2.3k views
ADD COMMENT
0
Entering edit mode

Thanks for the suggestion, I will try this.....

Thanks Inayat

ADD REPLY
0
Entering edit mode
3.6 years ago
abysslover ▴ 30

It might be due to a bug in the SCopeLoomR.

Try to replace open_loom() with H5File$new() and see if it works.

Vincent

ADD COMMENT
0
Entering edit mode
3.5 years ago

Hello Using loomR::connect() function insted of open_loom() was good alternative in my case. "connect(path, mode = "r+")" will work. After loading data, you can access the contents by SCopeLoomR functions(). Thank you.

Takahashi

ADD COMMENT

Login before adding your answer.

Traffic: 2468 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6