SingleCellExperiment
SingleCellExperiment copied to clipboard
error when using assay()
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
Hi @FionaMoon ,
I cannot reproduce this on my end. Would you mind sharing the results of sessionInfo() and confirm that BiocManager::valid() returns TRUE?