<?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=80</link>
	<atom:link href="https://bioinformaticsonline.com/related/42329?offset=80" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42917/fings-filters-for-next-generation-sequencing</guid>
	<pubDate>Sat, 27 Feb 2021 01:18:35 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42917/fings-filters-for-next-generation-sequencing</link>
	<title><![CDATA[FiNGS: Filters for Next Generation Sequencing]]></title>
	<description><![CDATA[<h2>Key features</h2>
<ul>
<li><strong>Filters SNVs from any variant caller to remove false positives</strong></li>
<li><strong>Calculates metrics based on BAM files and provides filtering not possible with other tools</strong></li>
<li><strong>Fully user-configurable filtering (including which filters to use and their thresholds)</strong></li>
<li><strong>Option to use filters identical to ICGC recommendations</strong></li>
</ul>
<p>FiNGS provides researchers with a tool to reproducibly filter somatic variants that is simple to both deploy and use, with filters and thresholds that are fully configurable by the user. It ingests and emits standard variant call format (VCF) files and will slot into existing sequencing pipelines. It allows users to develop and implement their own filtering strategies and simple sharing of these with others.</p>
<p>FiNGS reliably improves upon the precision of default variant caller outputs and performs better than other tools designed for the same task.</p><p>Address of the bookmark: <a href="https://github.com/cpwardell/FiNGS" rel="nofollow">https://github.com/cpwardell/FiNGS</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/44672/libraries-or-management-tools-for-high-throughput-sequencing-data</guid>
	<pubDate>Fri, 04 Oct 2024 02:45:06 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/44672/libraries-or-management-tools-for-high-throughput-sequencing-data</link>
	<title><![CDATA[Libraries or management tools for high throughput sequencing data]]></title>
	<description><![CDATA[<ul>
<li><a href="http://gatb.inria.fr/"><span>GATB</span></a>&nbsp;Library.&nbsp;The&nbsp;<span>Genome Analysis Toolbox with de-Bruijn graph.&nbsp;</span>A large part of tools developed by the GenScale team are based on this library.<br />These methods enable the analysis of data sets of any size on multi-core desktop computers, including very huge amount of reads data coming from any kind of organisms such as bacteria, plants, animals and even complex samples (<em>e.g.</em>&nbsp;metagenomes). Among them are (the full is available here:&nbsp;<a href="https://gatb.inria.fr/software/">https://gatb.inria.fr/software/</a>):</li>
<li><a href="https://github.com/morispi/LRez"><span>LRez</span></a>: C++ Library and toolkit for the barcode-based management and indexation of linked-read datasets.</li>
</ul><h2>Variant calling and/or genotyping</h2><ul>
<li><a href="https://gatb.inria.fr/software/discosnp/" title="DiscoSNP">DiscoSNP++ and&nbsp;discoSnpRAD</a>: Reference-free small variant discovery (SNPs and indels)</li>
<li><a href="https://gatb.inria.fr/software/mind-the-gap/" title="MindTheGap">MindTheGap</a>: Detection and assembly of large insertion variants</li>
<li><a href="https://gatb.inria.fr/software/takeabreak/" title="TakeABreak">TakeABreak</a>:&nbsp;reference-free inversion discovery tool</li>
<li><a href="https://github.com/llecompte/SVJedi">SVJedi</a>: Structural Variant genotyper with long read data</li>
<li><a href="https://github.com/SandraLouise/SVJedi-graph">SVJedi-graph</a>: Structural Variant genotyper with long read data using a variation graph</li>
</ul><h2>Sequence assembly</h2><ul>
<li><a href="https://github.com/cguyomar/MinYS">MinYS</a>: reference-guided genome assembly in metagenomics data</li>
<li><a href="https://github.com/anne-gcd/MTG-Link">MTG-link</a>: local assembly tool for linked-read data</li>
<li><a href="https://gatb.inria.fr/software/minia/" title="Minia">Minia</a>: De novo short read assembler</li>
<li><a href="https://gatb.inria.fr/de-novo-genome-assembly/">de-novo pipeline</a>:&nbsp;<em>de-novo</em>&nbsp;assembly pipeline (error correction / contigs / scaffolding) for genomes and meta-genomes</li>
<li><a href="https://gatb.inria.fr/software/mapsembler/" title="Mapsembler2">Mapsembler2</a>: Targeted assembly (not maintained)</li>
</ul><h2>Managing k-mers &amp; indexation</h2><ul>
<li><a href="https://github.com/lrobidou/findere">findere</a>:&nbsp;simple strategy for speeding up queries and for reducing false positive calls from any Approximate Membership Query data structure.
<ul>
<li><a href="https://github.com/lrobidou/fimpera">fimpera</a>&nbsp;extends findere adding the abundance information.</li>
</ul>
</li>
<li><a href="https://github.com/tlemane/kmtricks">kmtricks</a>:&nbsp;modular tool suite for counting kmers, and constructing Bloom filters or kmer matrices, for large collections of sequencing data.</li>
<li><a href="https://github.com/tlemane/kmindex">kmindex&nbsp;</a>is a tool for indexing and querying sequencing samples. It is built on top of kmtricks.</li>
<li><a href="https://github.com/pierrepeterlongo/back_to_sequences">back to sequences</a>: Find sequences (reads, unitigs, genes) related to a set of kmers in large datasets, in a matter of seconds.</li>
<li><a href="https://github.com/vicLeva/bqf">Backpack Quotient Filter</a>:&nbsp;k-mer indexing data structure with abundance</li>
<li><a href="http://github.com/GATB/rconnector">short read connector</a>:&nbsp;Detect similar reads from potentially large read set</li>
<li><a href="https://gatb.inria.fr/software/dsk/" title="DSK">DSK</a>:&nbsp;Count K-mer in sequences</li>
</ul><h2>Pangenome graph manipulation</h2><ul>
<li><a href="https://github.com/Tharos-ux/pancat">Pancat</a>: Pangenome Comparison and Analysis Toolkit</li>
<li><a href="https://pypi.org/project/gfagraphs/">GFAGraphs</a>: a Python library to handle pangenome graph files in GFA format.</li>
</ul><h2>Comparative metagenomics with k-mers</h2><ul>
<li><a href="https://github.com/GATB/simka">Simka and SimkaMin</a>:&nbsp;Comparative metagenomics for large-scale datasets</li>
<li><a href="https://team.inria.fr/genscale/high-throughput-sequence-analysis/compreads-metagenomic-data-analysis/">Comparead &amp; Commet</a>:&nbsp;comparison of metagenomic datasets</li>
</ul><h2>Species and bacterial strains identification</h2><ul>
<li><a href="https://github.com/gsiekaniec/ORI">ORI</a>: software using long nanopore reads to identify bacteria present in a sample at the strain level</li>
<li><a href="https://github.com/kevsilva/StrainFLAIR">StrainFLAIR</a>:&nbsp;STRAIN-level proFiLing using vArIation gRaph</li>
</ul><h2>General-purpose sequencing data manipulation</h2><ul>
<li><a href="https://team.inria.fr/genscale/ngs-software/gassst/">GASSST</a>:&nbsp;long read mapper</li>
<li><a href="https://gatb.inria.fr/software/leon/" title="Leon">Leon</a>: short read compressor (now included in GATB-core)</li>
<li><a href="https://gatb.inria.fr/software/bloocoo/" title="Bloocoo">Bloocoo</a>:&nbsp;short read corrector</li>
<li><a href="https://github.com/GATB/bcalm">BCALM</a>:&nbsp;Construct compacted de Bruijn graphs (unitigs)</li>
</ul><h2>&nbsp;Protein Structure</h2><ul>
<li><a href="https://team.inria.fr/genscale/protein-structure/a-purva-contact-map-overlap-solver/">A_Purva</a>:&nbsp;Contact Map Overlap solver</li>
<li><a href="https://team.inria.fr/genscale/protein-structure/md-jeep-distance-geomtry-solver/">MD-Jeep</a>:&nbsp;Distance Geometry solver</li>
<li><a href="https://team.inria.fr/genscale/csa-comparative-structural-alignment/">CSA</a>:&nbsp;Comparative Structural Alignment</li>
</ul><h2>Workflow</h2><ul>
<li><a href="https://team.inria.fr/genscale/workflows/slicee/">SLICEE</a>:&nbsp;parallel execution of bioinformatics workflows</li>
</ul><h3>Comparative Genomics</h3><ul>
<li><a href="https://team.inria.fr/genscale/comparative-genomics/cassis/">CASSIS</a>:&nbsp;detection of rearrangement breakpoints</li>
<li><a href="https://team.inria.fr/genscale/high-throughput-sequence-analysis/plast-intensive-sequence-comparison/">PLAST</a>:&nbsp;intensive bank-to-bank sequence comparison</li>
<li><a href="https://github.com/stephanierobin/DrjBreakpointFinder">DRJBreakpointFinder</a>: detection and precise localization of excision sites in proviral segments</li>
</ul>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37409/nanopolis-polish-a-genome-assembly</guid>
	<pubDate>Thu, 26 Jul 2018 04:51:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37409/nanopolis-polish-a-genome-assembly</link>
	<title><![CDATA[Nanopolis: polish a genome assembly]]></title>
	<description><![CDATA[<p><span>Software package for signal-level analysis of Oxford Nanopore sequencing data. Nanopolish can calculate an improved consensus sequence for a draft genome assembly, detect base modifications, call SNPs and indels with respect to a reference genome and more (see Nanopolish modules, below).</span></p>
<p>Quickstart</p>
<p>http://nanopolish.readthedocs.io/en/latest/quickstart_consensus.html</p>
<p>Algorithms</p>
<p>http://simpsonlab.github.io/2017/06/30/nanopolish-v0.7.0/</p><p>Address of the bookmark: <a href="https://github.com/jts/nanopolish" rel="nofollow">https://github.com/jts/nanopolish</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37840/long-read-assembly-workshop</guid>
	<pubDate>Thu, 04 Oct 2018 17:23:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37840/long-read-assembly-workshop</link>
	<title><![CDATA[Long read assembly workshop !]]></title>
	<description><![CDATA[<p>This is a tutorial for a workshop on long-read (PacBio) genome assembly.</p>
<p>It demonstrates how to use long PacBio sequencing reads to assemble a bacterial genome, and includes additional steps for circularising, trimming, finding plasmids, and correcting the assembly with short-read Illumina data.</p>
<p>&nbsp;Please comment if you know any other long read addembly tutorial.</p><p>Address of the bookmark: <a href="http://sepsis-omics.github.io/tutorials/modules/cmdline_assembly_v2/" rel="nofollow">http://sepsis-omics.github.io/tutorials/modules/cmdline_assembly_v2/</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/39213/flye-fast-and-accurate-de-novo-assembler-for-single-molecule-sequencing-reads</guid>
	<pubDate>Tue, 02 Apr 2019 21:54:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/39213/flye-fast-and-accurate-de-novo-assembler-for-single-molecule-sequencing-reads</link>
	<title><![CDATA[Flye: Fast and accurate de novo assembler for single molecule sequencing reads]]></title>
	<description><![CDATA[<p><span>Flye is a de novo assembler for single molecule sequencing reads, such as those produced by PacBio and Oxford Nanopore Technologies. It is designed for a wide range of datasets, from small bacterial projects to large mammalian-scale assemblies. The package represents a complete pipeline: it takes raw PB / ONT reads as input and outputs polished contigs. Flye also includes a special mode for metagenome assembly.</span></p><p>Address of the bookmark: <a href="https://github.com/fenderglass/Flye" rel="nofollow">https://github.com/fenderglass/Flye</a></p>]]></description>
	<dc:creator>BioJoker</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40598/mitoz-a-toolkit-for-animal-mitochondrial-genome-assembly-annotation-and-visualization</guid>
	<pubDate>Fri, 24 Jan 2020 04:09:15 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40598/mitoz-a-toolkit-for-animal-mitochondrial-genome-assembly-annotation-and-visualization</link>
	<title><![CDATA[MitoZ: a toolkit for animal mitochondrial genome assembly, annotation and visualization]]></title>
	<description><![CDATA[<p><span>MitoZ is a Python3-based toolkit which aims to automatically filter pair-end raw data (fastq files), assemble genome, search for mitogenome sequences from the genome assembly result, annotate mitogenome (genbank file as result), and mitogenome visualization. MitoZ is available from&nbsp;</span><code>https://github.com/linzhi2013/MitoZ</code><span>.</span></p>
<p><span><a href="https://academic.oup.com/nar/article/47/11/e63/5377471">https://academic.oup.com/nar/article/47/11/e63/5377471</a></span></p><p>Address of the bookmark: <a href="https://github.com/linzhi2013/MitoZ" rel="nofollow">https://github.com/linzhi2013/MitoZ</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41009/genomics-public-data-links</guid>
	<pubDate>Thu, 13 Feb 2020 00:20:00 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41009/genomics-public-data-links</link>
	<title><![CDATA[genomics public data links !]]></title>
	<description><![CDATA[<p>List of publically available databases on google server.</p>
<p>More at <a href="https://software.broadinstitute.org/gatk/download/bundle">https://software.broadinstitute.org/gatk/download/bundle</a></p>
<p><a href="ftp://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/VCF/GATK/">ftp://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/VCF/GATK/</a>.</p>
<p><a href="ftp://ftp.broadinstitute.org/bundle/hg38/hg38bundle/">ftp://ftp.broadinstitute.org/bundle/hg38/hg38bundle/</a></p><p>Address of the bookmark: <a href="https://console.cloud.google.com/storage/browser/genomics-public-data/resources/broad/hg38/v0?pli=1" rel="nofollow">https://console.cloud.google.com/storage/browser/genomics-public-data/resources/broad/hg38/v0?pli=1</a></p>]]></description>
	<dc:creator>Jit</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>