plotGRL: Simple segments plot for GRangesList

View source: R/plots.R

plotGRLR Documentation

Simple segments plot for GRangesList

Description

Simple segments plot for GRangesList

Usage

plotGRL(grl, ...)

Arguments

grl

GRangesList object

...

passed to plot

Value

plot

Examples


library(GenomicRanges)
grl <- GRangesList(GRanges("1",IRanges(c(100,200,300),width=50)),
                   GRanges("1",IRanges(c(100,300),width=c(75,50))),
                   GRanges("1",IRanges(c(100,200,400),width=c(75,50,50))),
                   GRanges("1",IRanges(c(200,300,400),width=50)))
plotGRL(grl)


mikelove/alpine documentation built on May 14, 2024, 5:28 p.m.