Uses of Class
sequence.MemorySequence
-
Packages that use MemorySequence Package Description sequence -
-
Uses of MemorySequence in sequence
Methods in sequence that return MemorySequence Modifier and Type Method Description static MemorySequenceMemorySequence. fromString(String sequence)Constructs a new MemorySequence from the input sequence string that contains A, G, T, and C.static MemorySequenceMemorySequence. random(int k)Generates a random MemorySequence of length k.
-