plotAnnoPie.csAnno: plotAnnoPie

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotAnno.R

Description

pieplot from peak genomic annotation

Usage

1
2
3
4
5
6
7
8
9
plotAnnoPie.csAnno(
  x,
  ndigit = 2,
  cex = 0.9,
  col = NA,
  legend.position = "rightside",
  pie3D = FALSE,
  ...
)

Arguments

x

csAnno object

ndigit

number of digit to round

cex

label cex

col

color

legend.position

topright or other.

pie3D

plot in 3D or not

...

extra parameter

Value

pie plot of peak genomic feature annotation

Author(s)

Guangchuang Yu https://guangchuangyu.github.io

See Also

annotatePeak plotAnnoBar

Examples

1
2
3
4
5
6
7
8
## Not run: 
require(TxDb.Hsapiens.UCSC.hg19.knownGene)
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
peakfile <- system.file("extdata", "sample_peaks.txt", package="chipseeker")
peakAnno <- annotatePeak(peakfile, TxDb=txdb)
plotAnnoPie(peakAnno)

## End(Not run)

ChIPseeker documentation built on March 6, 2021, 2 a.m.