ChIPSeeker - options(ChIPseeker.downstreamDistance = 500) seems not work
0
0
Entering edit mode
@shangguandong1996-21805
Last seen 17 months ago
China

Below is my code


library(ChIPseeker)
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene

files <- getSampleFiles()

options(ChIPseeker.downstreamDistance = 1000)
peakAnno <- annotatePeak(files[[4]], tssRegion=c(-3000, 3000),
                         TxDb=txdb)
plotAnnoPie(peakAnno)

options(ChIPseeker.downstreamDistance = 10)
peakAnno <- annotatePeak(files[[4]], tssRegion=c(-3000, 3000),
                         TxDb=txdb)
plotAnnoPie(peakAnno)

I find that no matter what number I enter in options(ChIPseeker.downstreamDistance = ). The percent of downstream is same, But the number in plot indeed change.

ChIPseeker • 1.0k views
ADD COMMENT
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 746 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