powered by
Function to import a genomic feature wig or bigWig file. The file can contain for instance normalized ChIP-seq values (log2(ChIP/Input) values).
readGFWig(GFWigFile, seqInfoChr)
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.
A Seqinfo object for the corresponding genome.
A GRanges object is returned.
# NOT RUN { # Same use as for readGFBed(). An example wig or bigWig file is not provided in the package # because these files have large memory sizes. # }
Run the code above in your browser using DataLab