123bioinformatics - 123bioinformatics.com

General Information:
Latest News:
Dawn of $1000 Human genome ! 31 Jan 2012 | 10:47 am
Ion Torrent DNA sequencing platform and chips announced by Life Technologies promises to sequence human genome in matter of hours at the cost of $1000!! Incredibly exciting !! This $1000 includes the...
AWK one-liners for Bioinformatics 25 Jan 2012 | 01:14 am
Adding a column in a file: cat filename 4 4 3 1 8 To get the Sum do, awk ‘{ for (i = 1; i <= NF; i++) s = s+$i }; END { print s+0 }’ filename It prints the sum of all fields. You need not initiali...
What is Perl ? 25 Jan 2012 | 12:53 am
Perl: * Perl is a stable, cross platform programming language. * Perl stands for Practical Extraction and Report Language. * It is used for mission critical projects in the public and private sect...
Python PIP package 14 Nov 2011 | 11:39 pm
sudo apt-get install python-pip pip is a tool for installing and managing Python packages, Example: sudo pip install “numpy>1.4″
Bioinformatics Definition / Bioinformatics Definitions / What is Bioinformatics ? 21 Nov 2008 | 03:05 am
Bioinformatics is a tool to solve the Biological problems based on existing data. Bioinformatics is a method to solve the Biological outcomes based on existing experimental results. Bioinformatics =...