Description Usage Arguments Value Examples
Write StatePaintR object to bedfiles
1 | ExportStatePaintR(states, output.dir, progress = TRUE)
|
states |
A GRangesList produced by |
output.dir |
A character string indicating the directory to save the exported states. The directory will be created if it does not exist. |
progress |
logical; show progress bar and timing details? |
Invisibly returns the states object.
1 2 3 4 5 | ## Not run:
ExportStatePaintR(states = states,
output.dir = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.