runShinyApp {rcellminer} | R Documentation |
Run Shiny App
runShinyApp(app = "shinyComparePlots", launch.browser = TRUE, port = 3838)
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 |
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.
None
# Uncomment first #runShinyApp()