View source: R/supp_functions.R
getOverlap | R Documentation |
This function uses the terminal to find overlap between fragments file and peaks. Bedtools and Tabix need to be installed in order for this preprocessing to occur
getOverlap(fragments_file, peak_path, blacklist_path = NULL)
fragments_file |
path to the fragments file |
peak_path |
path to the peaks BED file |
blacklist_path |
path to a blacklist BED file, if it exists |
A list containing the paths to the offtarget and ontarget files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.