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

Issues with adding motifs to multiome dataset: Error in loadFUN(x, seqname, ranges) : trying to load regions beyond the boundaries of non-circular sequence "chr1" #1845

Open
ptk1601 opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ptk1601
Copy link

ptk1601 commented Nov 22, 2024

I am trying to add motifs to my multiome Signac object, with the mm39 genome and most recent set of GRCm39 annotations. Unfortunately, with the following code:

[email protected] <- "peaks"

add motif information

seqlevelsStyle(BSgenome.Mmusculus.UCSC.mm39) <- "UCSC"

RNA_integrated <- AddMotifs(
object = RNA_integrated,
genome = BSgenome.Mmusculus.UCSC.mm39,
pfm = pfm
)

I am consistently getting this error message: Error in loadFUN(x, seqname, ranges) : trying to load regions beyond the boundaries of non-circular sequence "chr1"

I have tried the aforementioned fix of changing the seqnames to 1-based, but this does not work. Strangely enough, when i revert back to the mm10 genome, I can add motifs without any issue. Is there anything else I can do to fix this? Thank you!

@ptk1601 ptk1601 added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant