#include <SeedOccurrenceList.h>
Public Types | |
| typedef float32 | frequency_type |
Public Member Functions | |
| template<typename SMLType> void | construct (SMLType &sml) |
| frequency_type | getFrequency (gnSeqI position) |
| SeedOccurrenceList & | operator= (const SeedOccurrenceList &sol) |
| SeedOccurrenceList (const SeedOccurrenceList &sol) | |
| SeedOccurrenceList () | |
| ~SeedOccurrenceList () | |
Protected Member Functions | |
| template<typename SMLType> void | smoothFrequencies (const SMLType &sml, frequency_type *count) |
| converts position freqs to the average freq of all k-mers containing that position | |
Protected Attributes | |
| boost::iostreams::mapped_file_source | data |
| std::string | tmpfile |
|
|
Definition at line 17 of file SeedOccurrenceList.h. Referenced by construct(), getFrequency(), mems::GetPairwiseAnchorScore(), and smoothFrequencies(). |
|
|
Definition at line 19 of file SeedOccurrenceList.h. |
|
|
Definition at line 81 of file SeedOccurrenceList.h. References tmpfile. |
|
|
Definition at line 91 of file SeedOccurrenceList.h. |
|
||||||||||
|
Definition at line 22 of file SeedOccurrenceList.h. References CreateTempFileName(), frequency_type, mems::bmer::mer, mems::bmer::position, smoothFrequencies(), tmpfile, and mems::uint64. |
|
|
Definition at line 77 of file SeedOccurrenceList.h. References frequency_type. Referenced by mems::GetPairwiseAnchorScore(). |
|
|
Definition at line 92 of file SeedOccurrenceList.h. |
|
||||||||||||||||
|
converts position freqs to the average freq of all k-mers containing that position
Definition at line 99 of file SeedOccurrenceList.h. References frequency_type. Referenced by construct(). |
|
|
Definition at line 117 of file SeedOccurrenceList.h. |
|
|
Definition at line 118 of file SeedOccurrenceList.h. Referenced by construct(), and ~SeedOccurrenceList(). |
1.3.6