Chopper
|
#include <cmath>
#include <cstddef>
#include <filesystem>
#include <fstream>
#include <limits>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include <chopper/configuration.hpp>
#include <chopper/layout/determine_best_number_of_technical_bins.hpp>
#include <chopper/layout/hibf_statistics.hpp>
#include <chopper/next_multiple_of_64.hpp>
#include <hibf/layout/compute_layout.hpp>
#include <hibf/layout/layout.hpp>
#include <hibf/sketch/compute_sketches.hpp>
#include <hibf/sketch/hyperloglog.hpp>
Namespaces | |
namespace | chopper |
namespace | chopper::layout |
Functions | |
seqan::hibf::layout::layout | chopper::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) |