Skip to content

Commit

Permalink
rpy2 optional
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 26, 2024
1 parent f24aed8 commit c77c850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ The DGE interface of pertpy requires additional dependencies that can be install
pip install pertpy[de]
```

Note that edger in pertpy requires edger to be installed:
Note that edger in pertpy requires edger and rpy2 to be installed:

```R
BiocManager::install("edgeR")
```

```console
pip install rpy2
```

## From sources

The sources for pertpy can be downloaded from the [Github repo].
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ coda = [
de = [
"formulaic",
"pydeseq2",
"rpy2"
]
dev = [
"pre-commit",
Expand Down

0 comments on commit c77c850

Please sign in to comment.