Safe Haskell | None |
---|---|
Language | Haskell2010 |
Biobase.Primary.Nuc.Conversion
Contents
Description
Convert between different nucleotide representations
Single-character translations.
rnaTdna :: Letter * RNA -> Letter * DNA Source #
Transform RNA to DNA. That means change U
to T
and keep the other
characters as is.
dnaTrna :: Letter * DNA -> Letter * RNA Source #
Transform DNA to RNA. That means change T
to U
and keep the other
characters as is.