Learn R Programming

Claddis (version 0.3.4)

SafeTaxonomicReinsertion: Reinsert Safely Removed Taxa Into A Tree

Description

Following Safe Taxonomic Reduction reinsert removed taxa.

Usage

SafeTaxonomicReinsertion(treefile.in, treefile.out, str.list,
  multi.placements = "exclude")

Arguments

treefile.in

A Newick-formatted tree file containing tree(s) without safely removed taxa.

treefile.out

A file name where the newly generated trees will be written out to (required).

str.list

The safe taxonomic reduction table as generated by SafeTaxonomicReduction.

multi.placements

An optional for what to do with taxa that have more than one possible reinsertion position. Options are "exclude" (does not reinsert them; the default) or "random" (picks one of the possible positions and uses that; will vary stochastically if multiple trees exist).

Value

Nothing is returned, but a new file (treefile.out) is written.

Details

TEXT NEEDED!

Examples

Run this code
# NOT RUN {
# Nothing yet

# }

Run the code above in your browser using DataLab