View source: R/02_exported_functions.R
plotIt | R Documentation |
Takes the output of alignReplicates and generates graphs. Which data will be plotted can then be specified separately.
plotIt(
inputList,
...,
plotPoints = "aligned",
plotLine = "aligned",
spline = FALSE,
scales = "free",
alignZeros = TRUE,
plotCaption = TRUE,
ncol = NULL,
useColors = NULL,
useOrder = NULL,
plotScaleY = NULL,
plotScaleX = NULL,
doseResponse = FALSE,
doseValueName = "dose",
labelX = NULL,
labelY = NULL,
FacetLabels = c("simple", "full")[1]
)
inputList |
|
... |
Logical expression used for subsetting the data frames, e.g.
|
plotPoints |
String to specify which data set should be plotted in form
of points with corresponding error bars. It must be one of
|
plotLine |
Same as above but with a line and error band. |
spline |
Logical, if set to |
scales |
String passed as |
alignZeros |
Logical, if |
plotCaption |
Logical, if |
ncol |
Numerical passed as |
useColors |
vector of custom color values as taken by the |
useOrder |
Optional list of target names in the custom order that will be used for faceting. |
plotScaleY |
character, defining the scale of the y axis |
plotScaleX |
character, defining the scale of the x axis |
doseResponse |
Logical, indicates if the plot should be dose response |
doseValueName |
name of the column that should be used for the x axis in case of a dose response plot. The default is 'dose' |
labelX |
Optional, value passed to |
labelY |
Optional, value passed to |
ggplot object
Severin Bang and Svenja Kemmer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.