Difference between revisions of "KSherbina Week 3"

From LMU BioDB 2013
Jump to: navigation, search
(Added some comments about grep and sed.)
(Wrote some comments regarding the reading frames exercise.)
Line 8: Line 8:
 
<!--grep "Ind.* " movie_titles.txt | sed "s/Indi.* /Wisconsin is still better than &/g"-->
 
<!--grep "Ind.* " movie_titles.txt | sed "s/Indi.* /Wisconsin is still better than &/g"-->
 
:<!-- & : repeat what you found-->
 
:<!-- & : repeat what you found-->
 +
 +
<!--Reading Frames Exercise-->
 +
<!-- cat prokaryote.txt | sed "s/.../& /g" | sed "s/t/u/g" | sed -f genetic-code.sed-->
 +
:<!-- sed "s/.../& /g" : make spaces between the codons-->
 +
:<!-- sed -f genetic-code.sed : use genetic-code.sed as rules for sed to replace codons with amino acids-->
 +
:<!-- rev : reverse the sequence-->
  
 
<!--XMLPipeDB Match Practice Task 1-->
 
<!--XMLPipeDB Match Practice Task 1-->

Revision as of 17:32, 12 September 2013

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox