Skip to content

Commit

Permalink
Coverage in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
davetang committed Mar 25, 2024
1 parent 94fc52a commit f394c8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions learning_bam_file.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,13 @@ gunzip -c ERR188273.per-base.bed.gz | head
cat ERR188273.mosdepth.summary.txt
```

Coverage in using a 500 bp window.

```{bash engine.opts='-l'}
mosdepth -n --fast-mode --by 500 ERR188275_500 eg/ERR188273_chrX.bam
gunzip -c ERR188275_500.regions.bed.gz | head
```

## Stargazers over time

[![Stargazers over time](https://starchart.cc/davetang/learning_bam_file.svg)](https://starchart.cc/davetang/learning_bam_file)

0 comments on commit f394c8e

Please sign in to comment.