plot_correl: Plot the correlation between FL1H, FSC and SSC

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_correl(gated_data, main)

Arguments

gated_data

A particular element of the list data$gdat (correspond to a single well)

Value

A figure of 3 plots to control gating efficiency

Examples

1
2
3
4
5
load("data/data.rda")
gated_data=data$gdat[[1]]
cur_anno = data$anno[1, ]
main = paste(cur_anno$plate, cur_anno$well, sep = "")
plot_correl(gated_data, main)

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