View source: R/prepare_reference.R
prepare_reference | R Documentation |
Prepare referemce as GRanges
prepare_reference(
reference,
max_elements = NULL,
remove_empty = TRUE,
as_list = TRUE,
as_grangeslist = FALSE
)
reference |
A named list of GRanges objects, or a single GRanges object to be converted into a named list. |
max_elements |
Max number of elements to use within the list.
Set to |
remove_empty |
Remove any empty elements in the list. |
as_list |
Return as a list. |
as_grangeslist |
Return as a GRangesList
(overrides |
A list of GRanges objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.