# 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 * **Mac and Linux**: ```R devtools::install_github("ge11232002/CNEr") ```