BarcodeInflectionsPlot: Plot the Barcode Distribution and Calculated Inflection...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/visualization.R

Description

This function plots the calculated inflection points derived from the barcode-rank distribution.

Usage

1

Arguments

object

Seurat object

Details

See [CalculateBarcodeInflections()] to calculate inflection points and [SubsetByBarcodeInflections()] to subsequently subset the Seurat object.

Value

Returns a 'ggplot2' object showing the by-group inflection points and provided (or default) rank threshold values in grey.

Author(s)

Robert A. Amezquita, robert.amezquita@fredhutch.org

See Also

CalculateBarcodeInflections SubsetByBarcodeInflections

Examples

1
2
3
data("pbmc_small")
pbmc_small <- CalculateBarcodeInflections(pbmc_small, group.column = 'groups')
BarcodeInflectionsPlot(pbmc_small)

ibseq/scs-analysis documentation built on Feb. 27, 2021, 12:35 a.m.