HIBF
1.0.0-rc.1
Toggle main menu visibility
Main Page
Cookbook
About
Changelog
Copyright
Code of Conduct
Contributing
API Reference
API Reference (details)
Concept List
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
~
Variables
a
b
d
e
f
h
i
k
m
n
o
p
r
s
t
u
v
Typedefs
Related Symbols
File List
File List
File Members
All
Macros
▼
HIBF
Cookbook
►
About
►
API Reference
▼
API Reference (details)
►
Concept List
►
Class List
▼
File List
▼
File List
▼
hibf
►
build
►
cereal
▼
layout
compute_fpr_correction.hpp
compute_layout.hpp
compute_relaxed_fpr_correction.hpp
data_store.hpp
►
graph.hpp
hierarchical_binning.hpp
layout.hpp
prefixes.hpp
print_matrix.hpp
simple_binning.hpp
►
misc
►
sketch
all.hpp
config.hpp
hierarchical_interleaved_bloom_filter.hpp
►
interleaved_bloom_filter.hpp
►
platform.hpp
►
version.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
compute_fpr_correction.hpp
1
// SPDX-FileCopyrightText: 2006-2025, Knut Reinert & Freie Universität Berlin
2
// SPDX-FileCopyrightText: 2016-2025, Knut Reinert & MPI für molekulare Genetik
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#pragma once
6
7
#include <
cstddef
>
// for size_t
8
#include <
vector
>
// for vector
9
10
#include <
hibf/platform.hpp
>
11
12
namespace
seqan::hibf::layout
13
{
14
19
struct
fpr_correction_parameters
20
{
21
double
fpr{};
22
size_t
hash_count{};
23
size_t
t_max{};
24
};
19
struct
fpr_correction_parameters
{
…
};
25
30
[[nodiscard]]
std::vector<double>
compute_fpr_correction
(
fpr_correction_parameters
const
& params);
31
32
}
// namespace seqan::hibf::layout
cstddef
seqan::hibf::layout::compute_fpr_correction
std::vector< double > compute_fpr_correction(fpr_correction_parameters const ¶ms)
Precompute f_h factors that adjust the split bin size to prevent FPR inflation due to multiple testin...
platform.hpp
Provides platform and dependency checks.
seqan::hibf::layout::fpr_correction_parameters
Contains parameters for compute_fpr_correction.
Definition
compute_fpr_correction.hpp:20
vector
hibf
layout
compute_fpr_correction.hpp
Generated on Sun Mar 16 2025 12:42:09 for HIBF by
1.10.0