writeCodelink {codelink}R Documentation

Write a Codelink object to file.

Description

Usage

  writeCodelink(object, file, dec = ".", sep = "\t", flag = FALSE)

Arguments

object an object of class "Codelink".
file filename to write object to.
dec decimal character to use.
sep delimiter character to use.
flag should the Codelink flags be written.

Details

By default, intensities and SNR are wrote to the file. If set, the flag are also output. The header have "INTENSITY_", "SNR_" and "FLAG_" respectibely appendend to the sample name for those values. The default delimiter is the tab character, but that can be set with the sep argument. The default decimal character is the point.

Value

Note

Author(s)

Diego Diez

See Also

Examples

## Not run: 
    data(codelink.example)
    writeCodelink(codelink.example, file = "foo.txt")
## End(Not run)

[Package codelink version 1.6.0 Index]