Skip to content

AtchayaT/Exercism_RNA_Transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rna Transcription

Welcome to Rna Transcription on Exercism's Java Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Given a DNA strand, return 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

For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise: TUTORIAL.md

Source

Created by

  • @PaulNoth

Contributed to by

  • @aadityakulkarni
  • @alis0nc
  • @FridaTveit
  • @jmrunkle
  • @jsertel
  • @jtigger
  • @kytrinyx
  • @lemoncurry
  • @matthewmorgan
  • @McEileen
  • @msomji
  • @muzimuzhi
  • @sjwarner
  • @sjwarner-bp
  • @SleeplessByte
  • @Smarticles101
  • @sshine
  • @stkent
  • @vdemeester
  • @Zaldrick

Based on

Hyperphysics - http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published