View Source Bio.Sequence.DnaDoubleStrand (bio_elixir v0.2.0)

A representative struct for Double Stranded DNA polymers.

This structure complexes two Bio.Sequence.DnaStrand structs along with the information regarding how to offset them. The complement_offset allows you to realize the correct representation of the string, and is used in the implementation for the String.Chars protocol.