1
- library(d3heatmap )
2
1
library(gplots )
3
2
library(officer )
4
3
library(VennDiagram )
@@ -23,7 +22,7 @@ calc_cmp_transcriptomics_traits=function(v){
23
22
tabPanel(" Correlation with a trait" ,
24
23
isolate(selectInput(" phen0" , " Select Phenotype" ,choices = cn )),
25
24
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" )),
27
26
isolate(actionButton(" go_alpha2" , " Go!" ))
28
27
))
29
28
appendTab(inputId = " tabset" ,
@@ -32,7 +31,7 @@ calc_cmp_transcriptomics_traits=function(v){
32
31
isolate(selectInput(" phen2" , " Phenotype-2" ,choices = cn )),
33
32
isolate(selectInput(" phen3" , " Phenotype-3" ,choices = cn )),
34
33
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" )),
36
35
radioButtons(" significance_level" , " Significance level:" , c(" 0.001" = 0.001 ," 0.05" = 0.05 )),
37
36
isolate(actionButton(" go_alpha3" , " Go!" ))
38
37
))
0 commit comments