Python package wrapper of bin2cell for 10 HD spatial transcriptomics identify cell
pip install annohdcellProcess HD spatial data from bins to cells:
annohdcell bin2cell \
-d /path/to/square_002um \
-s /path/to/square_002um/spatial \
-t /path/to/image.tif \
-o /path/to/outputTransform h5ad file for R compatibility:
annohdcell h5trans \
-c /path/to/input.h5ad \
-o /path/to/output.h5adFull API documentation is available at ReadTheDocs
MIT