Learn R Programming

seqmagick (version 0.1.7)

bs_hamming: bs_hamming

Description

hamming distances of sequences

Usage

bs_hamming(x, count_indel = FALSE, ...)

Value

hamming distance

Arguments

x

BStringSet object

count_indel

whether count indel or not

...

additional parameters

Author

Guangchuang Yu

Examples

Run this code
if (FALSE) {
fa_file <- system.file("extdata/HA.fas", package="seqmagick")
x <- fa_read(fa_file)
## align first 5 sequences, use `bs_aln(x)` to align all sequences
aln <- bs_aln(x[1:5])
bs_hamming(aln)
}

Run the code above in your browser using DataLab