Skip to content

Converting a DNA strand, returns its RNA complement (per RNA transcription)

Notifications You must be signed in to change notification settings

prasanth94/Exercism-Ruby-RNA-Transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rna Transcription

Convert a DNA strand, returns its RNA complement (per RNA transcription).

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

About

Converting a DNA strand, returns its RNA complement (per RNA transcription)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages