gintervals.load_chain | R Documentation |
Loads assembly conversion table from a chain file.
gintervals.load_chain(file = NULL)
file |
name of chain file |
This function reads a file in 'chain' format and returns assembly conversion table that can be used in 'gtrack.liftover' and 'gintervals.liftover'.
Note: chain file might map a few different source intervals into a single target one. These ambiguous mappings are not presented in the data frame returned by 'gintervals.load_chain'.
A data frame representing assembly conversion table.
gintervals.liftover
, gtrack.liftover
gdb.init_examples()
chainfile <- paste(.misha$GROOT, "data/test.chain", sep = "/")
gintervals.load_chain(chainfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.