Learn R Programming

CNEr (version 1.8.3)

writeAxt: writeAxt function

Description

Write an axt object into file.

Usage

writeAxt(axt, con)

Arguments

axt
A Axt object to write.
con
A connection object or a character string.

See Also

readAxt

Examples

Run this code
  axtFilesHg19DanRer7 <- file.path(system.file("extdata", package="CNEr"),
                                   "hg19.danRer7.net.axt")
  axtHg19DanRer7 <- readAxt(axtFilesHg19DanRer7)
  writeAxt(axtHg19DanRer7, con=tempfile())

Run the code above in your browser using DataLab