Name Mode Size
..
CNEDanRer10Hg38.rda 100644 9 kb
CNEHg38DanRer10.rda 100644 7 kb
axisTrack.rda 100644 1 kb
cneFinalListDanRer10Hg38.rda 100644 9 kb
cpgIslands.rda 100644 1 kb
grangesPairsForDotplot.rda 100644 1 kb
refGenes.rda 100644 3 kb
README.md
# CNEr Conserved Noncoding Elements (CNEs) Identification and Visualisation ## Installation of the stable version of `CNEr` from Bioconductor ```R source("https://bioconductor.org/biocLite.R") biocLite("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