exportToBED | R Documentation |
Function that serves as a wrapper function for rtracklayer::export
.
exportToBED(object, con)
object |
a |
con |
A path or URL |
a .bed file
BSFind
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
## Not run:
# export
# exportToBED(bds, con = "./myfile.bed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.