|
LIBRARY#include <biolibc/vcf.h> -lbiolibc -lxtend SYNOPSISbool bl_vcf_call_in_alignment(bl_vcf_t *vcf_call, bl_sam_t *sam_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 within a SAM alignment, i.e. on the same chrom and between the start and end positions of the alignment.RETURN VALUEStrue if the call is within the alignment false otherwiseSEE ALSObl_vcf_call_downstream_of_alignment(3) Visit the GSP FreeBSD Man Page Interface. |