write_wig {plyranges}R Documentation

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()


[Package plyranges version 1.13.1 Index]