...
|
...
|
@@ -1,19 +1,25 @@
|
1
|
1
|
# miloR
|
2
|
2
|
R package implementation of milo for testing differentially abundant neighbourhoods
|
3
|
3
|
|
|
4
|
+
|
|
5
|
+Format: 
|
|
6
|
+
|
4
|
7
|
[](https://travis-ci.com/MikeDMorgan/miloR)
|
5
|
8
|
|
6
|
9
|
[](https://codecov.io/gh/MikeDMorgan/miloR)
|
7
|
10
|
|
8
|
11
|
|
9
|
|
-To install `miloR` directly from GitHub:
|
10
|
|
-
|
11
|
|
-```devtools::install_github("MikeDMorgan/miloR") ```
|
|
12
|
+---
|
|
13
|
+### Installation
|
12
|
14
|
|
13
|
|
-For questions please create a new issue in this repository.
|
|
15
|
+```
|
|
16
|
+## Install development version
|
|
17
|
+devtools::install_github("MikeDMorgan/miloR")
|
|
18
|
+```
|
14
|
19
|
|
15
|
20
|
Examples on how to use `miloR` can be found in the [vignettes directory](https://github.com/MikeDMorgan/miloR/tree/master/vignettes).
|
16
|
21
|
|
|
22
|
+---
|
17
|
23
|
### Example work flow
|
18
|
24
|
An example of the `Milo` work flow to get started:
|
19
|
25
|
|
...
|
...
|
@@ -43,7 +49,10 @@ milo.design <- milo.design[milo.design$Freq > 0, ]
|
43
|
49
|
milo.res <- testNhoods(milo.obj, design=~Condition, design.df=milo.design)
|
44
|
50
|
head(milo.res)
|
45
|
51
|
```
|
|
52
|
+---
|
|
53
|
+### Support
|
46
|
54
|
|
|
55
|
+For any question or bug report please create a new issue in this repository.
|
47
|
56
|
|
48
|
57
|
|
49
|
58
|
|