Description Usage Arguments Details Value Author(s) References See Also Examples
Fast fixedStep WIG file reading and parsing
1 2 | wigToGRanges(wigfile, verbose = TRUE)
wigToRangedData(wigfile, verbose = TRUE)
|
wigfile |
Filepath to fixedStep WIG format file |
verbose |
Set to FALSE to suppress messages |
Reads the entire file into memory, then processes the file in rapid fashion, thus performance will be limited by memory capacity.
The WIG file is expected to conform to the minimal fixedStep WIG format (see References), where each chromsome is started by a “fixedStep” declaration line. The function assumes only a single track in the WIG file, and will ignore any lines before the first line starting with “fixedStep”.
GRanges
object with chromosome and position information, sorted
in decreasing chromosal size and increasing position.
Gavin Ha, Daniel Lai
wigToGRanges
is a wrapper around these functions for easy
WIG file loading and structure formatting. It is modified from the HMMcopy package.
1 2 | map <- system.file("extdata", "map_chr2.wig", package = "TitanCNA")
mScore <- as.data.frame(wigToGRanges(map))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.