View Source Bio.AcidHelper (bio_ex_sequence v0.1.1)

Internal helper module for dealing with amino acids

Summary

Types

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