GenericTree {SMRUCC.genomics.foundation.OBO_Foundry.Tree} | .NET clr documentation |
A very simple orthology tree.
(仅仅依靠is_a
关系来构建出直系同源树)
# namespace SMRUCC.genomics.foundation.OBO_Foundry.Tree
export class GenericTree {
# Additional data table
data: list;
direct_childrens: list;
ID: string;
# multiple inheritance? (basetype)
is_a: GenericTree[];
name: string;
}
data
: listdirect_childrens
: listis_a
: GenericTree