<?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/31300?offset=440</link>
	<atom:link href="https://bioinformaticsonline.com/related/31300?offset=440" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/4081/csir-institute-of-genomics-integrative-biology</guid>
  <pubDate>Thu, 29 Aug 2013 05:22:03 -0500</pubDate>
  <link></link>
  <title><![CDATA[CSIR-INSTITUTE OF GENOMICS &amp; INTEGRATIVE BIOLOGY]]></title>
  <description><![CDATA[
<p>CSIR-INSTITUTE OF GENOMICS &amp; INTEGRATIVE BIOLOGY, Mall Road, Delhi 110007</p>

<p>POSITIONS OPEN FOR TEMPORARY RESEARCH PROJECT POSTS</p>

<p>(Date of interview 23rd September 2013 at 10:30 AM)</p>

<p>CSIR-Institute of Genomics &amp; Integrative Biology (IGIB), desires to engage qualified incumbents on purely temporary basis as detailed below:</p>

<p>Project Code/Title (Project Code BSC0123)</p>

<p>Genome dynamics in Cellular Organization, Differentiation and Enantiostasis (GENCODE)</p>

<p>Project Fellow<br />	<br />First Class M.Sc./M.Tech in bioinformatics/Human Genetics/Genomics</p>

<p>Rs. 16,000/- + 30 % HRA per month</p>

<p>Sr. Project Fellow	</p>

<p>First Class M.Sc./M.Tech in bioinformatics/Human Genetics/Genomics</p>

<p>With two years of experience in NGS data analysis.</p>

<p>Rs. 18,000/- + 30 % HRA per month</p>

<p>Age relaxation as per Govt. of India instructions.</p>

<p>Engagement is for the project and on behalf of the funding agency and the tenure shall be as mentioned above. The duration of the post is initially for One year or till the closing date of the project, whichever is earlier. Tenure may be extendable up to project duration. Contract may be terminated at any time by giving one-month notice by either side. The applicants will have no claim implicit or explicit for consideration against any CSIR/IGIB post.</p>

<p>How to Apply:</p>

<p>It is mandatory for eligible applicants to apply by both the processes as given below:</p>

<p>1.    Sending the resume in MS Word format directly to hrd@igib.res.in (Mentioning the Project Code-Post Code in the Subject Line of the email example:GAP0059-1)</p>

<p>2.    They also need to fill up proforma by clicking on the following link HR Online Form.</p>

<p>3.    Candidate cannot apply for more than two posts.</p>

<p>Last date of receiving application is 02-09-2013.</p>

<p>No application would be entertained with result awaited status or after due date.</p>

<p>The email will be sent to the short listed candidates.</p>

<p>No TA/DA will be paid to the candidates to attend the interview. The engagement shall be as per guidelines of CSIR/Funding agency. Candidates will have an option to give reply in Hindi.</p>

<p>Note: The shortlisted candidates, who will receive the email for interview, have to report at 09:00 AM on the day of interview along with any Photo ID card and original certificates for entry purpose. Entry will be closed by 10:00 AM.</p>

<p>More @ http://www.igib.res.in/sites/default/files/23092013.htm</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/36603/learning-python-programming-a-bioinformatician-perspective</guid>
	<pubDate>Mon, 14 May 2018 16:33:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/36603/learning-python-programming-a-bioinformatician-perspective</link>
	<title><![CDATA[Learning Python Programming - a bioinformatician perspective !]]></title>
	<description><![CDATA[<p>Python Programming&nbsp;is a general purpose programming language that is open source, flexible, powerful and easy to use. One of the most important features of python is its rich set of utilities and libraries for data processing and analytics tasks. In the current era of big biological data, python and biopython is getting more popularity due to its easy-to-use features which supports big data processing.</p><p>In this tutorial series article, I will explore features and packages of python which are widely used in the big data, NGS, and bioinformatics. I will also walk through a real biological example which shows NGS data processing with the help of python packages and programming.</p><p>Python has a couple of points to recommend it to biologists and scientists specifically:</p><ul>
<li>It's widely used in the scientific community</li>
<li>It has a couple of very well designed libraries for doing complex scientific computing (although we won't encounter them in this book)</li>
<li>It lend itself well to being integrated with other, existing tools</li>
<li>It has features which make it easy to manipulate strings of characters (for example, strings of DNA bases and protein amino acid residues, which we as biologists are particularly fond of)</li>
</ul><p>In general, following are some of the important features of python which makes it a perfect fit for rapid application development.</p><ul>
<li>Python is interpreted language so the program does not need to be compiled. Interpreter parses the program code and generates the output.</li>
<li>Python is dynamically typed, so the variables types are defined automatically.</li>
<li>Python is strongly typed. So the developers need to cast the type manually.</li>
<li>Less code and more use makes it more acceptable.</li>
<li>Python is portable, extendable and scalable.</li>
</ul><p>There are two major Python versions, Python 2 and Python 3. Python 2 and 3 are quite different. This tutorial uses Python 3, because it more semantically correct and supports newer features.</p><p>I will post tutorial on daily basis on this page. Check the sub-pages on right side.</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/3013/python-and-biopython-tutorial</guid>
	<pubDate>Fri, 23 Aug 2013 06:47:40 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/3013/python-and-biopython-tutorial</link>
	<title><![CDATA[Python and BioPython Tutorial]]></title>
	<description><![CDATA[<p>A quickstart tutorial that allows to become familiar with the Python language. The exercises expect knowledge of basic concepts of programming. A group of 2nd year computer science students with no previous Python knowledge required 60'-90' to complete the exercises. With about 3 hours time, the exercise is suitable for non-programmers as well.</p><p>Address of the bookmark: <a href="http://www.biotnet.org/training-materials/python-programmers" rel="nofollow">http://www.biotnet.org/training-materials/python-programmers</a></p>]]></description>
	<dc:creator>Manshi Raghubanshi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39370/multiphate-bioinformatics-pipeline-for-functional-annotation-of-phage-isolates</guid>
	<pubDate>Thu, 16 May 2019 00:17:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39370/multiphate-bioinformatics-pipeline-for-functional-annotation-of-phage-isolates</link>
	<title><![CDATA[multiPhATE: bioinformatics pipeline for functional annotation of phage isolates]]></title>
	<description><![CDATA[<p><span>multiple-genome Phage Annotation Toolkit and Evaluator (multiPhATE). multiPhATE is a throughput pipeline driver that invokes an annotation pipeline (PhATE) across a user-specified set of phage genomes. This tool incorporates a&nbsp;</span><em>de novo</em><span>&nbsp;phage gene-calling algorithm and assigns putative functions to gene calls using protein-, virus-, and phage-centric databases.&nbsp;</span></p>
<p>&nbsp;</p><p>Address of the bookmark: <a href="https://github.com/carolzhou/multiPhATE" rel="nofollow">https://github.com/carolzhou/multiPhATE</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/3967/research-project-posts-for-csir-project-delhi</guid>
  <pubDate>Tue, 27 Aug 2013 04:31:41 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research Project Posts for CSIR Project, Delhi]]></title>
  <description><![CDATA[
<p>Positions Open For Temporary Research Project Posts for CSIR Project, Delhi<br />CSIR is looking for bright young candidates to get involved in building algorithms and platforms for large biological data analyses in the areas of comparative genomics, computational workflows, disease association studies, simulating virtual organelles, etc. Anyone who fulfills the eligibility criteria mentioned below may appear for a walk-in interview on 3rd September 2013 at CSIR Headquarters, Anusandhan Bhawan, 2 Rafi Marg, Delhi – 110001.<br />you can go to link for details or download PDF</p>

<p>http://www.csir.res.in/External/Heads/aboutcsir/announcements/ProjectPost_130813.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/4098/bioinformatics-algorithm-demonstrations-and-tutorials</guid>
	<pubDate>Thu, 29 Aug 2013 09:23:51 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/4098/bioinformatics-algorithm-demonstrations-and-tutorials</link>
	<title><![CDATA[Bioinformatics Algorithm Demonstrations and Tutorials]]></title>
	<description><![CDATA[<p>Abstract</p>
<p>This project presents demonstrations of selected computer science algorithms important in&nbsp;bioinformatics, implemented in the spreadsheet program Microsoft Excel. Spreadsheets provide an&nbsp;interesting platform for demonstration of algorithms, since various steps of the calculations can be&nbsp;exposed in a manner that is easily comprehensible to users with little programming experience. The&nbsp;algorithms demonstrated include two approaches to approximate string matching (dynamic programming&nbsp;and Shift-AND numeric approximate matching), Hierarchical Clustering (used in phylogenetic studies&nbsp;and microarray analysis of gene expression), a Naive Bayes Classifier for simulated microarray gene&nbsp;expression data, and a simple Neural Network. These demonstrations are designed to serve as&nbsp;instructional aids in bioinformatics courses.</p>
<p>Tutorial @&nbsp;http://www.cybertory.org/downloads/bae/BioinformaticsAlgorithmsInExcel.zip</p>
<p>One of the best resource for online bioinformatics learning is https://stepic.org/Bioinformatics-Algorithms-2 Enjoy the online learning.</p>
<p>Reference :&nbsp;cybertory</p>
<blockquote>
<p><span>" Please add your favourite bioinformatics algorithms and tutorial links below in the comment section, for the benefit of bioinformatics and computational biology community ".&nbsp;</span></p>
</blockquote><p>Address of the bookmark: <a href="http://www.cybertory.org/downloads/bae/BioinformaticsAlgorithmsExcelDoc.pdf" rel="nofollow">http://www.cybertory.org/downloads/bae/BioinformaticsAlgorithmsExcelDoc.pdf</a></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40272/seq-a-high-performance-pythonic-language-for-bioinformatics</guid>
	<pubDate>Sat, 23 Nov 2019 08:58:12 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40272/seq-a-high-performance-pythonic-language-for-bioinformatics</link>
	<title><![CDATA[Seq: A high-performance, Pythonic language for bioinformatics]]></title>
	<description><![CDATA[<p>&nbsp;</p>
<p>Seq is a programming language for computational genomics and bioinformatics. With a Python-compatible syntax and a host of domain-specific features and optimizations, Seq makes writing high-performance genomics software as easy as writing Python code, and achieves performance comparable to (and in many cases better than) C/C++.</p>
<p>Learn more by following the&nbsp;<a href="https://github.com/seq-lang/seq/blob/master/docs/sphinx/tutorial.rst">tutorial</a>&nbsp;or from the&nbsp;<a href="https://github.com/seq-lang/seq/blob/master/docs/sphinx/cookbook.rst">cookbook</a>.</p><p>Address of the bookmark: <a href="https://seq-lang.org" rel="nofollow">https://seq-lang.org</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/4162/4273%CF%80-bioinformatics-education-on-low-cost-arm-hardware</guid>
	<pubDate>Mon, 02 Sep 2013 07:02:43 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/4162/4273%CF%80-bioinformatics-education-on-low-cost-arm-hardware</link>
	<title><![CDATA[4273π: Bioinformatics education on low cost ARM hardware]]></title>
	<description><![CDATA[<p>Are you teaching bioinformatics at universities and found it complicated by typical computer classroom settings. As well as running software locally and online, students should gain experience of systems administration. Hmm don't worry there is one new OS for the rescue. 4273<em>&pi;</em>, an operating system image for Raspberry Pi based on Raspbian Linux. It provides an attractive, general-purpose computing environment, within which the course 4273&pi; Bioinformatics for Biologists is embedded.<br /><br />Though far slower than current desktop and laptop computers, the Raspberry Pi is notably faster than the Cray 1 supercomputer, a marvel of computer speed in its day. The Raspberry Pi approach includes all the benefits of the laptop approach, above, but at lower cost. In addition, the Raspberry Pi is a new and exciting computer system, which in itself can add interest to the course.<br /><br />As the Raspbian operating system, Raspberry Pi firmware and hardware and 4273&pi; Bioinformatics for Biologists teaching material develop, further releases of 4273&pi; will be made available. It is anticipated that there will be a minimum of two releases per year during the next four years.</p><p>4273<em>&pi;</em> is a means to teach bioinformatics, including systems administration tasks, to undergraduates at low cost.</p><p>Descriptive paper @ http://www.biomedcentral.com/1471-2105/14/243</p><p>Image source: BMC Bioinformatics</p><p><img src="http://www.biomedcentral.com/content/download/figures/1471-2105-14-243-1.png" alt="image" style="border: 0px; border: 0px;"></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41202/biocontainers</guid>
	<pubDate>Thu, 20 Feb 2020 05:29:46 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41202/biocontainers</link>
	<title><![CDATA[BioContainers]]></title>
	<description><![CDATA[<p><span>BioContainers is a community-driven project that provides the infrastructure and basic guidelines to create, manage and distribute bioinformatics packages (e.g conda) and containers (e.g docker, singularity). BioContainers is based on the popular frameworks&nbsp;</span><a href="https://conda.io/">Conda</a><span>,&nbsp;</span><a href="https://www.docker.com/">Docker</a><span>&nbsp;and&nbsp;</span><a href="https://www.sylabs.io/docs/">Singularity</a><span>.</span></p><p>Address of the bookmark: <a href="https://biocontainers.pro/#/" rel="nofollow">https://biocontainers.pro/#/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/4409/huber-lab</guid>
  <pubDate>Mon, 09 Sep 2013 21:57:03 -0500</pubDate>
  <link></link>
  <title><![CDATA[Huber Lab]]></title>
  <description><![CDATA[
<p>The Huber group develops computational and statistical methods to design and analyse novel experimental approaches in genetics and cell biology. </p>

<p>Future projects and goals</p>

<p>Large-scale systematic maps of gene-gene and gene-environment interactions by automated phenotyping, using image analysis, machine learning, sparse model building and causal inference.<br />DNA-, RNA- and ChIP-Seq and their applications to gene expression regulation: statistical and computational foundations.<br />Cancer genomics, genomes as biomarkers, cancer phylogeny.<br />Image analysis for systems biology: measuring the dynamics of cell cycle and of cell migration of individual cells under normal conditions and many different perturbations (RNAi, drugs).</p>

<p>More @ http://www.embl.de/research/units/genome_biology/huber/index.html</p>
]]></description>
</item>

</channel>
</rss>