segmentATH
and getCellFtrsATH
are segmentation and
feature extraction functions designed for cell images stained for
DNA, actin and tubulin.
segmentATH(x, uname, p, access)
getCellFtrsATH(cal, seg)
parseDCF
, given an input
segmentation configuration file.local
, server
and cache
,
the default. See fileHTS
for details.cseg
, the cell
segmentation mask and nseg
, the nucleus segmentation mask.segmentATH
returns a list containing three EBImage
images: cal
, the calibrated image; nseg
, the nucleus
mask and cseg
, the cell mask.getCellFtrsATH
returns a data frame containing the cell features.
segmentATH
is a segmentation function that can be specified
in the seg.method
field of a segmentation configuration file,
called by the higher-level function segmentWells
. getCellFtrsATH
is a feature extraction function that can be
specified in the extractfeatures.method
field of a feature
configuration file, called by the higher-level function
extractFeatures
.
parseDCF
, segmentWells
, extractFeatures
## see segmentWells and extractFeatures
Run the code above in your browser using DataLab