Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Mar 29, 2022
1 parent 71fc4f9 commit bf0f417
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ SageNet: Spatial reconstruction of dissociated single-cell datasets using graph
width="300px" alt="sagenet logo">
</a>
</p>



SageNet is implemented with `pytorch <https://pytorch.org/docs/stable/index.html>`_ and `pytorch-geometric <https://pytorch-geometric.readthedocs.io/en/latest/>`_ to be modular, fast, and scalable. Also, it uses ``anndata`` to be compatible with `scanpy <https://scanpy.readthedocs.io/en/stable/>`_ and `squidpy <https://squidpy.readthedocs.io/en/stable/>`_ for pre- and post-processing steps.


.. raw:: html

<p align="center">
<a href="">
<img src="https://user-images.githubusercontent.com/55977725/160540580-7a477850-004a-4909-91ac-c9ffbc8d9929.jpg"
width="700px" alt="sagenet workflow">
</a>
</p>



Installation
============

Expand Down Expand Up @@ -50,16 +63,6 @@ Then, ``cd`` to the sagenet folder and run the install command::
Usage
============

.. raw:: html

<p align="center">
<a href="">
<img src="https://user-images.githubusercontent.com/55977725/160540580-7a477850-004a-4909-91ac-c9ffbc8d9929.jpg"
width="700px" alt="sagenet workflow">
</a>
</p>


::

import sagenet as sg
Expand Down

0 comments on commit bf0f417

Please sign in to comment.