<?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/42329?offset=70</link>
	<atom:link href="https://bioinformaticsonline.com/related/42329?offset=70" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<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/blog/view/42972/list-of-bioinformatics-workflow-management-tools</guid>
	<pubDate>Sat, 20 Mar 2021 00:15:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42972/list-of-bioinformatics-workflow-management-tools</link>
	<title><![CDATA[List of bioinformatics workflow management tools !]]></title>
	<description><![CDATA[<h3>Here are list of&nbsp;Workflow Managers</h3><ul>
<li><span><a href="https://github.com/pcingola/BigDataScript">BigDataScript</a></span>&nbsp;&ndash; A cross-system scripting language for working with big data pipelines in computer systems of different sizes and capabilities. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/25189778">paper-2014</a>&nbsp;|&nbsp;<a href="https://pcingola.github.io/BigDataScript">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/ssadedin/bpipe">Bpipe</a></span>&nbsp;&ndash; A small language for defining pipeline stages and linking them together to make pipelines. [&nbsp;<a href="http://docs.bpipe.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/common-workflow-language/common-workflow-language">Common Workflow Language</a></span>&nbsp;&ndash; a specification for describing analysis workflows and tools that are portable and scalable across a variety of software and hardware environments, from workstations to cluster, cloud, and high performance computing (HPC) environments. [&nbsp;<a href="http://www.commonwl.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/broadinstitute/cromwell">Cromwell</a></span>&nbsp;&ndash; A Workflow Management System geared towards scientific workflows. [&nbsp;<a href="https://cromwell.readthedocs.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/galaxyproject">Galaxy</a></span>&nbsp;&ndash; a popular open-source, web-based platform for data intensive biomedical research. Has several features, from data analysis to workflow management to visualization tools. [&nbsp;<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6030816">paper-2018</a>&nbsp;|&nbsp;<a href="https://galaxyproject.org/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/nextflow-io/nextflow">Nextflow</a>&nbsp;(recommended)</span>&nbsp;&ndash; A fluent DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/29412134">paper-2018</a>&nbsp;|&nbsp;<a href="http://nextflow.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/cgat-developers/ruffus">Ruffus</a></span>&nbsp;&ndash; Computation Pipeline library for python widely used in science and bioinformatics. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/20847218">paper-2010</a>&nbsp;|&nbsp;<a href="http://www.ruffus.org.uk/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/SeqWare/seqware">SeqWare</a></span>&nbsp;&ndash; Hadoop Oozie-based workflow system focused on genomics data analysis in cloud environments. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/21210981">paper-2010</a>&nbsp;|&nbsp;<a href="https://seqware.github.io/">web</a>&nbsp;]</li>
<li><span><a href="https://bitbucket.org/snakemake">Snakemake</a></span>&nbsp;&ndash; A workflow management system in Python that aims to reduce the complexity of creating workflows by providing a fast and comfortable execution environment. [&nbsp;<a href="https://pubmed.ncbi.nlm.nih.gov/29788404">paper-2018</a>&nbsp;|&nbsp;<a href="https://snakemake.readthedocs.io/">web</a>&nbsp;]</li>
<li><span><a href="https://github.com/broadinstitute/wdl">Workflow Descriptor Language</a></span>&nbsp;&ndash; Workflow standard developed by the Broad. [&nbsp;<a href="https://software.broadinstitute.org/wdl">web</a>&nbsp;]</li>
</ul>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37674/qualimap2-evaluating-next-generation-sequencing-alignment-data</guid>
	<pubDate>Tue, 11 Sep 2018 04:44:29 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37674/qualimap2-evaluating-next-generation-sequencing-alignment-data</link>
	<title><![CDATA[Qualimap2: Evaluating next generation sequencing alignment data]]></title>
	<description><![CDATA[<p><strong>Qualimap 2</strong><span>&nbsp;is a platform-independent application written in Java and R that provides both a Graphical User Inteface (GUI) and a command-line interface to facilitate the quality control of alignment sequencing data and its derivatives like feature counts.&nbsp;</span><br><br><span>Supported types of experiments include:</span></p>
<ul>
<li>Whole-genome sequencing</li>
<li>Whole-exome sequencing</li>
<li>RNA-seq (speical mode available)</li>
<li>ChIP-seq</li>
</ul><p>Address of the bookmark: <a href="http://qualimap.bioinfo.cipf.es/" rel="nofollow">http://qualimap.bioinfo.cipf.es/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/38199/pacasus-correction-of-palindromes-in-long-reads-from-pacbio-and-nanopore</guid>
	<pubDate>Mon, 12 Nov 2018 05:26:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/38199/pacasus-correction-of-palindromes-in-long-reads-from-pacbio-and-nanopore</link>
	<title><![CDATA[Pacasus: Correction of palindromes in long reads from PacBio and Nanopore]]></title>
	<description><![CDATA[<p><br>Tool for detecting and cleaning PacBio / Nanopore long reads after whole genome amplification. Check the poster from the Revolutionizing Next-Generation Sequencing (2nd edition) conference in the source folder:&nbsp;<a href="https://github.com/swarris/Pacasus/blob/master/vib2017.pdf">https://github.com/swarris/Pacasus/blob/master/vib2017.pdf</a>.</p>
<p>The prepint version is found on&nbsp;<a href="http://www.biorxiv.org/content/early/2017/08/09/173872">http://www.biorxiv.org/content/early/2017/08/09/173872</a></p>
<p>It uses the pyPaSWAS framework for sequence alignment (<a href="https://github.com/swarris/pyPaSWAS">https://github.com/swarris/pyPaSWAS</a>)</p><p>Address of the bookmark: <a href="https://github.com/swarris/Pacasus" rel="nofollow">https://github.com/swarris/Pacasus</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40531/shasta-long-read-assembler</guid>
	<pubDate>Tue, 14 Jan 2020 06:47:07 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40531/shasta-long-read-assembler</link>
	<title><![CDATA[Shasta long read assembler]]></title>
	<description><![CDATA[<p>The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by&nbsp;<a href="https://nanoporetech.com/">Oxford Nanopore</a>&nbsp;flow cells.</p>
<p>Computational methods used by the Shasta assembler include:</p>
<ul>
<li>Using a&nbsp;<a href="https://en.wikipedia.org/wiki/Run-length_encoding">run-length</a>&nbsp;representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads.</li>
<li>Using in some phases of the computation a representation of the read sequence based on&nbsp;<em>markers</em>, a fixed subset of short k-mers (k &asymp; 10).</li>
</ul>
<p>More at&nbsp;<a href="https://chanzuckerberg.github.io/shasta/index.html">https://chanzuckerberg.github.io/shasta/index.html</a></p><p>Address of the bookmark: <a href="https://github.com/chanzuckerberg/shasta" rel="nofollow">https://github.com/chanzuckerberg/shasta</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40715/mutatrix-a-population-genome-simulator-which-generates-simulated-genomes</guid>
	<pubDate>Tue, 28 Jan 2020 04:06:58 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40715/mutatrix-a-population-genome-simulator-which-generates-simulated-genomes</link>
	<title><![CDATA[mutatrix: a population genome simulator which generates simulated genomes.]]></title>
	<description><![CDATA[<p><span>genome simulation across a population with zeta-distributed allele frequency, snps, insertions, deletions, and multi-nucleotide polymorphisms</span></p>
<p><span>More at&nbsp;<a href="https://github.com/ekg/mutatrix">https://github.com/ekg/mutatrix</a></span></p>
<pre>./mutatrix -S sample -P test/ -p 2 -n 10 reference.fasta</pre><p>Address of the bookmark: <a href="https://github.com/ekg/mutatrix" rel="nofollow">https://github.com/ekg/mutatrix</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/36605/hello-python-world</guid>
	<pubDate>Mon, 14 May 2018 16:41:01 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/36605/hello-python-world</link>
	<title><![CDATA[Hello Python World !]]></title>
	<description><![CDATA[<p>As I mentioned earlier, I will keep on posting one Python script per day to introduce you to Python programming. Whether you are an experienced programmer or not, this tutorial is intended for everyone who wishes to learn the Python programming language.</p><p>Python is a very simple language, and has a very straightforward syntax. The simplest directive in Python is the "print" directive - it simply prints out a line (and also includes a newline).</p><p>Create a file Hello.py</p><blockquote><p>print("Hello, Python World !.")</p></blockquote><p>Run</p><p>python3 Hello.py</p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/33874/dna-testing-companies-around-the-globe</guid>
	<pubDate>Thu, 13 Jul 2017 04:44:03 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/33874/dna-testing-companies-around-the-globe</link>
	<title><![CDATA[DNA testing companies around the globe !]]></title>
	<description><![CDATA[<p>It was realized in the 1940s that DNA molecules are passed down through the generations of a family. In 1953 Watson and Crick elucidated the chemical structure of this molecule as a twisted ladder (a &lsquo;helix&rsquo;) made of two strands. DNA occurs in all the cells of our body, it is our blueprint! The strands of DNA contain information in the form of a code, which in turn determines our individual traits and characteristics. This code, the genetic code, is the order of four types of DNA building block. When the two strands of DNA separate, each building block (&lsquo;base&rsquo;) accurately templates a corresponding base on the newly made strand of DNA so that information is not lost but is instead duplicated and preserved.</p><p>Testing for similarities between DNA (deoxyribonucleic acid) samples from two people allows family relationships to be established &ndash; or disproved &ndash; to an extraordinarily high degree of certainty. A common use for a DNA test is to establish if a man is the biological father of a child; this is known as a paternity test. However, there are other uses for the science of DNA testing (also called genotyping), these include forensic analysis of human DNA samples, and tracking relationships amongst domesticated animals.</p><p>The order in which the bases occur in DNA is referred to as the DNA sequence. Each person is unique and just as people differ in their fingerprints, they also have a unique and slightly different DNA sequence. Half of a person&rsquo;s DNA is received from their mother, and half is received from the father. However, while fingerprints have no value for establishing family relationships, the minor variations in DNA sequence are extraordinarily useful for this purpose. All cells of our body contain DNA, skin cells from the lining of the cheek provide a simple and convenient source of material.</p><p>DNA is purified from these cells and the minor variations are read out as a type of bar-code by a machine. When the net DNA &lsquo;barcodes&rsquo; from family members are lined up next to each other it becomes clear when a child is related to biological parents because half the stripes in the bar-code like signature will line up with those of the mother, and half will line up with those of the father. On the other hand, in the absence of a biological relationship, the DNA signatures from a child and from a potential parent are not found to have 50% in common. It may be appreciated that DNA testing is the most convenient and scientifically accurate method of determining relationships between people.</p><p>Following are the list of companies who qssist in DNA testing:</p><h2><span>DNA testing companies</span></h2><ul>
<li><a href="https://isogg.org/wiki/23andMe" title="23andMe">23andMe</a>&nbsp;(admixture, adoption, deep ancestry, genealogy) (health and trait reports also available in some countries)</li>
<li><a href="https://24genetics.com/">24 genetics</a>&nbsp;(admixture, exome sequencing, health, paternity, pharmacogenetics, whole genome sequencing) A company catering for the Spanish market</li>
<li><a href="http://www.africanancestry.com/">African Ancestry</a>&nbsp;(deep ancestry)</li>
<li><a href="http://www.africandna.com/">AfricanDNA</a>&nbsp;(<a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">FTDNA</a>&nbsp;affiliate) (admixture, deep ancestry, genealogy)</li>
<li><a href="https://isogg.org/wiki/AncestrybyDNA" title="AncestrybyDNA">AncestrybyDNA</a>&nbsp;(admixture, deep ancestry)</li>
<li><a href="https://isogg.org/wiki/AncestryDNA" title="AncestryDNA">AncestryDNA</a>, a subsidiary of Ancestry.com (admixture, adoption, genealogy)</li>
<li><a href="https://atlas.ru/">Atlas Biomed</a>&nbsp;(deep ancestry, diet, health and traits, sport) A test catering for the Russian market</li>
<li><a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a>&nbsp;(formerly Ethnoancestry) (admixture, deep ancestry)</li>
<li><a href="https://isogg.org/wiki/Centrillion_Biosciences" title="Centrillion Biosciences">Centrillion Biosciences</a>&nbsp;(aka TribeCode) (admixture, deep ancestry)</li>
<li>CymruDNAWales - see&nbsp;<a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a></li>
<li><a href="https://www.dantelabs.com/">Dante Labs</a>&nbsp;(exome sequencing, health, whole genome sequencing) A test aimed at the European market</li>
<li><a href="http://www.dnaancestry.ae/">DNA Ancestry and Family Origin</a>&nbsp;(<a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">FTDNA</a>&nbsp;affiliate in the Middle East) (admixture, adoption, deep ancestry, full mtDNA sequencing, genealogy)</li>
<li><a href="http://dnaconsultants.com/">DNA Consultants</a>&nbsp;(admixture, deep ancestry)</li>
<li><a href="https://isogg.org/wiki/DNA_Tribes" title="DNA Tribes">DNA Tribes</a>&nbsp;(admixture)</li>
<li><a href="https://www.dna-worldwide.com/">DNA Worldwide</a>&nbsp;(formerly a&nbsp;<a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">FTDNA partner</a>. See also&nbsp;<a href="https://www.livingdna.com/">Living DNA</a>)</li>
<li>Ethnoancestry - see&nbsp;<a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a></li>
<li><a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">Family Tree DNA</a>&nbsp;(admixture, adoption, deep ancestry, full mtDNA sequencing, genealogy, Y chromosome sequencing)</li>
<li><a href="https://isogg.org/wiki/Full_Genomes_Corporation" title="Full Genomes Corporation">Full Genomes Corporation</a>&nbsp;(whole genome sequencing, Y-chromosome sequencing)</li>
<li><a href="https://isogg.org/wiki/Gene_by_Gene" title="Gene by Gene">Gene by Gene</a>&nbsp;- the parent company of&nbsp;<a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">Family Tree DNA</a>&nbsp;which now incorporates the companies previously known as DNA Traits, DNA DTC and DNA Findings (research, health, exome sequencing, whole genome sequencing)</li>
<li><a href="https://isogg.org/wiki/Genebase" title="Genebase">Genebase</a>&nbsp;(deep ancestry, genealogy)</li>
<li><a href="https://www.genotek.ru/">GenoTek</a>&nbsp;(admixture, genealogy, diet and fitness, family planning, health, talents and sports) A company catering for the Russian market</li>
<li><a href="https://isogg.org/wiki/Genographic_Project" title="Genographic Project">Genographic Project</a>&nbsp;(admixture, deep ancestry)</li>
<li><a href="http://www.genos.co/">Genos Research Inc</a>&nbsp;(DTC whole exome sequencing; consumer focused healthcare big data spin out from Complete Genomics; Note: no genetic genealogy focus or tools)</li>
<li><a href="http://www.guardiome.com/">Guardiome</a>&nbsp;(admixture, whole genome sequencing and interpretation)</li>
<li><a href="https://www.helix.com/">Helix</a>&nbsp;(exome sequencing) US supplier of the&nbsp;<a href="https://isogg.org/wiki/Genographic_Project" title="Genographic Project">Genographic Project</a>&nbsp;Geno 2.0 Next Generation test</li>
<li><a href="http://www.igenea.com/">iGENEA</a>&nbsp;(<a href="https://isogg.org/wiki/Family_Tree_DNA" title="Family Tree DNA">FTDNA</a>&nbsp;affiliate) (admixture, deep ancestry, genealogy)</li>
<li>IrelandsDNA - See&nbsp;<a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a>&nbsp;(formerly Ethnoancestry)</li>
<li><a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">MyDNA Global</a>&nbsp;- a new name for&nbsp;<a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a></li>
<li><a href="https://www.livingdna.com/">Living DNA</a>&nbsp;(admixture, deep ancestry) See also&nbsp;<a href="https://www.dna-worldwide.com/">DNA Worldwide</a></li>
<li><a href="https://www.myheritage.com/dna">MyHeritage DNA</a>&nbsp;(admixture, genealogy)</li>
<li><a href="https://isogg.org/wiki/Oxford_Ancestors" title="Oxford Ancestors">Oxford Ancestors</a>&nbsp;(deep ancestry)</li>
<li><a href="http://www.rootsforreal.com/">Roots for Real</a>&nbsp;(admixture, deep ancestry)</li>
<li><a href="https://isogg.org/wiki/ScotlandsDNA" title="ScotlandsDNA">ScotlandsDNA</a>&nbsp;- (formerly Ethnoancestry) (admixture, deep ancestry)</li>
<li><a href="https://isogg.org/wiki/Sorenson_Genomics" title="Sorenson Genomics">Sorenson Genomics</a>&nbsp;(laboratory services)</li>
<li><a href="http://www.suregenomics.com/">Sure Genomics</a>&nbsp;(whole genome sequencing and interpretation)</li>
<li>TribeCode See&nbsp;<a href="https://isogg.org/wiki/Centrillion_Biosciences" title="Centrillion Biosciences">Centrillion Biosciences</a></li>
<li><a href="https://www.veritasgenetics.com/">Veritas Genetics</a>&nbsp;(whole genome sequencing and interpretation)</li>
<li><a href="http://xcode.in/">Xcode</a>&nbsp;(Diet and Fitness, Precision medicine, Genotyping, Sequencing, Interpretation)</li>
<li>YorkshiresDNA - See&nbsp;<a href="https://isogg.org/wiki/BritainsDNA" title="BritainsDNA">BritainsDNA</a>&nbsp;(formerly Ethnoancestry)</li>
<li><a href="https://www.wegene.com/">WeGene</a>&nbsp;(admixture, deep ancestry, health, sports, traits) A test tailored for the East Asian market</li>
<li><a href="https://isogg.org/wiki/YSEQ" title="YSEQ">YSEQ</a>&nbsp;(custom Y-SNPs, Y-STRs, SNP panels, whole genome sequencing)</li>
</ul>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/915/researcher-in-computer-sciencebiology</guid>
  <pubDate>Mon, 15 Jul 2013 18:38:40 -0500</pubDate>
  <link></link>
  <title><![CDATA[Researcher in computer science/biology]]></title>
  <description><![CDATA[
<p>Researcher in Computer Science at the Computational Biology Unit - temporary employment</p>

<p>The Department of Informatics is a vacant position as a researcher in computer science, related to Computational Biology Unit (CBU), for 3 years.<br /> <br />The position is part of CBU Service Group and will focus on bioinformatic analysis project and especially the analysis of high-throughput data, including NGS (sequencing), and proteomics data.<br /> <br />The successful candidate will be part of the Norwegian bioinformatics platform's national helpdesk within the project ELIXIR.NO<br /> <br />Applicants must hold a PhD in a relevant subject such as computer science, mathematics, molecular biology and also possess expertise and experience in bioinformatics statistics and analysis of data from high-throughput molecular experiment.<br /> <br />Basic programming or scripting skills are required. Experience in Python, R, Perl, Linux-based operating systems and moreover knowledge of databases and web programming will be a strength for applicants.<br /> <br />We expect enthusiasm and independence and moreover the ability to work in an interdisciplinary team environment.<br /> <br />Good knowledge of English is required.<br /> <br />Salaries start at level 57 (code 1109/LR 24.1) by appointment. Further promotion occurs after<br />service seniority in the position (at grade 57-65). Of particularly highly qualified applicants may be considered a higher salary.<br /> <br />Further information about the position is available from the chair of the CBU, <br />Professor Inge Jonassen, e-mail: Inge.Jonassen @ ii.uib.no<br /> <br />The successful applicant must comply with the guidelines that apply at any given time the position.<br /> <br />State employment shall as far as possible reflect the diversity of the population. It is therefore an objective to achieve a balanced age and sex composition and the recruitment of persons with immigrant backgrounds. Persons with immigrant background are requested to apply for the position.<br /> <br />Women are particularly encouraged to apply. If the experts find that several applicants have approximately equivalent qualifications, the rules on equal in the Personnel Regulations for Academic Positions will be applied.<br /> <br />University of Bergen applies the principles of public openness when recruiting staff to scientific positions.<br /> <br />Information about the applicant may be made public even though the applicant has requested not to be named in the list of applicants. If the request does not host admitted to the result, the applicant shall be notified of this.<br /> <br />Send application, CV, certificates, diplomas, undergraduate work and a list of publications (list of publications) online by clicking on https://www.jobbnorge.no/jobbsoknet/login.aspx?returnurl=/jobbsoknet/jobapplication.aspx?jobid=95196<br /> <br />You need to upload certified translations into English or a Scandinavian language of appendices, such as diplomas and transcripts.<br /> <br />Applications sent by email to individuals at the institute will not be considered.<br /> <br />Deadline: 9 August 2013</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/2336/3rd-annual-next-generation-sequencing-asia-congress-2013-at-singapore-singapore</guid>
  <pubDate>Wed, 14 Aug 2013 09:55:04 -0500</pubDate>
  <link></link>
  <title><![CDATA[3rd Annual Next Generation Sequencing Asia Congress 2013 at Singapore, Singapore]]></title>
  <description><![CDATA[
<p>The 3rd Annual Next Generation Sequencing Asia Congress is to be held on the 22nd and 23rd of October 2013 in Singapore. Over the 2 days, the conference will provide an overview of the current options of next-generation sequencing platforms, technologies, applications and the newest computational tools for the analysis of next-generation sequencing data and analytical genomics as well as overcoming data management problems. The event will attract over 200 senior-level decision makers working in areas such as next generation sequencing, analytical genomics, computational biology, oncology, RNA profiling, molecular genomics, biomarkers, bioinformatics &amp; data management and clinical &amp; diagnostics development.</p>

<p>Dated : 22 Nov 2013 -23 Nov 2013</p>

<p>http://www.ngsasia-congress.com/</p>
]]></description>
</item>

</channel>
</rss>