<?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/3029?offset=620</link>
	<atom:link href="https://bioinformaticsonline.com/related/3029?offset=620" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/22569/reverse-complement-problem-solved-with-perl</guid>
	<pubDate>Tue, 09 Jun 2015 23:37:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/22569/reverse-complement-problem-solved-with-perl</link>
	<title><![CDATA[Reverse Complement Problem Solved with Perl]]></title>
	<description><![CDATA[<p>Question at http://rosalind.info/problems/1b/</p><p>#Find the reverse complement of a DNA string.<br />#Given: A DNA string Pattern.<br />#Return: Pattern, the reverse complement of Pattern.<br /><br />use strict;<br />use warnings;<br /><br />my $string="AAAACCCGGT";<br />my $finalString="";<br />my %hash = (<br />&nbsp;&nbsp; &nbsp;"C" =&gt; "G", <br />&nbsp;&nbsp; &nbsp;"A" =&gt; "T", <br />&nbsp;&nbsp; &nbsp;"T" =&gt; "A", <br />&nbsp;&nbsp; &nbsp;"G" =&gt; "C",<br />);<br /><br />for (my $aa=0; $aa&lt;=(length($string)-1); $aa++) {<br />&nbsp;&nbsp; &nbsp;my $char=substr $string, $aa, 1;<br />&nbsp;&nbsp; &nbsp;#print $hash{$char};<br />&nbsp;&nbsp; &nbsp;$finalString="$hash{$char}"."$finalString";<br />}<br /><br />print $finalString;<br />print "\n";</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/poll/view/22920/how-long-have-you-been-a-bioinformatics-scientist-for</guid>
	<pubDate>Tue, 23 Jun 2015 10:55:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/poll/view/22920/how-long-have-you-been-a-bioinformatics-scientist-for</link>
	<title><![CDATA[How long have you been a bioinformatics scientist for?]]></title>
	<description><![CDATA[<p>Most of the researcher have been a scientist whole life, but infact they actually started paying&nbsp; it with at certain time.So, how long have you been in bioinformatics domain now?</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/23160/opencpu</guid>
	<pubDate>Sun, 05 Jul 2015 18:34:46 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/23160/opencpu</link>
	<title><![CDATA[OpenCPU]]></title>
	<description><![CDATA[<p>OpenCPU is a system for embedded scientific computing and reproducible research. The OpenCPU server provides a reliable and interoperable <a href="https://www.opencpu.org/api.html">HTTP API</a> for data analysis based on R.</p><p>The OpenCPU <a href="https://www.opencpu.org/jslib.html">JavaScript client library</a> provides the most seamless integration of R and JavaScript available today.</p><p>OpenCPU uses standard R packaging to develop, ship and deploy web applications. Several open source <a href="https://www.opencpu.org/apps.html">example apps</a> are available from Github.</p><p>Installing your own OpenCPU server is <a href="https://www.opencpu.org/download.html">super easy</a> and only takes a few minutes.</p><p>More at https://www.opencpu.org/</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/24042/research-associate-bioinformatician-university-of-bristol</guid>
  <pubDate>Wed, 26 Aug 2015 05:46:29 -0500</pubDate>
  <link></link>
  <title><![CDATA[Research Associate Bioinformatician @ University of Bristol]]></title>
  <description><![CDATA[
<p>This 0.5 fte role will have specific responsibility for the bioinformatic side of a Health Innovation Challenged Fund (HICF) research project investigating the application of Next Generation Sequencing (NGS) technologies to the analysis of Minimal Residual Disease (MRD) in childhood Acute Lymphoblastic Leukaemia (ALL). The successful candidate will be responsible for designing and implementing an analysis pipeline primarily to fit with the clinical need, but with the capacity to answer innovative research questions.</p>

<p>For informal enquiries please contact Anne Walsh via email: anne.walsh@bristol.ac.uk.</p>

<p>Apply at http://www.bris.ac.uk/jobs/find/details.html?nPostingID=3639&amp;nPostingTargetID=13346&amp;option=28&amp;sort=DESC&amp;respnr=1&amp;ID=Q50FK026203F3VBQBV7V77V83&amp;JobNum=ACAD101624&amp;Resultsperpage=10&amp;lg=UK&amp;mask=uobext</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/23403/bioinformatics-project-assistant-at-vector-control-research-centre-vcrc-puducherry</guid>
  <pubDate>Sun, 19 Jul 2015 19:22:07 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics Project Assistant at Vector Control Research Centre (VCRC), Puducherry.]]></title>
  <description><![CDATA[
<p>Applications are invited upto 27.07.2015 for filling up of one post of Project Assistant (UNRESERVED) to work under ICMR funded Non-Institutional adhoc project entitled “Biomedical Informatics centre’s of ICMR” at Vector Control Research Centre (VCRC), Puducherry.</p>

<p>Desirable qualification: M.Sc (Life Sciences) with Bioinformatics knowledge and hands on molecular biology tools.</p>

<p>Age: Not exceeding 30 years on the last date of receipt of application</p>

<p>Job work: Molecular modelling studies, Database curation, Metagenomic studies on Dengue virus</p>

<p>Advertisement: http://vcrc.res.in/writereaddata/BIPrj15.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/23680/five-key-traits-to-seek-out-in-potential-bioinformatics-candidates</guid>
	<pubDate>Mon, 10 Aug 2015 12:53:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/23680/five-key-traits-to-seek-out-in-potential-bioinformatics-candidates</link>
	<title><![CDATA[Five key traits to seek out in potential bioinformatics candidates !!!]]></title>
	<description><![CDATA[<p>Genomics and proteomics data are being collected in bulk, but mostly, traditional biologist don&rsquo;t know what to do with it. Perhaps this is the reason why (not only this!!! ) computational biologist/bioinformatics scientists are hot commodities in the research world.</p><p>In fact, there are huge demands for expert biological data analyst. It&rsquo;s a fairly new &nbsp;(not exactly) hot area, these bioinformatician are invaluable because they know and understand the significance of biological data for your research and how you can use it for better understanding of biological problems.</p><p>The bioinformatics can discover biological patterns and stories in genomic and proteomics data. They can develop the pipeline needed to properly collect, store and analyse it.</p><p><img src="http://bioinformaticsonline.com/mod/photo/hire.gif" alt="image" style="border: 0px;"></p><p>Once your research group is ready to make a larger investment and hire a bioinformatician to gain a competitive edge, there are several key traits to seek out in potential candidates. The best bioinformatician are:</p><p>1. Highly Skilled - programming skills, experience with the biological software and tools.</p><p>The biological data won&rsquo;t illuminate much if the scientist analysing it doesn&rsquo;t possess practical programming skills, experience with the biological software and tools and a thorough understanding of basic biological stuff. A solid background in mathematics and statistics is also an indispensable trait.</p><p>2. Insight - Real vision, robust understanding and deep insight.</p><p>In order to hire the best bioinformatics and computational biologist scientist for your needs, it is always recommended and mostly practiced by the recruiters, to ask each contender to write and develop a sample script/presentation based on a specific set of data you provide. Then, explore the approaches used to deal with data provided and pick up those candidates who convey real vision, robust understanding and deep insight.</p><p>3. Energetic &ndash; Curiosity to explore</p><p>Mostly natural curiosity and enthusiasm for solving big biological problems coupled with an ability to transform data into a scientific stories may place one candidate above the rest. In addition to achieve that, the bioinformatician should be agile enough to quickly modify their methods to suit changes within a particular research.</p><p>4. Researcher &ndash; Publications</p><p>Look for someone who has a keen sense and understanding of concern biological problems. You can judge it by looking at previously published papers and data. It is always recommended to have a look at GitHub and other repository for codes written by her/him.</p><p>5. Impressive communicator - Insight that can&rsquo;t be expressed is worthless.</p><p>Good bioinformatics scientists are able to uncover biological patterns and are willing to explain those patterns in clear and helpful ways through thoughtful and open communication. In other words, they should must have good scientific writing skills. A computational biologis/bioinformatician&nbsp; should know how to present the data and tell a scientific story through numbers/images.</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/24297/bioinformatics-walkin-at-nii</guid>
  <pubDate>Fri, 04 Sep 2015 21:48:15 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics WalkIn at NII]]></title>
  <description><![CDATA[
<p>ADVERTISEMENT OF WALK-IN-INTERVIEW</p>

<p>NAME OF THE POST : Bioinformatician (Part time 3 days in a week) (One Position only)</p>

<p>DURATION : One Year</p>

<p>NAME OF THE PROJECT : Next generation sequencing facility</p>

<p>EDUCATIONAL QUALIFICATIONS : At least a Masters degree in Bioinformatics and Bachelors degree in any stream of life sciences</p>

<p>REQUIREMENTS :</p>

<p>Around 5 years of experience and proven track record in next generation sequence data analysis (supported by publications in peer-reviewed journals), ability to analyze transcriptomics, Chip-seq, and small RNA –seq data.</p>

<p>: Should have the ability to analyze raw primary data generated by Illumina next generation sequencing platforms and create / troubleshoot custom analysis Pipelines.</p>

<p>Should have ability to handle all downstream secondary and tertiary data analysis using commercially available as well as open source softwares (transcriptomics, ChIP-seq, small RNA-seq)</p>

<p>Apart from these, the applicant should have knowledge of the following: Programming: Perl and Python. Operating system:</p>

<p>Linux and Windows. NGS Analysis tools: Maq, BWA, Bowtie, SAM tools, BEDTools, MACS, Galaxy, FastQC, Bismark, MEDIPS, Tophat, Cufflinks, AvadisNGS, CLC Genomics Workbench, Galaxy, BaseSpace, Trinity Statistics: Microsoft Excel and R. Database: MySQL Genome Browser: UCSC, Ensemble, IGV, IGB Motif Analysis Tools: MEME Suite, Transfac and RSAT Functional Annotation Tools: DAVID, GeneCodis, Gene Cards Networking Tools: Cytoscape</p>

<p>EMOLUMENTS : The incumbent will be paid a fee of Rs. 2000/- per sitting/ per day.</p>

<p>SCIENTIST NAME : Dr. Arnab Mukhopadhyay,</p>

<p>Staff Scientific V Next generation sequencing facility</p>

<p>SCIENTIST’S E-MAIL ID : arnab@nii.ac.in</p>

<p>WALK IN INTERVIEW ON : 18th September, 2015</p>

<p>REGISTRATION OF CANDIDATES: 10.30 AM to 11.00 AM</p>

<p>PLEASE NOTE- 1. CANDIDATE MAY FILL UP APPLICATION IN THE PRECRIBED FORMAT ALONG WITH NECESSARY DOCUMENTS FOR VERIFICATION. 2. APPLICATIONS CONTAINING INCOMPLETE INFORMATION SHALL NOT BE ENTERTAINED. 3. DATE OF PASSING THE EXAMINATIONS MUST BE INDICATED CLEARLY. 4. ONLY REGISTERED CANDIDATES WILL BE INTERVIEWED. 5. NO TA/DA WILL BE PAID FOR ATTENDING THE INTERVIEW PRESCRIBED FORM 1. NAME 2. FATHER’S NAME 3. MOTHER’S NAME 4. DATE OF BIRTH 5. SEX (MALE/FEMALE) 6. CATEGORY (SC/ ST/ OBC/ PH) 7. ADDRESS a. (CORRSPONDENCE) b. (PERMANENT) 8. E MAIL, TELEPHONE NO. &amp; MOBILE No (if any) 9. ACADEMIC &amp; PROFESSIONAL QUALIFICATIONS NAME OF EXAMINATION PASSED WITH SUBJECTS YEAR OF PASSING BOARD/ UNIVERSITY PERCENTAGE/ DIVISION REMARKS 10. PAST EXPERIENCE &amp; PRESENT EMPLOYMENT, IF ANY 11. CANDIDATES SHOULD STATE CLEARLY WHETHER THEY HAVE BEEN AWARDED PH.D DEGREE OR THESIS HAS BEEN SUBMITTED. 12. HAVE YOU APPLIED FOR A POSITION EARLIER IN THE INSTITUTE? IF SO:- (1) THE DETAILS OF THE PROJECT AND PROJECT INVESTIGATOR (2) IF CALLED FOR INVERVIEW, RESULTS THEREOF</p>

<p>More at http://www1.nii.res.in/sites/default/files/walkininterview-18sept2015.pdf</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/25150/project-assistant-ii-jobs-opportunity-in-national-chemical-laboratory-ncl-on-temporary-basis</guid>
  <pubDate>Fri, 06 Nov 2015 01:36:16 -0600</pubDate>
  <link></link>
  <title><![CDATA[Project Assistant II Jobs opportunity in National Chemical Laboratory (NCL) on temporary basis]]></title>
  <description><![CDATA[
<p>No. Bio/NCIM/3 </p>

<p>Project Assistant II Jobs opportunity in National Chemical Laboratory (NCL) on temporary basis</p>

<p>Project Code No. : GAP312626</p>

<p>Title of the Project : Microbial ecology and distribution of geochemical cycling genes in an hot spring ecosystem</p>

<p>No. of Post : 01</p>

<p>Qualifications : M.Sc./B.Tech/M.Tech in Computational biology/ Bioinformatics from recognized university with minimum 60 % marks (aggregate) </p>

<p>Desirable : Good knowledge of computational skills, Linux (command line and GUI) and Unix; Perl / Python / R /C-programming. Practical knowledge of analysis of Next generation sequence datasets (amplicon sequencing, whole metagenome, and complete genome sequencing) with reference to microbes. Analysis and statistical validation of NGS data generated from different chemistry platforms. Some wet-lab experience in microbial system would be an added advantage as project involves some travel.</p>

<p>Emoluments : Rs. 16,000/- </p>

<p>Age Limit : 28 years<br />How to apply</p>

<p>The application with the above information duly signed together with photo-copies of relevant certificates/testimonials should be addressed to : The Head, NCIM Resource Centre (Attn Dr. M.S. DHARNE), National Chemical Laboratory, Pune 411 008, so as to reach on or before 16th November 2015.</p>

<p>More at http://www.ncl-india.org/files/JoinUs/JobVacancies/TemporaryJobs.aspx?menuid=ql6&amp;childmenustripid=divSubQL6</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/25866/jrf-bioinformatics-at-national-chemical-laboratory</guid>
  <pubDate>Sun, 03 Jan 2016 05:59:05 -0600</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at National Chemical Laboratory]]></title>
  <description><![CDATA[
<p>Junior Project Fellow Bioinformatics<br />Eligibility : ME/M.Tech, MSc(Bio-Informatics)<br />Location : Pune<br />Last Date : 08 Jan 2016<br />Hiring Process : Written-test, Face to Face Interview<br />National Chemical Laboratory </p>

<p>Junior Project Fellow Jobs opportunity in National Chemical Laboratory on contract basis<br />Project Code : BSC0117  <br />Title of the Project : Plant?Microbe and Soil Interactions (PMSI)  <br />No. of Post : 01<br />Qualification : M.Tech. / M.Sc. in Bioinformatics from a recognized university with minimum of 55% marks (aggregate) and sound Bioinformatics knowledge / experience<br />Desirable : Good knowledge of Linux (command line and GUI) and SQL; Java / Perl / Python / R / Bash programing / scripting; Analysis of NGS data; Protein modeling / docking; Development and maintenance of web &amp; database servers, etc<br />Emoluments : Rs. 16,000/?<br />Age Limit : 28 Years<br />Selection Procedure : Written Test / Interview<br />How to apply<br />Applications neatly typed in the prescribed proforma (enclosed herewith) duly completed and signed together with photo?copies of relevant certificates/ testimonials and photograph should be addressed to : The Head, Biochemical Sciences Division, Attn : Dr. Narendra Kadoo, CSIR?National Chemical Laboratory, Dr. Homi Bhabha Road, Pashan, Pune 411 008, so as to reach on or before 08/01/2016. Please superscribe the envelop “Application for Junior Project Fellow (Project: BSC0117)”.</p>

<p>More at http://www.ncl-india.org/files/JoinUs/JobVacancies/TemporaryJobs.aspx?</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/25409/jrf-bioinformatics-at-cuk</guid>
  <pubDate>Thu, 03 Dec 2015 23:40:38 -0600</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at CUK]]></title>
  <description><![CDATA[
<p>JRF Bioinformatics</p>

<p>Eligibility : MSc(Bio-Informatics), BE/B.Tech</p>

<p>Location : Kasaragod</p>

<p>Last Date : 20 Dec 2015</p>

<p>Hiring Process : Face to Face Interview<br />Central University of Kerala</p>

<p>JRF job opportunity in Central University of Kerala (CUK) on temporary basis </p>

<p>Project Title : "Targeting TAL effector mediated susceptibility for durable and broad-spectrum resistance to bacterial blight in Rice"</p>

<p>No. of Post : 01</p>

<p>Qualification : MSc in any subject under Life Science or Bioinformatics/ B.Tech in Bioinformatics + 1 yr experience </p>

<p>Stipend : Rs. 14,000/-<br />How to apply</p>

<p>Interested candidates are requested to send their applications explaining their interest in the position with an updated CV to Dr. Ginny Antony, Assistant Professor, Department of Plant Science, School of Biological Sciences, Central University of Kerala, Padannakkad, Kasaragod, Kerala - 671 314 email: ginnycuk2013@gmail.com on or before 20th December, 2015.</p>
]]></description>
</item>

</channel>
</rss>