getNextFromFocal: Next SNV from the focal point

Description Usage Arguments Value See Also Examples

View source: R/find_SNV_utility_functions.R

Description

This function finds the next SNV to be checked for compatability with the existing window of SNVs.

Usage

1
getNextFromFocal(current, absDist)

Arguments

current

Current SNVs in the neighborhood of focal SNV.

absDist

Absolute distance of all SNVs from the focal SNV in base pairs.

Value

The index of the SNV that is nearest to the focal SNV but outside the current neighborhood. To be returned to findSNVs.

See Also

findSNVs

Examples

1


perfectphyloR documentation built on March 8, 2021, 9:06 a.m.