plotScore: Scatter plot of Score vs. Ratio for each nt in mod.df

Description Usage Arguments Value See Also Examples

View source: R/plotScore.R

Description

Scatter plot of Score vs. Ratio for each nt in mod.df

Usage

1
plotScore(mod.df, log.scale = T)

Arguments

mod.df

modification data.frame object

log.scale

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

Value

geom_hex() object

See Also

geom_hex

Examples

1
2
3
plot <- plotScore(RTstop.wt1)
plot <- plot + xlab('log(RT stop score)') + ylab('ratio')
plot

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