Learn R Programming

odseq (version 1.0.2)

odseq-package: odseq

Description

odseq

Arguments

Details

The DESCRIPTION file: odseq odseq

References

[1] OD-seq: outlier detection in multiple sequence alignments. Peter Jehl, Fabian Sievers and Desmond G. Higgins. BMC Bioinformatics. 2015.

See Also

odseq odseq_unaligned

Examples

Run this code
library(msa)
data(seqs)
al <- msa(seqs)
odseq(al, distance_metric = "affine", B = 1000, threshold = 0.025)

Run the code above in your browser using DataLab