reportSeuratDimRed | R Documentation |
Generates an HTML report for Seurat Dimensionality Reduction and returns the SCE object with the results computed and stored inside the object.
reportSeuratDimRed(
inSCE,
pc.count = 50,
runDimRed = TRUE,
plotJackStraw = FALSE,
plotElbowPlot = TRUE,
plotHeatmaps = TRUE,
outputFile = NULL,
outputPath = NULL,
subtitle = NULL,
authors = NULL,
showSession = FALSE,
pdf = FALSE,
forceRun = TRUE
)
inSCE |
Input |
pc.count |
A numeric value indicating the number of principal components
to compute. Default is |
runDimRed |
A logical value indicating if dimenionality reduction should
be computed. Default |
plotJackStraw |
A logical value indicating if JackStraw plot should be
visualized. Default |
plotElbowPlot |
A logical value indicating if ElbowPlot should be
visualized. Default |
plotHeatmaps |
A logical value indicating if heatmaps should be
visualized. Default |
outputFile |
Specify the name of the generated output HTML file.
If |
outputPath |
Specify the name of the output directory to save the
rendered HTML file. If |
subtitle |
A character value specifying the subtitle to use in the
report. Default |
authors |
A character value specifying the names of the authors to use
in the report. Default |
showSession |
A logical value indicating if session information
should be displayed or not. Default is |
pdf |
A logical value indicating if a pdf should also be generated for
each figure in the report. Default is |
forceRun |
A logical value indicating if all computations previously
computed should be re-calculated regardless if these computations are
available in the input object. Default is |
A SingleCellExperiment
object
with computations stored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.