Entering edit mode
3.6 years ago
MS
▴
40
Hi,
I am new at ChIP-Seq analysis. I used ChIPseeker package through R but I couldn't figure out how to get output of annoteted genes. Please help me!
Thank you.
You can turn it into a data.frame using the generic function
as.data.frame
.Thank you! Is there any option in ChIPseeker to write overlapped genes?
Your question is unclear, but take a look at
addFlankGeneInfo
parameterHi,
I already used that option as following:
when I draw plots using;
vennplot(genes) finds 611 common genes between samplefiles and vennplot.peakfile(samplefiles) finds 674 peaks.
But when I check the output files I can not find same number common genes and peaks.
So that I want to write output of this common genes and peaks used at vennplot.
Hi EES,
You can use
intersect()
function to get overlapping genes/peaks.e.g.