Emilysimso Week 3

From LMU BioDB 2015
Revision as of 02:45, 19 September 2015 by Emilysimso (Talk | contribs) (Question 1)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Write a sequence of piped text processing commands that, when given a nucleotide sequence, returns its complementary strand.

Sequence used: gcattaggcaac
  • Used sed "y/atgc/tacg/" to perform complimentary base pairing
Resulting sequence: cgtaatccgttg