Description Usage Arguments Details Value Author(s) See Also Examples
This function plots the calculated inflection points derived from the barcode-rank distribution.
| 1 | BarcodeInflectionsPlot(object)
 | 
| object | Seurat object | 
See [CalculateBarcodeInflections()] to calculate inflection points and [SubsetByBarcodeInflections()] to subsequently subset the Seurat object.
Returns a 'ggplot2' object showing the by-group inflection points and provided (or default) rank threshold values in grey.
Robert A. Amezquita, robert.amezquita@fredhutch.org
CalculateBarcodeInflections SubsetByBarcodeInflections
| 1 2 | pbmc_small <- CalculateBarcodeInflections(pbmc_small, group.column = 'groups')
BarcodeInflectionsPlot(pbmc_small)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.