Hi ,
I have some single cell ATAC seq data that I want to analyze using Signac. I want to add gene annotations using Annotation Hub. But I keep getting this error
library(AnnotationHub)
ah <- AnnotationHub()
# Search for the Ensembl 98 EnsDb for Homo sapiens on AnnotationHub
query(ah, "EnsDb.Hsapiens.v98")
ensdb_v98 <- ah[["AH75011"]]
loading from cache
Error: failed to load resource
name: AH75011
title: Ensembl 98 EnsDb for Homo sapiens
reason: database disk image is malformed
In addition: Warning message:
Couldn't set synchronous mode: database disk image is malformed
Use `synchronous` = NULL to turn off this warning.
I uninstalled and reinstall the package. Didn't work. I guess this is a problem with the file in the database. Any thoughts or suggestions?
Thanks, AB
Force=TRUE did the trick. Thank you.