View Source Bio.AcidHelper (bio_elixir v0.3.0)

Internal helper module for dealing with amino acids

Link to this section Summary

Link to this section Types

@type alphabet() :: String.t()
@type character() :: String.t()
@type index() :: integer()
@type mismatch() :: [{:mismatch_alpha, character(), index(), alphabet()}]