qc | R Documentation |
Creates QC plots
qc( data, folder = NULL, file = NULL, uid = NULL, vars = "nCells", fun = NULL, na.rm = T )
data |
data.frame containing the cell profiler data to check. Expects the columns TREATMENT, PLATTE, VERSUCH, Metadata_Well |
file |
pdf filenamename to store the analysis at |
vars |
Variables to analyze, defaults to nCells (number of cells) |
fun |
Function to obtain aggregated values per well, e.g. median |
na.rm |
delete na in fun |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.