bedtoolsSubtract
is a wrapper for bedtools subtract
.
1 2 | bedtoolsSubtract(a, b, extraargs = "", header = TRUE, count = FALSE,
threads = getOption("threads", 1L))
|
a |
A character vector of paths to bed files. |
b |
A path to the bed file used to remove intervals in a. |
extraargs |
A string passed as arguments to bedtools subtract |
count |
If TRUE, only returns the number of intervals from the operation. |
threads |
A positive integer specifying how many samples to process simultaneously. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.