Skip to contents

Convert event regions to genomic co-ordinates.

Usage

event_region_to_coordinate(event_region, prefix = "")

Arguments

event_region

a character vector denoting valid event regions.

prefix

a character string, usually "chr", to append in the chromosome names. This is useful when event names are without "chr" prefix while BSgenome contains "chr".

Value

a tibble.

Examples

if (FALSE) {
 # // to do
}