A scatter plot of the UMAP dimensions generated by DecontX with cells colored by the estimated percentation of contamation.
plotDecontXContamination(
x,
batch = NULL,
colorScale = c("blue", "green", "yellow", "orange", "red"),
size = 1
)
Either a SingleCellExperiment with decontX
results stored in metadata(x)$decontX
or the result from running
decontX on a count matrix.
Character. Batch of cells to plot. If NULL
, then
the first batch in the list will be selected. Default NULL
.
Character vector. Contains the color spectrum to be passed
to scale_colour_gradientn
from package 'ggplot2'. Default
c("blue","green","yellow","orange","red").
Numeric. Size of points in the scatterplot. Default 1.
Returns a ggplot
object.
See decontX
for a full example of how to estimate
and plot contamination.