Learn R Programming

flowMerge (version 2.20.0)

checkForRemoteErrors: 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.

Value

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

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.

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