writeAxt: 'writeAxt' function

Description Usage Arguments Author(s) See Also Examples

View source: R/IO-methods.R

Description

Write an axt object into a file.

Usage

1
  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

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

CNEr documentation built on Nov. 8, 2020, 5:36 p.m.