Rgb (version 1.7.5)

tk.tracks: Track management for Genome browser

Description

This function allows to load and edit the drawable.list object that is to be passed to tk.browse and codebrowsePlot, using a Tcl-tk interface

Usage

tk.tracks(drawables = drawable.list(), parent = NULL)

Value

Returns a drawable.list object. Notice that if 'drawables' was provided, it will also be updated "in-place" (standard reference class behavior).

Arguments

drawables

A previously built drawable.list to edit. Default value builds an empty one.

parent

An optional tktoplevel to bind message boxes to. Impact on the Tcl-tk interface behaviour is slight, so only advanced users should take care of it.

Author

Sylvain Mareschal

See Also

tk.browse, browsePlot, drawable.list-class, drawable-class, findDrawables