Replies: 1 comment
-
|
Hi @yls2g13, thanks for posting this. It is strange behavior. This function doesn't come from our code. We use some other Bioconductor tools to quickly generate a UMAP, mainly the "calculateUMAP" function from scater. I wonder if attaching the Azimuth package somehow interferes with functions from that package although I'm not sure how that would happen. I guess the easiest way to get around this is not load Azimuth until after decontX is run for now. As this isn't really a bug with our code, I will move it to a Discussion so others can still see it in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm receiving this weird error message. I can't use
traceback()and nothing comes up on Google.I've tried with both celda and decontX versions of
decontX()to no avail. I find that this behaviour happens when I loadlibrary(celda)and/orlibrary(decontX)- appreciate some help here.I do find that in a new session if I just call
decontX::decontX(sce)it does work. After some testing I find that Azimuth is the offending package. However, usingdetach("package:Azimuth", unload = TRUE)doesn't reverse the offense and I find i have to restart my R again to get it working.I'm not sure if this is the right platform to report it but I thought this might help anyone facing this issue.
Error message:
sessionInfo():
Beta Was this translation helpful? Give feedback.
All reactions