Display links between pairs of genomic elements within a given region of the genome.
LinkPlot(
object,
region,
assay = NULL,
min.cutoff = 0,
sep = c("-", "-"),
extend.upstream = 0,
extend.downstream = 0,
scale.linewidth = FALSE
)
Returns a ggplot
object
A Seurat
object
A genomic region to plot
Name of assay to use. If NULL, use the default assay.
Minimum absolute score for link to be plotted.
Separators to use for strings encoding genomic coordinates. First element is used to separate the chromosome from the coordinates, second element is used to separate the start from end coordinate.
Number of bases to extend the region upstream.
Number of bases to extend the region downstream.
Scale thickness of the line according to link score.