Skip to content

Commit

Permalink
MC-update- 2019.10.11 10am
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaChoi committed Oct 11, 2019
1 parent c3cfab0 commit fc3fc7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Prepare_example_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ annotation <- OV_SRM_train_annotation

variance_estimation <- estimateVar(data, annotation)
save(variance_estimation, file = "variance_estimation.rda" )
meanSDplot(variance_estimation)
meanSDplot(variance_estimation, address=FALSE)

designSampleSizeHypothesisTesting(data = OV_SRM_train,
annotation= OV_SRM_train_annotation,
Expand Down
6 changes: 2 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ side <- dashboardSidebar(
sidebarMenu(id="tabs",
menuItem("Home", tabName="home", icon = icon("home")),
menuItem("Import Data",
tabName="import_data", icon = icon("file-import")
),
tabName="import_data", icon = icon("file-import")),
## Use of conditionalPanel in place of subMenuItem, ref. https://github.com/rstudio/shinydashboard/issues/86
conditionalPanel("input.tabs === 'import_data'",
#startExpanded=TRUE,
div(class="custom-sidebar-output",
selectInput("data_format", "Select data type",
choices=list("Protein-level quantification"="standard",
"Example from MSstatsSampleSize"="examples"))),
htmlOutput("select_files", class="custom-sidebar-output",)
),
htmlOutput("select_files", class="custom-sidebar-output",)),
menuItem("Simulate datasets",
tabName="explore_simulated", icon=icon("project-diagram")),
menuItem("Analyze the simulated datasets",
Expand Down

0 comments on commit fc3fc7c

Please sign in to comment.