Description Usage Arguments Details Value Author(s) See Also Examples
This convenience function subsets a Seurat object based on calculated inflection points.
1 | SubsetByBarcodeInflections(object)
|
object |
Seurat object |
... |
arguments to be passed to [CalculateBarcodeInflections()]; if provided, will recalculate the inflection points, else will use those already in 'object' |
See [CalculateBarcodeInflections()] to calculate inflection points and [BarcodeInflectionsPlot()] to visualize and test inflection point calculations.
Returns a subsetted Seurat object.
Robert A. Amezquita, robert.amezquita@fredhutch.org
CalculateBarcodeInflections
BarcodeInflectionsPlot
1 2 3 4 5 6 7 | pbmc_small <- CalculateBarcodeInflections(
object = pbmc_small,
group.column = 'groups',
threshold.low = 20,
threshold.high = 30
)
SubsetByBarcodeInflections(object = pbmc_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.