Description Usage Arguments Value Examples
Performs a standard analysis of the data (quality and statistics) from a dataset file.
1 |
data |
A data frame containing the experimental data to analyze. Each row is corresponding to one well, with the following columns:
|
expname |
A character string, assigning a name to the experiment. This will be used as title in the html output generated by |
excludeCellcounts |
a string constant, one of
|
logtransform |
A logical variable, specifying whether or not the signal intensities should be log-transformed. Default is FALSE. |
normalization |
A list of strings containing the normalization steps to carry out. The default are is
|
test |
Specify what statistical test should be used to identify hits. One of
The default is "ttest". |
scorethresh |
The threshold on the normalized score to be used to identify hits. The default is 2.0, hence siRNAs with score > +2 or score < -2 are considered hits. |
pvalthresh |
The threshold on the p-value from the statistical test to be used to identify hits. The default is 0.05 |
dogo |
A logical variable, specifies whether or not a Gene Ontology-based analysis should be carried out. This parameter is currently ignored, GO is presently not supported nby
the |
outdir |
a string specifying the directory in which the results should be stored. Can be an absolute or relative path. |
layoutnames |
A list of strings, that can be used to assign names to different layouts in the screen. The list should contain the same number of elements as there are different layouts in the screen. These names will be used as labels for the layouts in the html output. If this parameter is not specified, layouts will be numbered in the canonical way. |
makeplots |
TRUE or FALSE, if set to FALSE, only a subset of the quality control plots will be generated. This speeds up processing, but will result in missing images in the html output. |
reorder |
logical variable, indicating whether dataset should be reordered prior to processing further. This is recommended if the data frame is incomplete, i.e. if wells or plates are missing completely. |
Generates the html output file index.html
in the directory specified by the outdir
parameter.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.