getWellFeatures(x, uname, feature=TRUE)
getUnames
for details.TRUE
, returning all well features.getWellFeatures
return fData
, the well features
loaded during the configure
and annotate
steps.
Features include: controlStatus
, the well content status
derived from \'plateconf.txt\'.
fData
, configure
, annotate
## 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')
x = annotate(x, 'conf/annotation.txt')
## select non-empty wells
unames = setdiff(getUnames(x), getUnames(x, content='empty'))
getWellFeatures(x, unames)
Run the code above in your browser using DataLab