plotRs: Scatterplot of log2 RPF-to-mRNA ratios.

Description Usage Arguments Value Examples

Description

A simple function that plots the log2 RPF-to-mRNA ratios in two conditions. Different classes of genes are labeled with different of color. Each dot, representing a particular gene, are color coded by the category of expression change.

Usage

1
2
3
4
plotRs(object, ...)

## S4 method for signature 'xtail'
plotRs(object, log2R.cutoff = 1, xlim = NULL, ylim = NULL)

Arguments

object

a xtail object

...

optional arguments. Currently not used

log2R.cutoff

cutoff for categorizing results

xlim

argument for limiting the range plotted on the x axis. See scale_continuous for more details.

ylim

argument for limiting the range plotted on the y axis. See scale_continuous for more details.

Value

a ggplot object

Examples

1
2

FelixErnst/xtail documentation built on Dec. 17, 2021, 8:25 p.m.