Skip to content

Commit

Permalink
Add spatial io to rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark authored and johnkerl committed Jan 21, 2025
1 parent 422b1f0 commit 02f39d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python-tiledbsoma-experimentaxisquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
~ExperimentAxisQuery.obsm
~ExperimentAxisQuery.obsp
~ExperimentAxisQuery.to_anndata
~ExperimentAxisQuery.to_spatialdata
~ExperimentAxisQuery.var
~ExperimentAxisQuery.var_joinids
~ExperimentAxisQuery.var_scene_ids
Expand All @@ -35,4 +36,3 @@
~ExperimentAxisQuery.indexer
~ExperimentAxisQuery.n_obs
~ExperimentAxisQuery.n_vars

19 changes: 19 additions & 0 deletions doc/source/python-tiledbsoma-io-spatial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
The tiledbsoma.io.spatial module
================================

.. currentmodule:: tiledbsoma.io.spatial

.. automodule:: tiledbsoma.io

Functions
---------

.. rubric:: Data converstion to/from TileDB-SOMA including spatial assets

.. autosummary::
:toctree: _autosummary/
:nosignatures:


tiledbsoma.io.spatial.from_visium
tiledbsoma.io.to_spatialdata

0 comments on commit 02f39d7

Please sign in to comment.