bed2index: bed dataframe to index string

View source: R/bed2index.R

bed2indexR Documentation

bed dataframe to index string

Description

convert a dataframe in bed format to an index string

Usage

bed2index(x, sort = TRUE)

Arguments

x

a object region object or index

sort

should the index be sorted

Value

Returns a vector of string based genomic regions

Author(s)

Daryl Waggott

Examples


test.regions <- get.random.regions(10);
bed2index(test.regions);

bedr documentation built on April 11, 2025, 5:52 p.m.

Related to bed2index in bedr...