plotIntronicMappingRate: Plot intronic mapping rate

plotIntronicMappingRateR Documentation

Plot intronic mapping rate

Description

The majority of reads should map to exons and not introns.

Usage

plotIntronicMappingRate(object, ...)

## S4 method for signature 'bcbioRNASeq'
plotIntronicMappingRate(
  object,
  interestingGroups = NULL,
  limit = 0.2,
  labels = list(title = "Intronic mapping rate", subtitle = NULL, sampleAxis = NULL,
    metricAxis = "intronic mapping rate (%)"),
  flip = getOption(x = "acid.flip", default = TRUE)
)

Arguments

object

Object.

interestingGroups

character. Groups of interest to use for visualization. Corresponds to factors describing the columns of the object.

limit

numeric(1). Threshold limit.

labels

list. ggplot2 labels. See ggplot2::labs() for details.

flip

logical(1). Flip x and y axes. Recommended for plots containing many samples.

...

Additional arguments.

Value

ggplot.

Note

Updated 2022-05-09.

Author(s)

Michael Steinbaugh, Rory Kirchner, Victor Barrera

Examples

data(bcb)

## bcbioRNASeq ====
plotIntronicMappingRate(bcb)

hbc/bcbioRnaseq documentation built on Dec. 11, 2023, 1:33 a.m.