<?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/35800?offset=400</link>
	<atom:link href="https://bioinformaticsonline.com/related/35800?offset=400" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/45133/postdoctoral-position-in-evolutionary-genomics-and-bioinformatics-at-the-center-for-interdisciplinary-neuroscience-at-university-of-valparaiso-valparaiso-chile</guid>
  <pubDate>Wed, 22 Apr 2026 02:36:00 -0500</pubDate>
  <link></link>
  <title><![CDATA[Postdoctoral Position in Evolutionary Genomics and Bioinformatics, at the Center for Interdisciplinary Neuroscience at University of Valparaiso, Valparaiso, Chile.]]></title>
  <description><![CDATA[
<p>The Center for Interdisciplinary Neuroscience of Valparaiso (CINV)<br />in Valparaiso, Chile, invites postdoctoral researchers to apply for<br />a Postdoctoral Fellowship focusing on understanding the evolution of<br />genes and molecular pathways that play a role on inflammatory processes<br />driving diseases affecting the central nervous system.</p>

<p>The postdoctoral researcher will contribute to this project using<br />a combination of evolutionary and comparative genomics, as well as a<br />diverse set of bioinformatic approaches for data analysis and integration<br />(e.g., transcriptomics, genomics, phenotypic data). This position offers<br />a unique opportunity to integrate diverse state-of-the-art genomic and<br />phenotypic datasets across different model organisms to understand the<br />role of genes, molecular pathways in the origin of complex diseases.</p>

<p>CINV provides a highly collaborative and multidisciplinary environment<br />using a variety of computational and experimental approaches,<br />including genetically tractable animal models as well as expertise in<br />genetics, behavior, glia-neuron communication, metabolism, biophysics,<br />genomics, bioinformatics, host-microbe communication, and biomolecular<br />modelling. The new postdoc will be part of one of our labs which focuses<br />more generally on the intersection between molecular evolution and<br />disease biology.</p>

<p>Required qualifications are a PhD in evolutionary biology, computational<br />biology, bioinformatics, or closely related fields. Candidates must have<br />excellent verbal and written communication skills (working language<br />is English), as well as an established record of productivity (e.g.,<br />at least one previous peer-reviewed publication). Candidates with a<br />past record of publications in bioinfomatics, computational biology,<br />population genetics or evolutionary genomics are strongly preferred. Ideal<br />candidates should have experience in analyzing genomic and phenomic<br />data, performing comparative evolution or population genomic analyses,<br />as well as in collaborating with experimentalists.</p>

<p>Interested candidates should first contact Evandro Ferrada at<br />. Please include the following: (1) a cover<br />letter addressing your interest in the position and how your expertise<br />meets the position requirements, (2) a CV, (3) contact information of<br />at least 2 references. A short online interview will follow to discuss<br />specific proposals. Candidate materials will be reviewed as soon as<br />possible until the position is filled.</p>

<p>For further information, please visit:<br />https://cinv.uv.cl/cinv-postdoctoral-fellowship-program-2026/</p>

<p>Dr. Evandro Ferrada<br />Associate Profesor</p>

<p>Centro Interdisciplinario de Neurociencia (CINV)</p>

<p>Facultad de Ciencias, Universidad de Valpara�so.</p>

<p>Pasaje Harrington 287, Playa Ancha, Valpara�so, Chile.</p>

<p>Tel.  +56 (32) 250 8453</p>

<p>www.cinv.cl</p>
]]></description>
</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/bookmarks/view/2728/statistics-of-current-sequencing-and-bioinformatics-market</guid>
	<pubDate>Wed, 21 Aug 2013 08:29:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/2728/statistics-of-current-sequencing-and-bioinformatics-market</link>
	<title><![CDATA[Statistics of current Sequencing and Bioinformatics market]]></title>
	<description><![CDATA[<p>This survey conducted by&nbsp;<strong>Oxford&nbsp;<a href="http://www.ogt.co.uk/" target="_blank">Gene</a>&nbsp;Technology,</strong>&nbsp;<span>provider of innovative&nbsp;genetics&nbsp;research and&nbsp;biomarker</span>&nbsp;<span>solutions to advance molecular medicine, has released the results from a recent survey of researchers using next generation sequencing. (Source:<a href="http://www.news-medical.net/news/20130821/Oxford-Gene-Technology-releases-next-generation-sequencing-survey-results.aspx">http://www.news-medical.net/news/20130821/Oxford-Gene-Technology-releases-next-generation-sequencing-survey-results.aspx</a>&nbsp;)</span></p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="http://www.ogt.com/assets/0000/3190/NGS_Survey_2013_Infographic_Web.pdf" rel="nofollow">http://www.ogt.com/assets/0000/3190/NGS_Survey_2013_Infographic_Web.pdf</a></p>]]></description>
	<dc:creator>Rahul Agarwal</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/bookmarks/view/3031/following-the-scientific-literature-a-personal-practical-guide-for-young-computational-biologists</guid>
	<pubDate>Fri, 23 Aug 2013 07:18:51 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/3031/following-the-scientific-literature-a-personal-practical-guide-for-young-computational-biologists</link>
	<title><![CDATA[Following the scientific literature: A personal practical guide for young computational biologists]]></title>
	<description><![CDATA[<p><span>The goal of this guide is to describe&nbsp;</span><strong>why</strong><span>,&nbsp;</span><strong>when</strong><span>,&nbsp;</span><strong>where</strong><span>&nbsp;and&nbsp;</span><strong>how</strong><span>&nbsp;can you follow the most up-to-date science of interest and&nbsp;</span><strong>what</strong><span>&nbsp;papers/journals you should follow. The guide is biased towards the fields of genomics/systems biology.(from article)</span></p>
<p><span>Source:&nbsp;<strong><span>&nbsp;<a href="http://www.cs.tau.ac.il/~ulitskyi/">Igor Ulitsky</a>&nbsp;&amp;&nbsp;<a href="http://www.cs.tau.ac.il/~rshamir/">Ron Shamir</a></span></strong></span></p><p>Address of the bookmark: <a href="http://acgt.cs.tau.ac.il/guides/LiteratureGuide.htm" rel="nofollow">http://acgt.cs.tau.ac.il/guides/LiteratureGuide.htm</a></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/researchlabs/view/5401/the-minerva-research-group-for-bioinformatics-janet-kelso</guid>
  <pubDate>Wed, 09 Oct 2013 12:57:45 -0500</pubDate>
  <link></link>
  <title><![CDATA[The Minerva Research Group for Bioinformatics (Janet Kelso)]]></title>
  <description><![CDATA[
<p>The focus of this group is to use computational approaches to gain an insight into genome evolution in primates.</p>

<p>PNAS papers:<br />http://www.pnas.org/search?author1=Janet+Kelso&amp;sortspec=date&amp;submit=Submit</p>

<p>Jobs:<br />http://www.eva.mpg.de/genetics/bioinformatics/jobs.html</p>

<p>Contact:<br />Kelso Group<br />Department of Evolutionary Genetics<br />Max Planck Institute for Evolutionary Anthropology<br />Deutscher Platz 6<br />04103 Leipzig<br />Germany<br />Email: kelso@eva.mpg.de</p>
]]></description>
</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/6132/computational-methods-for-the-analysis-of-the-diversity-and-dynamics-of-genomes</guid>
  <pubDate>Sat, 09 Nov 2013 20:19:02 -0600</pubDate>
  <link></link>
  <title><![CDATA[Computational Methods for the Analysis of the Diversity and Dynamics of Genomes]]></title>
  <description><![CDATA[
<p>The German-Canadian international research training group</p>

<p>"Computational Methods for the Analysis of the Diversity and Dynamics of Genomes"</p>

<p>has currently open positions for graduate students, to study at Simon Fraser University (Vancouver, Canada) and <br />Bielefeld University (Germany), starting in the fall 2014.</p>

<p>This international graduate program is a close cooperation of:</p>

<p>Bielefeld University, Germany: Graduate progam "DiDy"<br />Simon Fraser University (SFU), Vancouver, Canada: Graduate program "MADD-Gen"</p>

<p>The available positions include six PhD positions at Bielefeld University, as well as PhD and MSc positions at SFU.</p>

<p>Application deadline: December 31st, 2013<br />Webpage: http://wiki.techfak.uni-bielefeld.de/didy/Announcement</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>