Entering edit mode
tianf
•
0
@tianf-10989
Last seen 8.1 years ago
I followed the tutorial of ChIPseeker. But I found that the CDS information could not be shown duing Visualize Genomic Annotation.
library("ChIPseeker")
files <- getSampleFiles()
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
peakAnno <- annotatePeak(files[[4]], tssRegion=c(-3000, 3000), TxDb=txdb, annoDb="org.Hs.eg.db")
plotAnnoPie(peakAnno)
How could I show the fraction of peaks in CDS regions as well in the figure?