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);

uclahs-cds/public-R-bedr documentation built on May 12, 2024, 3:56 p.m.