bed2index: bed dataframe to index string

Description Usage Arguments Value Author(s) Examples

Description

convert a dataframe in bed format to an index string

Usage

1

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

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

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to bed2index in bedr...