Description Usage Arguments Details Value Author(s) Examples
Apply a statistic to the data from each well in a plate
1 | analysePlate(x, wellcol="well", wellrange, statfun, platename, plotdir=".", ...)
|
x |
data frame. It must contain a column whose name is the value
of |
wellcol |
character of length 1. Name of a column in |
wellrange |
vector of the same type as |
statfun |
character of length 1. Name of a function that can calculate
a statistic from selected rows of |
platename |
character of length 1. The name or ID of this plate, which
will be used for graphics output filenames and as the value of the column
|
plotdir |
character of length 1. The name of directory where diagnostic plots will be saved. |
... |
further arguments that are passed on to |
The semantics of this function are similar to
tapply
, but some additional checking and
reporting is performed, and the return value is a data frame.
A data frame with number of rows equal to
length(wellrange)
. Rows (wells) for which there is no data
contains NA
s. The columns comprise platename
,
well-ID
(from x[, wellcol]
), and the
results from statfun.
Wolfgang Huber
1 | ##see vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.