kaczmarj / tumor-microenvironment-analysis

Code related to the analysis of tumor microenvironment in digital whole slide images.
0 stars 0 forks source link

implement analysis for whole slide image #9

Closed kaczmarj closed 3 years ago

kaczmarj commented 3 years ago

we need to be careful of cells on the borders of patches, because their nearest tumor areas might be in adjacent patches. use "halo" or "ghost" cells. we can probably implement this by taking a patch and padding it by the tumor microenvironment distance. we don't consider cells in the padded region, but we do consider tumor boundaries. we need to be careful when setting the stride... let's use this issue to figure out that stride value.

kaczmarj commented 3 years ago

stride is the size of the region in which we take cells.