Description Usage Arguments Author(s) Examples
checks if region file is sorted
1 2 3 4 5 6 7 8 9 10 |
x |
The region index, bed file, or bed formatted object |
method |
lexicgraphical or natural, lex is required for many operations but natural is better for interpretation |
engine |
what analytical engine to use for sorting i.e. bedtools, bedops, gnu unix |
check.zero.based |
should 0 based coordinates be checked |
check.chr |
should chr prefix be checked |
check.valid |
check if region is valid |
check.merge |
check if region is merged |
verbose |
more words |
Daryl Waggott
1 2 3 4 5 6 7 | if (check.binary("bedtools")) {
index <- get.example.regions();
a <- index[[1]];
b <- is.sorted.region(a);
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.