-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
48 lines (31 loc) · 1.86 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bascule <a href="https://caravagnalab.github.io/bascule/"><img src="man/figures/logo.png" align="right" height="139" /></a>
Bascule is a Bayesian model to fit multiple signature types from multiple patients, leveraging a pre-existing catalogue of known signatures such as COSMIC. Bascule searches for known signatures from the input catalogue as well as for new signatures that outside the catalogue, accounting for hidden structure in the input data (e.g., distinct tumour types). Moreover, bascule performs tensor clustering to retrieve latent groups in the input cohort from the exposures of multiple signature types jointly. The model uses non-negative matrix factorisation and variational inference implemented in the [pybascule](https://github.com/caravagnalab/pybascule) Python package.
#### Citation
[![](https://img.shields.io/badge/doi-10.1101/2021.02.02.429335-red.svg)](https://doi.org/....)
If you use `bascule`, please cite:
- ......
#### Help and support
[![](https://img.shields.io/badge/GitHub%20Pages-https://caravagnalab.github.io/bascule/-steelblue.svg)](https://caravagnalab.github.io/bascule)
### Installation
You can install the released version of `bascule` from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("caravagnalab/bascule")
```
-----
#### Copyright and contacts
Elena Buscaroli, Azad Sadr, Giulio Caravagna. Cancer Data Science (CDS) Laboratory, University of Trieste, Italy.
[![](https://img.shields.io/badge/CDS%20Lab%20Github-caravagnalab-seagreen.svg)](https://github.com/caravagnalab)
[![](https://img.shields.io/badge/CDS%20Lab%20webpage-https://www.caravagnalab.org/-red.svg)](https://www.caravagnalab.org/)