loadGates {flowTime} | R Documentation |
Loads a set of yeast gates into active memory to be used in analysis functions
loadGates(gatesFile = NULL, path = NULL, envir = environment())
gatesFile |
the gates file to be loaded into memory, or path to the gates file |
path |
The path to the gates file. If 'NULL' this will look through lazy loaded data for the gatesFile |
envir |
The environment in which to load the gates |
gate objects created in the current environment
loadGates(system.file("extdata/SORPGates.RData", package = "flowTime"))