forked from cgplab/PAMES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
31 lines (25 loc) · 793 Bytes
/
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
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# PAMES
Purity Assessment from DNA MEthylation Sites
## Citation
[Benelli, M., Romagnoli, D., & Demichelis, F. (2018). Tumor purity quantification by clonal DNA methylation signatures. Bioinformatics.](https://academic.oup.com/bioinformatics/advance-article-abstract/doi/10.1093/bioinformatics/bty011/4792963?redirectedFrom=fulltext)
## Installation
You can install PAMES from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("cgplab/PAMES")
```
To include vignette use:
```{r eval = FALSE}
# install.packages("devtools")
devtools::install_github("cgplab/PAMES", build_vignettes = T)
```