Properties
Namespace: FSharpBio
Parent Module: Nucleotides
Properties of a nucleatide like formula, name, symbole, but also Physicochemical features
Functions and values
Function or value | Description |
formula nuc
Signature: nuc:Nucleotide -> Formula
|
|
name nuc
Signature: nuc:Nucleotide -> string
|
A : Adenine
T : Thymidine (only DNA)
G : Guanine
C : Cytosine
U : Uracil (only RNA)
I : Inosine (only RNA)
- : Gap
* : Terminator
R : G or A = puRine
Y : U/T or C = pYrimidine
K : G or U = Keto
M : A or C = aMino
S : G or C = Strong base pair
W : A or U = Weak base pair
B : G or U or C = not A
D : G or A or U = not C
H : A or C or U = not G
V : G or V or A = not T/U
N : A or G or U or C.
|
symbol nuc
Signature: nuc:Nucleotide -> char
|
A : Adenine
T : Thymidine (only DNA)
G : Guanine
C : Cytosine
U : Uracil (only RNA)
I : Inosine (only RNA)
- : Gap
* : Terminator
R : G or A = puRine
Y : U/T or C = pYrimidine
K : G or U = Keto
M : A or C = aMino
S : G or C = Strong base pair
W : A or U = Weak base pair
B : G or U or C = not A
D : G or A or U = not C
H : A or C or U = not G
V : G or V or A = not T/U
N : A or G or U or C.
|