Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8cdd4325 authored by COLOGNE Audric's avatar COLOGNE Audric
Browse files

Small update

parent fa11d9ed
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,9 @@ return( ...@@ -17,8 +17,9 @@ return(
selectizeInput(inputId = "dPSI2KS",label="Select one or more stages (second group for dPSI computation)",choices = colnames(KSMerged)[grep("stage.*",colnames(KSMerged))],selected=NULL,multiple=T), selectizeInput(inputId = "dPSI2KS",label="Select one or more stages (second group for dPSI computation)",choices = colnames(KSMerged)[grep("stage.*",colnames(KSMerged))],selected=NULL,multiple=T),
numericInput("dPSInSampleKS", numericInput("dPSInSampleKS",
label = "Minimum number of sample required for the meanPSI estimation of each group:", label = "Minimum number of sample required for the meanPSI estimation of each group:",
min = 0, min = 1,
value = 2), max = 5,
value = 5),
h3("Event filter"), h3("Event filter"),
selectizeInput(inputId = "dPSIeventKS",label="Select one or more event type to filter",choices = unique(KSMerged$eventType),selected=c("insertion","deletion","indel"),multiple=T), selectizeInput(inputId = "dPSIeventKS",label="Select one or more event type to filter",choices = unique(KSMerged$eventType),selected=c("insertion","deletion","indel"),multiple=T),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment