Skip to content

Commit e39061f

Browse files
committed
2 parents e547681 + 7c3daa6 commit e39061f

3 files changed

Lines changed: 28 additions & 11 deletions

File tree

README.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,33 @@
44
<!-- badges: start -->
55
<!-- badges: end -->
66

7-
betAS is a user-friendly R package that allows intuitive analysis and
7+
**Please note that you are currently in the development branch.**
8+
**This README file is under active maintenance**
9+
10+
11+
12+
> **Original article:**
13+
>
14+
> Mariana Ascensão-Ferreira, Rita Martins-Silva, Nuno Saraiva-Agostinho and Nuno L. Barbosa-Morais (2023).
15+
> [betAS: intuitive analysis and visualisation of differential alternative splicing using beta distributions]([url](https://www.biorxiv.org/content/10.1101/2022.12.26.521935v2)). *bioRxiv*
16+
17+
18+
betAS is a user-friendly **R package** and **Shiny App** that allows intuitive analysis and
819
visualisation of differential alternative splicing (AS) based on
9-
beta distributions. (This is the developing version/branch.)
20+
beta distributions.
21+
22+
Beta distributions are suitable to quantify inclusion proportions of alternative sequences,
23+
using RNA sequencing reads supporting their inclusion and exclusion as surrogates for the two
24+
distribution shape parameters. Each beta distribution has the inclusion proportion as mean
25+
value and is narrower when the read coverage is higher, facilitating the interpretability of its
26+
precision when plotted. betAS uses beta distributions to accurately model PSI values and their precision,
27+
and to quantitatively and visually compare AS between groups of samples.
28+
29+
betAS allows the analysis of user-provided tables with AS quantifications, such as those obtained by ```vast-tools```,
30+
```rMATS``` or ```Whippet```, ranking differentially spliced events by a significance metric that incorporates the compromise
31+
between the uncertainty in individual sample estimates and the variability among replicates.
32+
33+
![Differential alternative splicing analysis in *betAS*](man/figures/betAS_screenshot.png)
1034

1135

1236
## Tutorials
@@ -23,20 +47,13 @@ You can install the development version of betAS from [GitHub](https://github.co
2347
``` r
2448
# install.packages("devtools")
2549
devtools::install_github("DiseaseTranscriptomicsLab/betAS@dev")
26-
```
27-
28-
## Example
29-
30-
This is a basic example which shows you how to solve a common problem:
31-
32-
``` r
3350
library(betAS)
34-
## basic example code
3551
```
3652

53+
3754
## Feedback and support
3855

39-
Please send any feedback and questions on betAS to:
56+
Please send any feedback and questions on *betAS* to:
4057

4158
> Mariana Ascensão-Ferreira ([marianaascferreira@medicina.ulisboa.pt][email])
4259
>

man/figures/betAS_screenshot.png

1.22 MB
Loading

man/figures/betAS_screenshot2.png

1.43 MB
Loading

0 commit comments

Comments
 (0)