ChIPpeakAnno to find peaks nearest to miRNA
1
0
Entering edit mode
xyang2 ▴ 120
@xyang2-4387
Last seen 3.4 years ago
Hi, Jianrong, Do you think I can use ChIPpeakAnno to get both sided genes for a peak region? If so, how do you suggest, using both the TSS and TTS, or use both the 5UTR and 3UTR? Thanks a lot, Holly
ChIPpeakAnno ChIPpeakAnno • 1.1k views
ADD COMMENT
0
Entering edit mode
jun.yu • 0
@junyu-9556
Last seen 6.9 years ago

xyang2,

There is a new function calledĀ annoPeaks() in ChIPpeakAnno now.

annoPeaks (peaks, annoData, 
          bindingType=c("nearestBiDirectionalPromoters",
                        "startSite", "endSite", "fullRange"), 
          bindingRegion=c(-5000, 5000), 
          ignore.peak.strand=TRUE,
          select=c("all", "bestOne"),
          ...)

you can get the nearest upstream genes, and nearest downstream genes, then merge them.

ADD COMMENT

Login before adding your answer.

Traffic: 731 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6