<?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/1886?offset=600</link>
	<atom:link href="https://bioinformaticsonline.com/related/1886?offset=600" 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/bookmarks/view/31278/metapred2cs</guid>
	<pubDate>Fri, 03 Mar 2017 05:15:07 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/31278/metapred2cs</link>
	<title><![CDATA[MetaPred2CS]]></title>
	<description><![CDATA[<p style="text-align: justify;"><strong>MetaPred2CS Web server&nbsp;</strong>is a meta-predictor based on&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/17160063">Support Vector Machine (SVM)</a>&nbsp;that combines 6 individual sequence based protein-protein interaction prediction methods to predict&nbsp;<strong>prokaryotic two-component system&nbsp;</strong>protein-protein interactions (PPIs). The methods implemented in MetaPred2CS are 2 co-evolutionary methods:&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/11933068">in-silico two hybrid (i2h)</a>&nbsp;and&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/11707606">mirror tree (MT)</a>&nbsp;methods and 4 genomics context based methods:&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/15947018">phylogenetic profiling (PP)</a>,&nbsp;<a href="http://www.ncbi.nlm.nih.gov/pubmed/10573422">gene fusion (GF)</a>,&nbsp;<a href="http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.0030043">gene neighbourhood (GN)</a>&nbsp;and and&nbsp;<a href="http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.0030043">gene operon methods (GO)</a>.</p>
<p>&nbsp;http://metapred2cs.ibers.aber.ac.uk/</p><p>Address of the bookmark: <a href="https://github.com/martinjvickers/MetaPred2CS" rel="nofollow">https://github.com/martinjvickers/MetaPred2CS</a></p>]]></description>
	<dc:creator>Manisha Mishra</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/42955/post-doctoral-position-scientist-mfd-in-bioinformatics</guid>
  <pubDate>Mon, 15 Mar 2021 11:34:23 -0500</pubDate>
  <link></link>
  <title><![CDATA[Post-doctoral position / Scientist (m/f/d) in Bioinformatics]]></title>
  <description><![CDATA[
<p>The Leibniz-Institut für Analytische Wissenschaften - ISAS - e.V. in Dortmund is looking for a Post-doctoral position / Scientist (m/f/d) in Bioinformatics</p>

<p>More at</p>

<p>https://www.isas.de/files/redaktion/jobs/2021/18.60.1_Postdoc_deNBI_06_21_AS.pdf</p>

<p>https://www.isas.de/en/news/062021-post-doctoral-position-scientist-mfd-in-bioinformatics</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/25287/postdoc-position-in-bioinformatics-irccs-milan-italy</guid>
  <pubDate>Wed, 25 Nov 2015 03:38:38 -0600</pubDate>
  <link></link>
  <title><![CDATA[PostDoc position in Bioinformatics - IRCCS - Milan - Italy]]></title>
  <description><![CDATA[
<p>PostDoc position in Bioinformatics</p>

<p>A full-time post-doctoral position for a bioinformatician with experience in managing and analyzing NGS data is available in the Laboratory of Molecular Cardiology at Policlinico San Donato-IRCCS, Milan, Italy. For lab publications, see: http://scholar.google.it/citations?user=wAPKO9wAAAAJ&amp;hl=it&amp;oi=ao</p>

<p>https://www.researchgate.net/profile/Fabio_Martelli</p>

<p>The goal of the project is investigating the regulation and functional role of non coding RNAs in tissue response to hypoxia and ischemia.</p>

<p>We are looking for a candidate that is going to interact with biologists and bioinformaticians to manage and analyze NGS data (mostly RNA-seq) and microarray data.</p>

<p>The successful candidate must have a minimum of 3 years experience in dealing with NGS data, a good command of English and written communication and at least 2 relevant publications as first author in peer reviewed international journals. The candidate is expected to interact with a small international group and to be able also to work independently. Knowledge of programming is a definitive plus, as well as a good statistical background and/or wet molecular biology skills.</p>

<p>Salary is proportional to experience and to the publication record (up to 38 000euro/year before taxes and retirement contribution i.e. IRPEF and INPS).</p>

<p>Please, send your CV by e-mail to Fabio Martelli:</p>

<p>fabio.martelli@grupposandonato.it</p>

<p>Location: Laboratory of Molecular Cardiology at Policlinico San Donato-IRCCS, Milan, Italy.<br />Link: https://www.researchgate.net/profile/Fabio_Martelli<br />Contact person: Fabio Martelli<br />Contact email: fabio.martelli@grupposandonato.it</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/25301/jrf-bioinformatics-at-cuk</guid>
  <pubDate>Sat, 28 Nov 2015 03:26:21 -0600</pubDate>
  <link></link>
  <title><![CDATA[JRF Bioinformatics at CUK]]></title>
  <description><![CDATA[
<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/-</p>

<p>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>

<p>More at http://cukerala.ac.in/index.php?option=com_content&amp;view=article&amp;id=1022:applications-invited-for-the-post-of-jrf-department-of-plant-science&amp;catid=106&amp;Itemid=593&amp;lang=en</p>
]]></description>
</item>

</channel>
</rss>