saveGates {flowTime} | R Documentation |
Save a yeast gate set
saveGates(yeastGate = "yeastGate", dipsingletGate = "dipsingletGate", dipdoubletGate = "dipdoubletGate", hapsingletGate = "hapsingletGate", hapdoubletGate = "hapdoubletGate", 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
loadGates("SORPGates") saveGates()