Assignment 3: Sequence Comparison Part 1: Running BLAST Step 1: - - PowerPoint PPT Presentation

assignment 3 sequence comparison part 1 running blast
SMART_READER_LITE
LIVE PREVIEW

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-1
SLIDE 1

Assignment 3: Sequence Comparison

slide-2
SLIDE 2

Part 1: Running BLAST

slide-3
SLIDE 3

Step 1: Obtain Gene Sequence

  • Obtain coding sequence for RAP1 from yeastgenome.org
slide-4
SLIDE 4

Step 1: Obtain Gene Sequence

slide-5
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
SLIDE 6

Step 2: Run BLASTx Web Tool

slide-7
SLIDE 7

Step 2: Run BLASTx Web Tool

slide-8
SLIDE 8

Part 2: Align Reads to Chr22 with Bowtie

slide-9
SLIDE 9

Step 1: Create Index for Chr22

  • Create an index for chr22 using bowtie2-build
  • Example command in assignment
slide-10
SLIDE 10

Step 2: Align with Bowtie

slide-11
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
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
SLIDE 13

What To Turn In

  • Completed README.txt
  • Bowtie alignment file
  • Bowtie report file
slide-14
SLIDE 14

Extra Credit

slide-15
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