Description Usage Arguments See Also
View source: R/04_Visual_Overlays.R
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.
1 2 3 4 5 6 | PlotLabelsOverlay(
benchmark,
exclude_unassigned = FALSE,
raster_threshold = 5000,
plot_title = "Manual population labels"
)
|
benchmark |
object of type |
exclude_unassigned |
logical: if |
raster_threshold |
integer: maximum number of data points for which vector graphics should be used. Default value is |
plot_title |
string: title of the plot. Default value is 'Manual population labels' |
Benchmark
: constructs a Benchmark
object (benchmark pipeline set-up)\
Evaluate
: runs all benchmark sub-pipelines and scores the performance of each tool
AddLayout
: allows you to add a separate 2-dimensional layout of the input dataset or to use an existing projection (produced in the evaluation) as a visualisation layout.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.