plotReps: Plot Score vs. Score of two mod.df object Will also draw...

Description Usage Arguments Value See Also Examples

View source: R/plotReps.R

Description

Plot Score vs. Score of two mod.df object Will also draw vertical/horizontal line at fiveSigma

Usage

1
plotReps(mod.df1, mod.df2, log = T)

Arguments

mod.df1

X-axis modification data.frame

mod.df2

Y-axis modification data.frame

log

Plot log(score, base = 10) instead of linear. Default = T

Value

geom_hex() object

See Also

geom_hex

Examples

1
2
3
4
plot <- plotReps(RTstop.wt1, RTstop.wt2)
plot <- plot + xlab('log(RT stop score)') + ylab('ratio')
plot <- plot + ggtitle('RT stop score between replicates')
plot

ababaian/RRNAframework documentation built on March 18, 2020, 1:29 a.m.