writeCodelink: Write a Codelink object to file.

Description Usage Arguments Details Author(s) Examples

View source: R/file.R

Description

Export of the data from a codelink object to a text file.

Usage

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

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.

chip

chip package to use, normally guessed.

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.

Author(s)

Diego Diez

Examples

1
2
3
4
5
## Not run: 
    data(codelink.example)
    writeCodelink(codelink.example, file = "foo.txt")

## End(Not run)

codelink documentation built on Nov. 8, 2020, 8:19 p.m.