estimateCoverage {biovizBase}R Documentation

Estimation of Coverage

Description

Estimation of Coverage

Usage

## S4 method for signature 'BamFile'
estimateCoverage(x, maxBinSize = 2^14)

Arguments

x

A BamFile object.

maxBinSize

Max bin size.

Value

A GRanges object.

Author(s)

Michael Lawrence


[Package biovizBase version 1.40.0 Index]