| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Bio.Utils.Monomer
Documentation
class FromSymbol a where Source #
Minimal complete definition
Nothing
Instances
| FromSymbol DNA Source # | |
Defined in Bio.NucleicAcid.Nucleotide.Instances | |
| FromSymbol RNA Source # | |
Defined in Bio.NucleicAcid.Nucleotide.Instances | |
| FromSymbol AA Source # | Parse symbol encoding |
Defined in Bio.Protein.AminoAcid.Instances | |
| FromSymbol Char Source # | |
Defined in Bio.Utils.Monomer | |
class ThreeSymbols a where Source #
Methods
threeSymbols :: a -> Text Source #
Instances
| ThreeSymbols AA Source # | Three symbols encoding |
Defined in Bio.Protein.AminoAcid.Instances Methods threeSymbols :: AA -> Text Source # | |
class FromThreeSymbols a where Source #
Methods
fromThreeSymbols :: Text -> Maybe a Source #
Instances
| FromThreeSymbols AA Source # | Parse three symbols encoding |
Defined in Bio.Protein.AminoAcid.Instances | |