searchSuffixTree: Search for a query string within a suffix tree with or...

View source: R/suffixTrees.R

searchSuffixTreeR Documentation

Search for a query string within a suffix tree with or without wildcard characters.

Description

Search for a query string within a suffix tree with or without wildcard characters.

Usage

searchSuffixTree(tree, query, wildcard = NULL)

Arguments

tree

the suffix tree

query

the query string

wildcard

A wildcard character that will match anything or NULL to disable. Default: NULL

Value

An integer vector indicating the start positions of any matches


jweile/yogiseq documentation built on July 8, 2022, 12:48 a.m.