HighCovBam | R Documentation |
Function to find high coverage regions in a bam file.
HighCovBam(bam,cutoff=NULL,width=500)
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 |
bam='example.bam'
HighCovBam(bam,cutoff=100,width=500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.