powered by
This function plots the calculated inflection points derived from the barcode-rank distribution.
BarcodeInflectionsPlot(object)
Seurat object
Returns a `ggplot2` object showing the by-group inflection points and provided (or default) rank threshold values in grey.
See [CalculateBarcodeInflections()] to calculate inflection points and [SubsetByBarcodeInflections()] to subsequently subset the Seurat object.
CalculateBarcodeInflections SubsetByBarcodeInflections
CalculateBarcodeInflections
SubsetByBarcodeInflections
# NOT RUN { pbmc_small <- CalculateBarcodeInflections(pbmc_small, group.column = 'groups') BarcodeInflectionsPlot(pbmc_small) # }
Run the code above in your browser using DataLab