Description Usage Arguments Value See Also Examples
View source: R/quality_control.R
Plots a histogram of the cell number per well and allows the user to set an upper and a lower threshold so as to exclude wells from the analysis.
1 | numCellQualControl(DataSetFile, nbLinesHeader, plotTitle)
|
DataSetFile |
a dataset file generated with |
nbLinesHeader |
typically 3 |
plotTitle |
the plot title |
Prints out the list of wells under and over the predefined thresholds in the shell.
Saves a list of discarded siRNA values (if applicable) in a text file named after the experiment name specified in the header concatenated with either "numCellQualControl\_discarded\_higher.txt" or "numCellQualControl\_discarded\_lower.txt".
Saves the histogram with the applied thresholds in a pdf file named after the experiment name specified in the header concatenated with the plotTitle
.
Overwrites the given DataSetFile
with the new dataset.
1 2 3 4 5 | data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
saveDataset(header, dataset, "save_testfile1.txt")
numCellQualControl("save_testfile1.txt", 3, "Histogram of the number of cells")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.