## initialize imageHTS object using the local submorph screen
local = tempdir()
server = system.file('submorph', package='imageHTS')
x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server)
x = configure(x, 'conf/description.txt', 'conf/plateconf.txt', 'conf/screenlog.txt')
## segment one well
uname = getUnames(x, content='rluc')[1]
segmentWells(x, uname=uname, segmentationPar='conf/segmentationpar.txt')
## extract features from the well
extractFeatures(x, uname=uname, 'conf/featurepar.txt')
## read the feature file using readHTS
y = readHTS(x, type='ftrs', uname=uname)
## get features using collectCellFeatures
y = collectCellFeatures(x, uname=uname)
Run the code above in your browser using DataLab