NVBIO
|
#include <kmers.h>
|
inline |
void D_KmerSet< string_set_type >::collapse_and_extract_non_overlaps | ( | D_VectorSetKmerCoord & | kmers_out, |
D_VectorU32 & | prefix_ids_out, | ||
D_VectorU32 & | suffix_ids_out, | ||
D_VectorU32 & | counts_out | ||
) |
Definition at line 1546 of file kmers_inl.h.
void D_KmerSet< string_set_type >::count_distinct_by_prefix | ( | D_VectorU32 & | prefix_unique_id_map) |
void D_KmerSet< string_set_type >::count_distinct_by_prefix | ( | ) |
void D_KmerSet< string_set_type >::count_kmers | ( | ) |
Definition at line 1306 of file kmers_inl.h.
void D_KmerSet< string_set_type >::count_kmers_rle | ( | ) |
Definition at line 1289 of file kmers_inl.h.
void D_KmerSet< string_set_type >::extract_super_kmers | ( | ) |
Definition at line 1454 of file kmers_inl.h.
void D_KmerSet< string_set_type >::filter_coords_by_prefix_uniqueness | ( | const D_VectorU8 & | unique_map) |
Definition at line 1433 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_global_to_sorted_id_map | ( | ) |
Definition at line 1399 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_global_UID_map | ( | ) |
Definition at line 1381 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_global_unique_map | ( | ) |
Definition at line 1364 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_kmer_64b_keys | ( | ) |
Definition at line 1078 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_kmer_coords | ( | ) |
Definition at line 1061 of file kmers_inl.h.
void D_KmerSet< string_set_type >::gen_prefix_map | ( | ) |
|
inline |
void D_KmerSet< string_set_type >::mark_unique_kmers | ( | ) |
Definition at line 1409 of file kmers_inl.h.
void D_KmerSet< string_set_type >::partition_kmers_by_uniqueness | ( | ) |
Definition at line 1324 of file kmers_inl.h.
|
inline |
void D_KmerSet< string_set_type >::segmented_sort_kmers_by_64b_keys | ( | ) |
Definition at line 1117 of file kmers_inl.h.
void D_KmerSet< string_set_type >::sort_kmers_by_64b_keys | ( | ) |
Definition at line 1091 of file kmers_inl.h.
void D_KmerSet< string_set_type >::sort_kmers_by_64b_keys_meta | ( | const meta_iterator_type | meta_data) |
Definition at line 1106 of file kmers_inl.h.
void D_KmerSet< string_set_type >::sort_kmers_by_64b_keys_seqid | ( | ) |
Definition at line 1145 of file kmers_inl.h.
void D_KmerSet< string_set_type >::sort_kmers_by_64b_keys_seqid_meta | ( | const meta_iterator_type | meta_data) |
Definition at line 1169 of file kmers_inl.h.
D_VectorU32 D_KmerSet< string_set_type >::active_region_ids |
D_VectorSetKmerCoord D_KmerSet< string_set_type >::coords |
D_VectorU32 D_KmerSet< string_set_type >::global_to_sorted_id_map |
D_VectorU32 D_KmerSet< string_set_type >::global_to_UID_map |
D_VectorU8 D_KmerSet< string_set_type >::global_unique_flag_map |
D_VectorU64 D_KmerSet< string_set_type >::kmers_64b |
D_VectorU64 D_KmerSet< string_set_type >::kmers_64b_distinct |
D_VectorU32 D_KmerSet< string_set_type >::kmers_64b_repeat_idxs |
D_VectorU32 D_KmerSet< string_set_type >::kmers_64b_unique_idxs |
D_VectorU32 D_KmerSet< string_set_type >::kmers_counts |
D_VectorU32 D_KmerSet< string_set_type >::scratch_u32 |
D_VectorSetKmerCoord D_KmerSet< string_set_type >::super_coords |
D_VectorU32 D_KmerSet< string_set_type >::super_prefix_uids |
D_VectorU32 D_KmerSet< string_set_type >::super_suffix_uids |