An open API service indexing awesome lists of open source software.

https://github.com/brentp/bpbio

basepair bio: a single binary with many useful genomics subtools.
https://github.com/brentp/bpbio

bam cram genomics genomics-visualization high-throughput-sequencing structural-variation

Last synced: 3 months ago
JSON representation

basepair bio: a single binary with many useful genomics subtools.

Awesome Lists containing this project

README

        

# bpbio: a single binary with a collection of sub-commands useful for genomics

+ plot-sv-vcf: create a plot that shows the number of large and small variants separated by DEL/DUP/BND/INV for a multi-sample SV VCF. (idea from @ernfrid)

## Libraries
+ countstats: get median and percentiles for integers in constant space and little time.
+ pedfile: ped (fam) file parsing and matching to VCF.
+ duko: ergonomic embedded javascript via [duktape](https://duktape.org/) and [duktape-nim](https://github.com/manguluka/duktape-nim)
+ variexpr: simple expressions for filtering and labeling VCF records e.g.: denovo:kid.alts == 1 && mom.alts == 0 && dad.alts == 0 && kid.DP > 10

## Abandoned

+ homsv: look for depth changes in self-chains or homologous regions
+ homsv-merge: merge output from homsv