Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 59 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

batchNodeList (Package: nws) : NodeList Functions

Return the list of nodes that SGE, LSF, or PBS has allocated for our process.
● Data Source: CranContrib
● Keywords: utilities
● Alias: batchNodeList, lsfNodeList, pbsNodeList, sgeNodeList
● 0 images

ccscmd (Package: nws) : Sleigh Auxiliary Function

This function indicates that CCS will be used to launch sleigh workers.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: ccscmd
● 0 images

checkSleigh (Package: nws) : Number of Results Pending From Sleigh

Return the number of results yet to be generated for the pending sleigh job.
● Data Source: CranContrib
● Keywords: methods
● Alias: checkSleigh, checkSleigh,sleighPending-method, checkSleigh-methods
● 0 images

close (Package: nws) : Close a Sleigh or netWorkSpace

If the first argument is a sleigh object, then close calls stopSleigh to shut down the sleigh workers and delete the sleigh workspace. If the first argument is a nwsServer object, then the connection to the netWorkSpace server is closed.
● Data Source: CranContrib
● Keywords: methods
● Alias: close, close,ANY-method, close,nwsServer-method, close,sleigh-method, close-methods
● 0 images

cmdLaunch (Package: nws) : sleigh Auxiliary Function

This assumes the sleigh object on the master uses a worker script to launch remote workers. This function is intended to be called within the worker script, which automates the process of launching remote workers. See RNWSSleighWorker.sh and RNWSleighWorker.py for example.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: cmdLaunch
● 0 images

defaultSleighOptions (Package: nws) : Default Sleigh Options Environment

This environment specifies the default options that are used when creating a new sleigh object.
● Data Source: CranContrib
● Keywords: environment
● Alias: defaultSleighOptions
● 0 images

eachElem (Package: nws) : Apply a Function in Parallel over a Set of Lists and Vectors

eachElem executes function fun multiple times in parallel with a varying set of arguments, and returns the results in a list. It is functionally similar to the standard R lapply function, but is more flexible in the way that the function arguments can be specified.
● Data Source: CranContrib
● Keywords: methods
● Alias: eachElem, eachElem,sleigh-method, eachElem-methods
● 0 images

eachWorker (Package: nws) : Execute a Function in Parallel on all Workers of a Sleigh

eachWorker executes function fun once on each worker in the specified sleigh, and returns the results in a list. This can be useful for initializing each of the workers before starting to execute tasks using eachElem. Loading packages using the library function, loading data sets using the data function, and assigning variables in the global environment are common tasks for eachWorker.
● Data Source: CranContrib
● Keywords: methods
● Alias: eachWorker, eachWorker,sleigh-method, eachWorker-methods
● 0 images

envcmd (Package: nws) : Sleigh Auxiliary Function

This function is set through optional argument scriptExec in the sleigh constructor.
● Data Source: CranContrib
● Keywords: internal, methods
● Alias: envcmd
● 0 images

export (Package: nws) : sleigh Class Method

Define a variable in the scope of the workers or specified worker.
● Data Source: CranContrib
● Keywords: methods
● Alias: export, export,sleigh-method, export-methods
● 0 images