私有资源
- Gitea: https://gitea.zhoulab.ac.cn/ 需要联系管理员创建(王诗翔),不支持 SSH(因为 Docker 部署的,然后又是内部服务器,不清楚怎么处理 SSH,等待后续成员解决)
- RStudio Server 和对应的服务器 zhou, zhou2(如有需要,请联系建国和诗翔)
http://biotrainee.vip:15203/
http://biotrainee.vip:15213/
Web 开发资源
- Web Development Tutorials For Beginners (Youtube)
- design-resources-for-developers: Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
Shiny
- https://shiny.posit.co/r/articles/
- https://shiny.posit.co/r/gallery/
- https://github.com/rstudio/shiny-examples http://gallery.shinyapps.io/001-hello
- https://github.com/daattali/advanced-shiny
- https://rookieutopia.com/app_direct/BEST/
一些非常不错的实例:
- https://shiny.posit.co/r/gallery/technology/cran-explorer/
- https://shiny.posit.co/r/gallery/miscellaneous/conference-tweet-dashboard/
- https://shiny.posit.co/r/gallery/miscellaneous/lego-world/
- 对于一些简单的应用可以用 RMarkdown https://pkgs.rstudio.com/flexdashboard/articles/shiny.html 做
Web 检测工具
Web 范例
- https://github.com/scRNA-tools/scRNA-tools 基于 R 和 HTML 的静态设计(一些交互动态通过JS实现)