plotRegion {srnadiff}R Documentation

Plot a region

Description

Plot a region

Usage

plotRegion(object, region)

Arguments

object

An srnadiff object.

region

A GenomicRange object.

Value

A ggplot object.

Examples

exp <- sRNADiffExample()
exp <- runAll(exp)
plotRegion(exp, regions(exp, 0.05)[1])


[Package srnadiff version 1.0.0 Index]