-
Notifications
You must be signed in to change notification settings - Fork 58
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
quotations instead of labels #82
Comments
The app runs correctly on my local RStudio but not my cloud based RStudio. Here's the My environment that worked
My environment that did not work.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I installed ShinyCell using
devtools::install_github("SGDDNB/ShinyCell", ref = remotes::github_pull(80))
I have the following packages loaded.
I am using seurat v5 with the option
options(Seurat.object.assay.version = "v4")
.I am able to create a shiny app by running
createConf()
followed bymakeShinyApp()
. When I run my app, it can visualize the UMAP heatmap. However, there is an error with the x-axis, y-axis, and legend labels. For example, instead of 'umap1', I just see what looks like a bunch of quotations (" " " ").Any thoughts on what could cause this?
The text was updated successfully, but these errors were encountered: