TreeNode 1.5.2
A library to manipulate phylogenetic trees
Loading...
Searching...
No Matches
PhyloTree.SequenceSimulation.Insertion Struct Reference

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...
 

Detailed Description

Represents an insertion event.

Definition at line 72 of file IndelModel.cs.

Constructor & Destructor Documentation

◆ Insertion()

PhyloTree.SequenceSimulation.Insertion.Insertion ( int  start,
int  length 
)

Creates a new Insertion

Parameters
startThe position in the ancestral sequence at which the insertion occurred.
lengthThe length of the insertion.

Definition at line 94 of file IndelModel.cs.

Property Documentation

◆ End

int PhyloTree.SequenceSimulation.Insertion.End
get

The end of the insertion in the new sequence.

Definition at line 87 of file IndelModel.cs.

◆ Length

int PhyloTree.SequenceSimulation.Insertion.Length
get

The length of the insertion.

Definition at line 82 of file IndelModel.cs.

◆ Start

int PhyloTree.SequenceSimulation.Insertion.Start
get

The position in the ancestral sequence at which the insertion occurred.

Definition at line 77 of file IndelModel.cs.


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