<?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/32481?offset=1530</link>
	<atom:link href="https://bioinformaticsonline.com/related/32481?offset=1530" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	
<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/41043/postdoctoral-scientist-genome-analytics-genome-bioinformatics-mf</guid>
  <pubDate>Sun, 16 Feb 2020 02:57:40 -0600</pubDate>
  <link></link>
  <title><![CDATA[Postdoctoral scientist genome analytics/ genome bioinformatics (m/f/*)]]></title>
  <description><![CDATA[
<p>https://www.uksh.de/jobs/Stellenangebote-nr-20190570-p-8.html<br />Your profile:<br />Degree in bioinformatics, biostatistics, or equivalent<br />Experience in the processing and analysis of large-scale genomics data using compute clusters / high-performance computing<br />Strong competence in working in Unix/Linux environments (shell)<br />Strong programming skills (in particular: Python, R, Perl)<br />Experience with using git and snakemake<br />Fluent English language skills, both spoken and written<br />Strong communication skills and motivation to work in a young, interdisciplinary, dynamic team</p>

<p>Additional Information:</p>

<p>If you have any questions about scientific aspects of this position, please contact Prof. Lars Bertram, head of LIGA (lars.bertram@uni-luebeck.de).</p>

<p>Please contact Ms. Anna Wolbert for further questions about administrative details (recruiting@uksh.de).</p>

<p>Weitere Informationen erhalten Sie auch unter www.uksh.de/karriere.</p>

<p>Wir freuen uns auf Ihre Bewerbung bis zum 15.03.2020 unter Angabe unserer Ausschreibungsnummer 20190570.119.CL.</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/22966/ra-bioinformatics-at-icged</guid>
  <pubDate>Sun, 28 Jun 2015 12:24:01 -0500</pubDate>
  <link></link>
  <title><![CDATA[RA Bioinformatics at ICGED]]></title>
  <description><![CDATA[
<p>Research Associate Position at ICGEB, New Delhi with Dr. Amit Sharma</p>

<p>Starting 15th July 2015, the position relates to a project specifically for in silico drug docking, screening, design, optimisation and linkage with active chemists. </p>

<p>Experience in many docking softwares and operating systems is essential. </p>

<p>Additional experience in bioinformatics and computational biology tools will be useful. </p>

<p>Submit curriculum vitae to: sb.icgeb@gmail.com</p>

<p>Closing date: 5 July 2015</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43892/choosing-the-right-ngs-sequencing-instrument-for-your-study</guid>
	<pubDate>Wed, 15 Jun 2022 00:37:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43892/choosing-the-right-ngs-sequencing-instrument-for-your-study</link>
	<title><![CDATA[Choosing the Right NGS Sequencing Instrument for Your Study]]></title>
	<description><![CDATA[<p>The right sequencing instrument for your study depends on your project goal. Setting aside turnaround time and price, it essentially comes down to the numbers of reads and read length you need for your experiment. Below, we've described and compared metrics for each of the instruments available. If you&rsquo;re new to high-throughput sequencing and have questions about how you should design your sequencing run, fill out our&nbsp;<a href="https://genohub.com/ngs-consultation/"><span>free consultation form</span></a>&nbsp;and we'll get in touch with you to help.</p>
<p>More at&nbsp;https://genohub.com/ngs-instrument-guide/</p><p>Address of the bookmark: <a href="https://genohub.com/ngs-instrument-guide/" rel="nofollow">https://genohub.com/ngs-instrument-guide/</a></p>]]></description>
	<dc:creator>Neel</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/blog/view/44229/common-steps-for-reads-mapping</guid>
	<pubDate>Thu, 09 Mar 2023 02:48:02 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44229/common-steps-for-reads-mapping</link>
	<title><![CDATA[Common steps for reads mapping !]]></title>
	<description><![CDATA[<div><div><div><div><div><div><div><div><div><div><p>Mapping reads to a reference genome is an essential step in many types of genomic analysis, such as variant calling and gene expression analysis. Here are some general steps to follow for mapping reads to a genome:</p><ol>
<li>
<p>Choose a read mapper: There are many read mappers available, such as BWA, Bowtie, and HISAT2. Choose a mapper that is appropriate for your type of data and research question.</p>
</li>
<li>
<p>Index the reference genome: Before mapping reads, the reference genome needs to be indexed. This involves creating an index of the genome sequence that allows the mapper to quickly find matches to the reads. Most mappers have their own indexing tools.</p>
</li>
<li>
<p>Prepare the read data: The reads should be in a format that is compatible with the mapper. Most mappers accept FASTQ or BAM files. Depending on the quality of the data, it may need to be filtered or trimmed before mapping.</p>
</li>
<li>
<p>Run the mapper: The mapper is run with the command-line interface or using a graphical user interface. The specific command depends on the mapper being used, but typically involves specifying the input data, reference genome, and output file format.</p>
</li>
<li>
<p>Evaluate the mapping results: After the mapping is complete, the results should be evaluated. This includes assessing the quality of the mapping, such as the mapping rate, the number of mapped reads, and the mapping quality score.</p>
</li>
<li>
<p>Post-processing: Depending on the analysis being performed, post-processing of the mapped reads may be necessary. This can include filtering reads based on quality, removing duplicate reads, and calling variants.</p>
</li>
</ol><p>Overall, mapping reads to a reference genome is a complex process that requires careful consideration of the type of data, the research question, and the specific mapper being used.</p></div></div></div></div></div></div></div></div></div></div>]]></description>
	<dc:creator>BioStar</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/news/view/34711/1mb-long-dna-with-nanopore-technology</guid>
	<pubDate>Tue, 19 Dec 2017 18:49:28 -0600</pubDate>
	<link>https://bioinformaticsonline.com/news/view/34711/1mb-long-dna-with-nanopore-technology</link>
	<title><![CDATA[1mb long DNA with Nanopore technology]]></title>
	<description><![CDATA[<p>The first continuous DNA read of more than a million bases (&gt;1Mb) has been achieved, using Oxford Nanopore sequencing technology. Congratulations to Martin Smith and collaborators! Read more: http://bit.ly/2j5TNCO</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/23283/ra-bioinformatics-at-iisr</guid>
  <pubDate>Mon, 13 Jul 2015 02:12:10 -0500</pubDate>
  <link></link>
  <title><![CDATA[RA Bioinformatics at IISR]]></title>
  <description><![CDATA[
<p>Bioinformatics Research Associate at Indian Institute of Spice Research</p>

<p>Pay Scale: Rs. 40,000/-per month +HRA (as admissible) for Ph.D. holders and Rs. 38,000/-p.m. + HRA (as admissible) for Master degree holder</p>

<p>Qualifications: a)Essential :</p>

<p>Ph.D.in Biotechnology/ Molecular B iology/ Genetics &amp; Plant Breeding/ Bioinformatics ( Should have the degree in life sciences at gra duate level) OR Post - Graduation in Biotechnology/ Molecular Biology/ Bioinformati cs/Genetics &amp; Plant Breeding</p>

<p>or equivalent with at least two years of research experience and 60% marks. ( should have a degree in life sciences at graduate level)</p>

<p>b) Desirable :</p>

<p>1. Working experience in plant molecular biology</p>

<p>2. Knowledge of Computational Genomics/Proteomics/ Bioinformatics</p>

<p>3. Working knowledge on Computer programming</p>

<p>Walk-in Interview will be held at The Indian Institute of Spices Research, Marikunnu P.O., Kozikode-673012, Kerala on 28/7/2015 at 10.00 AM.</p>

<p>For more details: http://www.spices.res.in/pdf/Mining%20and%20Validation%20Website.pdf</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38535/nanopack-visualizing-and-processing-long-read-sequencing-data</guid>
	<pubDate>Tue, 25 Dec 2018 21:20:50 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38535/nanopack-visualizing-and-processing-long-read-sequencing-data</link>
	<title><![CDATA[NanoPack: visualizing and processing long-read sequencing data]]></title>
	<description><![CDATA[The NanoPack tools are written in Python3 and released under the GNU GPL3.0 License. The source code can be found at https://github.com/wdecoster/nanopack, together with links to separate scripts and their documentation. The scripts are compatible with Linux, Mac OS and the MS Windows 10 subsystem for Linux and are available as a graphical user interface, a web service at http://nanoplot.bioinf.be and command line tools.<p>Address of the bookmark: <a href="https://github.com/wdecoster/nanopack" rel="nofollow">https://github.com/wdecoster/nanopack</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</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>

</channel>
</rss>