Phylotree-class {GeRnika} | R Documentation |
S4 class to represent phylogenetic trees.
Description
S4 class to represent phylogenetic trees.
Slots
B
A data.frame containing the square matrix that represents the ancestral relations among the clones of the phylogenetic tree.
clones
A vector representing the equivalence table of the clones in the phylogenetic tree.
genes
A vector representing the equivalence table of the genes in the phylogenetic tree.
parents
A vector representing the parents of the clones in the phylogenetic tree.
tree
A
Node
class object representing the phylogenetic tree.labels
A vector representing the tags of the genes in the phylogenetic tree.
[Package GeRnika version 1.1.0 Index]