Description Usage Arguments Value References Examples
View source: R/quality_control.R
Computes the dynamic range per plate for a complete dataset file and plots the results.
1 | DRQualControl(header, data, nbLinesHeader, channel, plotTitle, showPlot)
|
header |
the header of a dataset file generated with |
data |
an R data frame generated with |
nbLinesHeader |
typically 3 |
channel |
A character string specifying the name of the column containing the values for computing the dynamic range, e.g. |
plotTitle |
the plot title |
showPlot |
0 or 1. 1 will open one or several plot windows in the R GUI, 0 will only save the plot(s) without opening windows |
Returns the dynamic range for each plate in the shell and saves them in a text file. The name of the text file will be the concatenation of the experiment name specified in the header and the character string "DR.txt".
Shows a plot of the dynamic range values and saves it as a pdf file under the experiment name specified in the header concatenated with the function argument plotTitle
.
M. Boutros, L. Bras, and W. Huber. Analysis of cell-based RNAi screens. Genome Biol, 7(7): R66, 2006.
1 2 3 4 | data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
DRQualControl(header, dataset, 3, "SigIntensity", "DR per plate", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.