writeAxt | R Documentation |
writeAxt
function
Write an axt object into a file.
writeAxt(axt, con)
axt |
An |
con |
A connection object or a character string. |
Ge Tan
readAxt
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.