File: README.md

package info (click to toggle)
r-bioc-cner 1.26.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,216 kB
  • sloc: ansic: 23,458; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# CNEr
Conserved Noncoding Elements (CNEs) Identification and Visualisation

## Installation of the stable version of `CNEr` from Bioconductor

```R
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("CNEr")
```

## Installation of the development version of `CNEr` from github
**Prerequsite**:

  * 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/).

```R
devtools::install_github("ge11232002/CNEr")
```

## Vignette
Latest vignette is available at http://rpubs.com/yang2/CNEr3