ChIPseeker icon indicating copy to clipboard operation
ChIPseeker copied to clipboard

Feature request

Open MingLi-929 opened this issue 2 years ago • 0 comments

colors can not be changed in vennpie

library(TxDb.Hsapiens.UCSC.hg19.knownGene)

files <- getSampleFiles()
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene

peakAnno <- annotatePeak(files[[4]], 
                         tssRegion=c(-3000, 3000),
                         TxDb=txdb, annoDb="org.Hs.eg.db")

vennpie(peakAnno)

test

MingLi-929 avatar Oct 14 '22 03:10 MingLi-929