Copasi play testing

August 4, 2011 by · Leave a Comment 

I’ve been playing with the latest build of Copasi for a couple of weeks since the stable release (build 34).  I still have the same freezing at startup on Ubuntu 10.10 that’s been there since build 32, but this could be a Qt problem (edit: seems to be sleeping on startup for some reason – looks like bad compilation by the author).  Aside from the new tau leaping solver and the additional optimization algorithms there is little difference from build 32 in terms of functionality.  The new version has an annoying tendency to jump around the list of species and reactions.  Clicking on a reaction in a model with a long list of reactions results in the whole list jumping up, loosing your place in the list.  This is quite annoying when trying to move sequentially through long lists of reactions.  Also, in the previous versions the arrow keys used to move up and down through the list of reactions and species.  The arrow keys do move up and down the list, but the main screen doesn’t update,  so this is largely useless now.  The interface also stops taking keyboard input sometimes after running simulations with output graphs.  I have to click on the graph and then on the main Copasi window to get it to take keyboard inputs again.  This could be a compiz or gnome problem though (I’ll probably go Xfce after September anyway so this problem might go away).

There’s still no ability to copy reactions, which would be nice for making models of systems like MAPK cascades with sequential reactions that are very similar to the previous reaction.  It would also be handy to be able to highlight and copy the data in the various matrices that are produced into the clipboard.  This which would make it quicker to move data around software like Excel without having to generate and import reports.  The software does generate report ouputs though, so this is just an annoyance rather than a problem.

Copasi still lacks the capability to create 3D surface plots for multiple parameter scans, or find bifurcation points like xppaut, which considering this is one of xppaut’s primary strengths you would think the developers would incorporate into Copasi.  As I said above though, Copasi can output reports, so you can attempt to wrestle the raw data through the python bindings and plot using matplotlib or just dump it into sigmaplot or origin.

There’s still no statistical analysis for stochastic simulations.  It would be useful to generate mean and standard deviation values for repeats of stochastic simulations, as the raw data outputted in the reports is virtually useless, unless you can write your own scrupt to sort it and calculate the statistics.  It’s impossible to do by hand.  As stochastic simulations require multiple trajectories that are then compiled into mean and SD for things like signal:noise ratios this is a major pain.  The developers did help me a while back though with a python script to do this, which was very much appreciated.  This was about 2 years ago and it would have been nice to see this implemented in the software.

You still can’t program in custom rate laws and have the save if they’re not assigned to a reaction when you exit the software.  This is annoying as I have different strength promoters that I was representing with different rate laws and switching between them between simulations.  Now I have to have multiple models or code them each time I load the software.  I ended up working around this though by assigning global quantities to parameters in a generic rate law.  It’s a bit more elegant than having multiple unused rate laws in your model file I suppose.  I can also then manipulate these global quantities with other rate laws and output them with the data so it does provide a lot of flexibility.

All things considered, Copasi still remains the best of the GUI based modelling tools with the amount of optimization algorithms and solvers, and it’s free, so you can’t really complain at the glacial development.  The average Joe biologist (me) just couldn’t code this stuff in Matlab or Fortran.  The Python bindings provide the potential to couple it up with xppy, to use Copasi’s solvers and optmization routines with Python as a hub and augment it with functions from PySces and xppaut.  I hope to look more into using Python as a central controller for these tools once I get some time.

Copasi 4.7 build 34

July 18, 2011 by · Leave a Comment 

A new version of Copasi has been released. Version 4.7 (build 34) includes the following changes:

Graphical User Interface (CopasiUI)

  • Enhanced parsing of mathematical expression to allow the comparison operator , >=, and == as well as the Boolean operators || and &&.
  • Allowed calculation results to be selected as constraints for optimization and parameter estimation.
  • Improved display of mass conservation results. The moieties are now displayed in amount if the user is in the concentration framework.
  • Added Update Model button to the optimization result widget
  • Notes in text or XHTML format are now available for compartments, species, reactions, global quantities, events, and kinetic functions.
  • Support links in XHTML notes.
  • Support of render informations in graphical model layouts.

Simulation Engine

  • The calculation of statistics is now optional for optimization and parameter estimation tasks.
  • Start values can now be randomized automatically for optimization and parameter estimation tasks.
  • Enhanced MCA algorithm performance by applying a new selection criterion before each internal step.
  • Added an stochastic algorithm (Adaptive SSA/Tau-Leap) which dynamically partitions the model into parts simulated by the direct algorithm and the Tau-Leap algorithm.

