PlotUpdateStats: PlotUpdateStats

View source: R/Seurat.Utils.R

PlotUpdateStatsR Documentation

PlotUpdateStats

Description

Creates a scatter plot of update statistics.

Usage

PlotUpdateStats(
  mat = UpdateStatMat,
  column.names = c("Updated (%)", "Updated (Nr.)")
)

Arguments

mat

A matrix containing update statistics. Default: UpdateStatMat.

column.names

A character vector of column names in the mat parameter. Default: c("Updated (%)", "Updated (Nr.)").

Details

This function takes a matrix containing update statistics and column names to plot the corresponding statistics. It colorizes the genes and plots the percentage of total genes updated against the number of genes updated.

Value

A scatter plot displaying update statistics.

See Also

wplot, wcolorize

Examples

## Not run: 
if (interactive()) {
  PlotUpdateStats(mat = result.of.GetUpdateStats)
}

## End(Not run)

vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.