ExportStatePaintR: Write StatePaintR object to bedfiles

Description Usage Arguments Value Examples

Description

Write StatePaintR object to bedfiles

Usage

1
ExportStatePaintR(states, output.dir, progress = TRUE)

Arguments

states

A GRangesList produced by PaintStates

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?

Value

Invisibly returns the states object.

Examples

1
2
3
4
5
## Not run: 
ExportStatePaintR(states = states,
                  output.dir = tempdir())

## End(Not run)

Simon-Coetzee/footprintR documentation built on May 9, 2019, 1:31 p.m.