isItAMatch: Checks if the current characters are matching

Description Usage Arguments Value Examples

Description

isItAMatch is a utility function that checks whether the i-th and j-th characters of the two sequences are matching

Usage

1
isItAMatch(sequenceA, sequenceB, i, j)

Arguments

sequenceA

The first nucleotide sequence (positioned on the rows)

sequenceB

The second nucleotide sequence (positioned on the columns)

i

The index for sequenceA (rows)

j

The index for sequenceB (columns)

Value

TRUE if the two characters are matching, FALSE otherwise

Examples

1
isItAMatch("GTT","GCATT",1,2)

BeatriceBa/RProjectNW documentation built on Dec. 17, 2021, 10:47 a.m.