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

modularize shinyCyto into individual shiny gadgets #1

Open
mikejiang opened this issue Aug 3, 2016 · 0 comments
Open

modularize shinyCyto into individual shiny gadgets #1

mikejiang opened this issue Aug 3, 2016 · 0 comments

Comments

@mikejiang
Copy link
Member

As an option, each module of the app could be independently invoked in the middle of analysis code,e.g

That way, while we are progressively working the app, users get to test and focus on the individual modules. e.g.

gs <- load_gs("./test_gs")
gatingTemplateGadget(gs)

And much part of the gadgets will be implemented as shiny module, which can be easily glued together in the stand-aline shinyCyto app.

mikejiang pushed a commit that referenced this issue Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant