b0e93131 |
# CNEr
Conserved Noncoding Elements (CNEs) Identification and Visualisation
## Installation of the stable version of `CNEr` from Bioconductor
```R
|
361c13c4 |
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("CNEr")
|
b0e93131 |
```
## Installation of the development version of `CNEr` from github
|
b438c269 |
**Prerequsite**:
|
b0e93131 |
|
b438c269 |
* Mac: Install "Command Line Tools" via `gcc` on terminal
* Linux: Install a compiler and various development libraries (details vary across different flavors of Linux).
* Windows: Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/).
|
b0e93131 |
```R
devtools::install_github("ge11232002/CNEr")
```
|
68f569d2 |
## Vignette
Latest vignette is available at http://rpubs.com/yang2/CNEr3
|