We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @FionaMoon ,
I cannot reproduce this on my end. Would you mind sharing the results of sessionInfo() and confirm that BiocManager::valid() returns TRUE?
sessionInfo()
BiocManager::valid()
Sorry, something went wrong.
No branches or pull requests
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:
I got error like this:
Thank you inadvance for your reply.
Fiona
The text was updated successfully, but these errors were encountered: