Learn R Programming

STRMPS (version 0.6.8)

findNeighbours: Find neighbours

Description

Generic function for finding neighbouring strings, given identified alleles.

Usage

findNeighbours(
  stringCoverageGenotypeListObject,
  searchDirection,
  trace = FALSE
)

Value

A 'neighbourList' with the neighbouring strings, in the specified direction, for the identified allele regions.

Arguments

stringCoverageGenotypeListObject

A stringCoverageGenotypeList-class object.

searchDirection

The direction to search for neighbouring strings. Default is -1, indicating a search for '-1' stutters.

trace

Should a trace be shown?