merge_MACS2_peaks | R Documentation |
Merge peak files from MACS2 peak caller
merge_MACS2_peaks(peak_file, peak_distance_to_merge, min_peak_size = 200, ref)
peak_file |
A character specifying the path towards the peak file (BED or bedGraph format) |
peak_distance_to_merge |
Maximum distance to merge two peaks |
min_peak_size |
An integer specifying the minimum size of peaks |
ref |
Reference genome |
Peaks as GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.