Learn R Programming

alakazam (version 0.2.2)

writeChangeoDb: Write a Change-O tab-delimited database file

Description

writeChangeoDb is a simple wrapper around write.table with defaults appropriate for writing a Change-O tab-delimited database file from a data.frame.

Usage

writeChangeoDb(data, file)

Arguments

data
data.frame of Change-O data.
file
output file name.

See Also

Wraps write.table.

Other file input and output functions: makeTempDir, readChangeoDb

Examples

Run this code
# Write a database
  writeChangeoDb(data, "changeo_output.tab")

Run the code above in your browser using DataLab