Home
last modified time | relevance | path

Searched refs:dinucleotide_base_counts (Results 1 – 2 of 2) sorted by relevance

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DKarlinSigAlgorithm.java207 final int [][] dinucleotide_base_counts = new int [4][4]; in getRelativeAbundance() local
220 ++dinucleotide_base_counts[this_f_base_index][next_f_base_index]; in getRelativeAbundance()
229 ++dinucleotide_base_counts[this_r_base_index][next_r_base_index]; in getRelativeAbundance()
255 1f * dinucleotide_base_counts[first_base_index][second_base_index] / in getRelativeAbundance()
/dports/biology/ugene/ugene-40.1/src/plugins/dna_graphpack/src/
H A DKarlinSignatureDifferenceGraph.cpp140 int dinucleotide_base_counts[16] = { in calculateRelativeAbundance() local
172 ++dinucleotide_base_counts[IDX(this_f_base_index, next_f_base_index)]; in calculateRelativeAbundance()
183 ++dinucleotide_base_counts[IDX(this_r_base_index, next_r_base_index)]; in calculateRelativeAbundance()
198 … float dinucleotide_frequency = float(dinucleotide_base_counts[idx]) / (2 * (length - 1)); in calculateRelativeAbundance()