writeAxt: 'writeAxt' function

View source: R/IO-methods.R

writeAxtR 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())

ge11232002/CNEr documentation built on Oct. 26, 2022, 7:08 p.m.