plot_qc: Plot FL1H, FSC and SSC for each well

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_qc(data, idx, type = "raw", 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

type

The type of data to be used, has to be either "raw" or "gated"

Value

A figure of 3 plots to control gating efficiency

Examples

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

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