1 - Introduction To Computational Biology
1 - Introduction To Computational Biology
Drug Design
DISCIPLINE SELECTIVE ELECTIVE (CREDIT : 6)
2
eAssignment 1:
Continuous Submit by 8th January 2019
evaluation
(10 marks
each) Test: 26TH February
Syllabus covered uptil 19th February 2019
4
Introduction to Computational Biology
Turns ideas into a testable hypothesis (Cell genetic heterogeneity and drug resistance in cancer)
Lead/hypothesis generation for wet lab experiments (Identifying disease associating mutations)
Sequence Homology Analysis (Phylogeny)
Drug design (Identification of target/novel drug/modifications in lead molecule)
Predictive functions (hypothetical proteins)
Clinical (disease prediction, biomarkers)
Intellectual Property Rights (patents, information, security)
Computer Electronic machine to store information and process it in the binary mode.
Information retrieval and analysis require programs
Software Collective term for various programs that can run on computers
System software (computer’s operating system and any other program required to run applications)
Application software ( installed by user for specific purposes)
Programming languages (Machine code, assembly, and Higher-level language) :::: It comprises
of a set of instructions that produce various kinds of output. Eg. C, C++, R, etc.
Markup language :::: It allows document annotation in a way that is syntactically distinguishable
from the text. Unlike programming language, they are designed to create a structure, identify
data rather than executing or performing an action. Eg. Hypertext makrup language (HTML),
Bioinformatic sequence markup language (BSML)
Scripting language :::: It is a programmimg language that is designed for integrating and
communicating with other programming languages. Eg. JAVA script, Python etc.
16
Operating systems
OS is a master program that manages all peripheral hardware and allows other software applications to
run.
Examples:
BIOS (Basic-Input Output Operating system) :
low level OS entirely stored in ROM
It decides : switch on/off, reading and writing to disks, responding to input, displaying readable charcters on
monitor
WINDOWS
A higher level OS than BIOS which provides a typical graphical user interface
UNIX
OS for multi-user component environment (software that powers web was invented on UNIX)
Rich in commands and possibilities ranging from networking software to word processing softwares and from
emails to newsreaders.
Many Varities and versions
17
LINUX : open source variation of UNIX
Interplay of Internet, World wide web (WWW), and global network of biological information and service
providers has made the bioinformatics revolution possible.
Internet is a global network of computers and computer network that links government, academic
and business institutions.
Transmission control protocol/Internet protocol (TCP/IP) : the communication sharing protocol followed
by networks which allows different types of machines to speak to each other in a common way.
Computers within the network nodes
For transfer, data is first broken into small packets (units of information) sent independently
reassemble at destination
TCP determines how data are broken into packages and reassembled
IP determines how the packets of information are addressed (IP address) and routed over the network
Packets might reach destination after passing through several computers. Even if any of the nodes on
the way is down, the network protocols are designed to find an alternative route.
20
Internet and Bioinformatics
Internet originated ARPAnet (US department of defense, 1969) BITnet (1981)
Internet provides a means to distribute software and enables researchers to perform sophisticated analysis on
remote servers.
Late 1980’s email servers, File transfer protocol (FTP), and TELNET server
World wide web (www)
way of exchanging information over the internet using a program called browser
Developed by European Nuclear Research Council (CERN) in 1989
First molecular biology web server : Expasy (Expert protein analysis system), 1993
Webpage and website hyperlinks each hypertext document has a unique address : URL (Uniform Resource
locator). URLs take the format http://restofaddress
Communication protocol used by web servers Hyper text transport protocol (http)
Language for hypertext documnts HTML
Internet explorer (1995 by Microsoft) hypermedia browser
Mozilla Firefox, Google chrome
21
Cheminformatics