visualize_tiles_png
Generate nice tile markup images with continuous or discrete tile scores
Parameters:
Name | Type | Description | Default |
---|---|---|---|
slide_urlpath |
str
|
url/path to slide image (virtual slide formats compatible with openslide, .svs, .tif, .scn, ...) |
'???'
|
tiles_urlpath |
str
|
url/path to a slide-tile manifest file (.tiles.csv) |
''
|
mpp_units |
bool
|
if true, additional rescaling is applied to match micro-meter and pixel coordinate systems |
False
|
plot_labels |
List[str]
|
labels to plot |
'???'
|
output_urlpath |
str
|
output url/path prefix |
'.'
|
requested_magnification |
int
|
Magnification scale at which to perform computation |
None
|
tile_size |
int
|
tile size |
None
|
storage_options |
dict
|
storage options to pass to reading functions |
{}
|
output_storage_options |
dict
|
storage options to pass to writing functions |
{}
|
local_config |
str
|
url/path to local config YAML file |
''
|
Returns:
Name | Type | Description |
---|---|---|
dict |
metadata about function call |