Learning Bioinformatics can be a daunting task… learning how to program alone is very daunting for most people. I am now building a site to help people learn bioinformatics, its called how to bioinformatics
If you looking to learn how to get your foot in the door into complex sequence analysis, and your just learning how to program, check out my website for some free tutorials on python and getting started in bioinformatics.
Neutral (or silent or synonymous) mutations occur when the change of a single DNA nucleotide (A,T,C,G) within a gene does not affect the sequence of amino acids that make up the gene’s protein (15). The sequence of amino acids determines the 3-D structure of the protein, and that determines the function of the protein in the cell, and that determines the fitness of the organism. So, if the protein is not changed it will have no effect on the phenotype and the fitness of the organism. In other words: it will be neutral.
My thoughts: There are no neutral mutations. A mutation that creates a synonomous codon will still effect transcription frequency, either increasing frequency or decreasing frequency. The tRNA, responsible for retrieving a specific base, may be under or overexpressed for the mutated codon. Even though the codon codes for the sam amino acid the speed at which a protein is translated will be effected. This could have many downstream effects.


Is python the best programming language for Bioinformatics?
When your learning a programming language for bioinformatics, it’s important to pick one that will not only be useful now, but 5-10 years in the future. Currently python is the most popular scripting language for bioinformatics, and theres plenty of reasons why.
- it’s supported by a huge community so you can find an answer with a quick search, rather than spending hours scouring the internet.
- Python Syntax forces modularity, so you HAVE* write more professionally in small re-usable blocks
- It has great libraries that seamlessly integrate into it’s functionality
Speaking of great libraries, if you want to do something in python, just import it. (chances are someone has already written the low level stuff for you)
- Biopython contains hundreds of great tools to do bioinformatics
- Rpy connects python to R, the statistical modeling language, so you can run R using comfortable python syntax
- Python C, turns out Python can execute C code, or you can have your C code run your python Scripts, very useful so you can keep your scripts and still run the faster C code.
Check out this great strip from XKCD:

Downsides?
- Noticed up top how I said you HAVE to write modularly. If you don’t write like that in python, your going to be hurting. Remember Python is a scripting language… use it for small programs that do one task quickly and efficiently… dont build a complex system on it or you will regret it as python’s grip slithers around your neck.
- Whitespace. It’s part of the syntax. I personally don’t like this feature… why? Because you can’t see whitespace. Unless you activate invisible characters. It’s still a pain when you get an error because you indented one space too many. Or if you have a long block of code that needs an if statement at the top… better start indenting the entire block. Was this really better than just adding some brackets? I don’t think so, thats why I use perl as well. Luckily they can all work together… more on that soon.
Useful information for aspiring bioinformaticians out there:
A Quick Guide for Developing Effective Bioinformatics Programming Skills
http://www.ploscompbiol.org/article/info:doi%2F10.1371%2Fjournal.pcbi.1000589

Trying to use your favorite editor Coda (from Panic!) to write in C or C++?
After scouring the internet to find the answer I landed on this blog post by falken creative.
Here’s his easy to use solution to adding a color scheme for C/C++ and more… in Coda:
Step 1:
- Visit the SubEthaEdit site, and download the older 2.2 version of SubEthaEdit (older version is required to get this to work)
- Unzip the download, and then right click on the application and select “Show Package Contents”
- Navigate to Contents > Resources > Modes, and copy the “C++.mode” file
Step 2:
- Navigate to your applications folder, find Coda, and right click on the application and select “Show Package Contents”
- Navigate to Contents > Resources > Modes, and paste the “C++.mode” file
- Relaunch Coda if you already have it open
Step 3:
A bioengineer and geneticist at Harvard’s Wyss Institute have successfully stored 5.5 petabits of data — around 700 terabytes — in a single gram of DNA, smashing the previous DNA data density record by a thousand times.
The work, carried out by George Church and Sri Kosuri, basically treats DNA as just another digital storage device. Instead of binary data being encoded as magnetic regions on a hard drive platter, strands of DNA that store 96 bits are synthesized, with each of the bases (TGAC) representing a binary value (T and G = 1, A and C = 0).
http://www.extremetech.com/extreme/134672-harvard-cracks-dna-storage-crams-700-terabytes-of-data-into-a-single-gram
In a state of constant distraction. This is the realm that most of us live. In a blurry network of confused interaction we’ve succumbed to ultimate overload of media and constant input. What this means is grave consequences for our life and our ability to focus. We no longer have the ability to focus on one thing for a period of time.
Think this is a problem? Multitasking you say? …

Turns out the brain is not a good parallel processor – meaning we need to stick to one thread of focus and stick to it for a good peroid of time, AT LEAST 1 HOUR. To get any significant results.
Hope this helps wake you up from the disoriented coma we all live in!
//B
„I don’t regret that others stole my ideas. I am sorry they don’t have their own” (On inventions and patents)
„A man is born to work, to suffer and to fight; he who doesn’t, must perish.”
„In crystal we have a pure evidence of the existence of a formative life principle, and although in spite of everything we cannot understand the life of crystals – it is still a living being.”
(Nikola Tesla, 1900)
It’s quick and dirty, but it’s a necessary step for getting accurate 3d models of amino acids.
Note: Bond Length has been converted from pm to mm.
