search for: areashape_area

Displaying 1 result from an estimated 1 matches for "areashape_area".

2010 Aug 06
2
Pausing script to allow user input from keyboard.
...lear measurements, "b" is cytoplasmic measurements a <- read.table(file.choose(), header=TRUE, 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 cy...