Read Spatial Data#
Functions to read spatial transcriptomic data.
Build anndata from Visium data#
|
Builds an |
|
Processes Visium data from input directories and saves the processed AnnData objects to specified output paths. |
Add blank image to AnnData
#
|
Adds a dummy image to the AnnData object based on the platform specifications. |
Other functions used under-the-hood to construct Anndata
from spatial data#
|
Reads the transcript locations from a CSV file and ensures it contains the necessary columns. |
|
Computes the number of steps and the top-left coordinates of each box. |
|
Populates a sparse array with gene counts. |
|
Processes the gene counts from the CSV file. |
|
Creates an |