We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
gadgets
shiny module
shinyCyto
The text was updated successfully, but these errors were encountered:
create gatingTemplate module. #1
acde6b1
No branches or pull requests
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.
And much part of the
gadgets
will be implemented asshiny module
, which can be easily glued together in the stand-alineshinyCyto
app.The text was updated successfully, but these errors were encountered: