Interactive applications with shiny

Very easy to use, tutorial available

Local example

library(shiny)
appDir <- system.file(package="UnderstandingRBioc", "shiny", 
    "AnnotationTable")
runApp(appDir)

Check out files: