getCommPeaks | R Documentation |
Do overlap over input peaks files in same condition, then merge the control and treatment peaks
getCommPeaks(inputF, controlName = "", treatmentName = "", peakLen = 2)
inputF |
file path, the file format is same to DiffBind input file to show the sample name, TF, Control, Treatment, bam file path, and peak files path. |
controlName |
string The control name |
treatmentName |
string The treatment name |
peakLen |
integer The length of peak threshold (>2) |
list pr GRanges objects, common peak coordinates between two conditions peakL list of GRanges objects, which contains the peak coordinate in each peak file
peaksAll = getCommPeaks(inputF, controlName="", treatmentName="",)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.