SBML

  • Added support for constant conversion factors in Level 3.
  • Import SBML Level 3 Version 1.
  • Added SBML notes support for compartments, species, reactions, global quantities, events, and kinetic functions.
  • Added MIRIAM annotation support for events.
  • Support for the SBML Render Extension.

Copasi is available from www.copasi.org

free your white board

July 9, 2011 by · Leave a Comment 

I had to give a presentation this week at our weekly lab meeting on the developments of my project. I had been working 15 hour days in the lab and the prospect of having to spend hours putting powerpoint slides together was just frustrating. In the end I just didn’t get time to make any.

I’ve always believed that if you can’t talk about your work after doing 4 years of a Ph.D then you don’t deserve a Ph.D! There are plenty of students that still practise their material for hours (or days), which says to me they don’t really know what they’re doing to begin with.

Anyway, I turned up to the group meeting and there was some shocked gasps of disbelief as I approached the front with the projector switched off. The was further shock when I reached for fist full of coloured pens. I told the group I hadn’t had time to make slides and would instead tell them about my work using ye olde white board. I don’t think the boss was too sure what to make of this unexplored territory of meeting practices, but gave me a dubious benefit of the doubt.

I went through my work, illustrated with squeaky pen drawn diagrams and equations as I spoke, people interjected to ask questions, and I was getting feedback throughout the talk. There was audience participation both with me and between themselves. I found the experience much more challenging compared with having the electronic crutch of a slide of information, but I also found the presentation was much more concise and focused on the key points of my work, as this was what I wanted to tell people about. I also found I needed some new skills like working out where to stand and flipping between facing the board and the audience, whilst not covering the information up. Overall it was much more animated and forced more audience interaction as I checked people could see / read my scrawl. I managed to convey months of work in about 15 minutes and found that the presentation ended as more of a group discussion than the formal ending of a presentation.

Overall, the presentation went quite well and the boss even announced that he thought the format was much more engaging than powerpoint! For those brave enough to fly unaided I would recommend giving it a go. Overall preparation time was about 5 minutes of thinking on the way to the meeting room, and I actually enjoyed giving the presentation. Some people panicked at the boss’ suggestion of more white board talks, but there were suggestions to augment it with slides for more complicated diagrams or graphs of data (and I agree this would be much better for something like a scientific presentation). However, the general approach of using dozens of intervening slides with millions of dense bullet points (that are usually read to the audience) could be replaced with YOU and your interest in your subject.

So free the chalk boards and throw off the shackles of powerpoint!

mathematized

July 6, 2011 by · Leave a Comment 

I’ve been wrestling with modelling (as always). Without lab data 99% of it is just video gaming, but in the absence of devine data I’ve been trying to create a series of ODE’s to represent what I’m building in the lab (other than d[fubar]/dt = my_life).

I’ve trying to build a rate equation to represent basal levels of mRNA transcription from a promoter that is later up-regulated by a transcription factor when my circuit is activated. I read an excellent publication by Ajo-Franklin (2007). Rational design of memory in eukaryotic cells. Genes & Development 21:2271–2276. and borrowed equations [1], [2], and [3].

I attempted to use the following modification of the michaelis-menten equation to represent basal expression that is up-regulated by an activating signal:

mRNA' = s + \cfrac{Vmax \cdot [a]}{K_M+[a]}

Where s is the rate of constitutive expression, and [a] is the activating signal. Simple enough.

The 2nd part of the Anjo-Franklin equations represent degradation and dilution of the product by cell doubling:

 decay' = \cfrac{ln(2)}{\tau}

Where \tau is the doubling time of the cells.

Copasi can’t handle something like \tau as it’s a measure of time. I could set this up as an event but I wanted to keep it in the rate equation, rather than having Copasi fudge it’s way through the simulation. I’m not sure how to get around this yet though and have (for now) left out the degradation function and used mass action to have the mRNA removed from the model with constant flux.

This is ok so far, but I have an additional component that is under the control of a constitutive promoter, and transcription is inhibited by the product of the first equation. I don’t know how to represent constitutive expression as in the 1st equation but with the addition of an inhibitor.

I understand the classical Michaelis Menten formalism for a competitive inhibitor is:

V = \cfrac{Vmax \cdot s}{Km + s \cdot (1 + \frac{i}{ki})}

