Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.14 KB

File metadata and controls

36 lines (24 loc) · 1.14 KB

ShinyCell2

Interactive web applications for single-cell data. (LIS fork)

Links

GitHub repository - See the README for discussion of our LIS changes.

Running instances:

Medicago truncatula - Meliloti vs. Mock Inoculated Root
(dev) http://dev.lis.ncgr.org:50083

Glycine max - Nodules vs. Root Seedlings
(dev) http://dev.lis.ncgr.org:50084

Notes

R scripts for building our specific applications live under

/falafel/svengato/<your-ShinyCell2-application>/build/

while their Docker files live under

/falafel/svengato/<your-ShinyCell2-application>/docker/

To do

Add more datasets for more species.

Ability to POST a longer list of genes as default choices for the Gene Name dropdown menus, and use genes[1] and genes[2] in place of gene1 & gene2.

Fix whatever is causing the warning messages (visible in the R console when running locally, and probably in the shiny-server logs). Update: These two pull requests would fix some of these.