Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in (function () : id is invalid #66

Open
SebRW opened this issue Jul 13, 2020 · 0 comments
Open

Error in (function () : id is invalid #66

SebRW opened this issue Jul 13, 2020 · 0 comments

Comments

@SebRW
Copy link

SebRW commented Jul 13, 2020

First experience with .loom file here. My purpose is to get the count matrix to work in Seurat later.

I'm trying to analyze loom files downloaded from there:

http://scope.aertslab.org/#/Bernard_Thienpont/Bernard_Thienpont%2FThienpont_Tumors_52k_v4_R_fixed.loom/gene

(category uncategorized)

I can generate the connection to the .loom file using:

alveolar <- connect(filename = "Thienpont_Alveolar_v4_R_fixed.loom", mode = "r+", skip.validate=T)

But when I try to see what the alveolar object looks like I have to following error:

> alveolar
Class: loom
ID: Object invalid

So that I can't access data matrix:

> alveolar[["matrix"]]
Error in (function ()  : id is invalid

What does the "ID" issue mean and how to solve it?

PS: the skip.validate=T was mandatory to be able to connect to the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant