Usage
plotTimeCourse(x, tc.identifier = c("sample", "stimulation", "inhibition", "stim_concentration"),
tc.reference=NULL, plot.split = "experiment", file = "splineplot.pdf",
arrays2rm = c("protein", "Blank"), plotformat = "rawdata",log=TRUE, color=NULL, xlim = NULL, ylim = NULL)Arguments
x
List containing RPPA data set
tc.identifier
character string describing the column names in the
sampledescription that identifies the individual time course experiments
tc.reference
character string describing the sample that will be used
as reference for the time course plots.
plot.split
character string describing the column names in
sampledescription that defines the argument that devides between different plots
file
character string for the name of the exported file
arrays2rm
character strings identifying the targets that should be
from the time course plots
plotformat
character string defining the plot type: rawdata,
spline,both or spline_noconf. The latter plots splines without its
confidence bands.
log
logical, if true time courses signal intensities will be plotted
at log2 scale
color
Vector holding the colors for the samples to be plot. If NULL, colors will be generated.
xlim
Limits for x-axis. If NULL (default) limits are generated for each timeseries plot.
If a range (numeric vector of length 2) is given, this is used for all plots.
ylim
Analogous to xlim for y-axis limits.