but I don’t know how to use Michaelis menten with Anjo-Franklin’s basal expression and \frac{i}{ki}. There’s no substrate to include in the rate equation:

mRNA' = s + \frac{Vmax \cdot [i don't know what]}{Km + [i don't know what] \cdot (1 + \frac{i}{ki})}

Does anybody know how to write a michaelis menten rate equation that incorporates constitutive expression and also inhibition by a competitive inhibitor?

(I am wondering about having the same as the activation in the first equation but having a fixed concentration of activator for the constitutive promoter, but I don’t know if this is correct, or if it will just make the equation explode).

Also, I’ve added the WP Latex plugin to the blog and it will parse comments, so if you’re familiar with LaTeX you can use it to display equations as in this post. Instructions for inserting LaTeX into wordpress are in the link.

regulation for internships and Phd’s?

June 6, 2011 by · 2 Comments 

intern
BBC Radio 4′s Start the Week radio program featured Ross Perlin who has recently written Intern Nation: How to Earn Nothing and Learn Little in the Brave New Economy. On the program he discussed the current trend for, particularly politics students to undertake multiple unpaid internships in order to gain employment after University. In Washington DC (as well as Whitehall), internships are now a pre-requisite to working in government. Starting out as a short piece of unpaid work undertaken by newly qualified medics, this phenomenom has now taken off across nearly all industries across the western world. The promise of tutoring / training in the profession as the interm “learns the ropes” is replaced with interns doing regular roles within the company without the wage, putting further pressure on the full time staff who are being replaced with free labourers.

After my recent “phd? ph don’t” article, I found many similarities with internships and the current rise in non-funded Ph.D projects (694 on findaphd.com), not to mention post doctoral researchers being steadily replaced with cheaper (or free) Ph.D students. Students sign up for a Ph.D project that has no grant funding associated with it and get no pay from their supervisor or institution as they undertake the work. The student then works part time somewhere (usually in the service industry) to get enough money to pay for food and lodgings, or is sponsored by a wealthy family. There is no guarantee of training or a successful Ph.D outcome at the end and the student works any number of hours in any conditions towards the promise of one day having the illusive qualification.

The minimum wage law was mentioned in relation to internships, and that under normal circumstances it would be illegal to employ a person for no pay. However “students” and “internships” are a loophole that doesn’t apply. The radio program called for an investigation or regulation of internships to prevent exploitation, and it would be interesting if this regulation was extended to cover Ph.D students.

It would be interesting to me to see an independant auditor monitoring skills development and progression within the Ph.D program, as well as corporate governance of the project as it would put much needed pressure on academia to clean up the system and ensure students don’t wash out through no fault of their own, or drive themselves to bankruptcy before they ever start working. Not to mention an honest days pay for an honest days work.

Ph.D? Ph. don’t.

April 27, 2011 by · 1 Comment 

A recent post over at techcrunch caught my attention: “Obama: I Want People To Feel The Same About The Next Internet Breakthrough As They Did About The Moonwalk“, and was also picked up on slashdot in an article “why science is a lousy career“.

This reminded me of an article from a few months ago about women and careers in science, that also got picked up on Radio 4. It looks as though many of the issues affecting the scientific field is common irrespective of location or gender. Obama’s call for more people to train as scientists is very similar to Cameron’s call for scientific entrepreneurs to save their nations from the current economic collapse.

The discussions that emerge around these stories all echo each other in the unanimous view that while the politicians tout these skills as building the foundation of a future with a prosperous society, those in the field view a career in science is a waste of time. Under-paid, over-worked, and under-appreciated are common terms that crop up in the accompanying forums. There are many articles that document the extraordinary impact on work-life balance for academics, and even this morning as I was continuing to write this post, a nature article was released that continues to debate the issues.

My own feeling is that Ph.D students are being exploited for their funding, presented with under-prepared, under-staffed, under-equipped projects that the PI can walk away from if it fails, having enjoyed the funding and absolved from guilt by attributing the failure to the incompetent student. Even if the student is fortunate enough to graduate and leaves academia the years of training are then used to propel them into a low level technician role which now demands a doctorate. There are many issues that have contributed to a massive systems level abuse of science over the last decade. A push by the last UK government to raise the level of education for all began increasing the levels of degree places. I can’t really complain about this because it gave people like myself from poorer working class backgrounds access to higher education. However, this has consequently elevated the basic requirement for jobs in a supply and demand market, presenting a self-perpetuating problem that has erupted in the wake of the global financial collapse.

While the government was busy selling “education for all”, universities were enjoying their increased business. While students were enjoying the new opportunity to study for a degree, there were more graduates hitting the job markets which meant the students quickly needed a method of differentiating themselves to get the better jobs. The universities were presented with an opportunity to hold onto the students business a bit longer and, dressing it up as seeking to give their students a competitive advantage, they bolted a masters degree straight on the end of the undergrad degree. The masters degree then became expected from job applicants and students required further qualifications to differentiate themselves. Some masters programs are now offering automatic progression to Ph.D, again locking in the student (and their money) for 3-4 years, and placing the doctorate as the new selection criteria for employers. Meanwhile, the new cash injection transformed university buildings from dusty old poorly equipped faculties to state of the art, award winning buildings. The age of the dusty old professor have also passed as those at the top of the academic tree also enjoy the fruits of the recent success.

For a while there seemed to be a symbiotic relationship developing between academia and industry with industry contracting out their R&D to academia, funding Ph.D and masters programs, as well as post doctoral research. Academic institutions began to create biotechnology centres were academic research could be rolled out to business start-up ventures and for a while there was a bright future of well funded, next generation science and entrepreneurial ventures poised to feed back into the governments coffers with tax and employment. Industry was also enjoying the flood of post docs and could flaunt the prestige of exclusively staffing their departments with doctorate level employees to their customers. However, the sudden economic collapse has crippled the public funding sources, and industry is contracting R&D out to cheaper labour in China and India. Academia is faced with reverting back to it’s old lifestyle as the suddenly rich revenue streams have just as suddenly turned barren. Cuts in academic research is pushing increasing numbers of academic researchers into the private sector, increasing the number of highly qualified applicants in the job market where the Ph.D grows as the minimum level of qualification for a scientific role. This leaves new students without funding for their Ph.D and unable to gain private sector employment without having at least a masters degree. Increased tuition fees to maintain the university infrastructure is locking out students at the very beginning. In time, this may reduce the general level of qualifications in the market place and force industry to recruit less academically qualified personnel, thus restoring the value of academic qualifications. However in the medium term, there are enough post doctoral graduates to lock a generation out of the job market.

Back in academia there are still ongoing problems even if universities cut the number of Ph.D studentships. Many academic projects in Europe rely on entirely staffing labs with Ph.D students. Quite often labs have a 10:1 ratio of student:post doc. This reduces the number of post doc positions and the “training process” of the Ph.D has been replaced with grunt labour, and not the cloning process described in Nature. From my own perspective Ph.D students are just ideal cheap labour and expected to be fully trained on admission (at my own Ph.D studentship interview I was asked how many publications and grant applications I had obtained). Ph.D students also have no rights as employees, they can be forced to work unlimited hours in any conditions, with any form of abuse deemed necessary to maintain motivation, and you can dismiss them at will claiming incompetence. Some labs will offer 1 Ph.D between numerous students and watch them fight it out amongst themselves for the eventual winner, working beyond breaking point for those elusive magic letters.

Even if achieved, the Ph.D is just the beginning. Without a steady stream of high impact publications from successful projects the next research post can be almost impossible, and if you’re over 30 and not a PI then you’re washed up already. Publications are the currency of academia, and if you’re on a bad project and miss a publication then you’re behind and may never catch up with your colleagues. This has lead to a stampede of publications with the numbers of pubmed records increasing exponentially. Paradoxically, 50% are never read and 90% are never cited. However, they serve their purpose in propelling the researchers along the ladder as they collect up their numbers to get to the next posting. Some have advocated the use of citation scores to weed out the junk but ultimately it’s the raw number that still counts. Even if you maintain the high impact publications and gain a 2nd post doc you start all over again for another 3 years of instability and blind chance. I’ve often heard that a career in science is similar to a crapshoot. You simply roll the dice and see what happens. If it’s snake eyes you’re out and it’s so long, and thanks for all the fish.

So if you’re reading this considering your next career path, consider whether this lifestyle is really worth the £25-30k salary with no Christmas bonus, no stock option, and if you’re a student, often no pay at all, no sick pay, no cost of living rise, no maternity leave, no rights, and no representation, then think long and hard about whether that Ph.D really is worth the bragging rights on the cheque book.

Yep, then you’ll apply anyway because there’s no other option.

XPPAUT

March 10, 2011 by · 10 Comments 

Recently, I’ve been playing about with some modelling tools but as time runs out it’s getting harder and harder to dedicate time to learning high level programming languages like Python and Matlab. I have recently made a return to xppaut, the X Windows interface to the famous AUTO package. At first, the software looks like it was built to control a 1957 nuclear power reactor, and it hasn’t really developed for the past 15 years. However, if it aint broke don’t fix it, and xppaut’s functionality still challenges the likes of Mathematica and Matlab. Copasi was initially conceived to supersede auto however despite it’s powerful parameter estimation and data fitting features Copasi still lacks some important features such as 3D plots, bifurcation and steady state analysis. After compiling the latest version 6.10 from source code on Linux I began wrestling with the interface, and made some progress with the example ode files. The interface is actually quite intuitive once you start using the keyboard shortcuts, and you can explore your models very quickly with a few key strokes. The operations are instantaneous and the software takes virtually no resources to run. The basic scripting language XPPAUT uses is very simple to build systems of ODE’s, as well as input mathematical formulas from text books and publications. You don’t require knowledge of the kinetics as you do for building reactions in Copasi. Once your model is in you can just button bash to start hunting out steady states and use various graphical trajectory tools. Within an hour or so of coffee and harsh language I made a plot of the Fitzhugh-Nagumo equations (a non-linear system used for modelling nerve conduction), added some Nullclines to find a fixed point, analysed it’s stability (finally understanding a bit of the mystery of eigenvalues) and plotted some field lines (a major achievement for a biologist!):
xppaut-interface

For the non-computer scientist / mathematicians, XPPAUT can provide some very fast results and give your matlab jedi colleagues a run for their money. There are a number of ODE solvers, including stochastic algorithms, and more advanced features include parameter fitting of experimental data using the Levenberg–Marquardt algorithm and even animations of your systems. Combined with Copasi’s range of parameter scanning and fitting features, these two tools are potentially very empowering for the biologists in systems biology. Personally, I think xppaut is much more diverse than Copasi, particularly the model script being able to input mathematical formulae, and I would have recommended it to our 1st year doctoral training program. The ability to visualize fixed points and watch the eigenvalues changing with the stability helped to understand this as a non-mathematician.

I’m off to find more Fitzhugh-Nagumo fixed points…

Update: For those interested in the software, there is an accompanying book: Simulating, Analyzing, and Animating Dynamical Systems by Bard Ermentrout which is really easy to read and goes through all the functions with worked examples and is clearly illustrated.

bedtime reading

March 3, 2011 by · Leave a Comment 

After our lab move we’re setting up from scratch. I was asked to provide a list of books that would be useful for new people to read in order to get an idea of modelling and systems biology. I thought I would put the list on here. I attempted to include a recommended levels of maths knowledge with each of the books. Beginner means you know basic high school maths. Intermediate means collage maths (A-Level), and advanced maths mean you like to self harm with numbers.

—————————–
SYSTEMS BIOLOGY
—————————–
An Introduction to Systems Biology: Design Principles of Biological Circuits – Uri Alon.

Very good book for all things systems and synthetic biology. Modelling genetic interactions, enzyme kinetics, metabolic networks etc. The maths in the examples is very difficult for non-mathematicians and there are no answers (I believe there is an answers book in preparation). Intermediate – advanced maths required.
——————————————————————————————————————————————

Systems Biology in Practice: Concepts, Implementation and Application – Edda Klipp

Written by mathematicians. This book covers all kinds of areas leading students as well as advanced researchers from different disciplines to an understanding of current ideas in the complex field of comprehensive experimental investigation of biological objects, analysis of data, development of models, simulation, and hypothesis generation. Advanced maths and some experience of systems biology literature required.
——————————————————————————————————————————————

Mathematical Models in Biology (Classics in Applied Mathematics) – Leah Edelstein-Kreshet

Very nice general book on modelling. Illustrated, well written, extensive examples. General biology (not exclusively molecular / microbiology). Written for mathematicians applying themselves to biology. Advanced maths required. A “nice to have” book.
——————————————————————————————————————————————

Systems Biology: Properties of Reconstructed Networks – Bernhard Palson.

Bernhard Palsson is a pioneer of systems biology with Hans Westerhoff. Very well written book. The book focuses on network interactions. Written for mathematicians and computer scientists who are modelling metabolic networks. Intermediate – Advanced maths required.

——————————————————————————————————————————————

Stochastic Modelling for Systems Biology – Darren James Wilkinson

This is the best book for stochastic modelling in systems biology. The book has a very good introduction but the chapters after are very complex for non-mathematicians. Concise and well written. Superhuman maths and statistics required.
——————————————————————————————————————————————

Simulating, Analysing, and Animating Dynamical Systems. A guide to XPPAUT for Researchers and Students. Bard Ermentrout.

This book describes how to set up and use the graphical modelling tool XPPAUT. AUT can be quite a tricky thing to use and this book attempts to teach you how to do it with simple explanation and worked examples. The book covers several concepts from the field of dynamical systems, including chaos theory, how systems depend on parameters, and how simple physical systems can lead to complicated behaviour.

XPPAUT is about 15 years old but is still more capable than many modern software packages like matlab and mathematica, and fills in gaps in the likes of Copasi with bifurcation analysis using AUTO.

—————————
GENERAL MATHS
—————————
Basic Mathematics for Biochemists – Athel Cornish Bowden.

Introductory text for biochemists who want to revise algebra, plotting, solving equations, differentiation and integration. Primer for undergrad biochemistry. Basic – intermediate maths required. Recommended text for biologists on the Manchester DTC systems biology program.
——————————————————————————————————————————————

Engineering Mathematics – K.A. Stroud

Excellent comprehensive maths book. Starts at basic working knowledge of maths and goes right up to M.Sc level.
——————————————————————————————————————————————

Choosing and Using Statistics: A biologists Guide. – Calvin Dytham.

The best introduction to statistics I’ve found. Written for students. Worked examples in minitab, excel and spss. No equations. Practical applications and worked examples. Good reference text.
——————————————————————————————————————————————

Lab Math: A Handbook of Measurements, Calculations and Other Quantitative Skills for Use at the Bench – Dany Spencer Adams.

Useful book for all the lab calculations that you should know… but don’t!

——————————————————————————————————————————————

That’s my list. If anybody has any other recommendations, let me know.

SB.OS

February 20, 2011 by · Leave a Comment 

sb.os logo
I was recently looking at combining some sbml model files together. You can do this in any text editor as sbml is just an xml flat file format (if that’s the correct terminology). Therefore, you could load each file into a text editor and cut and paste the components of the model. SBML however isn’t meant to be directly coded, and is more a method of transferring models between software tools. SBMLeditor however is a useful customized text editor for sbml files, and presents the file in a very visually accessible format. I haven’t got a great deal of experience of SBML however and no free time to go about editing big model files. I had a look on sbml.org and found semanticSBML; academic software designed for manipulating sbml models in a variety of ways. There’s a web based version as well as code that can be compiled locally on Windows and Linux. I attempted to install it on both operating systems but this was a bit of a nightmare. SymantecSBML also downloads a local copy of many databases such as chebi and kegg which makes the installation process very long and uses huge volumes of storage, and then ended with many errors for me. There’s a web based version using Java but this seems to not be running at the moment(?). I was about to take my usual approach to academic software and remove it when I happened upon SB.OS (“systems biology operational software”). SB.OS is a Ubuntu livecd containing many pre-installed systems biology tools, including symantecSBML. It’s a handy tool-kit to keep in your CD wallet. You can boot it up on any computer without installing anything, use the tools which are all pre-loaded, and not effect your primary operating system, making it excellent for the non-computer scientists like me. I fired up semanticSBML and had my models merged in a couple of minutes. SB.OS contains lots of tools from sbml.org including the systems biology workbench, SBMLeditor mentioned above, Taverna, Cytoscape and some simulators such as Cell Designer, Copasi, and XPPAUT. Hopefully it will continue to develop and update in the future.

PrimerPy

February 17, 2011 by · Leave a Comment 

I recently designed primers for my impending qPCR work. qPCR primers are typically shorter than normal PCR primers, with a higher melt temp and produce short 150-200bp amplicons. This requires some slightly different design than normal. There are infinite resources of information on designing primers for qPCR but I found PrimerPy a useful bit of software for mine. It’s free for use and open source, built using the Python programming language.
primerpy_interface
The current version uses Primer3 to do the calculations, optimized for SyBr green qPCR. I sent off my primers a couple of weeks ago and ran than them last week on the RotorGene and got a signal so they seem to be ok. Should be ready to go once the yeast get going.

PrimerPy is available to download here: http://code.google.com/p/oligobench/wiki/PrimerPy

« Previous PageNext Page »