expandTraversalEditSequence: Get the edit sequence a traversal represents.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Get the edit sequence a traversal represents.

Usage

1
expandTraversalEditSequence(sgrap, toEx, travInd)

Arguments

sgrap

The graph.

toEx

The traversal set in question.

travInd

The index of the traversal set.

Value

The edit script to go from the query sequence to the reference graph. Three parallel vectors: the first is the location in the (current state of the) query, the second is the operation type (1 for substitution, 2 for insertion, 3 for deletion), and the third is the character (is garbage for deletion).


Ahhgust/MMDIT documentation built on Jan. 27, 2021, 11:48 a.m.