cellNeighbors: Count the number of neigbors around a nuclei

Description Usage Arguments

Description

Count the number of neigbors around a nuclei

Usage

1
2
cellNeighbors(spot, radius = (max(spot$Nuclei_CP_AreaShape_Center_X) -
  min(spot$Nuclei_CP_AreaShape_Center_X))/5)

Arguments

spot

A data.table with spot$Nuclei_CP_AreaShape_Center_X and spot$Nuclei_CP_AreaShape_Center_Y values for each cell.

radius

The radius around the center of each cell used to count neighbor cells.


markdane/MEMA documentation built on May 21, 2019, 11:48 a.m.