scaleBranches: Scale branch lengths to represent either mutations or mutations per site.
Description
scaleBranches Branch length scaling function.
Usage
scaleBranches(clones, edge_type = "mutations")
Value
A tibble with phylo objects that have had branch lengths 
          rescaled as specified.
Arguments
- clones
- a tibble of - airrCloneand- phyloobjects,
the output of getTrees.
 
- edge_type
- Either - genetic_distance(mutations per site) or- mutations
 
Details
Uses clones$trees[[1]]$edge_type to determine how branches are currently scaled.