gate_interactive: Get points within a user drawn gate

Description Usage Arguments Value

Description

Get points within a user drawn gate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
gate_interactive(
  .data,
  .element,
  .dim1,
  .dim2,
  .color = NULL,
  .shape = NULL,
  .size = NULL,
  opacity = 1,
  how_many_gates = 1,
  name = "gate",
  ...
)

Arguments

.data

A tibble

.element

A column symbol. The column that is used to calculate distance (i.e., normally genes)

.dim1

A column symbol. The x dimension

.dim2

A column symbol. The y dimension

.color

A column symbol. Color of points

.shape

A column symbol. Shape of points

.size

A column symbol. Size of points

opacity

A number between 0 and 1. The opacity level of the data points

how_many_gates

An integer. The number of gates to label

name

A character string. The name of the new column

...

Further parameters passed to the function gatepoints::fhs

Value

A tibble with additional columns


tidygate documentation built on Jan. 20, 2022, 5:12 p.m.