Difference between revisions of "Kmeilak Week 4"
From LMU BioDB 2013
Line 25: | Line 25: | ||
cat infA-E.coli-K12.txt | sed "s/cat[at]at/ <minus10box>&<\/minus10box> /g" | sed "s/................. <minus10box>/<\/minus35box>& /g" | sed "s/......<\/minus35box>/ <minus35box>&/g" | sed "s/gagg/<rbs>&<\/rbs>/g" | cat infA-E.coli-K12.txt | sed "s/cat[at]at/ <minus10box>&<\/minus10box> /g" | sed "s/................. <minus10box>/<\/minus35box>& /g" | sed "s/......<\/minus35box>/ <minus35box>&/g" | sed "s/gagg/<rbs>&<\/rbs>/g" | ||
− | * sequence of ribosome binding site | + | *sequence of ribosome binding site |
gagg | gagg | ||
+ | |||
+ | *start codon | ||
+ | |||
+ | cat infA-E.coli-K12.txt | sed "2s/atg/ <start_codon>&<\/start_codon> /1" | ||
+ | |||
+ | *start codon | ||
+ | |||
+ | atg | ||
+ | |||
+ | *stop codon |
Revision as of 03:25, 20 September 2013
Week 4
Transcription and Translation “Taken to the Next Level”
- -35 box of the promoter
cat infA-E.coli-K12.txt | sed "s/cat[at]at/ <minus10box>&<\/minus10box> /g" | sed "s/................. <minus10box>/<\/minus35box>& /g" | sed "s/......<\/minus35box>/ <minus35box>&/g"
- sequence of -35 box
tttact
- -10 box of the promoter
cat infA-E.coli-K12.txt | sed "s/cat[at]at/ <minus10box>&<\/minus10box> /g"
- sequence of -10 box
cattat
- transcription start site
- ribosome binding site
cat infA-E.coli-K12.txt | sed "s/cat[at]at/ <minus10box>&<\/minus10box> /g" | sed "s/................. <minus10box>/<\/minus35box>& /g" | sed "s/......<\/minus35box>/ <minus35box>&/g" | sed "s/gagg/<rbs>&<\/rbs>/g"
- sequence of ribosome binding site
gagg
- start codon
cat infA-E.coli-K12.txt | sed "2s/atg/ <start_codon>&<\/start_codon> /1"
- start codon
atg
- stop codon