Emilysimso Week 3
From LMU BioDB 2015
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