<?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/39383?offset=30</link>
	<atom:link href="https://bioinformaticsonline.com/related/39383?offset=30" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44622/variant-calling-resequencing-based-genome-inference</guid>
	<pubDate>Wed, 31 Jul 2024 02:02:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44622/variant-calling-resequencing-based-genome-inference</link>
	<title><![CDATA[Variant Calling Resequencing-Based Genome Inference]]></title>
	<description><![CDATA[<p>Variant Calling - Resequencing-Based Genome Inference</p>
<p>Erik Garrison<br>University of Tennessee Health Science Center<br>Workshop on Genomics - Česk&yacute; Krumlov<br>January 12, 2024</p>
<p>https://evomics.org/wp-content/uploads/2024/01/Variant-calling-Workshop-on-Genomics-2024-Cesky-Krumlov.pdf</p><p>Address of the bookmark: <a href="https://evomics.org/wp-content/uploads/2024/01/Variant-calling-Workshop-on-Genomics-2024-Cesky-Krumlov.pdf" rel="nofollow">https://evomics.org/wp-content/uploads/2024/01/Variant-calling-Workshop-on-Genomics-2024-Cesky-Krumlov.pdf</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37536/snippy-rapid-haploid-variant-calling-and-core-snp-phylogeny</guid>
	<pubDate>Sat, 11 Aug 2018 11:06:56 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37536/snippy-rapid-haploid-variant-calling-and-core-snp-phylogeny</link>
	<title><![CDATA[Snippy: Rapid haploid variant calling and core SNP phylogeny]]></title>
	<description><![CDATA[<p><span>Snippy finds SNPs between a haploid reference genome and your NGS sequence reads. It will find both substitutions (snps) and insertions/deletions (indels). It will use as many CPUs as you can give it on a single computer (tested to 64 cores). It is designed with speed in mind, and produces a consistent set of output files in a single folder. It can then take a set of Snippy results using the same reference and generate a core SNP alignment (and ultimately a phylogenomic tree).</span></p>
<pre><code>snippy --cpus 16 --outdir mysnps --ref Listeria.gbk --R1 FDA_R1.fastq.gz --R2 FDA_R2.fastq.gz</code></pre><p>Address of the bookmark: <a href="https://github.com/tseemann/snippy" rel="nofollow">https://github.com/tseemann/snippy</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40711/vg-variation-graph-data-structures-interchange-formats-alignment-genotyping-and-variant-calling-methods</guid>
	<pubDate>Tue, 28 Jan 2020 03:53:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40711/vg-variation-graph-data-structures-interchange-formats-alignment-genotyping-and-variant-calling-methods</link>
	<title><![CDATA[VG: variation graph data structures, interchange formats, alignment, genotyping, and variant calling methods]]></title>
	<description><![CDATA[<p><em>Variation graphs</em>&nbsp;provide a succinct encoding of the sequences of many genomes. A variation graph (in particular as implemented in vg) is composed of:</p>
<ul>
<li><em>nodes</em>, which are labeled by sequences and ids</li>
<li><em>edges</em>, which connect two nodes via either of their respective ends</li>
<li><em>paths</em>, describe genomes, sequence alignments, and annotations (such as gene models and transcripts) as walks through nodes connected by edges</li>
</ul><p>Address of the bookmark: <a href="https://github.com/vgteam/vg" rel="nofollow">https://github.com/vgteam/vg</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43661/maftools</guid>
	<pubDate>Fri, 17 Dec 2021 03:18:28 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43661/maftools</link>
	<title><![CDATA[maftools]]></title>
	<description><![CDATA[<p>With advances in Cancer Genomics, <a href="https://docs.gdc.cancer.gov/Data/File_Formats/MAF_Format/">Mutation Annotation Format</a> (MAF) is being widely accepted and used to store somatic variants detected. <a href="http://cancergenome.nih.gov">The Cancer Genome Atlas</a> Project has sequenced over 30 different cancers with sample size of each cancer type being over 200. <a href="https://wiki.nci.nih.gov/display/TCGA/TCGA+MAF+Files">Resulting data</a> consisting of somatic variants are stored in the form of <a href="https://docs.gdc.cancer.gov/Data/File_Formats/MAF_Format/">Mutation Annotation Format</a>. This package attempts to summarize, analyze, annotate and visualize MAF files in an efficient manner from either TCGA sources or any in-house studies as long as the data is in MAF format.</p>
<p>https://www.bioconductor.org/packages/devel/bioc/vignettes/maftools/inst/doc/maftools.html</p><p>Address of the bookmark: <a href="https://github.com/PoisonAlien/maftools" rel="nofollow">https://github.com/PoisonAlien/maftools</a></p>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34546/comparative-genomics-scripts</guid>
	<pubDate>Wed, 06 Dec 2017 15:20:45 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34546/comparative-genomics-scripts</link>
	<title><![CDATA[Comparative genomics scripts]]></title>
	<description><![CDATA[<p>Comparative genomics educational material and papers bookmarks</p>
<p>https://github.com/iansealy/coursera-comparinggenomes</p><p>Address of the bookmark: <a href="https://github.com/iansealy/coursera-comparinggenomes" rel="nofollow">https://github.com/iansealy/coursera-comparinggenomes</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41604/synteny-and-rearrangement-identifier-syri</guid>
	<pubDate>Tue, 05 May 2020 10:37:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41604/synteny-and-rearrangement-identifier-syri</link>
	<title><![CDATA[Synteny and Rearrangement Identifier (SyRI)]]></title>
	<description><![CDATA[<p>SyRI is a comprehensive tool for predicting genomic differences between related genomes using whole-genome assemblies (WGA). The assemblies are aligned using whole-genome alignment tools, and these alignments are then used as input to SyRI. SyRI identifies syntenic path (longest set of co-linear regions), structural rearrangements (inversions, translocations, and duplications), local variations (SNPs, indels, CNVs etc) within syntenic and structural rearrangements, and un-aligned regions.</p><p>Address of the bookmark: <a href="https://schneebergerlab.github.io/syri/" rel="nofollow">https://schneebergerlab.github.io/syri/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/43418/caceres-lab</guid>
  <pubDate>Sat, 02 Oct 2021 00:20:42 -0500</pubDate>
  <link></link>
  <title><![CDATA[Cáceres Lab]]></title>
  <description><![CDATA[
<p>Lab are included within the Genomics, Bioinformatics and Evolution group of the UAB, and collaborate closely with other researchers in the Barcelona area, such as Xavier Estivill of the Centre for Genomic Regulation (CRG), Juan R González of the Centre for Research in Environmental Epidemiology (CREAL), and Tomàs Marqués-Bonet of the Institute of Evolutionary Biology (IBE), as well as with other international groups and projects.</p>

<p>https://grupsderecerca.uab.cat/cacereslab/</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/44726/postdoc-at-ubasel-comparative-single-cell-genomics</guid>
  <pubDate>Fri, 13 Dec 2024 12:46:19 -0600</pubDate>
  <link></link>
  <title><![CDATA[Postdoc at UBasel Comparative Single Cell Genomics]]></title>
  <description><![CDATA[
<p>A fully funded 4-year Postdoc position is available in the lab of Patrick<br />Tschopp at the University of Basel, Switzerland, study the molecular and<br />tissue-scale dynamics during the embryonic formation of the vertebrate<br />skeleton and compare it across different vertebrate species with distinct<br />habitats.</p>

<p>We are looking for a highly motivated candidate with a PhD degree in<br />Bioinformatics or a related field. Candidates are expected to have a<br />strong background in evolutionary biology and/or comparative functional<br />genomics. Additional experiences in single cell functional genomics<br />analyses, statistics and computational data analyses are a plus, as is<br />an interest in comparative developmental (EvoDevo) questions.</p>

<p>We offer a dynamic and interactive research environment with state-of-the<br />art research facilities, good research funding and internationally<br />competitive salaries.</p>

<p>The Tschopp lab (www.evolution.unibas.ch/tschopp/research/)<br />studies the gene regulatory mechanisms of cell type<br />specification and evolution in vertebrates. See also our<br />preprints at https://doi.org/10.1101/2024.03.26.586769 and<br />https://doi.org/10.1101/2024.11.28.625862 Applications should include<br />a motivation letter, a CV, a list of publications, a statement about<br />research interests, as well as the names and contact details of at<br />least two referees. Applications (in the form of a single .pdf file)<br />should be sent to Patrick Tschopp (patrick.tschopp@unibas.ch); review<br />of applications will begin on January 1st 2025, and will continue until<br />the position is filled.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34549/kraken-a-universal-genomic-coordinate-translator-for-comparative-genomics</guid>
	<pubDate>Thu, 07 Dec 2017 04:45:43 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34549/kraken-a-universal-genomic-coordinate-translator-for-comparative-genomics</link>
	<title><![CDATA[kraken: A universal genomic coordinate translator for comparative genomics]]></title>
	<description><![CDATA[<p><span>If you planning on conducting a study involving dozens of large genomes, then you do not have to run all pairwise synteny alignments .. simply try&nbsp;kraken: A universal genomic coordinate translator for comparative genomics</span></p><p>Address of the bookmark: <a href="https://github.com/nedaz/kraken" rel="nofollow">https://github.com/nedaz/kraken</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/38682/bourque-lab</guid>
  <pubDate>Mon, 14 Jan 2019 15:39:25 -0600</pubDate>
  <link></link>
  <title><![CDATA[Bourque Lab]]></title>
  <description><![CDATA[
<p>The goal of the lab is to understand mammalian genomes using comparative genomic and epigenomic analyses. Areas of interest include: the evolution of regulatory sequences, the role of transposable elements in gene regulation and the impact of genome rearrangements in evolution and cancer.</p>

<p>As a computational genomicists our work involves examining billions of DNA base pairs and interpreting how variation impacts basic biology and disease. We develop computational methods and resources for the functional annotation of genomes with a special emphasis on sequencing-based assays (e.g. ChIP-seq, RNA-Seq, exome- and whole-genome sequencing, single-cell analysis).</p>

<p>http://www.computationalgenomics.ca</p>
]]></description>
</item>

</channel>
</rss>