Skip to content

Commit

Permalink
update README to include notes on R version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josesho committed Jun 14, 2018
1 parent 55fd534 commit 0c3f09f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DABEST (Python)
[![Travis CI](https://travis-ci.org/ACCLAB/DABEST-python.svg?branch=master)](https://travis-ci.org/ACCLAB/DABEST-python)
[![PyPI](https://img.shields.io/pypi/v/dabest.svg)](https://pypi.python.org/pypi/dabest/0.1.2)
[![PyPI](https://img.shields.io/pypi/v/dabest.svg)](https://pypi.python.org/pypi/dabest/0.1.3)

## About

Expand Down Expand Up @@ -42,10 +42,19 @@ Then, navigate to the cloned repo in the command line and run
pip install .
```


## Usage

Please refer to the [documentation](https://acclab.github.io/DABEST-python-docs/index.html).


## Matlab version

There is also a [Matlab version](https://github.com/ACCLAB/DABEST-Matlab) of DABEST.


## R version

There isn't an implementation of DABEST in R, and there are no current plans to create one.

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 comments on commit 0c3f09f

Please sign in to comment.