Displaying 1 result from an estimated 1 matches for "intensity_meanintensity_origgfp".
2010 Aug 06
2
Pausing script to allow user input from keyboard.
..., sep=",")
b <- read.table(file.choose(), header=TRUE, sep=",")
#make a new data frame named "new" with important columns
new <- data.frame(a$ImageNumber, a$AreaShape_Area, a
$Intensity_IntegratedIntensity_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
i...