Skip to content

Files

Latest commit

27a469a · Oct 17, 2023

History

History
19 lines (19 loc) · 1.45 KB

column_descriptions.csv

File metadata and controls

19 lines (19 loc) · 1.45 KB
1
Output ColumnDescription
2
organism_nameName of organism
3
num_unique_kmers_in_genome_sketchCount of distinct k-mers in sketched genome
4
num_total_kmers_in_genome_sketchTotal number of k-mers in genome sketch
5
scale_factorScale factor
6
num_exclusive_kmers_in_sample_sketchCount of distinct k-mers in sketched sample
7
num_total_kmers_in_sample_sketchTotal number of k-mers in sample sketch
8
min_coverageMinimum coverage parameter
9
in_sample_estBoolean indicating whether genome is present in sample
10
p_valsProbability of observing this or more extreme result at ANI threshold
11
num_exclusive_kmers_to_genomeNumber of k-mers that are exclusive to genome
12
num_exclusive_kmers_to_genome_coverageNumber of k-mers exclusive to genome, multiplied by min_coverage parameter
13
num_matchesSize of intersection between exclusive k-mers and sample
14
acceptance_threshold_wo_coverageAcceptance threshold without adjusting for coverage
15
acceptance_threshold_with_coverageAcceptance threshold adjusted for coverage
16
actual_confidence_wo_coverageActual confidence without adjusting for coverage
17
actual_confidence_with_coverageActual confidence adjusted for coverage
18
alt_confidence_mut_rate_wo_coverageMutation rate such that at this mutation rate, false positive rate = p_val. Does not account for min_coverage parameter.
19
alt_confidence_mut_rate_with_coverageMutation rate such that at this mutation rate, false positive rate = p_val, accounting for min_coverage parameter.