HighCovBam: HighCovBam

View source: R/HighCovBam.R

HighCovBamR Documentation

HighCovBam

Description

Function to find high coverage regions in a bam file.

Usage

HighCovBam(bam,cutoff=NULL,width=500)

Arguments

bam

Bam file to analyze

cutoff

cutoff threshold for minimum coverage. If NULL, it will be used 0.9 quantile

width

size of windows. Default: 500 bases

Examples

bam='example.bam'
HighCovBam(bam,cutoff=100,width=500)

mdelcorvo/rgumbo documentation built on Jan. 3, 2025, 2:12 p.m.