Sha256: 0afb4ffa1764363c3521c940914019226bc5df3f8019a05f056ea237410bd401
Contents?: true
Size: 438 Bytes
Versions: 174
Compression:
Stored size: 438 Bytes
Contents
Both DNA and RNA strands are a sequence of nucleotides. The four nucleotides found in DNA are adenine (**A**), cytosine (**C**), guanine (**G**) and thymine (**T**). The four nucleotides found in RNA are adenine (**A**), cytosine (**C**), guanine (**G**) and uracil (**U**). Given a DNA strand, its transcribed RNA strand is formed by replacing each nucleotide with its complement: * `G` -> `C` * `C` -> `G` * `T` -> `A` * `A` -> `U`
Version data entries
174 entries across 174 versions & 1 rubygems