Difference between revisions of "Laurmagee: Week 3"
From LMU BioDB 2013
(Added Complement Strand) |
(Edited for Beauty) |
||
Line 1: | Line 1: | ||
==Complement of a Strand== | ==Complement of a Strand== | ||
− | * cat sequence_file | sed "y/atgc/tacg/" | + | * The appropriate processing commands are the following: cat sequence_file | sed "y/atgc/tacg/" |
− | * This will turn a sequence "agcggtatac" into "tcgccatatg". | + | * This will turn a nucleotide sequence, "agcggtatac", into "tcgccatatg", it's compliment. |
− | + | ||
==XMLPipeDB Match Practice== | ==XMLPipeDB Match Practice== | ||
# | # |
Revision as of 16:55, 12 September 2013
Complement of a Strand
- The appropriate processing commands are the following: cat sequence_file | sed "y/atgc/tacg/"
- This will turn a nucleotide sequence, "agcggtatac", into "tcgccatatg", it's compliment.