Description Usage Arguments Author(s) See Also Examples
Write an axt object into a file.
1 | writeAxt(axt, con)
|
axt |
An |
con |
A connection object or a character string. |
Ge Tan
1 2 3 4 | axtFile <- file.path(system.file("extdata", package="CNEr"),
"hg38.danRer10.net.axt")
axt <- readAxt(axtFile)
writeAxt(axt, con=tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.