selectInput("force_from",label="Start again from a step : ",selected="none",choices=list('none'='none','Trimming'='trimming','Quality check'='quality_check','Quantification'='quantification','Differential expression'='DE',"All"="all")),tags$br(),
selectInput("force_from",label="Start again from a step : ",selected="none",choices=list('No'='none','Trimming'='trimming','Quality check'='quality_check','Quantification'='quantification','Differential expression'='DE')),tags$br(),
radioButtons("deseq2_fitType",label="Type of fitting of dispersions to the mean intensity",choices=list("parametric"="parametric","local"="local","mean"="mean"),selected="parametric",width="auto"),
checkboxInput("deseq2_betaPrior",label="betaPrior: whether or not to put a zero-mean normal prior on the non-intercept coefficients. By default, the beta prior is used only for the Wald test, but can also be specified for the likelihood ratio test.",value=FALSE),
radioButtons("deseq2_testType",label="Test type: Use either Wald significance tests, or the likelihood ratio test on the difference in deviance between a full and reduced model formula",choices=list("LRT"="LRT","Wald"="Wald"),selected="LRT",width="auto"),
checkboxInput("deseq2_betaPrior",label="betaPrior: whether or not to put a zero-mean normal prior on the non-intercept coefficients.",value=FALSE),
p("DESeq2: Differential gene expression analysis based on the negative binomial distribution. Using normalized count data."),