Description Usage Arguments Value Author(s)
View source: R/annot_processPeaks.R
For each set of peak calls, find the ones that are present in at least minOverlapCount samples.
1 | filterOverlaps(peak_list, minOverlapCount = 3)
|
peak_list |
list of GRanges objects corresponding to peak calls. |
minOverlapCount |
Minimal number of samples the peak has to be present to be retained. |
List of GRanges objects corresponding to filtered peak calls from each sample, only peaks that were present in minOverlapCount samples are retained.
Kaur Alasoo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.