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

Description Usage Arguments

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/Sushi2 documentation built on May 16, 2019, 4:03 a.m.