Imports a track from another assembly.
gtrack.liftover(
track = NULL,
description = NULL,
src.track.dir = NULL,
chain = NULL
)
None.
This function imports a track located in 'src.track.dir' of another assembly to the current database. Chain file instructs how the conversion of coordinates should be done. It can be either a name of a chain file or a data frame in the same format as returned by 'gintervals.load_chain' function. The name of the newly created track is specified by 'track' argument and 'description' is added as a track attribute.