Replies: 5 comments 4 replies
-
|
I keep getting this same error code if I try to do anything with my seurat + chromatin assay. If I use seurat merge or seurat subset. |
Beta Was this translation helpful? Give feedback.
-
|
I fixed it - with the help of ChatGPT. Run this at the start of each session and it disappears setMethod( |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have used Leecon30's setMethod code that he recently posted in this comments section and I can once again merge ChromatinAssays without an error. I appreciate if anyone can share their input on what is causing this error. |
Beta Was this translation helpful? Give feedback.
-
|
We have run into the same error with 1.16.0, only fix was to revert to 1.15.0 and use devtools to install. Attempted the fix kindly suggested by leecon30 but ran into the same TRUE/FALSE error as ftakaes1. |
Beta Was this translation helpful? Give feedback.
-
|
This should be fixed on the develop branch, please install from there and let me know if you still see any errors |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Signac team,
Thank you for all your efforts in maintaining this wonderful package. I am attempting a joint RNA and ATAC-seq analysis by strictly following the suggested vignette. However, when I attempt to create a chromatin assay I get the following error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'genome': unable to find an inherited method for function 'seqinfo' for signature 'x = "ChromatinAssay"'My code is the following:
At first, I thought this was a package conflict with the seqinfo method being called, but even after using the conflicted package's conflicts_prefer() method to call the exact Signac or GenomeInfoDb seqinfo method I still get this error. Do you have any suggestions to fix this? I noticed a previous user also experienced this error but only after creating a Seurat Object.
I have been stuck on this for a while, so thank you for any help you can provide.
sessionInfo()
Beta Was this translation helpful? Give feedback.
All reactions