tree_from_alignment: Construct a neighbor joining tree from a dna alignment

View source: R/sequence.R

tree_from_alignmentR Documentation

Construct a neighbor joining tree from a dna alignment

Description

Construct a neighbor joining tree from a dna alignment

Usage

tree_from_alignment(dna, pairwise.deletion = TRUE, ...)

Arguments

dna

fasta dna object the tree is to be constructed from

pairwise.deletion

a logical indicating if the distance matrix should be constructed using pairwise deletion

...

furthur arguments to dist.dna

See Also

dist.dna, nj


jimhester/primerTree documentation built on Oct. 15, 2023, 11:06 p.m.