<?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/34088?</link>
	<atom:link href="https://bioinformaticsonline.com/related/34088?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/34477/computational-genomics-applied-comparative-genomics</guid>
	<pubDate>Wed, 29 Nov 2017 05:11:30 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/34477/computational-genomics-applied-comparative-genomics</link>
	<title><![CDATA[Computational Genomics: Applied Comparative Genomics]]></title>
	<description><![CDATA[<p><span>The primary goal of the course is for students to be grounded in theory and leave the course empowered to conduct independent genomic analyses.</span><span>&nbsp;We will study the leading computational and quantitative approaches for comparing and analyzing genomes starting from raw sequencing data. The course will focus on human genomics and human medical applications, but the techniques will be broadly applicable across the tree of life. The topics will include genome assembly &amp; comparative genomics, variant identification &amp; analysis, gene expression &amp; regulation, personal genome analysis, and cancer genomics. The grading will be based on assignments, a midterm exam, class presentations, and a significant class project. There are no formal course prerequisites, although the course will require familiarity with UNIX scripting and/or programming to complete the assignments and course project.</span></p><p>Address of the bookmark: <a href="https://github.com/schatzlab/appliedgenomics" rel="nofollow">https://github.com/schatzlab/appliedgenomics</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44799/unlocking-evolutionary-secrets-a-dive-into-comparative-genomics-methods</guid>
	<pubDate>Tue, 20 May 2025 00:25:09 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44799/unlocking-evolutionary-secrets-a-dive-into-comparative-genomics-methods</link>
	<title><![CDATA[Unlocking Evolutionary Secrets: A Dive into Comparative Genomics Methods]]></title>
	<description><![CDATA[<p>Comparative genomics is the art and science of comparing genomes&mdash;across species, within species, or even among individuals&mdash;to unravel evolutionary relationships, functional elements, and genetic adaptations. As sequencing technologies have advanced and genome databases have expanded, comparative genomics has become a cornerstone of modern biology, shedding light on everything from antibiotic resistance in bacteria to human disease genetics.</p><p>In this post, we&rsquo;ll explore the core methods used in comparative genomics, the questions they help answer, and how they&rsquo;re shaping our understanding of life.</p><p><strong>1. Whole-Genome Alignment</strong><br />Whole-genome alignment involves mapping the entire genome of one species to another. Tools like MUMmer, MAUVE, and LASTZ perform large-scale sequence alignments to detect conserved regions, rearrangements, insertions, and deletions.</p><p>Use Case:<br />Comparing human and chimpanzee genomes to identify evolutionary conserved sequences (ECS) and regions of divergence.</p><p>Key Challenges:<br />Handling repetitive sequences and genome rearrangements.</p><p>Computational complexity in large genomes.</p><p><strong>2. Synteny and Collinearity Analysis</strong><br />Synteny refers to conserved blocks of gene order across species. Tools like MCScanX, SynMap, or CHITRA (for visualizing synteny interactively) detect these blocks to understand chromosomal evolution.</p><p>Use Case:<br />Studying ancient genome duplications in plants.</p><p>Investigating chromosomal rearrangements in cancer genomes.</p><p><strong>3. Ortholog and Paralog Detection</strong><br />Orthologs are genes in different species that evolved from a common ancestor, while paralogs are genes duplicated within a genome. Identifying them is crucial for functional annotation and evolutionary studies.</p><p>Popular Tools:<br />OrthoFinder, Orthologous MAtrix (OMA), InParanoid, and EggNOG.</p><p>Use Case:<br />Functional prediction of uncharacterized genes based on orthologs in model organisms.</p><p>Tracing gene family evolution.</p><p><strong>4. Phylogenomic Analysis</strong><br />Phylogenomic methods combine phylogenetics and genomics to infer evolutionary trees based on genome-wide data. These methods can handle dozens to hundreds of genomes, using concatenated alignments or gene trees.</p><p>Tools:<br />RAxML, IQ-TREE, ASTRAL, Phylip, BEAST.</p><p>Use Case:<br />Resolving the evolutionary relationships between microbial species.</p><p>Studying speciation events.</p><p><strong>5. Pan-Genome Analysis</strong><br />The pan-genome consists of the core genome (shared by all strains) and the accessory genome (strain-specific genes). This is especially popular in microbial genomics.</p><p>Tools:<br />Roary, Panaroo, BPGA, PGAP.</p><p>Use Case:<br />Understanding virulence factor diversity in E. coli.</p><p>Designing broad-spectrum vaccines.</p><p><strong>6. Comparative Transcriptomics</strong><br />Comparing transcriptomes across species or conditions reveals conserved and unique expression patterns. RNA-seq data can be mapped to reference genomes to identify orthologous expression profiles.</p><p>Use Case:<br />Comparing stress response in extremophiles and model species.</p><p>Studying conserved regulatory networks.</p><p><strong>7. Functional Element Comparison</strong><br />Beyond genes, comparative genomics also targets non-coding regions&mdash;enhancers, promoters, miRNAs. Conservation across species often implies functional importance.</p><p>Tools:<br />PhastCons, GERP, phyloP (based on multiple alignments).</p><p>Use Case:<br />Detecting conserved non-coding elements in vertebrates.</p><p>Studying regulatory divergence in human evolution.</p><p><strong>8. Horizontal Gene Transfer (HGT) Detection</strong><br />In microbes, genes often jump across species boundaries. Comparative genomics can detect HGT by identifying genes that defy the expected phylogenetic pattern.</p><p>Tools:<br />HGTector, DarkHorse, AlienHunter, SIGI-HMM.</p><p>Use Case:<br />Tracing antibiotic resistance genes.</p><p>Exploring microbial adaptability in extreme environments.</p><p><strong>Final Thoughts</strong><br />Comparative genomics is a powerful lens to observe the diversity and unity of life. With a broad toolkit&mdash;from aligners to orthology pipelines, phylogenetic engines to visualization tools&mdash;it allows scientists to ask big questions: How did genomes evolve? What makes species unique? Where do new genes come from?</p><p>Whether you're studying extremophiles, building better crops, or exploring human ancestry, comparative genomics offers the methods to connect the dots across the tree of life.</p><p>&nbsp;</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41493/coronavirus-resources</guid>
	<pubDate>Wed, 25 Mar 2020 17:11:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41493/coronavirus-resources</link>
	<title><![CDATA[Coronavirus Resources !]]></title>
	<description><![CDATA[<p><span>2019nCoVR features comprehensive integration of genomic and proteomic sequences as well as their metadata information from the GISAID, NCBI, NMDC and CNCB/NGDC. It also incorporates a wide range of relevant information including scientific literatures, news, and popular articles for science dissemination, and provides visualization functionalities for genome variation analysis results based on all collected 2019-nCoV strains.</span></p>
<p><span>Annotation</span></p>
<p><span><a href="https://bigd.big.ac.cn/ncov/variation/annotation">https://bigd.big.ac.cn/ncov/variation/annotation</a></span></p>
<p><span>Genome wharehouse&nbsp;</span></p>
<p><span><a href="https://bigd.big.ac.cn/gwh/browse/index">https://bigd.big.ac.cn/gwh/browse/index</a></span></p>
<p>Released Genome</p>
<p><a href="https://bigd.big.ac.cn/ncov/release_genome">https://bigd.big.ac.cn/ncov/release_genome</a></p>
<p>Download data&nbsp;</p>
<p><a href="ftp://download.big.ac.cn/Genome/Viruses/Coronaviridae/">ftp://download.big.ac.cn/Genome/Viruses/Coronaviridae/</a></p>
<p>Raw data</p>
<p><a href="https://bigd.big.ac.cn/gsa/browse/run/?tag=Coronaviridae">https://bigd.big.ac.cn/gsa/browse/run/?tag=Coronaviridae</a></p><p>Address of the bookmark: <a href="https://bigd.big.ac.cn/ncov/about" rel="nofollow">https://bigd.big.ac.cn/ncov/about</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/42903/katherine-belov-lab</guid>
  <pubDate>Sun, 21 Feb 2021 22:59:35 -0600</pubDate>
  <link></link>
  <title><![CDATA[Katherine Belov Lab]]></title>
  <description><![CDATA[
<p>Evolution of the adaptive immune system Marsupial and monotreme immune genes MHC Diversity and Conservation Marsupial and monotreme genomics Comparative Genomics Genetics of Tasmanian Devil facial tumour disease</p>

<p>More at https://www.sydney.edu.au/science/about/our-people/academic-staff/kathy-belov.html</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/33306/ancestral-sequence-reconstruction-asr-or-ancestral-genesequence-reconstructionresurrection-tools-to-study-molecular-evolution</guid>
	<pubDate>Tue, 30 May 2017 04:20:05 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/33306/ancestral-sequence-reconstruction-asr-or-ancestral-genesequence-reconstructionresurrection-tools-to-study-molecular-evolution</link>
	<title><![CDATA[Ancestral sequence reconstruction (ASR) or ancestral gene/sequence reconstruction/resurrection tools to study molecular evolution]]></title>
	<description><![CDATA[<p><span><strong>Ancestral sequence reconstruction</strong><span>&nbsp;(</span><strong>ASR</strong><span>) &ndash; also known as&nbsp;</span><strong>ancestral gene</strong><span>/</span><strong>sequence reconstruction</strong><span>/</span><strong>resurrection</strong><span>&nbsp;&ndash; is a technique used in the study of&nbsp;</span>molecular evolution<span>. The method consists of the synthesis of an ancestral&nbsp;</span>gene<span>&nbsp;and expression of the corresponding ancestral&nbsp;</span>protein<span>.&nbsp;</span><sup id="cite_ref-thornton_1-0"><a href="https://en.wikipedia.org/wiki/Ancestral_sequence_reconstruction#cite_note-thornton-1"></a></sup><span>The idea of protein 'resurrection' was suggested in 1963 by Pauling and Zuckerkandl.</span><sup id="cite_ref-2"><a href="https://en.wikipedia.org/wiki/Ancestral_sequence_reconstruction#cite_note-2"></a></sup><span>&nbsp;Some early efforts were made in the eighties-nineties, led by the laboratory of&nbsp;</span>Steven A. Benner<span>, showing the potential of this technique &ndash; one that only started to be fulfilled in the post-genomic era.</span><sup id="cite_ref-3"><a href="https://en.wikipedia.org/wiki/Ancestral_sequence_reconstruction#cite_note-3"></a></sup><span>&nbsp;Thanks to the improvement of algorithms and of better sequencing and synthesis techniques, the method was developed further in the early 2000s to allow the resurrection of a greater variety of and much more ancient genes.</span><sup id="cite_ref-4"><a href="https://en.wikipedia.org/wiki/Ancestral_sequence_reconstruction#cite_note-4"></a></sup><span>&nbsp;Over the last decade, ancestral protein resurrection has developed as a strategy to reveal the mechanisms and dynamics of protein evolution.&nbsp;</span></span></p><p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/ASR_phylogeny.png/510px-ASR_phylogeny.png" alt="image" width="610" height="435" style="border: 0px; border: 0px;"></p><p><span>Following are the list of&nbsp;</span><strong style="font-size: 12.8px;">Ancestral /sequence/ reconstruction</strong><span>&nbsp;(</span><strong style="font-size: 12.8px;">ASR</strong><span>) tools:&nbsp;</span></p><p><a href="http://www.bx.psu.edu/miller_lab/car/" target="_blank" title="To inferCars official website"><span>inferCars</span></a></p><p><span><span><span><span><span>Reconstructs contiguous regions of an ancestral genome. Given information about adjacencies between conserved segments in each modern species, our goal is to infer segment order in the ancestral genome. To get a clean and precise statement of the problem, we formalize it using graph theory. We develop an algorithm that identifies a most parsimonious scenario for the history of each individual adjacency, although the whole-genome prediction is not guaranteed to optimize traditional measures like the number of breakpoints. We introduce weights to the graph edges to model the reliability of each adjacency.</span></span></span></span></span></p><p><span><span><a href="http://paleogenomics.irmacs.sfu.ca/ANGES/" target="_blank" title="To ANGES official website">ANGES</a>:</span><a href="http://paleogenomics.irmacs.sfu.ca/ANGES/" target="_blank" title="To ANGES official website">reconstructing ANcestral GEnomeS maps</a></span></p><p><span><span><span><span><span><span>A suite of Python programs that allows reconstructing ancestral genome maps from the comparison of the organization of extant-related genomes. ANGES can reconstruct ancestral genome maps for multichromosomal linear genomes and unichromosomal circular genomes. It implements methods inspired from techniques developed to compute physical maps of extant genomes.</span></span></span></span></span></span></p><p><a href="http://virulence.molgen.mpg.de/cocos/" target="_blank" title="To Cocos official website"><span>Cocos</span></a></p><p><span><span><span><span><span><span><span>Constructs phylogenies of multi-domain proteins. With a given species tree and domain phylogenies, the procedure infers the composition of ancestral multi-domain proteins. Cocos implements and extend a suggested algorithmic approach by Behzadi and Vingron in an easy-to-use program. Such method could be applied to reconstruction of partial homologous units such as bacterial operons or protein complexes.</span></span></span></span></span></span></span></p><p><a href="https://github.com/msrosenberg/MySSP" target="_blank" title="To MySSP official website"><span>MySSP</span></a></p><p><span><span><span><span><span><span><span><span>Constructs an initial DNA sequence at the root of the tree and simulates evolution across the tree using a variety of common models of DNA evolution. MySSP is a program for the simulation of DNA sequence evolution across a phylogenetic tree. It is designed for large-scale studies, including simulation of multiple replicates and outputs sequences into NEXUS, MEGA, or FASTA formats. MySSP has a fairly simple graphical user interface (GUI) for basic use, but also has a specialized batch script interpreter to allow for more complicated or large-scale simulations.</span></span></span></span></span></span></span></span></p><p><span><span><a href="http://www.cs.cmu.edu/~ckingsf/software/parana/" target="_blank" title="To PARANA official website">PARANA</a>:&nbsp;</span><a href="http://www.cs.cmu.edu/~ckingsf/software/parana/" target="_blank" title="To PARANA official website">Parsimonious Ancestral Reconstruction And Network Analysis</a></span></p><p><span><span><span><span><span><span><span><span><span>Performs parsimony based inference of ancestral biological networks. Given multiple extant networks and phylogenetic information relating extant nodes, PARANA finds a parsimonious set of ancestral interaction events (edge gains and losses) which explain the extant networks. The framework adopted by PARANA is able to represent network evolution under models that support gene duplication and loss and independent interaction gain and loss. The method works on both directed and undirected networks and can incorporate asymmetric interaction gain and loss costs. In contrast to previous approaches, PARANA does not require knowing the relative ordering of unrelated duplication events and thus, works on phylogenetic trees even where branch lengths are not provided.</span></span></span></span></span></span></span></span></span></p><p><span><span><a href="http://www-labs.iro.umontreal.ca/~mabrouk/" target="_blank" title="To GapAdj official website">GapAdj</a>:&nbsp;</span><a href="http://www-labs.iro.umontreal.ca/~mabrouk/" target="_blank" title="To GapAdj official website">Gapped Adjacencies</a></span></p><p><span><span><span><span><span><span><span><span><span><span>A synteny-based method that is flexible enough to handle a model of evolution involving whole genome duplication events, in addition to rearrangements, gene insertions, and losses. Ancestral relationships between markers are defined in term of Gapped Adjacencies, i.e. pairs of markers separated by up to a given number of markers. It improves on a previous restricted to direct adjacencies, which revealed a high accuracy for adjacency prediction, but with the drawback of being overly conservative, i.e. of generating a large number of contiguous ancestral regions (CARs).</span></span></span></span></span></span></span></span></span></span></p><p><a href="http://ancestors.bioinfo.uqam.ca/"><span><span><span><span><span><span><span><span><span><span>ANCESTOR</span></span></span></span></span></span></span></span></span></span></a></p><p><span><span><span><span><span><span><span><span><span><span><span>A web server allowing one to easily and quickly perform the last three steps of the ancestral genome reconstruction procedure. Ancestors implements several alignment algorithms, an indel maximum likelihood solver and a context-dependent maximum likelihood substitution inference algorithm. The results presented by the server include the posterior probabilities for the last two steps of the ancestral genome reconstruction and the expected error rate of each ancestral base prediction.</span></span></span></span></span></span></span></span></span></span></span></p><p><a href="http://bioinfo.lifl.fr/procars/" target="_blank" title="To ProCARs official website"><span>ProCARs</span></a></p><p>Reconstructs ancestral gene orders as contiguous ancestral regions (CARs) with a progressive homology-based method. ProCARs runs from a phylogeny tree (without branch lengths needed) with a marked ancestor and a block file. This homology-based method is based on iteratively detecting and assembling ancestral adjacencies, while allowing some micro-rearrangements of synteny blocks at the extremities of the progressively assembled CARs. The method starts with a set of blocks as the initial set of CARs, and detects iteratively the potential ancestral adjacencies between extremities of CARs, while building up the CARs progressively by adding, at each step, new non-conflicting adjacencies that induce the less homoplasy phenomenon. The species tree is used, in some additional internal steps, to compute a score for the remaining conflicting adjacencies, and to detect other reliable adjacencies, in order to reach completely assembled ancestral genomes.</p><p><a href="http://fastml.tau.ac.il/" target="_blank" title="To FastML official website"><span>FastML</span></a></p><p>A user-friendly tool for the reconstruction of ancestral sequences. FastML implements various novel features that differentiate it from existing tools: (i) FastML uses an indel-coding method, in which each gap, possibly spanning multiples sites, is coded as binary data. FastML then reconstructs ancestral indel states assuming a continuous time Markov process. FastML provides the most likely ancestral sequences, integrating both indels and characters; (ii) FastML accounts for uncertainty in ancestral states: it provides not only the posterior probabilities for each character and indel at each sequence position, but also a sample of ancestral sequences from this posterior distribution, and a list of the k-most likely ancestral sequences; (iii) FastML implements a large array of evolutionary models, which makes it generic and applicable for nucleotide, protein and codon sequences; and (iv) a graphical representation of the results is provided, including, for example, a graphical logo of the inferred ancestral sequences.</p><p><a href="http://rth.dk/resources/maxAlike/" target="_blank" title="To maxAlike official website"><span>maxAlike</span></a></p><p>Reconstructs a genomic sequence for a specific taxon based on sequence homologs in other species. The input is a multiple sequence alignment and a phylogenetic tree that also contains the target species. For this target species, the algorithm computes nucleotide probabilities at each sequence position. Consensus sequences are then reconstructed based on a certain confidence level.</p><p><span><span><a href="http://www.geneorder.org/server.php" target="_blank" title="To MLGO official website">MLGO</a>:&nbsp;</span><a href="http://www.geneorder.org/server.php" target="_blank" title="To MLGO official website">Maximum Likelihood for Gene Order Analysis</a></span></p><p>A web tool for the reconstruction of phylogeny and/or ancestral genomes from gene-order data. MLGO was designed for analysis of large-scale genomic changes including not only rearrangements but also gene insertions, deletions and duplications. MLGO can be used to infer a phylogeny from genome rearrangement and gene order data, and can also obtain an estimation of ancestral genomes, given an input tree. MLGO takes the advantage of binary encoding on gene-order data, supports a fairly general model of genomic evolution (rearrangements plus duplications, insertions, and losses of genomic regions), and successfully accommodates itself into the framework of maximized likelihood.</p><p>Image Reference : Wiki</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/43559/job-offer-for-a-postdoctoral-researcher-in-genomics-bioinformatics-2-years</guid>
  <pubDate>Fri, 22 Oct 2021 04:44:33 -0500</pubDate>
  <link></link>
  <title><![CDATA[Job offer for a postdoctoral researcher in genomics / bioinformatics (2 years)]]></title>
  <description><![CDATA[
<p>Ongoing research in the group of Karine Van Doninck involves topics at the core of<br />evolutionary biology, including the evolution of sex, genome maintenance,<br />recombination and extreme stress resistance on different eukaryotic systems,<br />including rotifers, amoeba and Corbicula clams. We are employing different tools<br />(including experimental ecology, population genetics, phylogeny, comparative<br />genomics, transcriptomics, bioinformatics, molecular and cellular biology) to study<br />evolutionary processes at the level of populations, both experimental and natural, and<br />genomes.</p>

<p>Offer<br />We offer a full-time contract for two years. The contract starts between October 2021<br />and December 2021. The position involves no or extremely light teaching load, if the<br />candidate is interested. Salaries are competitive at the European level. The recruited<br />person will benefit from the Belgian social insurance scheme (health care, etc.) without<br />additional expenses.</p>

<p>Profile<br />Applicants are expected to show outstanding commitment to research and must have<br />obtained a PhD by the start of the position. A strong expertise in genomics is required.<br />More specifically, solid competences in bioinformatics (e.g. scripting pipelines) and in<br />genome evolution are needed. Knowledge or interest regarding recombination,<br />metazoan evolution, phylogenomics and population genomics is an added-value.</p>

<p>Application<br />Applications should be submitted via email to karine.van.doninck@ulb.be. The<br />application package should contain the following documents:<br />- A curriculum vitae with the complete list of publications<br />- A cover letter mentioning why the candidate is interested in the position<br />- Minimum 2 recommendation letters<br />Interviews: Interviews will be conducted with the selected candidates. Selected<br />candidates could also be invited to give a seminar to MBE ULB.<br />For any additional information, please contact karine.van.doninck@ulb.be</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/42402/two-postdoc-positions-to-study-multiscale-genome-evolution-and-cephalopod-gene-regulation-university-of-vienna-austria</guid>
  <pubDate>Thu, 17 Dec 2020 11:45:16 -0600</pubDate>
  <link></link>
  <title><![CDATA[Two postdoc positions to study multiscale genome evolution and cephalopod gene regulation (University of Vienna, Austria)]]></title>
  <description><![CDATA[
<p>Vienna Biocenter are seeking two postdoctoral researchers to join our team and work on the ERC funded project "METASCALE: Modes of genome evolution during major metazoan transitions". The task of both positions will be to study co-evolutionary trends within animal genomes and their association with the emergence of new gene regulation. Our group employs methods of comparative and regulatory genomics to study the regulatory impact of transitions in animal genome architecture. More recently, we have identified a major genome reorganization in the "smart" coleoid cephalopod molluscs (squid, octopus, cuttlefish) that, together with other genomic changes, potentially comprises a unique path or mode of genome evolution among animals. We are thus interested in quantifying these modes of genome evolution across all available animal genomes and to test whether their shifts are associated with the emergence of novel regulation (e.g., in cephalopods). One of our main model species is the Hawaiian bobtail squid species Euprymna scolopes.  The tasks of the two candidates will be complimentary and highly collaborative with one position focusing on comparative genomics analyses across all metazoans and the other position on regulatory genomics in the squid. A solid background in in bioinformatics and comparative genomics is highly desired for the first position, whereas the second position will benefit from experience in molecular and regulatory genomics methods such as HiC, ATAC-seq, RNA-seq or single cell transcriptomics.</p>

<p>The postdocs will join an international group and network of researchers at the University of Vienna studying a diverse range of species and questions in molecular evolution, development, morphology and genomics. Our group is also part of the large evolVienna network of more than 50 evolutionary biology labs in Vienna, across several universities and research institutes. Our Faculty will be relocating to a new campus at the Vienna Biocenter in summer 2021 (https://biologiezentrum.univie.ac.at/en/). Vienna is a vibrant historic European capital with a high QOL. Information about postdoctoral salaries in Austria can be found on this webpage: https://www.fwf.ac.at/en/research-funding/personnel-costs/</p>

<p>Earliest start date will be after July 2021. Initial term of employment is for two years with the possibility of extension. Remote working, at least initially, is a possibility.</p>

<p>Requirements:<br />- PhD degree or equivalent by the start date <br />- Publishing record in peer-reviewed journals or evidence thereof <br />- At least 2 letters of support</p>

<p>Applications including a letter of motivation should be submitted via the Job Center to the University of Vienna (https://personalwesen.univie.ac.at/en/jobs-recruiting/job-center/,<br />job reference number 11615).</p>

<p>Application deadline: January 15th 2021.<br />Application link: https://univis.univie.ac.at/ebewerbung</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37579/cbs-comparative-microbial-genomics-group-biotools-download-page</guid>
	<pubDate>Wed, 22 Aug 2018 21:59:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37579/cbs-comparative-microbial-genomics-group-biotools-download-page</link>
	<title><![CDATA[CBS Comparative Microbial Genomics group - BioTools download page]]></title>
	<description><![CDATA[<div id="section2">
<p>he CMG-biotools system presents a stand-alone interface for comparative microbial genomics. The package is a customized operating system, based on Xubuntu 10.10, available through the open source Ubuntu project. The system can be installed on a virtual computer, allowing the user to run the system alongside any other operating system. Source codes for all programs are provided under GNU license, which makes it possible to transfer the programs to other systems if so desired. We here demonstrate the package by comparing and analyzing the diversity within the class&nbsp;<em>Negativicutes</em>, represented by 31 genomes including 10 genera. The analyses include 16S rRNA phylogeny, basic DNA and codon statistics, proteome comparisons using BLAST and graphical analyses of DNA structures.</p>
<p>&nbsp;Paper:&nbsp;http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0060120</p>
</div>
<div id="section3"><a name="" title="Conclusion"></a><span></span></div><p>Address of the bookmark: <a href="http://www.cbs.dtu.dk/biotools/CMGtools/" rel="nofollow">http://www.cbs.dtu.dk/biotools/CMGtools/</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/42588/postdoc-in-genomics-of-pipefishes-and-seahorses-at-nsf-funded-postdoctoral-project-in-adam-jones-lab</guid>
  <pubDate>Thu, 07 Jan 2021 21:22:24 -0600</pubDate>
  <link></link>
  <title><![CDATA[Postdoc in Genomics of Pipefishes and Seahorses at NSF-funded postdoctoral project in Adam Jones' Lab]]></title>
  <description><![CDATA[
<p>An NSF-funded postdoctoral position is available in Adam Jones' Lab<br />at the University of Idaho to study the evolution and development of<br />the male's brood pouch in syngnathid fishes (seahorses, pipefishes<br />and seadragons). The project is being conducted in collaboration<br />with Dr. William Cresko's group at the University of Oregon. The<br />postdoc will be involved in studies of comparative genomics across<br />the family Syngnathidae, investigations of brood pouch morphology, and<br />characterization of the brood pouch microbiome. The position will be<br />funded for two years, with the possibility of a third year. The postdoc<br />will be based at the University of Idaho and will interact extensively<br />with the Cresko Lab at the University of Oregon.</p>

<p>The University of Idaho is in Moscow, a small college town located in<br />Northern Idaho on the Washington border. Moscow is widely considered to<br />be a great place to live, and it's known for a pleasant downtown, active<br />farmer's market, and nearby recreational opportunities. All of Moscow<br />is within biking or walking distance of the University of Idaho. For<br />more information about Moscow, see https://visitmoscowid.com/.</p>

<p>The University of Idaho has very strong faculty in evolution and<br />genomics in multiple departments and interdisciplinary programs. Of<br />particular note are the Bioinformatics and Computational Biology<br />Program (BCB: https://www.uidaho.edu/sci/bcb/people/faculty) and<br />the Institute for Bioinformatics and Evolutionary Studies (IBEST:<br />https://www.ibest.uidaho.edu/index.php). In addition, the University of<br />Idaho is only eight miles from Washington State University in Pullman, and<br />faculty from the two institutions interact and collaborate extensively.</p>

<p>Minimum qualifications include: a Ph.D. in biological sciences,<br />bioinformatics, or a related discipline; experience conducting research<br />in genomics or evolutionary biology, as evidenced by publications<br />in peer-reviewed journals; and evidence of strong written and oral<br />communication skills.  Experience analyzing next-generation sequence<br />data and familiarity with the genomics of marine fishes are desirable<br />but not required.</p>

<p>Apply at: https://uidaho.peopleadmin.com/postings/30003</p>

<p>Review of applications will begin January 15, 2021. The start date<br />is flexible.</p>

<p>The University of Idaho is an equal opportunity/Affirmative Action/equal<br />access employer.</p>

<p>Informal inquiries are encouraged and can be directed to Adam Jones<br />(adamjones@uidaho.edu).</p>

<p>"adamjones@uidaho.edu"</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43725/comparative-genomics-workshops</guid>
	<pubDate>Tue, 25 Jan 2022 20:39:58 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43725/comparative-genomics-workshops</link>
	<title><![CDATA[Comparative Genomics Workshops !]]></title>
	<description><![CDATA[<p><span>This meeting's objective was to obtain a big picture look at the current state of the field of comparative&nbsp;genomics with a focus on commonalities across genomic investigations into humans, model organisms&nbsp;(both traditional and non-traditional), agricultural species, wildlife species and microbes.</span></p>
<p>https://www.genome.gov/event-calendar/perspectives-in-comparative-genomics-and-evolution</p><p>Address of the bookmark: <a href="https://www.genome.gov/event-calendar/perspectives-in-comparative-genomics-and-evolution" rel="nofollow">https://www.genome.gov/event-calendar/perspectives-in-comparative-genomics-and-evolution</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>