Difference between revisions of "Malverso Week 3"
From LMU BioDB 2015
(added template.) |
(answered Complement of Strand.) |
||
Line 1: | Line 1: | ||
+ | ==The Genetic Code, By Computer== | ||
+ | I used putty.exe and logged in to my account on my.cs.lmu.edu in order to access prokaryote.txt. | ||
+ | |||
+ | ===Complement of a Strand=== | ||
+ | At first, I tried using the command cat prokaryote.txt | sed “s/atcg/tagc/g”, which was incorrect. I revisited my notes to see that it is actually: | ||
+ | cat prokaryote.txt | sed "y/atgc/tacg/" | ||
+ | |||
+ | |||
+ | |||
{{Template:Malverso}} | {{Template:Malverso}} |
Revision as of 00:36, 22 September 2015
Contents
The Genetic Code, By Computer
I used putty.exe and logged in to my account on my.cs.lmu.edu in order to access prokaryote.txt.
Complement of a Strand
At first, I tried using the command cat prokaryote.txt | sed “s/atcg/tagc/g”, which was incorrect. I revisited my notes to see that it is actually:
cat prokaryote.txt | sed "y/atgc/tacg/"
Team Page
Assignments
- Week 1
- Week 2
- Week 3
- Week 4
- Week 5
- Week 6
- Week 7
- Week 8
- Week 9
- Week 10
- Week 11
- Week 12
- Week 13
- Week 14
- Week 15
Individual Journal Entries
- Malverso User Page (Week 1)
- Week 2
- Week 3
- Week 4
- Week 5
- Week 6
- Week 7
- Week 8
- Week 9
- Week 10
- Week 11
- Week 12
- Week 13
- Week 14
- Week 15