bed2index {bedr}R 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);

[Package bedr version 1.0.7 Index]