Changes
From Biolecture.org
no edit summary
<p> </p>
<h1>Bioprogramming</h1>
<p>Human DNA has about 3 billion base pairs in a single cell. It is 2.79 GB text (1 letter is 1 byte). However, when Human DNA is sequenced, it may be sequenced 30X or more DNA (In case of NGS(Next Generation Sequencing)). So Raw sequenced DNA text file is more than 84 GB. Because of large amount of Raw data, it is difficult to analyze Raw data with our hands. That's why we need computer / computer program to analyze NGS data. We are not enough smart to analyze NGS data. To deal with computer program, we should know what program is , what programming is, what computer is.</p>
<h2>What is programming?</h2>
<p>Today, Computers and Smart phones are widespread. Programs are very required to operate computer. In the past, Program might be for calculation. Each program has it's own purpose, algorithm. To make program ( actually, computer program), we need to know what programming is, what programming language is.</p>
<p> There are many different programming language in the world.</p>
<ul>
<li><font size="4">C</font> </li>
<li><span style="font-size: large">C++ : Object Oriented Programming (OOP),</span></li>
<li><span style="font-size: large">Java</span></li>