squidpy.gr.NhoodEnrichmentResult

class squidpy.gr.NhoodEnrichmentResult(zscore: NDArray[np.number], counts: NDArray[np.number])[source]

Result of nhood_enrichment function.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

counts

Alias for field number 1

zscore

Alias for field number 0