View source: R/cytofQCreport.R
cytofQCreport | R Documentation |
Generate a cytofQC report
cytofQCreport(x, outDir, sampName, runUMAP = TRUE, ...)
x |
A SingleCellExperiment object generated by |
outDir |
The output directory (currently required). |
sampName |
Basename of the output HTML file (if not provided, same as
|
runUMAP |
Logical value indicating whether or not to include a UMAP plot in the report. This plot can be beneficial for diagnostic purposes, but is time-consuming to generate. |
... |
Additions arguments that may be passed to the function. |
If successful, returns TRUE
silently and generates the
specified QC report.
data("raw_data", package = "CATALYST")
x <- readCytof(raw_data, beads = "Beads", viability = c("cisPt1", "cisPt2"))
x <- labelQC(x, n = 500)
tmp <- tempdir()
cytofQCreport(x, tmp, 'example')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.