
Last chance! 50% off unlimited learning
Sale ends in
popCellPicker(x, uname, spot, id.highlight, access='server', browse=TRUE)
popWebQuery(x, access='server', browse=TRUE)
getUnames
for details.local
, cache
and server
,
the default. See fileHTS
for details.TRUE
.installCellPicker
before
using popCellPicker
on the local project directory. If present,
the numeric vector spot
must have the same length as
uname
. webQuery must be installed using installWebQuery
before
using popWebQuery
on the local project directory.
installCellPicker
, installWebQuery
, getUnames
## initialize imageHTS object using the remote kimorph screen
local = tempdir()
server = 'http://www.ebi.ac.uk/huber-srv/cellmorph/kimorph/'
x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server)
if (interactive()) {
popCellPicker(x, uname=c('002-02-A11', '001-01-C17'))
popWebQuery(x)
}
Run the code above in your browser using DataLab