swh:1:snp:0da231f3ffdb3226650880f1b61d5d5cdcbd749b
Raw File
Tip revision: 656fc8b562d53e5d0cedda9e09d9dda81e8c00e9 authored by David Collins on 29 February 2024, 13:44:33 UTC
Merge pull request #8550 from satijalab/develop
Tip revision: 656fc8b
BarcodeInflectionsPlot.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/visualization.R
\name{BarcodeInflectionsPlot}
\alias{BarcodeInflectionsPlot}
\title{Plot the Barcode Distribution and Calculated Inflection Points}
\usage{
BarcodeInflectionsPlot(object)
}
\arguments{
\item{object}{Seurat object}
}
\value{
Returns a `ggplot2` object showing the by-group inflection points and provided
  (or default) rank threshold values in grey.
}
\description{
This function plots the calculated inflection points derived from the barcode-rank
distribution.
}
\details{
See [CalculateBarcodeInflections()] to calculate inflection points and
[SubsetByBarcodeInflections()] to subsequently subset the Seurat object.
}
\examples{
data("pbmc_small")
pbmc_small <- CalculateBarcodeInflections(pbmc_small, group.column = 'groups')
BarcodeInflectionsPlot(pbmc_small)

}
\seealso{
\code{\link{CalculateBarcodeInflections}} \code{\link{SubsetByBarcodeInflections}}
}
\author{
Robert A. Amezquita, \email{robert.amezquita@fredhutch.org}
}
\concept{visualization}
back to top