kaczmarj / tumor-microenvironment-analysis

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

normalization #21

Open kaczmarj opened 3 years ago

kaczmarj commented 3 years ago

HIGH PRIORITY

divide by the estimated size (pixels) of each cell. lymphocytes are 8, and macrophages are 16.

also implement normalization of the CDFs.

kaczmarj commented 3 years ago

divide all lymphocytes by 8**2 * pi and macrophages by 16 ** 2 * pi