Difference between revisions of "Kgosch Week 3"

From LMU BioDB 2013
Jump to: navigation, search
(re-added answer to first problem)
(added attempt at code for +1 sequence)
 
Line 5: Line 5:
 
  cat sequence_file | sed "y/atcg/tagc/"
 
  cat sequence_file | sed "y/atcg/tagc/"
  
'''Commands for Reading frames:'''  
+
'''Commands for Reading frames:(work in progress)'''  
 +
 
 +
'''+1'''
 +
cat sequence_file | sed "y/t/u/g" | sed "s/.../& /g" | sed -f ~dondi/xmlpipedb/data/genetic-code.sed
  
 
== Links ==
 
== Links ==

Latest revision as of 19:29, 19 September 2013

cat sequence_file | ?????

Commands for Complement:

cat sequence_file | sed "y/atcg/tagc/"

Commands for Reading frames:(work in progress)

+1

cat sequence_file | sed "y/t/u/g" | sed "s/.../& /g" | sed -f ~dondi/xmlpipedb/data/genetic-code.sed

[edit] Links

Kurt Gosch

Assignment Page

Shared Journal

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox