SingleCellExperiment icon indicating copy to clipboard operation
SingleCellExperiment copied to clipboard

error when using assay()

Open FionaMoon opened this issue 3 years ago • 1 comments

Hi, I got error every time when I try to get count assay from TENxPBMCData, and it doesn't happen before. Here's my code:

# BiocManager::install('TENxPBMCData') # (286 KB)
library(TENxPBMCData)
args(TENxPBMCData) 
tenx_pbmc4k <- TENxPBMCData(dataset = "pbmc4k")
tenx_pbmc4k
ct = as.data.frame( assay(tenx_pbmc4k))

I got error like this:

Error in .Call2("C_h5getdimscales", filepath, name, scalename, PACKAGE = "HDF5Array")

Thank you inadvance for your reply. Fiona

FionaMoon avatar Apr 14 '22 05:04 FionaMoon

Hi @FionaMoon ,

I cannot reproduce this on my end. Would you mind sharing the results of sessionInfo() and confirm that BiocManager::valid() returns TRUE?

drisso avatar Apr 15 '22 12:04 drisso