Learn R Programming

rcellminer (version 1.4.2)

runShinyApp: Run Shiny App

Description

Run Shiny App

Usage

runShinyApp(app = "shinyComparePlots", launch.browser = TRUE, port = 3838)

Arguments

app
string Shiny app to run (See Details, OPTIONS: shinyComparePlots, shinyCompareStructures, shinyReprodPlots, DEFAULT: shinyComparePlots)
launch.browser
launch in browser? (default: TRUE)
port
port number to use

Value

  • None

concept

rcellminer

Details

  • shinyComparePlots: The "Comparison" application allows users to plot any two variables from the CellMiner data against each other. It additionally allows users to search for compound NSC IDs using names and mechanisms of action.
  • shinyCompareStructures: The "Compound Browser" application allows users to see information about each compound, including structures and any repeat assay information.
  • shinyReprodPlots: The "Structure Comparison" application allows users to identify similar compounds within the dataset either by NSC ID or SMILES string.

Examples

Run this code
# Uncomment first
#runShinyApp()

Run the code above in your browser using DataLab