Entering edit mode
Hi,
how to quantify the peaks annotated to a particular genomic region in a particular window size.
Thanks,
Snigdha.
Hi,
how to quantify the peaks annotated to a particular genomic region in a particular window size.
Thanks,
Snigdha.
A possible solution is define the genomic region as a GRanges object and use the findOverlaps from GenomicFeatures package to get the peaks that overlap with the genomic region. Then you can count the number of peaks.
Any idea?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
how do you calculate the pvalue?
No. If we get more than one peak in a given window size, around a gene, for a particular histone modification or transcription factor, any idea if we have to consider peak with max p-value or an average of the p-values of all the peaks in that window size ?