View source: R/is.merged.region.R
is.merged.region | R Documentation |
checks if region file is merged
is.merged.region(
x,
check.zero.based = TRUE,
check.chr = TRUE,
check.valid = TRUE,
check.sort = TRUE,
verbose = FALSE
)
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 |
Daryl Waggott
if (check.binary("bedtools")) {
index <- get.example.regions();
a <- index[[1]];
b <- is.merged.region(a);
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.