1- library(d3heatmap )
21library(gplots )
32library(officer )
43library(VennDiagram )
@@ -23,7 +22,7 @@ calc_cmp_transcriptomics_traits=function(v){
2322 tabPanel(" Correlation with a trait" ,
2423 isolate(selectInput(" phen0" , " Select Phenotype" ,choices = cn )),
2524 radioButtons(" corr_type" , " Correlation coefficient:" , c(" Spearman" = " spearman" ," Pearson" = " pearson" )),
26- radioButtons(" multiple_test_correction" , " Multiple testing correction:" , c(" Benjamini-Hochberg (BH)" = " BH" ," Bonferroni" = " bonferroni" , " None " = " none " )),
25+ radioButtons(" multiple_test_correction" , " Multiple testing correction:" , c(" Benjamini-Hochberg (BH)" = " BH" ," Bonferroni" = " bonferroni" )),
2726 isolate(actionButton(" go_alpha2" , " Go!" ))
2827 ))
2928 appendTab(inputId = " tabset" ,
@@ -32,7 +31,7 @@ calc_cmp_transcriptomics_traits=function(v){
3231 isolate(selectInput(" phen2" , " Phenotype-2" ,choices = cn )),
3332 isolate(selectInput(" phen3" , " Phenotype-3" ,choices = cn )),
3433 radioButtons(" corr_type2" , " Correlation coefficient:" , c(" Spearman" = " spearman" ," Pearson" = " pearson" )),
35- radioButtons(" multiple_test_correction2" , " Multiple testing correction:" , c(" Benjamini-Hochberg (BH)" = " BH" ," Bonferroni" = " bonferroni" , " None " = " none " )),
34+ radioButtons(" multiple_test_correction2" , " Multiple testing correction:" , c(" Benjamini-Hochberg (BH)" = " BH" ," Bonferroni" = " bonferroni" )),
3635 radioButtons(" significance_level" , " Significance level:" , c(" 0.001" = 0.001 ," 0.05" = 0.05 )),
3736 isolate(actionButton(" go_alpha3" , " Go!" ))
3837 ))
0 commit comments