Difference between revisions of "Nanguiano Week 4"

From LMU BioDB 2015
Jump to: navigation, search
(Transcription and Translation “Taken to the Next Level”: added initial steps for the assignment)
(Transcription and Translation “Taken to the Next Level”: added the homework questions)
Line 10: Line 10:
 
* Then, I moved into my directory to prepare to do the assignment.
 
* Then, I moved into my directory to prepare to do the assignment.
 
  cd ~nanguia1/biodb/week4
 
  cd ~nanguia1/biodb/week4
 +
 +
For each of the following questions pertaining to this gene, provide (a) the actual answer, and (b) the sequence of text-processing commands that calculates this answer. Specific information about how these sequences can be identified is included after the list of questions.
 +
 +
# Modify the gene sequence string so that it highlights or “tags” the special sequences within this gene, as follows (ellipses indicate bases in the sequence; note the spaces before the start tag and after the end tag):
 +
#* -35 box of the promoter <pre>... <minus35box>...</minus35box> ...</pre>
 +
#* -10 box of the promoter <pre>... <minus10box>...</minus10box> ...</pre>
 +
#* transcription start site <pre>... <tss>...</tss> ...</pre>
 +
#* ribosome binding site <pre>... <rbs>...</rbs> ...</pre>
 +
#* start codon <pre>... <start_codon>...</start_codon> ...</pre>
 +
#* stop codon <pre>... <stop_codon>...</stop_codon> ...</pre>
 +
#* terminator <pre>... <terminator>...</terminator> ...</pre>
 +
# What is the ''exact'' mRNA sequence that is transcribed from this gene?
 +
# What is the amino acid sequence that is translated from this mRNA?
  
 
== Links ==
 
== Links ==
 
{{Template:Nanguiano}}
 
{{Template:Nanguiano}}

Revision as of 23:16, 22 September 2015

Transcription and Translation “Taken to the Next Level”

  • First, I needed to log in to my LMU CS account to access the data used in this weeks assignment.
ssh nanguia1@lion.lmu.edu
  • Next, I needed to enter the folder that I'd created for the class, and create a new folder for this week's assignment.
cd biodb
mkdir week4
  • Next, I moved into Dondi's directory so I could obtain the file required for the assignment - infA-E.coli-K12.txt.
cd ~dondi/xmlpipedb/data
cp infA-E.coli-K12.txt ~nanguia1/biodb/week4
  • Then, I moved into my directory to prepare to do the assignment.
cd ~nanguia1/biodb/week4

For each of the following questions pertaining to this gene, provide (a) the actual answer, and (b) the sequence of text-processing commands that calculates this answer. Specific information about how these sequences can be identified is included after the list of questions.

  1. Modify the gene sequence string so that it highlights or “tags” the special sequences within this gene, as follows (ellipses indicate bases in the sequence; note the spaces before the start tag and after the end tag):
    • -35 box of the promoter
      ... <minus35box>...</minus35box> ...
    • -10 box of the promoter
      ... <minus10box>...</minus10box> ...
    • transcription start site
      ... <tss>...</tss> ...
    • ribosome binding site
      ... <rbs>...</rbs> ...
    • start codon
      ... <start_codon>...</start_codon> ...
    • stop codon
      ... <stop_codon>...</stop_codon> ...
    • terminator
      ... <terminator>...</terminator> ...
  2. What is the exact mRNA sequence that is transcribed from this gene?
  3. What is the amino acid sequence that is translated from this mRNA?

Links

Nicole Anguiano
BIOL 367, Fall 2015

Assignment Links
Individual Journals
Shared Journals