read.bigwig: Reads a bigwig file and returns it as a data frame.

Description Usage Arguments

View source: R/read.bigwig.R

Description

Reads a bigwig file and returns it as a data frame.

Usage

1
2
read.bigwig(filename, chromosome = NULL, start = 1,
  end = .Machine$integer.max, strand = "*")

Arguments

filename

bigwig filename

chromosome

chromosome as a string, e.g. "chr3"

start

first base number to consider

end

last base number to consider

strand

strand, i.e. '+', '-', or '*'


PhanstielLab/SushiRoll documentation built on Oct. 30, 2019, 10:08 p.m.