loadGates: Load a yeast gate file

Description Usage Arguments Value Examples

View source: R/gateCreator.R

Description

Loads a set of yeast gates into active memory to be used in analysis functions

Usage

1
loadGates(gatesFile = NULL, path = NULL, envir = environment())

Arguments

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

Value

gate objects created in the current environment

Examples

1
loadGates(system.file("extdata/SORPGates.RData", package = "flowTime"))

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