![]() |
![]()
| ![]() |
![]()
NAMEbl_vcf_call_downstream_of_alignment() - Return true if VCF call is downstream of alignment LIBRARY#include <biolibc/vcf.h> -lbiolibc -lxtend SYNOPSISbool bl_vcf_call_downstream_of_alignment(bl_vcf_t *vcf_call, bl_sam_t *alignment) ARGUMENTSvcf_call Pointer to bl_vcf_t structure containing VCF call sam_alignment Pointer to bl_sam_t structure containing alignment DESCRIPTIONDetermine if a VCF call is downstream of a SAM alignment. For the purpose of this function, this could mean on the same chrom and higher position, or on a later chrom. RETURN VALUEStrue if the call is downstream of the alignment false otherwise SEE ALSObl_vcf_call_in_alignment(3)
|