readGFWig: Read genomic feature bigwig file

Description Usage Arguments Value Author(s) Examples

View source: R/BorderAnalysisMiscFun.R

Description

Function to import a genomic feature wig or bigWig file. The file can contain for instance normalized ChIP-seq values (log2(ChIP/Input) values).

Usage

1
readGFWig(GFWigFile, seqInfoChr)

Arguments

GFWigFile

The name of the wig or bigWig file. If it does not contain an absolute path, the file name is relative to the current working directory.

seqInfoChr

A Seqinfo object for the corresponding genome.

Value

A GRanges object is returned.

Author(s)

Raphael Mourad

Examples

1
2
# Same use as for readGFBed(). An example wig or bigWig file is not provided in the package 
# because these files have large memory sizes.

HiCfeat documentation built on May 2, 2019, 2:11 a.m.