Skip to content

Add support for Space Ranger cell segmentation data #1037

@asmlgkj

Description

@asmlgkj

What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?

Please describe your wishes
will scanpy add support for this
thanks a lot.
because sc.pl.spatial will throw error
-> 1311 return spatial_data["scalefactors"]["spot_diameter_fullres"]
1312 else:
1313 return spot_size

KeyError: 'spot_diameter_fullres'

a typical scalefactor_json.json file (that I used to analyze) as follows:
{
"microns_per_pixel": 0.2637383875630947,
"tissue_lowres_scalef": 0.011981168,
"fiducial_diameter_fullres": 1206.530590494683,
"tissue_hires_scalef": 0.11981167,
"regist_target_img_scalef": 0.11981167
}
thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions