33 | 33 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,40 @@ |
1 |
+discordant |
|
2 |
+====== |
|
3 |
+ |
|
4 |
+R package for determining differential correlation of molecular |
|
5 |
+feature pairs from -omics data using mixture models. |
|
6 |
+ |
|
7 |
+### Information |
|
8 |
+ |
|
9 |
+Method published in |
|
10 |
+[Bioinformatics](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5006287/) |
|
11 |
+ |
|
12 |
+>Siska C, Bowler R, Kechris K. The discordant method: a novel approach for |
|
13 |
+>differential correlation [published correction appears in Bioinformatics. 2017 |
|
14 |
+>Jan 1;33(1):150]. Bioinformatics. 2016;32(5):690-696. |
|
15 |
+>doi:10.1093/bioinformatics/btv633 |
|
16 |
+ |
|
17 |
+Software published in |
|
18 |
+[BMC Research Notes](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5244536/) |
|
19 |
+ |
|
20 |
+>Siska C, Kechris K. Differential correlation for sequencing data. BMC Res |
|
21 |
+>Notes. 2017;10(1):54. Published 2017 Jan 19. doi:10.1186/s13104-016-2331-9 |
|
22 |
+ |
|
23 |
+### Installation |
|
24 |
+ |
|
25 |
+Install via Bioconductor: |
|
26 |
+ |
|
27 |
+ if (!requireNamespace("BiocManager", quietly=TRUE)) |
|
28 |
+ install.packages("BiocManager") |
|
29 |
+ |
|
30 |
+ BiocManager::install("discordant") |
|
31 |
+ |
|
32 |
+Install via Github: |
|
33 |
+ |
|
34 |
+ if (!require("devtools")) install.packages("devtools") |
|
35 |
+ devtools::install_github("siskac/discordant") |
|
36 |
+ |
|
37 |
+### Bug Reports |
|
38 |
+ |
|
39 |
+Report bugs as issues on the [GitHub repository new |
|
40 |
+issue](https://github.com/siskac/discordant/issues/new) |
|
0 | 41 |
\ No newline at end of file |