Skip to content

kProcessor interface #86

@shokrof

Description

@shokrof

kDataFrame.hpp:
create an interface for all the public functions
classes:

  1. kDataframeIterator(not _kDataframeIterator)
  2. kDataframe
  3. dbgIterator
  4. kDataframeMQF-MAP-PHMAP

Algorithms.hpp:

  1. parseSequences(allversions)
  2. countKmersFromFile and string
    3)load KMC
  3. transform and transform in place
  4. filter 2 versions
  5. aggregate 2 versions
  6. merge
  7. union and intersect and Diff
  8. you decide about the kmerdecocer fns
  9. index and index mega and index priorityqueue
  10. inner join

defaultColumn.hpp:

  1. Column
  2. vectorColumn: it is a template make a version for int,bool,double,uint32_t
  3. mixVectors
    4)QueryColorColumn
  4. prefixtrie
  5. dedupicated column it a template make a version for:
    a) deduplicatedColumn<vector<uint32_t>, mixVectors>
    b) deduplicatedColumn<vector<uint32_t>, prefixTrie>
    c) deduplicatedColumn<vector<uint32_t>, insertColorColumn>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions