gtrack.liftover | R Documentation |
Imports a track from another assembly.
gtrack.liftover(
track = NULL,
description = NULL,
src.track.dir = NULL,
chain = NULL
)
track |
name of a created track |
description |
a character string description |
src.track.dir |
path to the directory of the source track |
chain |
name of chain file or data frame as returned by 'gintervals.load_chain' |
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.
None.
gintervals.load_chain
,
gintervals.liftover
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.