traverseSequenceGraph: Will return all alignments of a sequence to a graph (within...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Will return all alignments of a sequence to a graph (within some maximum edit distance).

Usage

1
traverseSequenceGraph(sgrap, query, maxEdit)

Arguments

sgrap

The graph.

query

The sequence.

maxEdit

The maximum edit distance.

Value

An opaque object containing the graph traversals.


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