is.merged.region: checks if region file is merged

Description Usage Arguments Author(s) Examples

Description

checks if region file is merged

Usage

1
2
3
4
5
6
7
8
is.merged.region(
	x,
	check.zero.based = TRUE,
	check.chr = TRUE,
	check.valid = TRUE,
	check.sort = TRUE,
	verbose = FALSE
	)

Arguments

x

region or index

check.zero.based

should 0 based coordinates be checked

check.chr

should chr prefix be checked

check.valid

check if region is valid

check.sort

check if region is sorted

verbose

more words

Author(s)

Daryl Waggott

Examples

1
2
3
4
5
6
7
8
9
if (check.binary("bedtools")) {

index <- get.example.regions();

a <- index[[1]];

b <- is.merged.region(a);

}

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

Related to is.merged.region in bedr...