You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously used the version from commit 173082f and found it very helpful
Unfortunately ran into some libR.so issues during lattice compilation in some machines
if R version is not compiled with --enable-R-shlib
Made this Docker image and github workflow to work around that
but note that the versions wont align 100% with renv
Also added qs2
On an unrelated note, i saw that some paths were hardcoded in the latest commit post processing which results in the shiny app breaking
(I can open a separate pull request for this later on)
On an unrelated note, i saw that some paths were hardcoded in the latest commit post processing which results in the shiny app breaking (I can open a separate pull request for this later on)
Thanks for trying the tool. We are working on adding a container for this.
You should be running theapp.R and not the server.R or ui.R. ShinyCellModular is meant to work in modules but it is a reformatting of the original ShinyCell. The app.R is the actual app that calls the modules. After using prepShinyCellModular() and useShinyCellModular() your server.R andui.R should turn into server.R.bak and ui.R.bak. I have not added yet any alternatives for SCT assays; but it will be included in the near future
Thanks for trying the tool. We are working on adding a container for this.
Thanks for making this tool!
You should be running theapp.R and not the server.R or ui.R. ShinyCellModular is meant to work in modules but it is a reformatting of the original ShinyCell. The app.R is the actual app that calls the modules. After using prepShinyCellModular() and useShinyCellModular() your server.R andui.R should turn into server.R.bak and ui.R.bak. I have not added yet any alternatives for SCT assays; but it will be included in the near future
No worries, thanks for the clarification. I successfully ran the steps and hosted the shiny app for log normalised RNA assay data using the SCT umap coordinates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi MBP, thanks for this useful tool
173082fand found it very helpfullibR.soissues duringlatticecompilation in some machinesRversion is not compiled with--enable-R-shlibDockerimage and github workflow to work around thatrenvqs2On an unrelated note, i saw that some paths were hardcoded in the latest commit post processing which results in the shiny app breaking
(I can open a separate pull request for this later on)