eXpress “1.5”

Indel Struct Reference

The Indel struct stores the information for a single insertion or deletion. More...

#include <fragments.h>

List of all members.

Public Member Functions

 Indel (size_t p, size_t l)
 Indel constructor.

Public Attributes

size_t pos
 A public size_t for the position of the Indel in the read.
size_t len
 A public size_t for the length of the Indel in the read.

Detailed Description

The Indel struct stores the information for a single insertion or deletion.

Author:
Adam Roberts
Date:
2012 Artistic License 2.0

Definition at line 42 of file fragments.h.


Member Data Documentation

size_t Indel::pos

A public size_t for the position of the Indel in the read.

0-based.

Definition at line 46 of file fragments.h.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables