Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 577 Bytes

README.org

File metadata and controls

26 lines (15 loc) · 577 Bytes

Tools

Some tools that I wrote.

pileupcvg.c

Take as input a bam file and a chromosome id and outputs the coverage at each nucleotide position in the chromosome.

resample.c

Reads a table from standard input and resamples it into bins.

average.py

Reads table from standard input and calculates average (mean, median or mode)

stats.py

Like average.py but can return different statistics according to a format string

bambaseatpos.c

Prints in SAM format those alignments from a BAM file which contain a given base (or indel) at a given reference position