The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Pipeline::Comparison::Report::ParseVCFCompare - Take in the output of VCF compare and return details about intersection of variants.

VERSION

version 1.123050

SYNOPSIS

Take in the output of VCF compare and return details about intersection of variants.

use Bio::Pipeline::Comparison::Report::ParseVCFCompare; my $obj = Bio::Pipeline::Comparison::Report::ParseVCFCompare->new( known_variant_filename => 'abc.1.vcf.gz', observed_variant_filename => 'efg.1.vcf.gz' ); $obj->number_of_false_positives; $obj->number_of_false_negatives; $obj->number_of_known_variants; $obj->number_of_observed_variants;

SEE ALSO

AUTHOR

Andrew J. Page <ap13@sanger.ac.uk>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Wellcome Trust Sanger Institute.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007