NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
vcf_sweep.h File Reference
#include "hts.h"
#include "vcf.h"

Go to the source code of this file.

Typedefs

typedef struct _bcf_sweep_t bcf_sweep_t
 

Functions

bcf_sweep_tbcf_sweep_init (const char *fname)
 
void bcf_sweep_destroy (bcf_sweep_t *sw)
 
bcf_hdr_tbcf_sweep_hdr (bcf_sweep_t *sw)
 
bcf1_tbcf_sweep_fwd (bcf_sweep_t *sw)
 
bcf1_tbcf_sweep_bwd (bcf_sweep_t *sw)
 

Typedef Documentation

typedef struct _bcf_sweep_t bcf_sweep_t

Definition at line 7 of file vcf_sweep.h.

Function Documentation

bcf1_t* bcf_sweep_bwd ( bcf_sweep_t sw)

Definition at line 149 of file vcf_sweep.c.

void bcf_sweep_destroy ( bcf_sweep_t sw)

Definition at line 96 of file vcf_sweep.c.

bcf1_t* bcf_sweep_fwd ( bcf_sweep_t sw)

Definition at line 120 of file vcf_sweep.c.

bcf_hdr_t* bcf_sweep_hdr ( bcf_sweep_t sw)

Definition at line 157 of file vcf_sweep.c.

bcf_sweep_t* bcf_sweep_init ( const char *  fname)

Definition at line 81 of file vcf_sweep.c.