htslib.vcf_sweep

@file htslib/vcf_sweep.h Forward/reverse sweep API.

Members

Functions

bcf_sweep_bwd
bcf1_t* bcf_sweep_bwd(bcf_sweep_t* sw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bcf_sweep_destroy
void bcf_sweep_destroy(bcf_sweep_t* sw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bcf_sweep_fwd
bcf1_t* bcf_sweep_fwd(bcf_sweep_t* sw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bcf_sweep_hdr
bcf_hdr_t* bcf_sweep_hdr(bcf_sweep_t* sw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bcf_sweep_init
bcf_sweep_t* bcf_sweep_init(const(char)* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

bcf_sweep_t
struct bcf_sweep_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta