Last data update: 2014.03.03

R: Function to merge profiles of extracted features from...
mergeProfilesR Documentation

Function to merge profiles of extracted features from parallel processing

Description

Merges all feature profiles of each well and saves the result in the specified file.

Usage

mergeProfiles(x, profilename = "profiles", output = "profiles.tab",
  folder = "data", access = "cache")

Arguments

x

A imageHTS object.

profilename

pattern of profile file names.

output

File name to save the merged profiles.

folder

folder name in which the profile files are stored and in which the the result is saved.

access

Access parameter passed to fileHTS

Value

None, writes the merged profiles into the specified file on disk.

Author(s)

Felix A. Klein, felix.klein@embl.de

See Also

imageHTS, extractFeatures, fileHTS

Examples

## see section 2.1 Image processing on cluster for usage

Results