Description Usage Arguments Value Author(s) See Also Examples
Get region size
1 2 3 4 5 6 7 8 |
x |
region in vector, matrix or dataframe format |
zero.based |
whether the coordinates are zero-based or 1 |
check.zero.based |
should 0 based coordinates be checked |
check.chr |
should chr prefix be checked |
check.valid |
should the region be checked for integerity |
verbose |
messages and checks |
size/length of the region
Daryl Waggott
convert2bed
1 2 3 4 5 6 7 8 | if (check.binary("bedtools")) {
index <- get.example.regions();
a <- index[[1]];
a.sizes <- bedr:::size.region(a);
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.