Difference between revisions of "Laurmagee: Week 4"
From LMU BioDB 2013
(→Translated amino acid sequence) |
(Fixed Formatting) |
||
Line 39: | Line 39: | ||
* Met C R T C L L R F S A Q I F T Y L Q N F G I I L P V Q I T V V I P Q R I R W P K K T I L K C K V P F L K R C L I P C S A Stop | * Met C R T C L L R F S A Q I F T Y L Q N F G I I L P V Q I T V V I P Q R I R W P K K T I L K C K V P F L K R C L I P C S A Stop | ||
+ | *[[User:Laurmagee|Laurmagee]] ([[User talk:Laurmagee|talk]]) 17:13, 19 September 2013 (PDT) | ||
[[Category: Journal Entry]] | [[Category: Journal Entry]] | ||
− |
Revision as of 04:22, 20 September 2013
Contents |
Transcription and Translation “Taken to the Next Level”
-10 box of the promoter
- cat [file] | sed "s/[ct]at[at]at/ -10 box/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g"
Added -35 box of the promoter
- cat [file] | sed "s/tt[gt]ac[at]/ -35 box/g"
- cat [file] | sed "s/tt[gt]ac[at]/ <minus35box>&<\/minus35box> /g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed "s/................. <minus10/ <\/minus35box> &/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g"
Added Ribosome Binding Site
- cat [file] | sed "s/gag/ <rbs>&<\/rbs> /g"
- cat [file] | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g" | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g"
Added Start Codon
- cat [file] | sed "2s/atg/ <start_codon>&<\/start_codon> /1"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g" | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g" | sed "2s/atg/ <start_codon>&<\/start_codon> /1"
Added Stop Codon
- cat [file] | sed "#s/tga/ <stop_codon>&<\/stop_codon>/#" | sed "#s/tag/ <stop_codon>&<\/stop_codon>/#" | sed "#s/taa/ <stop_codon>&<\/stop_codon>/#"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g" | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g" | sed "2s/atg/ <start_codon>&<\/start_codon> /1" | sed "#s/tga/ <stop_codon>&<\/stop_codon>/#" | sed "#s/tag/ <stop_codon>&<\/stop_codon>/#" | sed "#s/taa/ <stop_codon>&<\/stop_codon>/#"
Transition Start Site
- cat [file] | sed "s/.{12} <minus10/ <tss>&<\/tss>/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g" | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g" | sed "2s/atg/ <start_codon>&<\/start_codon> /1" | sed "#s/tga/ <stop_codon>&<\/stop_codon>/#" | sed "#s/tag/ <stop_codon>&<\/stop_codon>/#" | sed "#s/taa/ <stop_codon>&<\/stop_codon>/#" | sed "s/.{12} <minus10/ <tss>&<\/tss>/g"
Terminator
- cat [file] | sed "s/aaaaggt .{4}/ <terminator>&<\/terminator>/g"
- cat [file] | sed "s/[ct]at[at]at/ <minus10box>&<\/minus10box> /g" | sed -r "s/.{17} <minus10/ <\/minus35box> &/g" | sed "s/"s/tt[gt]ac[at]<\/minus35box>/ <minus35box>&/g" | sed "s/gag/ <rbs>&<\/rbs> /g" | sed "s/<\/rbs>/&\n/g" | sed "2s/atg/ <start_codon>&<\/start_codon> /1" | sed "#s/tga/ <stop_codon>&<\/stop_codon>/#" | sed "#s/tag/ <stop_codon>&<\/stop_codon>/#" | sed "#s/taa/ <stop_codon>&<\/stop_codon>/#" | sed "s/.{12} <minus10/ <tss>&<\/tss>/g" | sed "s/aaaaggt .{4}/ <terminator>&<\/terminator>/g"
Transcribed mRNA sequence
- augugccgaaccuguuuguugcgauuuagcgcgcaaaucuuuacuuauuuacagaacuucggcauuaucuugccgguucaaauuacgguagugauaccccagaggauuagauggcc
aaagaagacaauauugaaaugcaagguaccguucuugaaacguugccuaauaccauguuccgcguag
Translated amino acid sequence
- Met C R T C L L R F S A Q I F T Y L Q N F G I I L P V Q I T V V I P Q R I R W P K K T I L K C K V P F L K R C L I P C S A Stop