expandTraversalGraphDifferences: Get the variations from the reference that a traversal...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Get the variations from the reference that a traversal through the graph represents.

Usage

1
expandTraversalGraphDifferences(refRS, sgrap, toEx, travInd)

Arguments

refRS

The reference sequence.

sgrap

The graph.

toEx

The traversal set in question.

travInd

The index of the traversal set.

Value

The variants for that traversal through the graph. Three parallel vectors: the first is the location in the reference, the second is the operation type (1 for substitution, 2 for insertion, 3 for deletion), and the third is the relevant character/sequence (is garbage for deletion).


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