Difference between revisions of "Bioprogramming"

From Biolecture.org
imported>Eunseok yoo
imported>S
Line 7: Line 7:
 
<h2><span style="font-size: larger"><strong><b><span lang="EN-US">Programming</span></b></strong></span></h2>
 
<h2><span style="font-size: larger"><strong><b><span lang="EN-US">Programming</span></b></strong></span></h2>
 
<p style="font-family: -apple-system-font; line-height: 16px"><b><span style="font-size: larger"><span lang="EN-US">Programming </span></span></b><span style="font-size: larger"><span lang="EN-US">is a process that makes new algorithm from programming languages called codes through a compiler. It can convert a set of programming languages into executable programs. Programs can perform various activities like computation, analysis, algorithmic flow, and more. </span></span></p>
 
<p style="font-family: -apple-system-font; line-height: 16px"><b><span style="font-size: larger"><span lang="EN-US">Programming </span></span></b><span style="font-size: larger"><span lang="EN-US">is a process that makes new algorithm from programming languages called codes through a compiler. It can convert a set of programming languages into executable programs. Programs can perform various activities like computation, analysis, algorithmic flow, and more. </span></span></p>
<p style="font-family: -apple-system-font; line-height: 16px"><span style="font-size: larger"><span lang="EN-US">The <b>computer </b>is the electrical machine or device that carries out the programs. Computers exist in many different forms such as desktop, laptop, tablet, and etc. <br />
+
<p style="font-family: -apple-system-font; line-height: 16px"><span style="font-size: larger"><span lang="EN-US">The <b>computer </b>is the electrical machine or device that carries out the programs. Computers exist in many different forms such as desktop, laptop, tablet, and etc. <br />
 
</span></span></p>
 
</span></span></p>
 
<p style="font-family: -apple-system-font; line-height: 16px"><b><span lang="EN-US">&nbsp;</span></b></p>
 
<p style="font-family: -apple-system-font; line-height: 16px"><b><span lang="EN-US">&nbsp;</span></b></p>
Line 14: Line 14:
 
<p style="font-family: -apple-system-font; line-height: 16px">&nbsp;</p>
 
<p style="font-family: -apple-system-font; line-height: 16px">&nbsp;</p>
 
<h3 style="margin-left: 40px"><span style="font-size: larger"><strong><b><span lang="EN-US">Programming language</span></b></strong></span></h3>
 
<h3 style="margin-left: 40px"><span style="font-size: larger"><strong><b><span lang="EN-US">Programming language</span></b></strong></span></h3>
<p style="font-family: -apple-system-font; margin-left: 40px; line-height: 16px"><b><span style="font-size: larger"><span lang="EN-US">Programming languages </span></span></b><span style="font-size: larger"><span lang="EN-US">are generally high-level languages that are used in coding by programmers.If you compare the programming to a country, then the language is the communication medium. The 3 major types of bioprogramming languages are S, R, and Matlab. All of them are for statistical and computational use. <b>Grammar </b>is the rule of the languages.<br />
+
<p style="font-family: -apple-system-font; margin-left: 40px; line-height: 16px"><b><span style="font-size: larger"><span lang="EN-US">Programming languages </span></span></b><span style="font-size: larger"><span lang="EN-US">are generally high-level languages that are used in coding by programmers.If you compare the programming to a country, then the language is the communication medium. The 3 major types of bioprogramming languages are S, R, and Matlab. All of them are for statistical and computational use. <b>Grammar </b>is the rule of the languages.<br />
 
</span></span></p>
 
</span></span></p>
 
<p style="font-family: -apple-system-font; line-height: 16px">&nbsp;</p>
 
<p style="font-family: -apple-system-font; line-height: 16px">&nbsp;</p>
Line 35: Line 35:
 
     <li><a href="http://en.wikipedia.org/wiki/MATLAB"><span style="font-size: larger;">Matlab</span></a></li>
 
     <li><a href="http://en.wikipedia.org/wiki/MATLAB"><span style="font-size: larger;">Matlab</span></a></li>
 
</ul>
 
</ul>
 +
<p>&nbsp;</p>
 +
<hr  />
 +
<p>Perl tutorial:&nbsp; http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl1st/index.html</p>
 +
<p>&nbsp;</p>
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>

Revision as of 19:19, 13 September 2015

Bioinformatics

In bioinformatics, all biological data are regarded as information. So, by combining various fields such as computer science and statistics, the information is analyzed and studied.

 

Bioprogramming

Bioprogramming is all programming activities for analyzing biological data.

 

Programming

Programming is a process that makes new algorithm from programming languages called codes through a compiler. It can convert a set of programming languages into executable programs. Programs can perform various activities like computation, analysis, algorithmic flow, and more.

The computer is the electrical machine or device that carries out the programs. Computers exist in many different forms such as desktop, laptop, tablet, and etc.

 

Compiler

Compiler is a program that transforms programming languages into computer languages. With this process, computer can recognize the commands. The compilers have own specific programming language. C++, for example, has c language. They are classified according to the languages and the operating systems.

 

Programming language

Programming languages are generally high-level languages that are used in coding by programmers.If you compare the programming to a country, then the language is the communication medium. The 3 major types of bioprogramming languages are S, R, and Matlab. All of them are for statistical and computational use. Grammar is the rule of the languages.

 

Perl programming

Perl is a programming language that supports scripts called a script lanuguage. It is developed by Larry wall in 1987. It is a powerful tool for varied applications such as network programming, finance, and bioinformatics. An operating system of perl is basically Linux but almost systems support the program. 

site(perl.org)

 

BioPerl programming

BioPerl is a collection of Perl modules for biological data processing. It is an open source software for biological applications in bioinformatics. In the Human Genome Project, the program has played a central role.

site(bioperl.org)

 

BioOS

BioOS denotes an operationg system for bioinformatics

site(bioos.org) 

 

Other languages for Bioinformatics

 


Perl tutorial:  http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl1st/index.html