plot_sdr_blanks: Plot LoLinR slopes for every SDR in a run

Description Usage Arguments Value Examples

View source: R/plot_sdr_blank.R

Description

plot_metab_blanks takes the nested dataframe of LoLinR results and plots the slope of each cell of an entire run. PLots are split by SDR and have Blank cells highlighted.

Usage

1
plot_sdr_blanks(metab_df, ...)

Arguments

metab_df

A Tibble of metab data in nested format. LoLinR must have already been applied using calc_metab.

...

All options for geom_dotplot can be passed, including binwidth, and dotsize.

dotcex

An integer. The diameter of the dots relative to binwidth, default 0.9.

bin

An integer. The maximum binwidth. Default at 0.005.

Value

A plot for each of SDR showing the slope estimates for each SDR in a run. Blanks cells are highlighted.

Examples

1
plot_metab_blanks(test_data_merged)

daflealab/genlabfunc documentation built on May 27, 2019, 7:25 a.m.