Skip to content

Commit 54e6f03

Browse files
Online version (including multiple group)
1 parent af65216 commit 54e6f03

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

R/betASapp.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
betASapp_ui <- function(){
88
# :::: Variables ::::
99
# tools <- c("vast-tools", "MISO", "SUPPA", "Other")
10-
availabletools <- c("vast-tools", "rMATS")
10+
availabletools <- c("vast-tools")
1111
yAxisStats <- c("Pdiff (probability of differential splicing)", "F-statistic (median(|between|)/median(|within|))", "False discovery rate (FDR)")
1212
yAxisStats_multiple <- c("Pdiff (probability that |between| > |within|)", "F-statistic (median(|between|)/median(|within|))")
1313
eventTypes <- c("Exon skipping (ES)"="EX", "Intron retention (IR)"="IR", "Alternative splice site (Altss)"="Altss")
@@ -70,7 +70,8 @@ betASapp_ui <- function(){
7070
"<a href='", "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6814/",
7171
"'>Human RNA-seq time-series of the development of seven major organs</a></p>")),
7272

73-
helpText("(betAS currently supports inclusion level tables from: vast-tools and rMATS (*.MATS.JC.txt tables))"),
73+
# helpText("(betAS currently supports inclusion level tables from: vast-tools and rMATS (*.MATS.JC.txt tables))"),
74+
helpText("(betAS currently supports inclusion level tables from: vast-tools"),
7475
radioButtons("sourcetool", label = "Table source:", choices = availabletools),
7576

7677
h5("Filter events from loaded table:"),

0 commit comments

Comments
 (0)