fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Public Attributes | List of all members
raptor::threshold::threshold_parameters Struct Reference

#include <raptor/threshold/threshold_parameters.hpp>

Public Attributes

uint32_t window_size {}
 
seqan3::shape shape {}
 
uint64_t pattern_size {}
 
uint8_t errors {}
 
double percentage {std::numeric_limits<double>::quiet_NaN()}
 
double p_max {}
 
double fpr {}
 
double tau {}
 
bool cache_thresholds {}
 
std::filesystem::path output_directory {}
 

Member Data Documentation

◆ cache_thresholds

bool raptor::threshold::threshold_parameters::cache_thresholds {}

◆ errors

uint8_t raptor::threshold::threshold_parameters::errors {}

◆ fpr

double raptor::threshold::threshold_parameters::fpr {}

◆ output_directory

std::filesystem::path raptor::threshold::threshold_parameters::output_directory {}

◆ p_max

double raptor::threshold::threshold_parameters::p_max {}

◆ pattern_size

uint64_t raptor::threshold::threshold_parameters::pattern_size {}

◆ percentage

double raptor::threshold::threshold_parameters::percentage {std::numeric_limits<double>::quiet_NaN()}

◆ shape

seqan3::shape raptor::threshold::threshold_parameters::shape {}

◆ tau

double raptor::threshold::threshold_parameters::tau {}

◆ window_size

uint32_t raptor::threshold::threshold_parameters::window_size {}

The documentation for this struct was generated from the following file: