Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bl_vcf_ca..._alignment(3)  Library Functions Manual  bl_vcf_ca..._alignment(3)

NAME
       bl_vcf_call_downstream_of_alignment()  -	 Return	 true  if  VCF call is
       downstream of alignment

LIBRARY
       #include	<biolibc/vcf.h>
       -lbiolibc -lxtend

SYNOPSIS
       bool    bl_vcf_call_downstream_of_alignment(bl_vcf_t *vcf_call,
       bl_sam_t	*alignment)

ARGUMENTS
       vcf_call	   Pointer to bl_vcf_t structure containing VCF	call
       sam_alignment   Pointer to bl_sam_t structure containing	alignment

DESCRIPTION
       Determine if a VCF call is downstream of	a SAM alignment.  For the pur-
       pose of this function, this could mean on the same chrom	and higher po-
       sition, or on a later chrom.

RETURN VALUES
       true if the call	is downstream of the alignment false otherwise

SEE ALSO
       bl_vcf_call_in_alignment(3)

						     bl_vcf_ca..._alignment(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_vcf_call_downstream_of_alignment&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help