ecl-logo Documentation

Dimers

Dimers[sequence]dimers

breaks a provided sequence up into a list of its composite overlapping dimers in order of the sequence.

Details

  • Even if the sequence is explicitly typed (e.g. DNA["ATGATA"], the function will strip the explicite type and any motif names when extracting the composite dimers.
  • Input
    Output
    General Options

Examples

Basic Examples  (2)

Returns overlapping Dimers given an explicitly typed sequence:

Returns overlapping Dimers given an implicitly typed sequence:

Options  (4)

ExplicitlyTyped  (2)

If ExplicitlyTyped->True, the output will be explicitly typed:

If ExplicitlyTyped->False, the output will be implicitly typed:

Polymer  (2)

Specify the polymer type for the input:

Specify the polymer type for the input - throw a message if the sequence is not valid for that polymer type:

Attributes  (1)

Listable  (1)

Returns a list of Dimers for each input sequence:

Messages  (2)

missMatchPolymer  (1)

Return failed on mismatched explicit typing and sequence contents:

unknownPolymer  (1)

Return failed when given a non-sequence: