@@ -377,7 +377,11 @@ tabPanel("Gene Set Enrichment",
377377 selectInput(" geneset_test5" , label = " 5th Comparison" , choices = NULL ))
378378 ),
379379 conditionalPanel(" input.geneset_tabset=='Gene Set Heatmap'" ,
380- radioButtons(" gs_heatmap_label" ,label = " Gene Label" ,inline = TRUE , choices = c(" UniqueID" , " Gene.Name" ), selected = " Gene.Name" )),
380+ column(width = 6 ,sliderInput(" hxfontsize_gsh" , " Column Font Size:" , min = 2 , max = 24 , step = 1 , value = 12 )),
381+ column(width = 6 ,sliderInput(" hyfontsize_gsh" , " Row Font Size:" , min = 2 , max = 24 , step = 1 , value = 12 )),
382+ column(width = 6 ,sliderInput(" htfontsize_gsh" , " Title Font Size:" , min = 10 , max = 32 , step = 1 , value = 14 )),
383+ column(width = 6 ,sliderInput(" hlfontsize_gsh" , " Legend Font Size:" , min = 2 , max = 20 , step = 1 , value = 10 )),
384+ radioButtons(" gs_heatmap_label" ,label = " Gene Label" ,inline = TRUE , choices = c(" UniqueID" , " Gene.Name" ), selected = " Gene.Name" )),
381385 conditionalPanel(" input.geneset_tabset=='Gene Set Enrichment'" ,
382386 radioButtons(" MSigDB" , label = " MSigDB Collections" ,
383387 choices = c(" KEGG Pathway" = " KEGG" ,
@@ -403,7 +407,7 @@ tabPanel("Gene Set Enrichment",
403407 tabsetPanel(id = " geneset_tabset" ,
404408 tabPanel(title = " Gene Set Enrichment" , DT :: dataTableOutput(" MSigDB" )),
405409 tabPanel(title = " Gene Expression" ,textInput(' x1' , ' Row ID' ), DT :: dataTableOutput(" Expression" )),
406- tabPanel(title = " Gene Set Heat Map " , textInput(' x2' , ' Row ID' ), actionButton(" genesetheatmap" , " Save to output" ), plotOutput(' SetHeatMap' , height = " auto" , width = 900 )),
410+ tabPanel(title = " Gene Set Heatmap " , textInput(' x2' , ' Row ID' ), actionButton(" genesetheatmap" , " Save to output" ), plotOutput(' SetHeatMap' , height = " auto" , width = 900 )),
407411 tabPanel(title = " KEGG Pathway View" , textInput(' x3' , ' Row ID' ), actionButton(" keggSave" , " Save to output" ),plotOutput(' keggView' )),
408412 tabPanel(title = " Help" , htmlOutput(' help_geneset' ))
409413 )
0 commit comments