LCFilter.h File Reference

#include "arg_parser.h"
#include "Filter.h"
Include dependency graph for LCFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LCFilter
 A filter to weed out reads with Low Complexity (LC) sections. More...

Typedefs

typedef std::pair< int, int > DummyESTInfo
 Shortcut typedef for std::pair<int, int>.

Typedef Documentation

std::pair< int, SMList > DummyESTInfo

Shortcut typedef for std::pair<int, int>.

This typedef is a shortcut for referring to a pair of integers that hold information about dummy ESTs created, used, and finally removed by this filter. The pair of information is used as follows:

  1. The first entry is an int that indicates the index of the dummy EST in the global EST list.

  2. The second entry is another integer hat contains the ID of the cluster to which other ESTs that are sufficiently close to the dummy EST must be added.

Definition at line 63 of file LCFilter.h.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1