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

NAME

Bio::Pipeline::Comparison::Report::Overview - Aggregate together the results of multiple VCF comparisons

VERSION

version 1.123050

SYNOPSIS

Aggregate together the results of multiple VCF comparisons

use Bio::Pipeline::Comparison::Report::Overview; my $obj = Bio::Pipeline::Comparison::Report::Overview->new( known_to_observed_mappings => [ { known_filename => 'known.1.vcf.gz', observed_filename => 'observed.1.vcf.gz' } ], ); $obj->total_false_positives; $obj->total_false_negatives;

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