Find spatial regions with high metabolite communication activity. **Note**: This function requires running computeSpatialCommunication() with analysis_level='spot' first.
identifyCommunicationHotspots(
object,
metabolite = NULL,
type = "sender",
n_hotspots = 5,
method = "density"
)A scMetaLink object with spatial communication results
Character. Metabolite ID or name to analyze (NULL for aggregate)
Character. "sender" or "receiver" to identify production or sensing hotspots
Integer. Number of hotspot regions to identify
Character. Method for hotspot detection: "density" or "clustering"
A data.frame with hotspot information