Bio-Sampling-Valection

 view release on metacpan or  search on metacpan

lib/Bio/Sampling/Valection.pm  view on Meta::CPAN


Note that the call can contain a tab, but the caller may not.

- **outfile**: a path to a filename where the calls should be outputted

- **seed** (optional): an integer to seed the random number generator with (used to randomize sampling)

	use Bio::Sampling::Valection;

	# Run the sampling to select 10 candidates
	run_equal_per_caller(10, "/home/me/calls.valec", "/home/me/selections.txt", 50);


=cut

use Exporter 'import';
our @EXPORT = qw(run_directed_sampling run_random_sampling run_equal_per_caller run_equal_per_overlap run_increasing_with_overlap run_decreasing_with_overlap);
=head1 FUNCTIONS

The functions are named as follows:



( run in 0.838 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )