Description Usage Arguments Value Examples
Plot a donut plot of interaction types for an annotated GenomicInteractions object.
1 2 |
GIObject |
A GenomicInteractions object |
node.classes |
Character vector specifying the node classes to include in the plot. Defaults to all available node classes. |
viewpoints |
Character vector of acceptable node classes,
where interactions are only considered if least one anchor is of an acceptable node class.
Defaults to all classes in |
other |
Numeric scalar of the minimum proportion for an interaction type to be shown.
Interaction types making up fewer than |
keep.order |
Logical scalar specifying whether the original order of |
legend |
Logical scalar specifying whether the legend should be plotted.
If |
A ggplot2 plot.
1 2 3 4 5 6 7 8 | library("GenomicRanges")
data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
data(mm9_refseq_promoters)
mm9_refseq_grl = split(mm9_refseq_promoters, mm9_refseq_promoters$id)
annotateInteractions(hic_example_data, list(promoter=mm9_refseq_grl))
plotInteractionAnnotations(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.