Automated Design and Scoring of Degenerate Primers From Multiple - - PowerPoint PPT Presentation

automated design and scoring of degenerate primers from
SMART_READER_LITE
LIVE PREVIEW

Automated Design and Scoring of Degenerate Primers From Multiple - - PowerPoint PPT Presentation

Automated Design and Scoring of Degenerate Primers From Multiple Taxon-Specific Primers Den Ivanov BIO 131, Spring 2017 The Problem Given a list of taxon-specific primers, how can I create an algorithm that can create one set of degenerate


slide-1
SLIDE 1

Automated Design and Scoring

  • f Degenerate Primers From

Multiple Taxon-Specific Primers

Den Ivanov BIO 131, Spring 2017

slide-2
SLIDE 2

The Problem

Given a list of taxon-specific primers, how can I create an algorithm that can create one set

  • f degenerate primers that represent that

whole list?


slide-3
SLIDE 3

How did I try to solve it?

slide-4
SLIDE 4

Where’d I get my data?

slide-5
SLIDE 5

High Level Steps

  • Inputs: threshold value, primers, scoring matrix
  • Split text document (each primer on a line) into a list of

strings

  • Create count matrix of # of each nucleotide at each position
  • Use math.isclose to determine if any nucleotides are within a

given threshold

  • Calculate degenerate primer based on this
  • Score using modified partial hamming algorithm (based off of

scoring matrix)

slide-6
SLIDE 6

Scoring Matrix

slide-7
SLIDE 7

Results!

slide-8
SLIDE 8

Questions?