Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trestletech committed Feb 8, 2013
1 parent 20f6622 commit 6eb8975
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
@@ -1,4 +1,33 @@
shiny-sandbox
=============

Testbox for Shiny package from RStudio
Testbox for Shiny package from RStudio

Apps include:

grn
-------

Reconstruct gene regulatory networks using the `ENA` package then visualize them using D3.js

rgl
------

Visualize color palettes from RColorBrewer using Shiny-friendly RGL.


simpleGeyeser
---------------

A simplified version of the Geyeser example provided by RStudio. Plots a histogram with the requested number of bins.

naiveGeyeser
-------------

An extension to the Geyeser example which supports an additional dataset but implements the server side all in a single function.

reactiveGeyeser
---------------

Demonstrates an improvement over the naiveGeyeser by separating out the dependent parts into reactive functions to demonstrate isolation of data import from analysis code.

0 comments on commit 6eb8975

Please sign in to comment.