Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "gotree",
Short: "gotree: A set of tools to handle phylogenetic trees in go",
Long: `gotree is a set of tools to handle phylogenetic trees in go.
Different usages are implemented:
- Generating random trees
- Transforming trees (renaming tips, pruning/removing tips)
- Comparing trees (computing bootstrap supports, counting common edges)
`,
}
RootCmd represents the base command when called without any subcommands
View Source
var Version string
Functions ¶
Types ¶
type EdgeStruct ¶ added in v0.1.4
type EdgeStruct struct {
// contains filtered or unexported fields
}
Source Files
¶
- annotate.go
- balancedtree.go
- booster.go
- caterpillartree.go
- classical.go
- clear.go
- clearlength.go
- clearpvalue.go
- clearsupport.go
- collapse.go
- collapsebrlen.go
- collapsedepth.go
- collapsesupport.go
- compare.go
- compareedges.go
- comparetips.go
- comparetrees.go
- compute.go
- consensus.go
- divide.go
- dlimage.go
- draw.go
- edges.go
- edgetrees.go
- generate.go
- itoldl.go
- itolup.go
- matrix.go
- midpoint.go
- minbrlen.go
- nodes.go
- outgroup.go
- png.go
- prune.go
- randbrlen.go
- randsupport.go
- rename.go
- reroot.go
- resolve.go
- roccurve.go
- root.go
- rooted.go
- shuffletips.go
- splits.go
- stats.go
- subtree.go
- support.go
- svg.go
- text.go
- tips.go
- uniformtree.go
- unroot.go
- upload.go
- version.go
- yuletree.go
Click to show internal directories.
Click to hide internal directories.