SequenceJoin[seqs]⟹joined
joins the provided sequences togeather into a single sequence.
Given a list of sequence, the function will combin them in order to form a single sequence:
Works on Sequences of sequences as well:
If explicitly provide a type and works, will join according to that type:
The Degeneracy option can be used to allow degenerate sequences to match:
Explicit or implicitly typed output can be requested using the ExplicitlyTyped option:
Works with explicitly typed sequence as well:
If the sequences contains invalid sequence, a message will throw:
If the sequences contains unmatching polymers, a message will throw: