<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/11592?offset=50</link>
	<atom:link href="https://bioinformaticsonline.com/related/11592?offset=50" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44910/courses-to-get-you-started-with-bioinformatics</guid>
	<pubDate>Tue, 30 Sep 2025 13:07:19 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44910/courses-to-get-you-started-with-bioinformatics</link>
	<title><![CDATA[Courses to Get You Started with Bioinformatics]]></title>
	<description><![CDATA[<p>Bioinformatics is now at the heart of modern biology and medicine. From decoding genomes and predicting antimicrobial resistance, to developing personalized medicine and advancing evolutionary research, computational skills are no longer optional &mdash; they are essential.</p><p>Yet, for many students, biologists, and even computer scientists, the question is: <em>&ldquo;Where do I begin?&rdquo;</em> With so many platforms, books, and tutorials available, it&rsquo;s easy to feel overwhelmed.</p><p>To make it easier, I&rsquo;ve compiled <strong>10 excellent resources</strong> &mdash; ranging from beginner-friendly introductions to advanced computational genomics courses. Many of these are freely available, created by pioneers in the field, and widely used in classrooms and research labs worldwide.</p><p>Whether you are a complete beginner or looking to strengthen your foundations, these courses will help you build the skills needed to analyze biological data, design workflows, and think computationally about complex biological systems.<br /><br /></p><h3>1. <a href="https://rafalab.dfci.harvard.edu/pages/harvardx.html?utm_source=chatgpt.com" target="_new">HarvardX Data Analysis for Genomics by Rafael Irizarry<span></span></a></h3><p>From the almighty Rafa, this set of online courses (via edX/HarvardX) is a classic starting point for genomic data science and bioinformatics.</p><h3>2. <a href="https://github.com/quinlan-lab/applied-computational-genomics" target="_new">Applied Computational Genomics &ndash; Aaron Quinlan<span></span></a></h3><p>Aaron Quinlan (creator of <strong>bedtools</strong> and many other tools) has made his course materials open. A practical, tool-driven genomics introduction.</p><h3>3. <a target="_new">Bioinformatics Algorithms (Coursera + Companion Book)<span></span></a></h3><p>Find the highly visual video classes on Coursera, backed by the popular <em>Bioinformatics Algorithms</em> book.</p><h3>4. <a href="https://vis.usal.es/rodrigo/documentos/papers/biostar-handbook.pdf?utm_source=chatgpt.com" target="_new">The Biostar Handbook<span></span></a></h3><p>Not a course per se, but a hands-on manual by Istvan (founder of <strong>Biostars.org</strong>) that&rsquo;s even used in classes at Penn State.</p><h3>5. <a href="https://liulab-dfci.github.io/bioinfo-combio/?utm_source=chatgpt.com" target="_new">Introduction to Bioinformatics and Computational Biology (by Shirley Liu)<span></span></a></h3><p>A comprehensive introduction from Shirley Liu&rsquo;s lab (Harvard DFCI). Covers both theory and computational practice.</p><h3>6. <a target="_new">Data Carpentry: Genomics Workshops<span></span></a></h3><p>Community-driven training workshops that focus on practical, reproducible research. I was honored to serve as curriculum committee chair here.</p><h3>7. <a href="https://github.com/schatzlab/appliedgenomics2018" target="_new">Computational Genomics: Applied Comparative Genomics<span></span></a></h3><p>From the Schatz Lab &mdash; applied comparative genomics with real-world data.</p><h3>8. <a href="https://biodatascience.github.io/compbio/?utm_source=chatgpt.com" target="_new">Introduction to Computational Biology (Mike Love, creator of DESeq2)<span></span></a></h3><p>This course bridges statistics, biology, and computation &mdash; a solid primer for anyone entering computational biology.</p><h3>9. <a target="_new">MIT Computational Biology (6.047 / 6.878 / HST.507) by Manolis Kellis<span></span></a></h3><p>Covers genomes, networks, evolution, and health. A deep-dive from MIT&rsquo;s OpenCourseWare archive.</p><h3>10. <a href="https://github.com/applied-bioinformatics/iab2" target="_new">An Introduction to Applied Bioinformatics<span></span></a></h3><p>An interactive textbook with Python code, designed for practical applied bioinformatics learning.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/6380/hidden-markov-models-viterbi-algorithm-markov-chain-exploration-with-script</guid>
	<pubDate>Thu, 14 Nov 2013 13:36:56 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/6380/hidden-markov-models-viterbi-algorithm-markov-chain-exploration-with-script</link>
	<title><![CDATA[Hidden Markov Models, Viterbi Algorithm, Markov Chain Exploration with script]]></title>
	<description><![CDATA[<p><strong>Hidden Markov Models, the Viterbi Algorithm, and CpG Islands (in VB6)</strong></p><p><strong>Problem :</strong></p><p>The CG island is a stretch of DNA (usually longer than 200 bases) in which the frequency of the CG sequence is higher than other regions. It is also called the CpG island, where "p" simply indicates that "C" and "G" are connected by a phosphodiester bond.<br /><br />CpG islands are often located around the promoters of housekeeping genes (which are essential for general cell functions) or other genes frequently expressed in a cell. At these locations, the CG sequence is not methylated. By contrast, the CG sequences in inactive genes are usually methylated to suppress their expression. The methylated cytosine may be converted to thymine by accidental deamination. Unlike the cytosine to uracil mutation which is efficiently repaired, the cytosine to thymine mutation can be corrected only by the mismatch repair which is very inefficient. Hence, over evolutionary time scales, the methylated CG sequence will be converted to the TG sequence.</p><p>Find step wise explanationand implementation steps at <a href="http://dna.cs.byu.edu/bio465/Labs/hmm.shtml">http://dna.cs.byu.edu/bio465/Labs/hmm.shtml</a></p><p>Source code with explanation <a href="http://www.tannerhelland.com/1187/hidden-markov-models-viterbi-algorithm-cpg-islands-in-vb6/">http://www.tannerhelland.com/1187/hidden-markov-models-viterbi-algorithm-cpg-islands-in-vb6/</a></p><p>Fore detail understanding of HMM read this excellent tutorial <a href="http://www.cs.ubc.ca/~murphyk/Software/HMM/labman2.pdf">http://www.cs.ubc.ca/~murphyk/Software/HMM/labman2.pdf</a></p><p>Viterbi Algo at <a href="http://en.wikipedia.org/wiki/Viterbi_path">http://en.wikipedia.org/wiki/Viterbi_path</a></p><p>For firther reading Wiki page <a href="http://en.wikipedia.org/wiki/Hidden_Markov_model">http://en.wikipedia.org/wiki/Hidden_Markov_model</a></p><p>On CpG island paper and for indepth understanding <a href="http://www.biomedcentral.com/1471-2164/12/S2/S10">http://www.biomedcentral.com/1471-2164/12/S2/S10</a></p><p>&nbsp;</p><p>If you are more interested in exploring&nbsp;Markov Chain Exploration and understand it with graphical version please visit <a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=75049&amp;lngWId=1">http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=75049&amp;lngWId=1</a></p><p>Reference:</p><p>1.<a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=75049&amp;lngWId=1">http://www.planet-source-code.com</a></p><p>2. <a href="http://www.tannerhelland.com/1187/hidden-markov-models-viterbi-algorithm-cpg-islands-in-vb6/">http://www.tannerhelland.com</a></p>]]></description>
	<dc:creator>Manisha Mishra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/45116/recommended-reading-list</guid>
	<pubDate>Sat, 18 Apr 2026 19:25:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/45116/recommended-reading-list</link>
	<title><![CDATA[Recommended reading list]]></title>
	<description><![CDATA[<p>Some of the following titles might be available as ebooks&bull;</p><p>Population genetics: A concise guide. John Gillespie.The Johns Hopkins University Press (1997)&bull;</p><p>Population genetics. J. S. Gale. Wiley (1980)&bull;</p><p>Evolutionary genetics. John Maynard-Smith. Oxford University Press (1998)&bull;</p><p>The growth of biological thought. Ernst Mayr. Harvard University Press (1985)&bull;</p><p>Guns, germs and steel. Jared Diamond. W. W. Norton (2007)&bull;</p><p>Evolutionary theory: Mathematical and conceptual foundations. Sean Rice. Oxford University Press (2004)</p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/6562/molecular-bioinformatics-lab-mbl</guid>
  <pubDate>Tue, 19 Nov 2013 18:23:27 -0600</pubDate>
  <link></link>
  <title><![CDATA[Molecular Bioinformatics Lab (MBL)]]></title>
  <description><![CDATA[
<p>The main subject of interest in our laboratory is the study of the relationship among sequence, structure, and function in proteins and nucleic acids. Our research can be divided in two major topics:</p>

<p>the study of the sequence-structure relationship<br />(application -&gt; structure prediction)<br />the study of the structure-function relationship<br />(application -&gt; function prediction)</p>

<p>Therefore, anything related to the configuration (sequence) and conformation (structure) in atomic systems of proteins and nucleic acids, and the interaction of these with other elements (function) is of our major interest.</p>

<p>Lab page @ http://melolab.org/mbl/</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/2560/great-place-to-study-bioinformatics-in-europe</guid>
	<pubDate>Sun, 18 Aug 2013 18:41:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/2560/great-place-to-study-bioinformatics-in-europe</link>
	<title><![CDATA[Great Place to Study Bioinformatics in Europe]]></title>
	<description><![CDATA[<p>Study bioinformatics is like being jack of all trade so it is important you choose where it will be good backup of computer science, and natural science infrastructure and faculty. Especially having a good teachers in computer science is indispensible.&nbsp;</p><p><strong>Few places in Europe where good (and @some places no tution fees) master bioinformatics courses and recommended are</strong>:</p><p><strong>KU Leuven, Belgium</strong></p><p><a href="http://onderwijsaanbod.kuleuven.be/opleidingen/e/CQ_50269018.htm">http://onderwijsaanbod.kuleuven.be/opleidingen/e/CQ_50269018.htm</a></p><p><strong>ETH, Zurich</strong></p><p><a href="http://www.cbb.ethz.ch/">http://www.cbb.ethz.ch/</a></p><p><strong>University of Copenhagen, Denmark</strong></p><p><a href="http://studies.ku.dk/masters/bioinformatics/">http://studies.ku.dk/masters/bioinformatics/</a></p><p><strong>University of Helsinki, Finland</strong></p><p><a href="http://www.cs.helsinki.fi/en/mbi/">http://www.cs.helsinki.fi/en/mbi/</a></p><p><strong>Stockholm University, Sweden</strong></p><p><a href="http://www.sbc.su.se/masters/">http://www.sbc.su.se/masters/</a></p><p><strong>Universities in Netherlands</strong></p><p><a href="http://www.nbic.nl/education/msc-programmes/">http://www.nbic.nl/education/msc-programmes/</a></p><p><strong>TUM , Munich Germany</strong></p><p><a href="http://www.mastersportal.eu/studies/865/bioinformatics.html">http://www.mastersportal.eu/studies/865/bioinformatics.html</a></p><p><strong>University of Bergen, Norway</strong></p><p><a href="http://www.uib.no/en/studieprogram/MAMN-INF/BI/plan">http://www.uib.no/en/studieprogram/MAMN-INF/BI/plan</a></p><p><strong>Goethe-University in Frankfurt am Main</strong></p><p><a href="http://www.uni-frankfurt.de/58444439/mabi">http://www.uni-frankfurt.de/58444439/mabi</a></p><p><strong>Other links</strong>:</p><p><a href="http://www.masterstudies.com/Masters-Degree/Bioinformatics/Europe/">http://www.masterstudies.com/Masters-Degree/Bioinformatics/Europe/</a></p><p><a href="https://studyinsweden.se/programmes/?query=bioinformatics&amp;period=ht-2016&amp;level=ma&amp;subject=natural-science&amp;university=#search">https://studyinsweden.se/programmes/?query=bioinformatics&amp;period=ht-2016&amp;level=ma&amp;subject=natural-science&amp;university=#search</a></p><p>&nbsp;</p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/6818/scientist-positions-gujarat-state-biotechnology-mission</guid>
  <pubDate>Mon, 25 Nov 2013 10:26:39 -0600</pubDate>
  <link></link>
  <title><![CDATA[Scientist Positions @ Gujarat State Biotechnology Mission]]></title>
  <description><![CDATA[
<p>Gujarat State Biotechnology Mission invite applications [Online Only] under various projects* namely Gujarat Biodiversity Gene Bank (BioGene), Gujarat Institute of Genomics (GIG), Gujarat Institute of Bioinformatics [GIBS] and Gujarat Institute of Marine Biotechnology. Eligible candidates can Apply through online application portal.</p>

<p>1 Scientist E 3</p>

<p>50,000/-</p>

<p>M.Sc. in Life sciences or Plant Sciences or Biotechnology or Microbiology or Bioinformatics or Ph.D. from a recognized university in any of above subject.</p>

<p>Minimum 8 Yrs. of experience after M.Sc. or 5 Yrs. of experience after Ph.D. in responsible position of work in R &amp; D in the area of genomics/ conservation biotechnology/bioinformatics/Planning/Scientific Administration in Science and technology organization. Highly qualified in the area of modern biology, as evidenced through research experience and proven ability to carry out work in the area of conservation biotechnology. Age limit not exceeding 40yrs.</p>

<p>2 Scientist B 6</p>

<p>30,000/-</p>

<p>M.Sc. in Life sciences or Plant Sciences or Biotechnology or Microbiology or Bioinformatics or Ph.D. from a recognized university in any of above subject shall be preferred.</p>

<p>Minimum 3 Yrs. of experience after M.Sc. in responsible position of work in R &amp; D in the area of genomics/ conservation biotechnology/ bioinformatics /Planning/Scientific Administration in Science and technology organization. Highly qualified in the area of modern biology, as evidenced through research experience and proven ability to carry out work in the area of conservation biotechnology. Age limit not exceeding 35yrs.</p>

<p>The positions are purely on contractual basis for 11 months. Interested candidates can apply online in specified format available at "http://leogen.in/recruit/" The last date of applying is 24th December, 2013. Applications must be submitted online only. Applications submitted in any other format except online prescribed performa will be rejected. Candidates in service must apply through proper channel. Candidates will be required to provide original documents along with duly filled and signed application Performa, as and when called for interview.</p>

<p>For more details please visit the website URL : http://leogen.in/recruit</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/4197/bioinformatics-course-and-lectures</guid>
	<pubDate>Tue, 03 Sep 2013 16:41:02 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/4197/bioinformatics-course-and-lectures</link>
	<title><![CDATA[Bioinformatics course and lectures]]></title>
	<description><![CDATA[<p><a href="http://openwetware.org/wiki/User:Jarle_Pahr/Bioinformatics">http://openwetware.org/wiki/User:Jarle_Pahr/Bioinformatics</a></p><p>Address of the bookmark: <a href="http://gtpb.igc.gulbenkian.pt/bicourses/index.html" rel="nofollow">http://gtpb.igc.gulbenkian.pt/bicourses/index.html</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/7088/gabi</guid>
  <pubDate>Fri, 06 Dec 2013 16:43:01 -0600</pubDate>
  <link></link>
  <title><![CDATA[GABi]]></title>
  <description><![CDATA[
<p>GABi Research<br />The major researching fields defined as the GABi scope are described next:<br />    Sequence Analysis<br />    Protein Structure Prediction<br />    Comparative Genomics<br />    Functional Analysis of Residues on Protein Families<br />    Gene/Protein Networks<br />    Genome structure &amp; base composition<br />    Highthroughput data analysis from NGS</p>

<p>Lab Page http://gabi.cidbio.org/index/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/4211/socbin-bioinformatics-2014</guid>
  <pubDate>Tue, 03 Sep 2013 18:50:20 -0500</pubDate>
  <link></link>
  <title><![CDATA[SocBiN Bioinformatics 2014]]></title>
  <description><![CDATA[
<p>14th annual conference in Bioinformatics</p>

<p>Date : June 10-13</p>

<p>Organizers: The Society for Bioinformatics in Northern European countries (SocBiN) and the Norwegian Bioinformatics Platform / ELIXIR.NO </p>

<p>Venue: Department of Informatics, University of Oslo, Norway</p>

<p>Topics:<br />Tools and technologies for integrative bioinformatics<br />Metagenomics<br />Comparative genomics and phylogeny<br />Post-ENCODE bioinformatics<br />Gene regulation<br />Cancer genomes<br />Marine genomics</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/7214/lapti-lab</guid>
  <pubDate>Thu, 12 Dec 2013 18:19:12 -0600</pubDate>
  <link></link>
  <title><![CDATA[LAPTI Lab]]></title>
  <description><![CDATA[
<p>The main theme of our research is the understanding of how genetic information is decoded from DNA into RNA and proteins. Someone may find this topic a little strange and argue that we already know how this is happening.</p>

<p>Translational recoding. </p>

<p>RNA editing. </p>

<p>Evolution of the genetic code and translation.</p>

<p>More at http://lapti.ucc.ie/research.html</p>

<p>Lab page http://lapti.ucc.ie/index.html</p>
]]></description>
</item>

</channel>
</rss>