Learn R Programming

plyranges (version 1.9.3)

write_wig: Write a WIG file

Description

Write a WIG file

Usage

write_wig(x, file)

Arguments

x

A GRanges object

file

File name, URL or connection specifying a file to write x to. Compressed files with extensions such as '.gz' are handled automatically.

Value

The write function returns a WIGFile invisibly.

See Also

rtracklayer::WIGFile()