Assigning Loom file Matrix Data Returns NULL Array
0
0
Entering edit mode
2.1 years ago

Hello --

I am attempting to assign loomfile$matrix data.

I loaded the loom file as follows:

lfile <- connect(filename = "example.loom", mode = "r+", skip.validate = TRUE)

Then, I attempted to subset the matrix data (confirmed dimensions of 72 x 58347) as follows:

exprsData <- lfile$matrix[, ]

... subsequently calling exprsData reads "NULL". Should assignment of loom file matrices be done differently?

Matrix NULL LoomR R • 304 views
ADD COMMENT

Login before adding your answer.

Traffic: 1344 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