dot-parse_load_vars: Parse Names of Variables to Load

.parse_load_varsR Documentation

Parse Names of Variables to Load

Description

Parses the input of load.vars and reurns a vector with the elements to be loaded. Possible values for load.vars are 'all', 'fl' or 'fluorescence', 'bg' or 'background', 'calc', 'morph' or 'morphological', 'vac' or 'vacuole', 'nucl' or 'nuclear', 'disc'. The group of variables can be specified in either a positive form (i.e. '+fl+bg+morph') or in a negative form (i.e. '-nucl-vac'). Combination of positive and negative form is not allowed.

Usage

.parse_load_vars(load.vars, vars.all = NULL)

Arguments

load.vars

pattern of variable names in code

vars.all

NULL

Value

character vector containing variable names


darksideoftheshmoo/rcell2 documentation built on Oct. 23, 2024, 12:59 p.m.