Skip to content
Prev 5499 / 29559 Next

Need an algorithm to identify spatial clusters

On Tue, Apr 14, 2009 at 5:26 PM, Mark Andersen <manderse at nmsu.edu> wrote:
This kind of analysis of gridded data comes into the area of Image
Analysis. A quick search reveals EBImage, which is part of
Bioconductor, might be able to do what you want. It's possibly related
to image segmentation techniques, where you break an image up into
areas. The EBImage docs show an example of identifying cell nuclei in
a microscope slide image. Your task is a bit easier since you've
probably already got an easy way of identifying burnt cells, whereas
with the microscope image they have to carefully set a threshold
first...

Barry