Skip to contents

Relative Log Expression plot of a RiboClass object’s counts.

Usage

plot_rle(ribo, show_outlier = TRUE)

Arguments

ribo

a RiboClass object.

show_outlier

Show boxplot outlier values.

Value

A ggplot object. Samples with a median lower than median(RLE counts)-2*MAD (Median Absolute Deviation) are colored in red.

Examples

data("ribo_toy")
plot_rle(ribo_toy)