PlotLabelsOverlay: Create a labels-overlay plot

Description Usage Arguments See Also

View source: R/04_Visual_Overlays.R

Description

Creates a plot showing separation of manually annotated populations using previously generated 2-dimensional layout of input expression data. For large numbers of data points, this function uses raster graphics to visualise the layout faster.

Usage

1
2
3
4
5
6
PlotLabelsOverlay(
  benchmark,
  exclude_unassigned = FALSE,
  raster_threshold = 5000,
  plot_title = "Manual population labels"
)

Arguments

benchmark

object of type Benchmark

exclude_unassigned

logical: if TRUE, data points that are considered unassigned per manual annotation are omitted. Default value is FALSE

raster_threshold

integer: maximum number of data points for which vector graphics should be used. Default value is 5000

plot_title

string: title of the plot. Default value is 'Manual population labels'

See Also


davnovak/SingleBench documentation built on Dec. 19, 2021, 9:10 p.m.