SubsetByBarcodeInflections: Subset a Seurat Object based on the Barcode Distribution...

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

Description

This convenience function subsets a Seurat object based on calculated inflection points.

Usage

1

Arguments

object

Seurat object

...

arguments to be passed to [CalculateBarcodeInflections()]; if provided, will recalculate the inflection points, else will use those already in 'object'

Details

See [CalculateBarcodeInflections()] to calculate inflection points and [BarcodeInflectionsPlot()] to visualize and test inflection point calculations.

Value

Returns a subsetted Seurat object.

Author(s)

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

See Also

CalculateBarcodeInflections BarcodeInflectionsPlot

Examples

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)

atakanekiz/Seurat3.0 documentation built on May 26, 2019, 2:33 a.m.