Python Programming is a general purpose programming language that is open source, flexible, powerful and easy to use. One of the most important features of python is its rich set of utilities and libraries for data processing and analytics...
http://sandbox.bio - Learn how to use bioinformatics tools right from your browser.Everything runs in a sandbox, so you can experiment all you want.
More at sandbox.bio
Bioinformatics, in the UFR in Artificial Intelligence and Bioinformatics, deals with the management, the analysis, the modelling and the visualization of biological databases. Since the size of the databases is often exponential, the traditional...
www.mrc-lmb.cam.ac.uk - This is about how to use a computer to find what is known about a gene of interest and also how to get new insights about it.
The tutorial is divided in three main parts:
In the Sequence part, you will see how to look efficiently for a...
For a beginner this can be is the hardest part, it is also the most important to get right.
It is possible to create a vector by typing data directly into R using the combine function ‘c’
x
same as
x
creates the vector x...
Question at http://rosalind.info/problems/1b/
#Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the reverse complement of Pattern.use strict;use warnings;my $string="AAAACCCGGT";my $finalString="";my %hash...