HalfAlignInterval Class Reference

#include <Interval.h>

Inheritance diagram for HalfAlignInterval:

Interval

List of all members.

Public Member Functions

 HalfAlignInterval (const int bb, const int ee, int iden, int alen, float cc)
 HalfAlignInterval (const HalfAlignInterval &i)
int getIdentical () const
float getIdentity () const
int getAlnlen () const
float getCov () const

Private Attributes

int identical
int alnlen
float cov


Detailed Description

Class HalfAlignInterval to represent half of the alignment. This class is used for chimera detection.

It extends Interval class.

It add identical, alnlen, and cov information for each alignment.


Constructor & Destructor Documentation

HalfAlignInterval::HalfAlignInterval ( const int  bb,
const int  ee,
int  iden,
int  alen,
float  cc 
) [inline]

HalfAlignInterval::HalfAlignInterval ( const HalfAlignInterval i  )  [inline]


Member Function Documentation

int HalfAlignInterval::getIdentical (  )  const [inline]

float HalfAlignInterval::getIdentity (  )  const [inline]

References alnlen, and identical.

int HalfAlignInterval::getAlnlen (  )  const [inline]

float HalfAlignInterval::getCov (  )  const [inline]

References cov.

Referenced by HalfAlignPile::computeIntermediateResult().


Member Data Documentation

number of identical matches

Referenced by getIdentical(), and getIdentity().

length of the alignment

Referenced by getAlnlen(), and getIdentity().

float HalfAlignInterval::cov [private]

How much this alignment covers the covers the sequence in question. A sequence with length >= alnlen is implied by this class.

This should be the target coverage

Referenced by getCov().


The documentation for this class was generated from the following file:

Generated on Wed Aug 10 11:57:11 2011 for Softwares from Orpara by  doxygen 1.5.6