Description Usage Arguments Value Author(s) Examples
process.input
1 2 3 4 5 6 7 8 9 10 11 |
input |
regions input or a file in one of the standard formats. these are bed, vcf, gff, bam, sam, csv, tsv, txt |
tmpDir |
The directory to be used for writing files |
include.names |
should the names of the input files be included in the output |
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 |
check.sort |
should the region sorting be checked |
check.merge |
should overlapping regions be checked |
verbose |
messages and checks |
list of input files
Daryl Waggott
1 2 3 4 5 6 7 8 | if (check.binary("bedtools")) {
index <- get.example.regions();
a <- index[[1]];
a <- bedr(engine = "bedtools", input = list(i = a), method = "sort", params = "");
a.processed <- process.input(a, verbose = FALSE)
}
|
######################
#### bedr v1.0.7 ####
######################
checking binary availability...
* Checking path for bedtools... FAIL
* Checking path for bedops... FAIL
* Checking path for tabix... FAIL
tests and examples will be skipped on R CMD check if binaries are missing
* Checking path for bedtools... FAIL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.