STAGE 1
-
Load image dataset (tif file)
-
Make and define variables/types -> cell number (int) -> nucleus number (int) -> number of mRNA (int) -> number of transcription sites (int) -> cell intensity (this will help to determine viability) ->mRNA intensity ->protein concentrations ->transcription site intensity
-
Make mask to determine treshold(0,1) ->the threshold will determine what is part of that type, then we need to create a function that has the sum of each cell -> cell number -> nucleus number -> mRNA number
-
Grayscale image (0-225) (min-max value) -> intensity
-
Measure the grayscale on the segment area at each timepoint
-
Measure the sum of pixels on the segment area (they should be the same for cell)
-
Divide intenisty by area.
-
output a table (csv type) with : time, cell, type of analysis, sum of pix intensity, area of structure.