plotGridSearchPerplexity: Visualize perplexity of a list of celda models

Description Usage Arguments Value Examples

Description

Visualize perplexity of every model in a celdaList, by unique K/L combinations

Usage

1
2
3
4
5
6
7
plotGridSearchPerplexity(x, ...)

## S4 method for signature 'SingleCellExperiment'
plotGridSearchPerplexity(x, altExpName = "featureSubset", sep = 1)

## S4 method for signature 'celdaList'
plotGridSearchPerplexity(x, sep = 1)

Arguments

x

Can be one of

  • A SingleCellExperiment object returned from celdaGridSearch, recursiveSplitModule, or recursiveSplitCell. Must contain a list named "celda_grid_search" in metadata(x).

  • celdaList object.

...

Ignored. Placeholder to prevent check warning.

altExpName

The name for the altExp slot to use. Default "featureSubset".

sep

Numeric. Breaks in the x axis of the resulting plot.

Value

A ggplot plot object showing perplexity as a function of clustering parameters.

Examples

1
2
3
4
5
6
7
8
9

celda documentation built on Nov. 8, 2020, 8:24 p.m.