Last data update: 2014.03.03

R: Check output of snow clusters for errors
checkForRemoteErrorsR Documentation

Check output of snow clusters for errors

Description

Overrides the snow checkForRemoteErrors function. Try errors are returned when cluster nodes produce errors, rather than completely aborting the computation. Not meant to be called by the user.

Usage

checkForRemoteErrors(val)

Arguments

val

The result returned from an individual cluster node.

Details

This function is meant to be called internally, but must be exported so that it can hide the native checkForRemoteErrors function in the snow package.

Value

The result from the snow cluster node, or an object of type try-error if there was an error.

Author(s)

Greg Finak <greg.finak@ircm.qc.ca>

References

Finak G, Bashasharti A, Brinkmann R, Gottardo R. Merging Mixture Model Components for Improved Cell Population Identification in High Throughput Flow Cytometry Data; Advances in Bioinformatics (To Appear)

See Also

checkForRemoteErrors

Results