ident_bead_pop: Identify bead populations

ident_bead_popR Documentation

Identify bead populations

Description

This is a convenience function which allows to subset the data before calling identify_analyte(). The data is subset only if .column_name and .cluster are given. Otherwise, the function is identical to calling identify_analyte() directly.

Usage

ident_bead_pop(
  .analytes,
  .column_name = NULL,
  .cluster = NULL,
  .call_args,
  df,
  .data = NULL
)

Arguments

.analytes

A vector or list giving the IDs of the analytes.

.column_name

A character giving the name of the column to subset by.

.cluster

A character of the length of one giving the element to subset by.

.call_args

A list giving the parameters passed on to identify_analyte().

df

A tidy data.frame.

.data

Deprecated. Use df.

Details

Convenience function to identify analytes in a subset

Value

A data.frame.

Examples

x <- "a"

beadplexr documentation built on July 9, 2023, 5:59 p.m.