plotCisTrans {GenomicInteractions}R Documentation

Plots the percentages of cis and trans interactions for a GInteractions object as a donut plot.

Description

Plots the percentages of cis and trans interactions for a GInteractions object as a donut plot.

Usage

plotCisTrans(GIObject)

Arguments

GIObject

A GInteractions object

Value

A ggplot2 plot

Examples

data(hic_example_data)
plotCisTrans(hic_example_data)

[Package GenomicInteractions version 1.28.0 Index]