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 when using assay() #64

Open
FionaMoon opened this issue Apr 14, 2022 · 1 comment
Open

error when using assay() #64

FionaMoon opened this issue Apr 14, 2022 · 1 comment

Comments

@FionaMoon
Copy link

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

@drisso
Copy link
Owner

drisso commented Apr 15, 2022

Hi @FionaMoon ,

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

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

2 participants