inst/shinyTutorial/ui.R

library(shiny)
library(rcellminer)

shinyUI(fluidPage(
    titlePanel("CellMiner Formulas"),
    sidebarLayout(
        sidebarPanel(
        	textInput("formula", "Formula:", "act94600~expSLFN11"),
        	includeMarkdown("www/help.md")
        ),
        mainPanel(
        	plotOutput("formulaCorPlot"),
        	verbatimTextOutput("formulaCorSummary")
        )
    )
))

Try the rcellminer package in your browser

Any scripts or data that you put into this service are public.

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.