hgsc_tissue_wsi
A GeoDataframe of segmented tissue regions of a HGSC WSI.
Note
Pairs with: hgsc_nuclei_wsi()
.
Examples:
>>> from histolytics.data import hgsc_tissue_wsi
>>> ax = hgsc_tissue_wsi().plot(column="class_name")
>>> ax.set_axis_off()
A GeoDataframe of segmented tissue regions of a HGSC WSI.
Pairs with: hgsc_nuclei_wsi()
.
Examples:
>>> from histolytics.data import hgsc_tissue_wsi
>>> ax = hgsc_tissue_wsi().plot(column="class_name")
>>> ax.set_axis_off()
src/histolytics/data/fetch.py