loadGates: Load a yeast gate file

View source: R/gateCreator.R

loadGatesR Documentation

Load a yeast gate file

Description

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

Usage

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

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

wrightrc/flowTime documentation built on Dec. 8, 2022, 9:50 p.m.