Thursday, August 30, 2012

By limiting primer lengths to be only 15-20bp in Geneious, our list of introns narrowed down from 900 to 134 introns that we were able to generate primers for. Two base pairs makes a huge difference!

Limiting primer lengths to 15-21bp, 348 primers were found of the 900 target sequences. Over 3,000 primers were found.

Decided it made more sense to sift through the introns first to see what is repetitive before actually making the primers. Thinking of how to go about this, I would imagine there are many different solutions. It is looking for a sequence of repetitions within a larger given sequence. Reminds me of n-mer algorithm. Looked through various software available already. Saha, et al. 2008 provided good overview of software and review of what I am actually trying to do. Settled for trying RepeatScout as I could easily install it on the lab Mac and code looks manageable to manipulate

After finally figuring out the parameters, it looks promising. Will pick up where I left off tomorrow. 

Wednesday, August 29, 2012

Explored different programs that could design multiplex PCR primers for our sequencing project of transcriptome of Pteronotus parnellii. Have collection of intronic regions from genome. Trying to design primers to make reads of 100-200 bp. This will be a single template PCR reaction, as all reads come from the same organism, jut different parts of the genome.

Important things to remember in multiplex PCR primer design (in addition to general PCR primer design) via PremierBiosoft:
  • Primer length should be shorter (18-22bp). Do not want to go shorter than 15bp.
  • Melting temperature between 55-60 degree C.
  • Highly specific (more important for multiple target multiplex).
  • Avoid primer-dimers. 
Nothing seems too new.

After searching for programs, only few claimed to be able to hand multiplex primer design. Nearly all use the Primer3 algorithm. Nearly all programs were not open source. Here are the attempts:
  • PerlPrimer: looks promising but I did not have a Unix machine on hand. Download with GUI for Windows would not work at all for mysterious reason. Tried running on Cygwin but many of the tests were failing so I figured I would keep checking.
  • MPprimer: also looked very promising but only works on Unix machine
  • jPCR: java app that actually works great, but think it works best for smaller sequences or more similar sequences. I didn't try running on the server so that could help, but I could only get primer designs for up to ~30 sequences before freezing.
  • Geneious Pro: (sigh) end up using the fancy-schmancy. Although doesn't have multiplex primer option (allegedly coming soon), was able to load 900 sequences as a sequence list and design primers for about 450 sequences and over 4,000 primers. Making target region smaller, primer length shorter, and narrowing GC content helped narrow down, but still need to sift through some of the sequences.
To-Do List:
  • Write script to sift out intron sequences that are too repetitive (or is there one out there already?) 
Today is the birth of my online lab notebook.

Inspiration for such things as an online lab notebook is courtesy of many which will soon be listed in the "About" section of the site. Please note that this blog simply serves as a lab notebook and is nothing more than a substitute of having a paper lab notebook. All writings serve as reports and actions completed for the day, thoughts worth remembering in the future, summaries and conclusions of journals read, and records that can be archived and reviewed when needed and when it comes time for publication. All data and notes written on this site are not presented as final results or a reflection of outcomes of my project. Notes are jotted in the same way that they are made in a paper notebook, and may only be relevant/comprehensible to myself and others involved in the project.

Onwards...