Description Usage Arguments Value Examples
This function plots a pie or bar chart for showing percentages of targets annotated by genic parts or other query features
1 2 3 4 5 6 |
x |
a |
precedence |
TRUE|FALSE. If TRUE there will be a hierachy of annotation
features when calculating numbers
(with promoter>exon>intron precedence).
This option is only valid when x is a
|
col |
a vector of colors for piechart or the bar plot |
cex.legend |
a numeric value of length 1 to specify the size of the legend. By default 1. |
... |
graphical parameters to be passed to |
plots a piechart or a barplot for percentage of the target features overlapping with annotation
1 2 3 4 5 6 7 | data(cage)
bed.file = system.file("extdata/chr21.refseq.hg19.bed", package = "genomation")
gene.parts = readTranscriptFeatures(bed.file)
annot = annotateWithGeneParts(cage, gene.parts, intersect.chr=TRUE)
plotTargetAnnotation(annot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.