|
7 | 7 | betASapp_ui <- function(){ |
8 | 8 | # :::: Variables :::: |
9 | 9 | # tools <- c("vast-tools", "MISO", "SUPPA", "Other") |
10 | | - availabletools <- c("vast-tools", "rMATS") |
| 10 | + availabletools <- c("vast-tools") |
11 | 11 | yAxisStats <- c("Pdiff (probability of differential splicing)", "F-statistic (median(|between|)/median(|within|))", "False discovery rate (FDR)") |
12 | 12 | yAxisStats_multiple <- c("Pdiff (probability that |between| > |within|)", "F-statistic (median(|between|)/median(|within|))") |
13 | 13 | eventTypes <- c("Exon skipping (ES)"="EX", "Intron retention (IR)"="IR", "Alternative splice site (Altss)"="Altss") |
@@ -70,7 +70,8 @@ betASapp_ui <- function(){ |
70 | 70 | "<a href='", "https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6814/", |
71 | 71 | "'>Human RNA-seq time-series of the development of seven major organs</a></p>")), |
72 | 72 |
|
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"), |
74 | 75 | radioButtons("sourcetool", label = "Table source:", choices = availabletools), |
75 | 76 |
|
76 | 77 | h5("Filter events from loaded table:"), |
|
0 commit comments