cobot-0.1.1.0: Computational biology toolkit to collaborate with researchers in constructive protein engineering

Safe HaskellNone
LanguageHaskell2010

Bio.Utils.Monomer

Documentation

class Symbol a where Source #

Methods

symbol :: a -> Char Source #

Instances
Symbol Char Source # 
Instance details

Defined in Bio.Utils.Monomer

Methods

symbol :: Char -> Char Source #

Symbol RNA Source # 
Instance details

Defined in Bio.NucleicAcid.Nucleotide.Instances

Methods

symbol :: RNA -> Char Source #

Symbol DNA Source # 
Instance details

Defined in Bio.NucleicAcid.Nucleotide.Instances

Methods

symbol :: DNA -> Char Source #

Symbol AA Source #

Symbol encoding

Instance details

Defined in Bio.Protein.AminoAcid.Instances

Methods

symbol :: AA -> Char Source #

(Functor nr, HasRadicalType car, Functor cr) => Symbol (AminoAcid nr (Env car) cr a) Source #

Lens to get Symbol from every suitable amino acid

Instance details

Defined in Bio.Protein.AminoAcid.Instances

Methods

symbol :: AminoAcid nr (Env car) cr a -> Char Source #

class FromSymbol a where Source #

Minimal complete definition

Nothing

class ThreeSymbols a where Source #

Methods

threeSymbols :: a -> Text Source #

Instances
ThreeSymbols AA Source #

Three symbols encoding

Instance details

Defined in Bio.Protein.AminoAcid.Instances

Methods

threeSymbols :: AA -> Text Source #

class FromThreeSymbols a where Source #

Instances
FromThreeSymbols AA Source #

Parse three symbols encoding

Instance details

Defined in Bio.Protein.AminoAcid.Instances