## Not run:
# ## 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 non-empty wells
# unames = setdiff(getUnames(x), getUnames(x, content='empty'))
# segmentWells(x, uname=unames, segmentationPar='conf/segmentationpar.txt')
#
# ## extract features
# extractFeatures(x, uname=unames, 'conf/featurepar.txt')
#
# ## cell classification
# readLearnTS(x, 'conf/featurepar.txt', 'conf/trainingset.txt')
# predictCellLabels(x, unames)
#
# ## summarize features
# summarizeWells(x, unames, 'conf/featurepar.txt')
#
# ## get profiles
# profiles = readHTS(x, type='file', filename='data/profiles.tab', format='tab')
# ## End(Not run)
Run the code above in your browser using DataLab