fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Namespaces | Functions
multiple_error_model.cpp File Reference
#include <algorithm>
#include <raptor/threshold/logspace.hpp>
#include <raptor/threshold/multiple_error_model.hpp>

Namespaces

 raptor
 
 raptor::threshold
 

Functions

void raptor::threshold::impl (size_t const minimisers_to_affect, std::vector< double > const &affected_by_one_error_prob, std::vector< size_t > affected_by_error, size_t const current_error, double &result)
 
std::vector< double > raptor::threshold::multiple_error_model (size_t const number_of_minimisers, size_t const errors, std::vector< double > const &affected_by_one_error_prob)