You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version of read.visium, spatial positions are read in as a csv file. Please extend this function to parquet files, as most recent Visium HD output provides these tables in a different format.
Hi, I think most development for reading in newer formats is happening in the spatialdata-io package, you might want to check it out. Perhaps a maintainer can answer whether squidpy plans to eventually deprecate its own io functionality or extend it again.
Description
In the current version of read.visium, spatial positions are read in as a csv file. Please extend this function to parquet files, as most recent Visium HD output provides these tables in a different format.
tissue_positions_file = (
path / "spatial/tissue_positions.csv"
if (path / "spatial/tissue_positions.csv").exists()
else path / "spatial/tissue_positions_list.csv"
add: else path / " spatial/tissue_positions.parquet"
The text was updated successfully, but these errors were encountered: