Displaying 1 result from an estimated 1 matches for "totalintensity".
2010 Aug 06
2
Pausing script to allow user input from keyboard.
...edIntensity_OrigRFP, a
$Intensity_IntegratedIntensity_OrigGFP, b
$Intensity_MeanIntensity_OrigGFP)
#make three new columns, "EstCytoIntensity" estimates Cytoplasmic
intensity based on the mean measured intensity and an estimate of the
nuclear volume to the cytoplasmic volume, "TotalIntensity" is the sum
of the integrated nuclear intensity and estimated cytoplasmic
intensity, "NucToCytoRatio" is the ratio of nuclear intensity divided
by cytoplasmic intensity
new$EstCytoIntensity <- b$Intensity_MeanIntensity_OrigGFP * (a
$AreaShape_Area/0.3)
new$TotalIntensity &l...