Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
determine_best_number_of_technical_bins.hpp
Go to the documentation of this file.
1// ---------------------------------------------------------------------------------------------------
2// Copyright (c) 2006-2023, Knut Reinert & Freie Universität Berlin
3// Copyright (c) 2016-2023, Knut Reinert & MPI für molekulare Genetik
4// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5// shipped with this file and also available at: https://github.com/seqan/chopper/blob/main/LICENSE.md
6// ---------------------------------------------------------------------------------------------------
7
8#include <utility>
9#include <vector>
10
12
13#include <hibf/layout/layout.hpp>
14#include <hibf/sketch/hyperloglog.hpp>
15
17{
18
19seqan::hibf::layout::layout
21 std::vector<size_t> const & kmer_counts,
22 std::vector<seqan::hibf::sketch::hyperloglog> const & sketches);
23
24}
Definition: determine_best_number_of_technical_bins.hpp:17
seqan::hibf::layout::layout determine_best_number_of_technical_bins(chopper::configuration &config, std::vector< size_t > const &kmer_counts, std::vector< seqan::hibf::sketch::hyperloglog > const &sketches)
Definition: determine_best_number_of_technical_bins.cpp:32
Definition: configuration.hpp:24
Definition: shared.hpp:19