-
Notifications
You must be signed in to change notification settings - Fork 98
Error in .order_seqlevels(chrom_sizes[, "chrom"]) : !anyNA(m31) is not TRUE #687
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
Comments
This appears to be an issue with library(EnsDb.Mmusculus.v79)
library(GenomeInfoDb)
annotations <- genes(EnsDb.Mmusculus.v79)
seqlevelsStyle(annotations) <- 'UCSC' Please raise an issue on the bioconductor support forum instead |
Linking to the GenomeInfoDb issue: Bioconductor/GenomeInfoDb#27 |
Just an update, I ran into this issue as well. The solution was updating GenomeInfoDb using remotes. Somehow the version on CRAN still has issues.
Doing Note to my future self: |
thank you @Dragonmasterx87 for the helpful solution, i was able to get |
thank you, @Dragonmasterx87 , the solution solved the issue that GenomeInfoDb (>=1.34.8) cannot be installed through BiocManager (3.14) in R (4.1.2). |
Cheers guys glad it worked. |
hi, I follow your method to install GenomeInfoDb==1.35.15, it thorw another error, have you some ideas? thinks! my code : annot <- GetGRangesFromEnsDb(EnsDb.Hsapiens.v86) the return:
|
Dear Tim,
An error occured with
CreateChromatinAssay
andseqlevels
when I was trying out the vignette on SNARE-seq. I was wondering whether there's any setting issues? (good with vignette on 10x Multiomics) Thanks!or
The error:
The sessionInfo()
The text was updated successfully, but these errors were encountered: