Skip to content

Commit b5dabc0

Browse files
authored
Update app.R
1 parent 70d9988 commit b5dabc0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dea/app.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ library(DT)
1111
library(dplyr)
1212
library(ff)
1313
library(ggheatmap) #install dev github version
14-
library(ggfun)
1514
library(ggplot2)
1615
library(ggpubr)
1716
library(ggrepel)
@@ -42,7 +41,6 @@ library(tools)
4241
#library(limma)
4342

4443
print("Sucessfully loaded libraries.")
45-
print(sessionInfo())
4644

4745
#LOAD TABS-------------------------------
4846

@@ -544,9 +542,9 @@ output$session_id <- renderText({ paste0("Session token: ", overall_vars$session
544542
try({
545543
if (length(grep("roc",input$select_dea)) == 1){
546544

547-
opts <- c("AUC", "Average Log2FC","Power", "SNR")
545+
opts <- c("AUC", "Average Log2FC","Power", "SNR", "Cohens-d")
548546
}
549-
else { opts <- c("Average Log2FC","-log10(Adjusted p-value)", "SNR")}
547+
else { opts <- c("Average Log2FC","-log10(Adjusted p-value)", "SNR", "Cohens-d", "Score")}
550548

551549
updateSelectInput(session, "volcano_X",choices = opts, selected = "Average Log2FC")
552550
updateSelectInput(session, "volcano_Y",choices = opts, selected = "SNR")

0 commit comments

Comments
 (0)