plotFCs: Scatterplot of fold changes.

plotFCsR Documentation

Scatterplot of fold changes.

Description

A simple function that plots the fold change in mRNA and RPF. 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

plotFCs(object, ...)

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

Arguments

object

a xtail object

...

optional arguments. Currently not used

log2FC.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

data(xtailres)
plotFCs(xtailres)

xryanglab/xtail documentation built on April 13, 2022, 2:34 p.m.