You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To obtain these package dependencies easily, it is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python.
23
23
@@ -42,10 +42,19 @@ Then, navigate to the cloned repo in the command line and run
42
42
pip install .
43
43
```
44
44
45
+
45
46
## Usage
46
47
47
48
Please refer to the [documentation](https://acclab.github.io/DABEST-python-docs/index.html).
48
49
50
+
49
51
## Matlab version
50
52
51
53
There is also a [Matlab version](https://github.com/ACCLAB/DABEST-Matlab) of DABEST.
54
+
55
+
56
+
## R version
57
+
58
+
There isn't an implementation of DABEST in R, and there are no current plans to create one.
59
+
60
+
However, it is possible to use the R package `reticulate` to run Python code. Please take a look at this [tutorial](https://acclab.github.io/DABEST-python-docs/dabest-r.html) on how to use `reticulate` to analyse data in R.
0 commit comments