plot_raw_dataset: Add experimental data points to a plot. The length of the...

Description Usage Arguments Value Examples

View source: R/sbpiper_plots.r

Description

Add experimental data points to a plot. The length of the experimental time course to plot is limited by the length of the simulated time course (=max_sim_tp).

Usage

1
2
plot_raw_dataset(df_exp_dataset, g = ggplot(), readout = "time",
  max_sim_tp = 0, alpha = 1, yaxis.min = NULL, yaxis.max = NULL)

Arguments

df_exp_dataset

the experimental data set

g

the current ggplot to overlap

readout

the name of the readout

max_sim_tp

the maximum simulated time point

alpha

the amount of alpha transparency

yaxis.min

the lower limit for the y axis

yaxis.max

the upper limit for the y axis

Value

the plot

Examples

1
2
3
data(insulin_receptor_exp_dataset)
plot_raw_dataset(insulin_receptor_exp_dataset, readout="IR_beta_pY1146", 
                 max_sim_tp=30, alpha=1, yaxis.min=NULL, yaxis.max=NULL) 

pdp10/sbpiper documentation built on May 17, 2019, 11:17 p.m.