Skip to content

Commit

Permalink
Merge pull request #18 from Intron7/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0
  • Loading branch information
Intron7 authored Apr 18, 2023
2 parents 0084310 + 1aa5eb6 commit e2bdfff
Show file tree
Hide file tree
Showing 20 changed files with 2,885 additions and 32 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Stars](https://img.shields.io/github/stars/Intron7/rapids_singlecell?logo=GitHub&color=blue)](https://github.com/Intron7/rapids_singlecell/stargazers)
[![PyPI](https://img.shields.io/pypi/v/rapids-singlecell?logo=PyPI)](https://pypi.org/project/rapids-singlecell)
[![PyPIDownloads](https://pepy.tech/badge/rapids-singlecell)](https://pepy.tech/project/rapids-singlecell)
[![Documentation Status](https://readthedocs.org/projects/rapids-singlecell/badge/?version=latest)](https://rapids-singlecell.readthedocs.io/en/latest/?badge=latest)

# rapids-singlecell

## Background
Expand All @@ -21,7 +26,7 @@ The default installer doesn't cover RAPIDS nor cupy. Information on how to insta

If you want to use RAPIDS new PyPI packages, the whole library with all dependencies can be install with:
````
pip install 'rapids-singlecell[rapids]' --extra-index-url=https://pypi.ngc.nvidia.com
pip install 'rapids-singlecell[rapids]' --extra-index-url=https://pypi.nvidia.com
````
Please note that the RAPIDS PyPI packages are still considered experimental. It is important to ensure that the CUDA environment is set up correctly so that RAPIDS and Cupy can locate the necessary libraries.

Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The default installer doesn't cover RAPIDS nor cupy. Information on how to insta

If you want to use RAPIDS new PyPI packages, the whole library with all dependencies can be install with:
```
pip install 'rapids-singlecell[rapids]' --extra-index-url=https://pypi.ngc.nvidia.com
pip install 'rapids-singlecell[rapids]' --extra-index-url=https://pypi.nvidia.com
```
Please note that the RAPIDS PyPI packages are still considered experimental. It is important to ensure that the CUDA environment is set up correctly so that RAPIDS and Cupy can locate the necessary libraries.

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/cunndata.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,23 @@ Basic plotting function for {class}`~rapids_singlecell.cunnData.cunnData` to ass
tl.harmony_integrate
```

## squidpy-GPU: `gr`

## Decoupler-GPU: `dcg`
{mod}`squidpy.gr` is a tool for the analysis of spatial molecular data. {mod}`rapids_singlecell.gr` acclerates some of these anlysis.

{mod}`decoupler` is a package, that contains different statistical methods to extract biological activities. {mod}`rapids_singlecell.dcg` acclerates some of these methods.
```{eval-rst}
.. module:: rapids_singlecell.gr
.. currentmodule:: rapids_singlecell
.. autosummary::
:toctree: generated
gr.spatial_autocorr
```

## decoupler-GPU: `dcg`

{mod}`decoupler` contains different statistical methods to extract biological activities. {mod}`rapids_singlecell.dcg` acclerates some of these methods.

```{eval-rst}
.. module:: rapids_singlecell.dcg
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"cugraph":('https://docs.rapids.ai/api/cugraph/stable/', None),
"pymde":('https://pymde.org',None),
"scanpy":("https://scanpy.readthedocs.io/en/stable/",None),
"squidpy":("https://squidpy.readthedocs.io/en/stable/",None),
"seaborn":("https://seaborn.pydata.org/",None),
"decoupler":("https://decoupler-py.readthedocs.io/en/latest/",None),
"rmm":("https://docs.rapids.ai/api/rmm/stable/",None)
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Stars](https://img.shields.io/github/stars/Intron7/rapids_singlecell?logo=GitHub&color=blue)](https://github.com/Intron7/rapids_singlecell/stargazers)
[![PyPI](https://img.shields.io/pypi/v/rapids-singlecell?logo=PyPI)](https://pypi.org/project/rapids-singlecell)
[![PyPIDownloads](https://pepy.tech/badge/rapids-singlecell)](https://pepy.tech/project/rapids-singlecell)
[![Documentation Status](https://readthedocs.org/projects/rapids-singlecell/badge/?version=latest)](https://rapids-singlecell.readthedocs.io/en/latest/?badge=latest)
```{include} basic.md
```

Expand Down
1 change: 1 addition & 0 deletions docs/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Sample notebooks
notebooks/demo_gpu-seuratv3
notebooks/demo_gpu-PR
notebooks/demo_gpu-seuratv3-brain
notebooks/autocorr_benchmark

Loading

0 comments on commit e2bdfff

Please sign in to comment.