writeAxt {CNEr}R Documentation

writeAxt function

Description

Write an axt object into a file.

Usage

  writeAxt(axt, con)

Arguments

axt

An Axt object to write.

con

A connection object or a character string.

Author(s)

Ge Tan

See Also

readAxt

Examples

  axtFile <- file.path(system.file("extdata", package="CNEr"),
                                   "hg38.danRer10.net.axt")
  axt <- readAxt(axtFile)
  writeAxt(axt, con=tempfile())

[Package CNEr version 1.30.0 Index]