1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+# CNEr |
|
2 |
+Conserved Noncoding Elements (CNEs) Identification and Visualisation |
|
3 |
+ |
|
4 |
+## Installation of the stable version of `CNEr` from Bioconductor |
|
5 |
+ |
|
6 |
+```R |
|
7 |
+source("https://bioconductor.org/biocLite.R") |
|
8 |
+biocLite("CNEr") |
|
9 |
+``` |
|
10 |
+ |
|
11 |
+## Installation of the development version of `CNEr` from github |
|
12 |
+ |
|
13 |
+* **Mac and Linux**: |
|
14 |
+ |
|
15 |
+```R |
|
16 |
+devtools::install_github("ge11232002/CNEr") |
|
17 |
+``` |