Skip to content

Latest commit

 

History

History
63 lines (29 loc) · 1.13 KB

vcfsamplediff.md

File metadata and controls

63 lines (29 loc) · 1.13 KB

% VCFSAMPLEDIFF(1) vcfsamplediff (vcflib) | vcfsamplediff (VCF transformation) % Erik Garrison and vcflib contributors

NAME

vcfsamplediff

SYNOPSIS

vcfsamplediff [options] [ ... ]

DESCRIPTION

Establish putative somatic variants using reported differences between germline and somatic samples. Tags each record where the listed sample genotypes differ with . The first sample is assumed to be germline, the second somatic. Each record is tagged with ={germline,somatic,loh} to specify the type of variant given the genotype difference between the two samples.

OPTIONS



options:
    -s --strict     Require that no observations in the germline support the somatic alternate.


Type: transformation

EXIT VALUES

0 : Success

not 0 : Failure

SEE ALSO

vcflib(1)

OTHER

Source code

vcfsamplediff.cpp

LICENSE

Copyright 2011-2023 (C) Erik Garrison and vcflib contributors. MIT licensed.