| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Biobase.Primary.Nuc.Conversion
Contents
Description
Convert between different nucleotide representations
Single-character translations.
rnaTdna :: Letter RNA n1 -> Letter DNA n2 Source #
Transform RNA to DNA. That means change U to T and keep the other
 characters as is.
dnaTrna :: Letter DNA n1 -> Letter RNA n2 Source #
Transform DNA to RNA. That means change T to U and keep the other
 characters as is.
Transcription between RNA and DNA. Both on the individual sequence level,
Orphan instances
| Transcribe (Primary DNA n) Source # | |
Associated Types type TranscribeTo (Primary DNA n) :: Type # Methods transcribe :: Iso' (Primary DNA n) (TranscribeTo (Primary DNA n)) #  | |
| Transcribe (Primary RNA n) Source # | |
Associated Types type TranscribeTo (Primary RNA n) :: Type # Methods transcribe :: Iso' (Primary RNA n) (TranscribeTo (Primary RNA n)) #  | |
| Transcribe (Letter DNA n) Source # | |
Associated Types type TranscribeTo (Letter DNA n) :: Type # Methods transcribe :: Iso' (Letter DNA n) (TranscribeTo (Letter DNA n)) #  | |
| Transcribe (Letter RNA n) Source # | |
Associated Types type TranscribeTo (Letter RNA n) :: Type # Methods transcribe :: Iso' (Letter RNA n) (TranscribeTo (Letter RNA n)) #  | |