This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Assigning Loom file Matrix Data Returns NULL Array

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

0 answers

No answers yet.

Log in to answer this question.