View source: R/ggPerQCWrapper.R
plotBarcodeRankDropsResults | R Documentation |
A wrapper function which visualizes outputs from the
runBarcodeRankDrops
function stored in the metadata
slot of
the SingleCellExperiment object.
plotBarcodeRankDropsResults(
inSCE,
sample = NULL,
defaultTheme = TRUE,
dotSize = 0.5,
titleSize = 18,
axisSize = 15,
axisLabelSize = 18,
legendSize = 15
)
inSCE |
Input SingleCellExperiment object with saved
dimension reduction components or a variable with saved results from
|
sample |
Character vector or colData variable name. Indicates which
sample each cell belongs to. Default |
defaultTheme |
Removes grid in plot and sets axis title size to
|
dotSize |
Size of dots. Default |
titleSize |
Size of title of plot. Default |
axisSize |
Size of x/y-axis ticks. Default |
axisLabelSize |
Size of x/y-axis labels. Default |
legendSize |
size of legend. Default |
list of .ggplot objects
data(scExample, package = "singleCellTK")
sce <- runBarcodeRankDrops(inSCE = sce)
plotBarcodeRankDropsResults(inSCE = sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.