Description Usage Arguments Author(s) Examples
checks if region file is merged
1 2 3 4 5 6 7 8 |
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
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);
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.