plot_gates: Plot the gates

Description Usage Arguments Value Examples

View source: R/filter_and_qc.R

Description

This function works on FL1H, FSC and SSC data acquired on 96-well plates

Usage

1
plot_gates(data, idx, xlim, ylim, col_key = "col", ...)

Arguments

data

The gated data generated by gate_facs_yeast_HTS_data

idx

The index of the data that will be ploted

col_key

Which color indicator of the data$anno file will be used

Value

A figure of gates for indicated index

Examples

1
2
3
load("data/data.rda")
col_key="col_time"
plot_gates(data, idx=data$anno$plate=="PL1", col_key=col_key)

magrichard/facsticor documentation built on May 17, 2019, 8:16 a.m.