TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
Represents an insertion event. More...
Public Member Functions | |
Insertion (int start, int length) | |
Creates a new Insertion More... | |
Properties | |
int | Start [get] |
The position in the ancestral sequence at which the insertion occurred. More... | |
int | Length [get] |
The length of the insertion. More... | |
int | End [get] |
The end of the insertion in the new sequence. More... | |
Represents an insertion event.
Definition at line 72 of file IndelModel.cs.
PhyloTree.SequenceSimulation.Insertion.Insertion | ( | int | start, |
int | length | ||
) |
Creates a new Insertion
start | The position in the ancestral sequence at which the insertion occurred. |
length | The length of the insertion. |
Definition at line 94 of file IndelModel.cs.
|
get |
The end of the insertion in the new sequence.
Definition at line 87 of file IndelModel.cs.
|
get |
The length of the insertion.
Definition at line 82 of file IndelModel.cs.
|
get |
The position in the ancestral sequence at which the insertion occurred.
Definition at line 77 of file IndelModel.cs.