SLIDE 1
Assignment 3: Sequence Comparison Part 1: Running BLAST Step 1: - - PowerPoint PPT Presentation
Assignment 3: Sequence Comparison Part 1: Running BLAST Step 1: - - PowerPoint PPT Presentation
Assignment 3: Sequence Comparison Part 1: Running BLAST Step 1: Obtain Gene Sequence Obtain coding sequence for RAP1 from yeastgenome.org Step 1: Obtain Gene Sequence Step 2: Run BLASTx Web Tool Compare BLOSUM62 vs. BLOSUM80
SLIDE 2
SLIDE 3
Step 1: Obtain Gene Sequence
- Obtain coding sequence for RAP1 from yeastgenome.org
SLIDE 4
Step 1: Obtain Gene Sequence
SLIDE 5
Step 2: Run BLASTx Web Tool
- Compare BLOSUM62 vs. BLOSUM80
- Compare default existence (11), extension (1) penalties vs existence of 7,
extension of 2
SLIDE 6
Step 2: Run BLASTx Web Tool
SLIDE 7
Step 2: Run BLASTx Web Tool
SLIDE 8
Part 2: Align Reads to Chr22 with Bowtie
SLIDE 9
Step 1: Create Index for Chr22
- Create an index for chr22 using bowtie2-build
- Example command in assignment
SLIDE 10
Step 2: Align with Bowtie
SLIDE 11
Step 2: Align with Bowtie
- Align reads in reads.fq file
○ (provided in /home/assignments/assignment3)
- Things to note for running bowtie
○ reads.fq contains unpaired reads ○ alignment output should be saved to a file ○ report output should also be saved to a file
SLIDE 12
Step 3: Compare (Di)Nucleotide Frequencies
- Compare nucleotide, dinucleotide frequencies for reads.fq and chr22
○ Look at enrichment of reads.fq nucleotides, dinucleotides compared to chr22
- Use nuc_count_FINAL.py to get frequencies
○ (provided in /home/assignments/assignment3)
- Do NOT need to edit this script, only run it on each file
SLIDE 13
What To Turn In
- Completed README.txt
- Bowtie alignment file
- Bowtie report file
SLIDE 14
Extra Credit
SLIDE 15
Extra Credit
- Run BLAST on the class server
- Identify unknown species using unknown.fsa
○ (provided in /home/assignments/assignment3)
- Turn in your BLAST output file