Difference between revisions of "Laurmagee: Week 3"
From LMU BioDB 2013
(Edited for Beauty) |
(All titles added) |
||
Line 2: | Line 2: | ||
* The appropriate processing commands are the following: 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 nucleotide sequence, "agcggtatac", into "tcgccatatg", it's compliment. | * This will turn a nucleotide sequence, "agcggtatac", into "tcgccatatg", it's compliment. | ||
+ | |||
+ | ==Reading Frames== | ||
==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.