Skip to content

5 Puncta Extraction

robertprior-fixstars edited this page Sep 23, 2019 · 5 revisions

The puncta extraction stage attempts to find puncta in the registered images. All rounds are combined into a basename_allSummedNorm file created in the puncta extraction directory. Puncta are attempted to be found in this combined image with a combination of thresholding to remove background and watershed to find potential puncta regions. These candidate regions are judged to be puncta based on the params.PUNCAT_SIZE_THRESHOLD and params.PUNCTA_SIZE_MAX in the loadParameters.m. An image visually showing the found puncta is created in a file marked basename_allSummedNorm_puncta.

Two .mat files are also created basename_centroids+pixels and basename_punctavoxels. The basename_centroids+pixels.mat contains a puncta_centroids matrix with a row per puncta containing the X,Y,Z co-ordinates of the found puncta. The mat file also contains a puncta_voxels cell array per puncta describing the shape of the found puncta.

The basename_punctavoxels.mat contains two variables puncta_set_cell and puncta_indices which contain additional information for each of the found puncta.

Documentation

Miscellaneous

  • Performance Profile
  • Example Batching
  • Summary Reporting (link to page) / Analysis (link to page) All of above would be bullet points but thought each folder with useful scripts in the repository would have its own page with example usages and descriptions for the files under the given directory. Unsure on this as haven't used anything under these directories directly myself (i.e not through runPipeline) apart from tests/perf-profile/summarize-stat-logs.sh. Should any of these have a separate page? Note have not made pages for this yet as not sure how many should be made or if this break down makes sense.
  • Troubleshooting

Clone this wiki locally