saveGates: Save a yeast gate set

Description Usage Arguments Value Examples

View source: R/gateCreator.R

Description

Save a yeast gate set

Usage

1
2
3
4
5
6
7
8
9
saveGates(
  yeastGate = NULL,
  dipsingletGate = NULL,
  dipdoubletGate = NULL,
  hapsingletGate = NULL,
  hapdoubletGate = NULL,
  path = getwd(),
  fileName = "defaultGates.RData"
)

Arguments

yeastGate

a gate object defining the population of yeast cells

dipsingletGate

a gate object defining the population of diploid singlet cells

dipdoubletGate

a gate object defining the population of diploid doublet cells

hapsingletGate

a gate object defining the population of haploid singlet cells

hapdoubletGate

a gate object defining the population of haploid doublet cells

path

path to the folder in which you would like to save the gates

fileName

name of the .Rdata file you would like to save these gates within

Value

a .RData file in the "extdata" folder of the package containing the specified gates

Examples

1
2
3
loadGates(system.file("extdata/SORPGates.RData", package = "flowTime"))
#not run:
#saveGates()

flowTime documentation built on Nov. 8, 2020, 8:13 p.m.