get.seq.distance: Computing sequence distance according to the number of...

View source: R/Echidna_other_functions.R

get.seq.distanceR Documentation

Computing sequence distance according to the number of unmatched bases.

Description

Computing sequence distance according to the number of unmatched bases.

Usage

get.seq.distance(germline, sequence)

Arguments

germline

A string representing the germline sequence.

sequence

A string of the sequence to be compared, which has the same length as germline.

Value

the number of unmatched bases in 2 sequences.


Platypus documentation built on Aug. 15, 2022, 9:08 a.m.