mpileup-0.0.28 is not a library.
mpileup
Install
Usage
pileup number of base and indel
In this subcommand (example),
- pileup up reads within region in
region.bed - use
reference.faas reference - accept multiple input bam files:
sample1.bam,sample2.bam... - report indel with argument
-g - set depth cutoff as 10 by
-d 10
count number of reads
In this subcommand (example),
- only support one file a time
Documentation
TODO
- support sam flag filtering
- support trimming read ends
- remove duplicate by UMI on qname
- group the result by customized tag (such as cell barcode)