-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (29 loc) · 1.65 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# SelectSim <img src="man/figures/logo.png" align="right" height="138" alt="" />
<!-- badges: start -->
<!-- badges: end -->
The goal of SelectSim package is to implement the methodology to infer inter-dependencies between functional alterations in cancer. SelectSim estimates the expected number of mutations in a given gene and a given sample from the mutation frequency of the gene, f(g), and the tumor mutation burden (TMB) of the sample, $\mu$(t). These values can be estimated within specific mutation and tumor subsets, to account for heterogeneous tumor types, tissue specificities, and distinct mutational processes
![SelectSim Method](vignettes/SelectSim_method.png)
## Installation
- You can install the development version of SelectSim from [GitHub](https://github.com/CSOgroup/SelectSim) with:
``` r
# install.packages("devtools")
devtools::install_github("CSOgroup/SelectSim",dependencies = TRUE, build_vignettes = TRUE)
```
- For more details on installation refer to [INSTALLATION](INSTALLATION.md)
## Example
Check the the Vignettes folder or visit [website](https://csogroup.github.io/SelectSim/)
### Who do I talk to? ###
* For any bugs or feature support in using SelectSim, please use the [issue tracker](https://github.com/CSOgroup/SelectSim/issues).
* For any other question related to SelectSim, please contact Prof Giovanni Ciriello ([email protected]) or Arvind Iyer ([email protected]).