getImageConf {imageHTS}R Documentation

Get the imageHTS configuration

Description

Get the imageHTS configuration from an imageHTS object.

Usage

getImageConf(x)

Arguments

x

An imageHTS object.

Details

See the documentation of parseImageConf for details.

Value

A list containing the imageHTS configuration attributes.

Author(s)

Gregoire Pau, gregoire.pau@embl.de, 2010

See Also

parseImageConf

Examples

local = tempdir()
server = system.file('submorph', package='imageHTS')
x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server)
getImageConf(x)

[Package imageHTS version 1.30.0 Index]