Skip to content

Commit

Permalink
minor changes web app
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamtbsilva committed Oct 20, 2023
1 parent 1ea1be2 commit 08cc9e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 1 addition & 2 deletions functions_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,7 @@ Heatmap_LoessMEvsAge <- function(age)
}

Scatter_MEvsAge <- function(MEexpressionData, module, colored, shaped, donorCondition, technicalCondition)
{
#browser()
{
tmp <- MEexpressionData[MEexpressionData$module == module,]
tmp$jittered_age <- jitter_ages(tmp$age)

Expand Down
2 changes: 1 addition & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ shinyServer(
symbolStrokeWidth = 4,
symbolSize = 20,
symbolStroke = '#4D4D4D',
symbol = "menu")))
symbol = "menu")))

})

Expand Down
15 changes: 9 additions & 6 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,11 @@ shinyUI(fluidPage(
column(width = 12,
tags$h4("Disease enrichment"),
conditionalPanel(condition = "input.selectedModule == 'All modules' && input.diseaseMethod == 'DisGeNET'",
HTML("The significance of the module’s enrichment in <a href='https://www.disgenet.org/search' target='_blank'>DisGeNET</a> gene-disease associations (from the <code>CURATED</code> set) is calculated with the disgenet2r package <a href='https://www.disgenet.org/static/disgenet2r/disgenet2r.html' target='_blank'>(Piñero et al.)</a>.
<br>P-values were corrected for multiple testing with Benjamini-Hochberg’s FDR."),
HTML("The significance of the module’s enrichment in <a href='https://www.disgenet.org/search'
target='_blank'>DisGeNET</a> gene-disease associations (from the <code>CURATED</code> set)
is calculated with the disgenet2r package <a href='https://www.disgenet.org/static/disgenet2r/disgenet2r.html'
target='_blank'>(Piñero et al.)</a>.
P-values were corrected for multiple testing with Benjamini-Hochberg’s FDR."),
withSpinner(highchartOutput("Heatmap_moduleDiseaseEnrichment_All", height = "600px"),
color = "#2C3E50", type = 5, size = 0.5)
),
Expand Down Expand Up @@ -423,10 +426,10 @@ shinyUI(fluidPage(
)
)
))
),
tabPanel("Tutorial",
icon = icon("file-text"),
tags$iframe(style="height:800px; width:100%", src="tuto.pdf"))
)#,
#tabPanel("Tutorial",
# icon = icon("file-text"),
# tags$iframe(style="height:800px; width:100%", src="voyAGEr-WebAppTutorial.html"))
)


Expand Down

0 comments on commit 08cc9e6

Please sign in to comment.