Generic function for finding neighbouring strings, given identified alleles.
findNeighbours(
stringCoverageGenotypeListObject,
searchDirection,
trace = FALSE
)
A 'neighbourList' with the neighbouring strings, in the specified direction, for the identified allele regions.
A stringCoverageGenotypeList-class object.
The direction to search for neighbouring strings. Default is -1, indicating a search for '-1' stutters.
Should a trace be shown?