Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSBranchAttributes ¶
type Nextstrain ¶
Structs for representation of the PhyloXML tree
func (*Nextstrain) IterateTrees ¶
func (n *Nextstrain) IterateTrees(it func(*tree.Tree, error))
type NsNode ¶
type NsNode struct {
BranchAttr NSBranchAttributes `json:"branch_attrs"`
Children []NsNode `json:"children"`
Name string `json:"name"`
Attributes NsNodeAttributes `json:"node_attrs"`
}
type NsNodeAttributes ¶
type NsNodeAttributes struct {
Divergence float64 `json:"div"`
LocalBranchingIndex struct {
Value float64 `json:"value"`
} `json:"lbi"`
Date NsDate `json:"num_date"`
Region NsRegion `json:"region"`
Accession string `json:"accession"`
Confidence struct {
Value float64 `json:"value"`
} `json:"confidence"`
Age struct {
Value string `json:"value"`
} `json:"age"`
CladeMembership struct {
Value string `json:"value"`
} `json:"clade_membership"`
Country struct {
Value string `json:"value"`
} `json:"country"`
Division struct {
Value string `json:"value"`
} `json:"division"`
Epiweek struct {
Value string `json:"value"`
} `json:"epiweek"`
Gender struct {
Value string `json:"value"`
} `json:"gender"`
OriginatingLab struct {
Value string `json:"value"`
} `json:"originating_lab"`
Recency struct {
Value string `json:"value"`
} `json:"recency"`
SubmittingLab struct {
Value string `json:"value"`
} `json:"submitting_lab"`
}
Click to show internal directories.
Click to hide internal directories.