NVBIO
|
Go to the source code of this file.
Typedefs | |
typedef struct _bcf_sweep_t | bcf_sweep_t |
Functions | |
bcf_sweep_t * | bcf_sweep_init (const char *fname) |
void | bcf_sweep_destroy (bcf_sweep_t *sw) |
bcf_hdr_t * | bcf_sweep_hdr (bcf_sweep_t *sw) |
bcf1_t * | bcf_sweep_fwd (bcf_sweep_t *sw) |
bcf1_t * | bcf_sweep_bwd (bcf_sweep_t *sw) |
typedef struct _bcf_sweep_t bcf_sweep_t |
Definition at line 7 of file vcf_sweep.h.
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.