SequenceGraph {SMRUCC.genomics.Model.MotifGraph} | .NET clr documentation |
A machine learning vector model for motif analysis
# namespace SMRUCC.genomics.Model.MotifGraph
export class SequenceGraph {
composition: list;
# A tuple graph
graph: list;
# the unique reference id of current sequence graph model
id: string;
# the sequence length
len: integer;
triple: list;
# deflat of the SequenceGraph.graph.
tuple: list;
tuple_distance: list;
}
composition
: listgraph
: listtriple
: listtuple
: listtuple_distance
: list