readGenomeDistPlot: Genomic feature distribution plot of aligned reads

View source: R/vis.R

readGenomeDistPlotR Documentation

Genomic feature distribution plot of aligned reads

Description

Plot reads genomic feature distribution. The featureDF dataframe should be output from readGenomeDist function.

Usage

readGenomeDistPlot(featureDF, type = c("count", "pct"))

Arguments

featureDF

A data.frame of reads genomic feature distribution containing three columns, feature, count, and pct. This dataframe should be output from readGenomeDist function. (Required).

type

A character variable indicating if the actual read counts for each read length or the relative percentage should be plotted. Must be selected from c('count', 'pct'). (Default: 'pct').

Value

A ggplot object showing the reads genomic feature distribution.


nzhang89/RiboSeeker documentation built on April 15, 2022, 10:18 a.m.