Skip to content

Instantly share code, notes, and snippets.

@kmboehm
kmboehm / analyze_nuclei.py
Last active August 1, 2025 12:09
Analyze HoverNet outputs
import pandas as pd
import torch
import h5py
from openslide import OpenSlide
import os
import numpy as np
from joblib import Parallel, delayed
from features import extract_features_single_tile
import json
from scipy.stats import mannwhitneyu