ecl-logo Documentation

SequenceJoin

SequenceJoin[seqs]joined

joins the provided sequences togeather into a single sequence.

Details

    Input
    Output
    General Options

Examples

Basic Examples  (2)

Given a list of sequence, the function will combin them in order to form a single sequence:

Works on Sequences of sequences as well:

Additional Examples  (1)

If explicitly provide a type and works, will join according to that type:

Options  (3)

Degeneracy  (1)

The Degeneracy option can be used to allow degenerate sequences to match:

ExplicitlyTyped  (1)

Explicit or implicitly typed output can be requested using the ExplicitlyTyped option:

Polymer  (1)

Works with explicitly typed sequence as well:

Messages  (2)

invalidSeqs  (1)

If the sequences contains invalid sequence, a message will throw:

missMatchPolymerType  (1)

If the sequences contains unmatching polymers, a message will throw: