<?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/22793?offset=660</link>
	<atom:link href="https://bioinformaticsonline.com/related/22793?offset=660" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/19541/bioinformatics-sub-dic-dic</guid>
  <pubDate>Fri, 12 Dec 2014 21:14:57 -0600</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics SUB DIC (DIC)]]></title>
  <description><![CDATA[
<p>Project Title BIOINFORMATICS SUB DIC (DIC)</p>

<p>Reference Number IIT/SRIC/R/DIC/2014/314, DATED 28thNovember, 2014</p>

<p>Temporary Position(s)</p>

<p>i) Junior/ Senior Project Officer (1)<br />ii) Junior Project Assistant (2)</p>

<p>Consolidated Compensation</p>

<p>i) Rs.16,000/- to Rs.18,000/- p.m. (depending on qualification &amp; experience)<br />ii) Rs.8,000/- to Rs.10,000/- p.m. (depending on qualification &amp; experience)</p>

<p>Coordinator / PI Dr. Sudip K. Ghosh, Dept of Biotechnology.</p>

<p>Department / Centre / School Dept of Biotechnology </p>

<p>Qualifications &amp; Experience</p>

<p>(i) M. Sc in any branch of Life Sciences with experience in Molecular  Biology/Genetics/Biochemistry preferably a Post Graduate diploma in Bioinformatics or two years working experience in bioinformatics (Minimum 60% marks starting from matriculation examination).</p>

<p>(ii) B. Sc. /B.A. /B. Com/Diploma in Management or Computer Science. Knowledge in computer software will be preferred (minimum 50% marks starting from matriculation examination).</p>

<p>More Information</p>

<p>Interested eligible persons may apply on plain paper, giving full bio-data along with attested copies of testimonials to the undersigned on or before 11thDecember, 2014. </p>

<p>Sponsor DBT, NEW DELHI</p>

<p>Last Date 11 Dec 2014</p>

<p>Application Fee Demand Draft for Rs.50/- (Not for female candidates) drawn in favour of IIT Kharagpur payable at Kharagpur</p>

<p>Advertisement: www.iitkgp.ac.in/topfiles/sric_job_details.php?serial=2826</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43736/odgi-optimized-dynamic-genomegraph-implementation</guid>
	<pubDate>Tue, 01 Feb 2022 23:42:21 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43736/odgi-optimized-dynamic-genomegraph-implementation</link>
	<title><![CDATA[odgi: optimized dynamic genome/graph implementation]]></title>
	<description><![CDATA[<p dir="auto"><code>odgi</code>&nbsp;provides an efficient and succinct dynamic DNA sequence graph model, as well as a host of algorithms that allow the use of such graphs in bioinformatic analyses.</p>
<p dir="auto">Careful encoding of graph entities allows&nbsp;<code>odgi</code>&nbsp;to efficiently compute and transform&nbsp;<a href="https://pangenome.github.io/">pangenomes</a>&nbsp;with minimal overheads.&nbsp;<code>odgi</code>&nbsp;implements a dynamic data structure that leveraged multi-core CPUs and can be updated on the fly.</p>
<p dir="auto">The edges and path steps are recorded as deltas between the current node id and the target node id, where the node id corresponds to the rank in the global array of nodes. Graphs built from biological data sets tend to have local partial order and, when sorted, the deltas be small. This allows them to be compressed with a variable length integer representation, resulting in a small in-memory footprint at the cost of packing and unpacking.</p>
<p dir="auto">The RAM and computational savings are substantial. In partially ordered regions of the graph, most deltas will require only a single byte.</p><p>Address of the bookmark: <a href="https://github.com/pangenome/odgi" rel="nofollow">https://github.com/pangenome/odgi</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43806/genomicus-genome-browser-that-enables-users-to-navigate-in-genomes-in-several-dimensions</guid>
	<pubDate>Mon, 28 Feb 2022 23:27:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43806/genomicus-genome-browser-that-enables-users-to-navigate-in-genomes-in-several-dimensions</link>
	<title><![CDATA[Genomicus: genome browser that enables users to navigate in genomes in several dimensions]]></title>
	<description><![CDATA[<p>Genomicus is a genome browser that enables users to navigate in genomes in several dimensions: linearly along chromosome axes, transversaly across different species, and chronologicaly along evolutionary time.</p>
<p>Once a query gene has been entered, it is displayed in its genomic context in parallel to the genomic context of all its orthologous and paralogous copies in all the other sequenced metazoan genomes. Moreover, Genomicus stores and displays the predicted ancestral genome structure in all the ancestral species within the phylogenetic range of interest.</p>
<p>All the data on extant species displayed in this browser are from&nbsp;<a href="http://www.ensembl.org/">Ensembl</a>.</p>
<p><br><strong>Summary statistics of Genomicus version 105.01:</strong><span>&nbsp;(view species tree in&nbsp;</span><a href="https://www.genomicus.bio.ens.psl.eu/genomicus-105.01/data/SpeciesTree.pdf">pdf</a><span>&nbsp;or&nbsp;</span><a href="https://www.genomicus.bio.ens.psl.eu/genomicus-105.01/data/SpeciesTree.nwk">newick</a><span>)</span><br><br></p>
<table id="introstats">
<tbody>
<tr><th>Number of extant species</th>
<td>200</td>
</tr>
<tr><th>Number of extant genes</th>
<td>4303993</td>
</tr>
<tr><th>&nbsp;</th></tr>
<tr><th>Number of ancestral species</th>
<td>196</td>
</tr>
<tr><th>Number of ancestral genes</th>
<td>4624213</td>
</tr>
<tr><th>Number of ancestral synteny blocks</th>
<td>83342<br><br></td>
</tr>
</tbody>
</table><p>Address of the bookmark: <a href="https://www.genomicus.bio.ens.psl.eu/genomicus-105.01/cgi-bin/search.pl" rel="nofollow">https://www.genomicus.bio.ens.psl.eu/genomicus-105.01/cgi-bin/search.pl</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/19792/irishgrid-irish-grid-mapping-system</guid>
	<pubDate>Fri, 26 Dec 2014 07:53:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/19792/irishgrid-irish-grid-mapping-system</link>
	<title><![CDATA[irishgrid: Irish Grid Mapping System]]></title>
	<description><![CDATA[<p>Perl module for creating geographic 10km-square maps using either SVG or PNG (with GD library) output format.</p>
<p>Originally design to map the location of objects in a 10 km map IrishGrid includes:</p>
<ul>
<li>native support of the Irish Grid System (see <a href="http://www.osi.ie/">http://www.osi.ie/</a>)</li>
<li>optimize for speed (there's as less as possible data to conversion)</li>
<li>customized color functions</li>
</ul>
<p>https://code.google.com/p/irishgrid/downloads/detail?name=irishgrid.pl</p><p>Address of the bookmark: <a href="https://code.google.com/p/irishgrid/" rel="nofollow">https://code.google.com/p/irishgrid/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/23536/teaching-assistant-at-svims</guid>
  <pubDate>Fri, 31 Jul 2015 10:15:16 -0500</pubDate>
  <link></link>
  <title><![CDATA[Teaching Assistant at SVIMS]]></title>
  <description><![CDATA[
<p>Eligible candidates are invited for a walk-in-interview for recruitment of Teaching Assistant in the Department of Bioinformatics on 8.08.2015 at 10 A.M. in the Committee Hall, SVIMS, Tirupati. The candidates have to attend with all original certificates of qualification, experience on the date of interview. The engagement will be made purely on adhoc basis for a period of 6 months and it can be terminated at any time without notice or without assigning any reason thereof. This is purely an adhoc appointment and the candidate will not have any right to claim permanent benefits of any kind.</p>

<p>1. Remuneration : Rs. 12000/- per month (consolidated)</p>

<p>2. Qualification : M.Sc./M.Tech. Bioinformatics (preference will be given to the candidates with BINC / NET / GATE / Bioinformatics DBT-Traineeship / Studentship and teaching experience)</p>

<p>3. Place of work : Department of Bioinformatics, SVIMS, Tirupati</p>

<p>4. No. of Position : One</p>

<p>Terms and conditions:</p>

<p>1. Candidates are required to submit the Biodata, attested copies of relevant certificates in support of their age, educational qualification, experience etc., before the interview committee, SVIMS University, Tirupati.<br />2. No TA / DA will be paid for attending the interview.<br />3. Interim enquiries will not be entertained.<br />4. The maximum age limit for Teaching Assistant is 34 years as on 8th August, 2015.<br />5. The tenure of will be further extended subject to performance of the incumbent.</p>

<p>Advertisement: http://svimsbic.org/Teaching_Assistant_B.I._2015.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/view/19838</guid>
	<pubDate>Sat, 27 Dec 2014 13:30:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/view/19838</link>
	<title><![CDATA[Interview with a bioinformatician series ...]]></title>
	<description><![CDATA[<p>The aim of this series to interviews some notable bioinformaticians to get their views on various aspects of bioinformatics research. Hopefully these answers will prove useful to others in the field, especially to those who are just starting their bioinformatics careers.<br /><br />This series will be available at BOL every fortnight.<br /><br /><br /><br /></p>]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/20448/jrf-in-bioinformatics-nehu</guid>
  <pubDate>Tue, 20 Jan 2015 22:57:49 -0600</pubDate>
  <link></link>
  <title><![CDATA[JRF in Bioinformatics @ NEHU]]></title>
  <description><![CDATA[
<p>Department of Botany &amp; Bioinformatics Centre<br />NORTH-EASTERN HILL UNIVERSITY, SHILLONG 793022</p>

<p>Applications with complete bio-data from candidates possessing the required qualifications are invited for the posts of JRF (2) and Project Assistant (1) in</p>

<p>DBT, GOI-funded research project “Next Generation Sequencing (NGS)- based de novo assembly of expressed transcripts and genome information of Orchids in North-East India” in DBT’s Twinning programme for NE as per DBT sanction order and norms.</p>

<p>(i) JRF(2 nos.):</p>

<p>Qualifications: M.Tech/M.Sc in Life Sciences/ Botany/ Zoology/Biochemistry/ Biotechnology/ Bioinformatics; Desirable: Aptitude for Bioinformatics and Computer Programming/ Next generation sequencing data analysis</p>

<p>(ii) Project Assistant (1 no.):</p>

<p>Qualifications: Graduation in Science, Desirable: Experience of working in a Life Science/Plant Biotechnology lab. and familiarity with computers and field work viz. collection of samples.</p>

<p>The applications through email bicnehu@gmail.com or post must reach the undersigned<br />within 15 days from the date of publication of this advertisement. The advertised posts are purely temporary for the duration of the project and subject to availability of the funds from DBT. The appointment does not confer any entitlement or right over the posts for absorption in the University service.</p>

<p>Advertisement: www.nehu.ac.in/Advertisements/BICAdvtPV_200115.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/20362/20th-international-bioinformatics-workshop-on-virus-evolution-and-molecular-epidemiology-veme</guid>
  <pubDate>Mon, 12 Jan 2015 01:39:45 -0600</pubDate>
  <link></link>
  <title><![CDATA[20th International BioInformatics Workshop on Virus Evolution and Molecular Epidemiology (VEME)]]></title>
  <description><![CDATA[
<p>20th International BioInformatics Workshop on Virus Evolution and Molecular Epidemiology (VEME)<br />9 - 14 August 2015 St. Augustine, Trinidad and Tobago </p>

<p>Organiser: Christine Carrington (University of the West Indies - UWI, St. Augustine, Trinidad and Tobago)<br />Co-organisers: Anne-Mieke Vandamme, Philippe Lemey (Katholieke Universiteit Leuven, Belgium), Marco Salemi, Mattia Prosperi (University of Florida, Gainesville, USA) and Karen E. Nelson (J. Craig Venter Institute, Rockville, USA)</p>

<p>Requests for information directly to:<br />Christine Carrington<br />Department of Preclinical Sciences<br />Faculty of Medical Sciences<br />University of the West Indies (UWI)<br />St. Augustine<br />Trinidad and Tobago<br />Telephone: +1-868-6452640 ext. 5009, +1-868-6848803<br />Fax: +1-868-6621873<br />E-mail: veme2015@sta.uwi.edu</p>

<p>Deadline for receipt of applications by local organiser: 15 March 2015<br />CALL FOR APPLICATIONS NOW OPEN<br />http://www.icgeb.org/course-application-trinidad-and-tobago-2015.html</p>

<p>http://rega.kuleuven.be/cev/veme-workshop/2015</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/20437/wuxi-has-acquired-nextcode-health</guid>
	<pubDate>Mon, 19 Jan 2015 08:17:35 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/20437/wuxi-has-acquired-nextcode-health</link>
	<title><![CDATA[WuXi has acquired NextCODE Health]]></title>
	<description><![CDATA[<p>Shanghai, China-headquartered pharmatech company WuXi (NYSE: WX) has acquired NextCODE Health, a genomic analysis and bioinformatics company based in the USA.<br /><br />The acquisition was made for $65 million in cash, and WuXi plans to merge its genome center with NextCODE Health to form a new company, WuXi NextCODE Genomics. The business will be headquartered in Shanghai and have operations in Cambridge, Massachusetts, and Reykjavik, Iceland.<br /><br />With the huge unmet medical needs in diseases with a genetic component and the rapid advances in genomics and bioinformatics, now is the right time for WuXi to make a strategic investment in this field, and NextCODE is the right partner. This new venture of WuXi NextCODE Genomics will create important new genomic and bioinformatic products and services to help make personalized treatment and medicine a reality.&nbsp; It will also enable doctors to provide better treatments to patients.<br /><br /></p>]]></description>
	<dc:creator>Pranjali Yadav</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/21200/ra-bioinformatics-at-ciba</guid>
  <pubDate>Fri, 13 Feb 2015 11:23:18 -0600</pubDate>
  <link></link>
  <title><![CDATA[RA Bioinformatics at CIBA]]></title>
  <description><![CDATA[
<p>Recruitment The following posts are to be filled purely on temporary basis under CIBA Component of “Centre for Agricultural Bioinformatics (CABin)” project at this Institute.</p>

<p>Posts Research Associate</p>

<p>Date &amp; Time of Interview 18th Feb 2015 at 10.00 a.m.</p>

<p>Project Name “Centre for Agricultural Bioinformatics (CABin)”</p>

<p>Duration 12th Plan (2012-2017) / co-terminus with the project 12th Plan (2012-2017) / co-terminus with the project</p>

<p>Essential Qualification Ph.d / M.Sc./ M.Phil (Bioinformatics) With 1st division or 60% marks or equivalent overall grade point average with at least two years of research experience in the relevant subject.</p>

<p>Technician</p>

<p>B.Tech. or Master degree in computer science/Computer Engineering /MCA or equivalent. Desirable qualification: Experience in Java/ C++/ PHP/ PERL/ Python etc. based application development using Linux, Apache and MySQL/Oracle.</p>

<p>Emoluments Rs.24000/- p.m. + 30% HRA for Ph.D holders / Rs.23000/- p.m. + 30% HRA for Master Degree holders A consolidated pay Rs.25000/- per month.</p>

<p>Age Limit Maximum 40 years for men and 45 years for women as on date of interview.</p>

<p>Age limits are relaxable for SC / ST / OBC candidates as per rules.</p>

<p>Maximum 40 years for men and 45 years for women as on date of interview.</p>

<p>Age limits are relaxable for SC / ST / OBC candidates as per rules.</p>

<p>Eligible Candidates may send their Curriculum Vitae along with the contact numbers to ashok@ciba.res.in on or before 13-02-2015.</p>

<p>Candidates selected after initial screening will be called for interview.</p>

<p>Advertisement: www.ciba.res.in/attachments/jobs/CABin-3006.pdf</p>
]]></description>
</item>

</channel>
</rss>