Skip to contents

Plot computational metrics computed during deconvolution

Plot computational metrics computed during single-cell reference computation

Plot computational metrics computed during single-cell reference computation

Usage

# S3 method for scbench
plt_comp_performance(scbench, types = NULL, levels = NULL)

# S3 method for hscreference
plt_comp_performance(hscref)

# S3 method for screference
plt_comp_performance(scref)

Arguments

scbench

an `scbench` object that has been evaluated by `deconvolute`

types

type of mixtures to deconvolute. One of: `"population"`, `"spillover"` or `"lod"`. If NULL (default), all types are plotted.

levels

annotation levels to show. If NULL (default), all levels are plotted.

hscref

an `h-screference` object

scref

an `screference` object

Value

a patchwork plot of time elapsed and peak RAM consumption.

a patchwork plot of time elapsed and peak RAM consumption.

a patchwork plot of time elapsed and peak RAM consumption.