Input/Output
============
We provide two simple functions to download_data from google buckets and read in anndatada from csv files.
We stress that the recomanded format for reading/writing anndata object is the `.h5ad` format.

.. automodule:: tissuemosaic.io.download
   :members:

.. automodule:: tissuemosaic.io.read_anndata_from_csv
   :members: anndata_from_expression_csv
