Description Usage Arguments Value Examples
Save a yeast gate set
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"
)
|
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 |
a .RData file in the "extdata" folder of the package containing the specified gates
1 2 3 | loadGates(system.file("extdata/SORPGates.RData", package = "flowTime"))
#not run:
#saveGates()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.