Description Usage Arguments Details Value
This function simplifies the process of "lifting over" coordinates from one
genome build to another by automatically downloading the necessary
.over.chain.gz
file.
1 |
object |
A |
from |
A character string. The initial UCSC equivalent genome build (e.g., hg18). |
to |
A character string. The target UCSC equivalent genome build (e.g., hg19). |
flatGrl |
A logical scalar. Toggles whether to collapse the
default |
This function will convert any non-UCSC coordinates to UCSC equivalents.
Make sure the arguments from
and to
refer to valid UCSC
genome builds. Feature names will get lost during 'lift over'. To retain,
these labels, consider storing names as a separate column in the
GRanges
object.
A GRangesList
object or GRanges
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.