<?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/29683?offset=310</link>
	<atom:link href="https://bioinformaticsonline.com/related/29683?offset=310" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37636/department-of-genetics-genomics-and-bioinformatics-national-biotechnology-development-agency-nigeria</guid>
	<pubDate>Wed, 05 Sep 2018 10:48:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37636/department-of-genetics-genomics-and-bioinformatics-national-biotechnology-development-agency-nigeria</link>
	<title><![CDATA[DEPARTMENT OF GENETICS, GENOMICS AND BIOINFORMATICS, National Biotechnology Development Agency, Nigeria]]></title>
	<description><![CDATA[<p>The Genetics, Genomics &amp; Bioinformatics Department (GBBD) at NABDA is unique, encompassing all facets of modern genetics and bioinformatics research. Trans-disciplinary research being conducted in our laboratories would lead to cures for human diseases; improvements to crop and livestock quality and yield; creation of new technologies with applications to medicine; agriculture; environment; and industry.</p>
<p>Our capacity building activities covers both general and specialized topics in translational genetics, and is designed to better acquaint scientists and clinicians with the tools and technologies of genetics and genomics.</p>
<p><span>OUR RESEARCH ACTIVITIES INCLUDE:</span></p>
<div>
<ul>
<li>Biomedical Genetics: investigating genetic and environmental factors contributing to phenotypes with relevance to human health and disease.</li>
<li>Computation and Bioinformatics: develop new approaches for the management, analysis, and modelling of large, complex data sets.</li>
<li>Population and Quantitative Genetics: study of how genetic processes evolve to generate genetic variation in populations of organisms, and the effects on the patterning of variation within and between populations and specie, and</li>
<li>Genetic Engineering and Biotechnology: focuses on the research and innovation for industrial enzymes, biologics and biosimilars production.</li>
</ul>
<p>https://www.h3abionet.org/nabda</p>
</div><p>Address of the bookmark: <a href="http://www.nabda.gov.ng/departments/genetics-genomics-and-bioinformatics" rel="nofollow">http://www.nabda.gov.ng/departments/genetics-genomics-and-bioinformatics</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/44707/rna-seq-analysis-a-guide-for-bioinformaticians</guid>
	<pubDate>Sat, 07 Dec 2024 22:22:24 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/44707/rna-seq-analysis-a-guide-for-bioinformaticians</link>
	<title><![CDATA[RNA-Seq Analysis: A Guide for Bioinformaticians]]></title>
	<description><![CDATA[<p>RNA sequencing (RNA-Seq) has revolutionized transcriptomics, offering unprecedented insights into gene expression, splicing, and transcript diversity. For bioinformaticians, RNA-Seq analysis is a gateway to exploring the complexity of RNA biology and its implications in health and disease. This blog post provides an overview of RNA-Seq analysis, key computational steps, and tools for bioinformaticians eager to delve into this powerful technique.</p><h3>What is RNA-Seq?</h3><p>RNA-Seq is a next-generation sequencing (NGS) technology used to study the transcriptome&mdash;the complete set of RNA molecules in a cell. It quantifies gene expression, detects novel transcripts, and captures alternative splicing events with high sensitivity and resolution.</p><h3>Workflow for RNA-Seq Analysis</h3><p>RNA-Seq analysis involves several stages, each requiring computational tools and expertise.</p><h4>1. <strong>Experimental Design and Data Acquisition</strong></h4><p>Before diving into analysis, bioinformaticians should consider:</p><ul>
<li><strong>Biological Replicates</strong>: Ensure statistical power to detect meaningful differences.</li>
<li><strong>Sequencing Depth</strong>: Align sequencing depth to study objectives (e.g., higher depth for low-abundance transcripts).</li>
<li><strong>Paired-End vs. Single-End</strong>: Paired-end sequencing provides more detailed information on transcript structure.</li>
</ul><p>Once sequencing is complete, raw data is provided in FASTQ format, containing sequence reads and quality scores.</p><h4>2. <strong>Quality Control and Preprocessing</strong></h4><p>Quality control (QC) ensures data integrity. Tools such as <strong>FastQC</strong> evaluate metrics like base quality, GC content, and adapter contamination.</p><p><strong>Preprocessing Steps</strong>:</p><ul>
<li><strong>Trimming</strong>: Tools like <strong>Trimmomatic</strong> or <strong>Cutadapt</strong> remove low-quality bases and adapter sequences.</li>
<li><strong>Filtering</strong>: Discard reads below a certain quality threshold or length.</li>
</ul><h4>3. <strong>Read Alignment</strong></h4><p>Reads are mapped to a reference genome or transcriptome to determine their origin. Alignment tools include:</p><ul>
<li><strong>HISAT2</strong>: Handles large genomes efficiently and supports spliced alignments.</li>
<li><strong>STAR</strong>: High-speed aligner optimized for RNA-Seq.</li>
<li><strong>Bowtie2</strong>: Suitable for short-read alignment.</li>
</ul><p><strong>Output</strong>: A SAM/BAM file containing aligned reads.</p><h4>4. <strong>Transcript Assembly and Quantification</strong></h4><p>This step involves identifying transcripts and quantifying their expression levels. Tools used include:</p><ul>
<li><strong>StringTie</strong>: Assembles and quantifies transcripts from aligned reads.</li>
<li><strong>Salmon/Kallisto</strong>: Perform pseudo-alignment for rapid and accurate quantification.</li>
</ul><p>Expression levels are typically measured as TPM (transcripts per million) or FPKM (fragments per kilobase of transcript per million mapped reads).</p><h4>5. <strong>Differential Expression Analysis</strong></h4><p>To identify genes with altered expression between conditions, bioinformaticians use tools such as:</p><ul>
<li><strong>DESeq2</strong>: Accounts for data normalization and variability.</li>
<li><strong>edgeR</strong>: Handles overdispersed count data efficiently.</li>
<li><strong>Limma-voom</strong>: Combines linear modeling with RNA-Seq count data.</li>
</ul><p>The output includes a list of differentially expressed genes (DEGs) with statistical significance and fold-change values.</p><h4>6. <strong>Functional Annotation and Pathway Analysis</strong></h4><p>Understanding the biological significance of DEGs involves:</p><ul>
<li><strong>Gene Ontology (GO) Analysis</strong>: Tools like <strong>DAVID</strong> or <strong>clusterProfiler</strong> categorize genes based on their biological functions.</li>
<li><strong>Pathway Enrichment Analysis</strong>: Identifies pathways enriched in DEGs using tools like <strong>KEGG</strong>, <strong>Reactome</strong>, or <strong>GSEA</strong>.</li>
</ul><h4>7. <strong>Visualization</strong></h4><p>Visualizing results enhances interpretability. Common visualizations include:</p><ul>
<li><strong>Heatmaps</strong>: Show expression patterns across samples (e.g., <strong>pheatmap</strong>).</li>
<li><strong>Volcano Plots</strong>: Highlight significant DEGs (e.g., <strong>ggplot2</strong>).</li>
<li><strong>PCA/UMAP</strong>: Assess sample clustering and variability (e.g., <strong>Seurat</strong>).</li>
</ul><h3>Challenges in RNA-Seq Analysis</h3><ol>
<li><strong>Batch Effects</strong>: Technical variability can confound biological signals. Combat this with normalization techniques or batch-correction tools like <strong>ComBat</strong>.</li>
<li><strong>Low-Quality Samples</strong>: Poor-quality RNA impacts downstream analyses.</li>
<li><strong>Computational Complexity</strong>: RNA-Seq generates massive datasets, requiring robust computing resources and optimized pipelines.</li>
</ol><h3>Key Tools and Resources</h3><ul>
<li><strong>Bioconductor</strong>: A treasure trove of R packages for RNA-Seq analysis.</li>
<li><strong>Galaxy</strong>: A web-based platform for running RNA-Seq workflows.</li>
<li><strong>Nextflow/Snakemake</strong>: Workflow management tools to streamline analyses.</li>
</ul><h3>Applications of RNA-Seq</h3><p>RNA-Seq is used in diverse research areas, including:</p><ul>
<li><strong>Cancer Transcriptomics</strong>: Identifying tumor-specific expression profiles.</li>
<li><strong>Developmental Biology</strong>: Studying dynamic transcriptome changes.</li>
<li><strong>Drug Discovery</strong>: Screening genes modulated by therapeutic compounds.</li>
</ul><h3>Conclusion</h3><p>RNA-Seq analysis is a cornerstone of modern transcriptomics, offering bioinformaticians a versatile toolkit for unraveling gene expression and regulation. Mastering RNA-Seq workflows and tools empowers researchers to transform raw sequencing data into biological discoveries.</p><p>Whether you&rsquo;re investigating disease mechanisms, exploring cellular pathways, or developing new therapeutics, RNA-Seq is a powerful ally in your bioinformatics arsenal.</p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/34916/bioinformatics-tools-developed-for-oxford-nanopore-data-analysis</guid>
	<pubDate>Wed, 27 Dec 2017 20:47:30 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/34916/bioinformatics-tools-developed-for-oxford-nanopore-data-analysis</link>
	<title><![CDATA[Bioinformatics tools developed for Oxford Nanopore data analysis !]]></title>
	<description><![CDATA[<p><span>MinION is the only portable real-time device for DNA and RNA&nbsp;</span><span>sequencing</span><span>. Each consumable flow cell can now generate 10&ndash;20 Gb of DNA&nbsp;</span><span>sequence</span><span>&nbsp;data. Ultra-</span><span>long read lengths are possible (hundreds of kb) as you can choose your fragment length.&nbsp;</span>One of the technical advantages of ONT data is the read length, which offers great prospects for genome assembly. Generally, assemblers are based on several different types of algorithms, such as greedy, overlap-layout-consensus (OLC), de Bruijn graph (DBG), and string graph.</p><p><span>List of analysis tools developed for Oxford Nanopore data</span></p><p>BWA <br />Fast nanopore data tuned alignment tool <br />https://github.com/lh3/bwa</p><p>GraphMap<br />Mapper for long and error-prone reads<br />https://github.com/isovic/graphmap</p><p>LAST<br />Nanopore tuned alignment tool<br />http://last.cbrc.jp/</p><p>LINKS<br />Software tool for long read scaffolding <br />https://github.com/warrenlr/LINKS/</p><p>marginAlign<br />Tools to align nanopore reads to a reference<br />https://github.com/benedictpaten/marginAlign</p><p>minoTour<br />Real time analysis tools<br />http://minotour.nottingham.ac.uk/</p><p>nanoCORR<br />Error-correction tool for nanopore sequence data<br />https://github.com/jgurtowski/nanocorr</p><p>NanoOK<br />Software for nanopore data, quality and error profiles<br />https://documentation.tgac.ac.uk/display/NANOOK/NanoOK</p><p>Nanopolish<br />Nanopore analysis and genome assembly software<br />https://github.com/jts/nanopolish</p><p>nanopore<br />Variant-detection tool for nanopore sequence data<br />https://github.com/mitenjain/nanopore</p><p>Nanocorrect<br />Error-correction tool for nanopore sequence data<br />https://github.com/jts/nanocorrect/</p><p>npReader<br />Real-time conversion and analysis of nanopore reads<br />https://github.com/mdcao/npReader</p><p>poRe<br />Tool for analyzing and visualizing nanopore data<br />https://sourceforge.net/p/rpore/wiki/Home/</p><p>PoreSeq<br />Error-correction and variant-calling software<br />https://github.com/tszalay/poreseq</p><p>Poretools<br />Nanopore sequence analysis and visualization software <br />https://github.com/arq5x/poretools</p><p>SSPACE-LongRead<br />Genome scaffolding tool <br />http://www.baseclear.com/genomics/bioinformatics/basetools/SSPACE-longread</p><p>SMIS<br />Genome scaffolding tool <br />https://sourceforge.net/projects/phusion2/files/smis/</p><p>&nbsp;</p><p>List of assemblers for Oxford Nanopore MinION long reads</p><p>LQS<br />DALIGNER, Celera OLC Nanocorrect, <br />Nanopolish corrector<br />https://github.com/jts/nanopolish</p><p>PBcR<br />HGAP or BLASR, Celera OLC <br />PBcR corrector<br />http://wgs-assembler.sourceforge.net/wiki/index.php/PBcR<br /> &ndash;<br />Canu<br />MHAP, Celera OLC <br />Canu corrector<br />https://github.com/marbl/canu</p><p>Falcon<br />String graph, Celera OLC <br />Falcon corrector<br />https://github.com/PacificBiosciences/falcon</p><p>Miniasm <br />OLC<br />https://github.com/lh3/miniasm</p><p>ra-integrate<br />OLC<br />https://github.com/mariokostelac/ra-integrate/</p><p>ALLPATHS-LG<br />de Bruijn graph <br />ALLPATHS-L corrector<br />https://www.broadinstitute.org/software/allpaths-lg/blog/?page_id=12</p><p>SPAdes <br />de Bruijn graph <br />SPAdes corrector<br />http://bioinf.spbau.ru/spades</p>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/40882/troyanskaya-lab</guid>
  <pubDate>Tue, 04 Feb 2020 06:40:36 -0600</pubDate>
  <link></link>
  <title><![CDATA[Troyanskaya Lab]]></title>
  <description><![CDATA[
<p>The goal of our research is to interpret and distill this complexity through accurate analysis and modeling of molecular pathways, particularly those in which malfunctions lead to the manifestation of disease. We are inventing integrative methods for systems-level pathway modeling through integrative analysis of genome-scale datasets. We apply these approaches in studying challenging biological problems, such as how pathways function in diverse cell types and how they change dynamically.</p>

<p>https://function.princeton.edu/</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/42130/shaman-a-user-friendly-website-for-metataxonomic-analysis-from-raw-reads-to-statistical-analysis</guid>
	<pubDate>Mon, 17 Aug 2020 05:21:09 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42130/shaman-a-user-friendly-website-for-metataxonomic-analysis-from-raw-reads-to-statistical-analysis</link>
	<title><![CDATA[SHAMAN: a user-friendly website for metataxonomic analysis from raw reads to statistical analysis]]></title>
	<description><![CDATA[<p><span>SHAMAN is a shiny application for differential analysis of metagenomic data (16S, 18S, 23S, 28S, ITS and WGS) including bioinformatics treatment of raw reads for targeted metagenomics, statistical analysis and results visualization with a large variety of plots (barplot, boxplot, heatmap, &hellip;).</span><br><span>The bioinformatics treatment is based on Vsearch [</span><a href="http://www.ncbi.nlm.nih.gov/pubmed/27781170">Rognes 2016</a><span>] which showed to be both accurate and fast [</span><a href="http://www.ncbi.nlm.nih.gov/pubmed/26664811">Wescott 2015</a><span>].The statistical analysis is based on DESeq2 R package [</span><a href="http://www.ncbi.nlm.nih.gov/pubmed/20979621">Anders and Huber 2010</a><span>] which robustly identifies the differential abundant features as suggested in [</span><a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3974642/">McMurdie and Holmes 2014</a><span>] and [</span><a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4727335/">Jonsson2016</a><span>]. SHAMAN robustly identifies the differential abundant genera with the Generalized Linear Model implemented in DESeq2 [</span><a href="http://www.ncbi.nlm.nih.gov/pubmed/25516281">Love 2014</a><span>].</span><br><span>SHAMAN is compatible with standard formats for metagenomic analysis (.csv, .tsv, .biom) and figures can be downloaded in several formats. A presentation about SHAMAN is available&nbsp;</span><a href="https://github.com/aghozlane/shaman/blob/master/www/shaman_presentation.pdf">here</a><span>&nbsp;and a poster&nbsp;</span><a href="https://github.com/aghozlane/shaman/blob/master/www/shaman_poster.pdf">here</a><span>.&nbsp;</span></p>
<p><span>More at&nbsp;<a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-020-03666-4">https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-020-03666-4</a></span></p><p>Address of the bookmark: <a href="https://github.com/aghozlane/shaman" rel="nofollow">https://github.com/aghozlane/shaman</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/43341/nigerian-bioinformatics-and-genomics-network-nbgn</guid>
  <pubDate>Tue, 31 Aug 2021 08:29:40 -0500</pubDate>
  <link></link>
  <title><![CDATA[Nigerian Bioinformatics and Genomics Network (NBGN)]]></title>
  <description><![CDATA[
<p>This is to announce the second official conference of the Nigerian Bioinformatics and Genomics Network (NBGN). October 11-13,2021 at Landmark University, Omu-Aran, Kwara State and Zoom ( conference link to be announced soon</p>

<p>#NBGN21</p>

<p>www.nbgn21conference.com</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/2002/ibl-laboratory</guid>
  <pubDate>Mon, 12 Aug 2013 02:02:29 -0500</pubDate>
  <link></link>
  <title><![CDATA[IBL laboratory]]></title>
  <description><![CDATA[
<p>The IBL laboratory focuses on the multi-disciplinary analyses of the global responses of model microorganisms, cyanobacteria (mainly Synechocystis PCC6803) and yeasts (mainly Saccharomyces cerevisae) to environmental stresses triggered by oxidative agents, heavy metals, or drastic changes in nutrients availability. The genome-wide responses studied with the "omics" techniques (transcriptomics, proteomics, metabolomics and genetics) generate a wealth of experimental data, which are processed, archived, integrated and represented as working models through bioinformatics and mathematics. </p>

<p>Link : http://www-dsv.cea.fr/en/instituts/institut-de-biologie-et-de-technologies-de-saclay-ibitec-s/unites-de-recherche/service-de-biologie-integrative-et-genetique-moleculaire-sbigem/laboratoire-de-biologie-integrative-lbi/presentation__1</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/44700/professorsenior-lecturer-of-comparative-genomics-university-of-glasgow</guid>
  <pubDate>Fri, 06 Dec 2024 05:16:09 -0600</pubDate>
  <link></link>
  <title><![CDATA[Professor/Senior Lecturer of Comparative Genomics @ University of Glasgow]]></title>
  <description><![CDATA[
<p>University of Glasgow<br />College of Medical, Veterinary and Life Sciences<br />School of Biodiversity, One Health and Veterinary Medicine</p>

<p>Professor/Senior Lecturer of Comparative Genomics<br />Vacancy Ref: 153610<br />Salary: Professor, Grade 10 will be within the Professorial range and<br />subject to negotiation<br />Senior Lecturer, Grade 9, 57,696 - 64,914 per annum</p>

<p>The School of Biodiversity, One Health and Veterinary Medicine has an<br />exciting opportunity to appoint a Professor/Senior Lecturer in Comparative<br />Genomics. You will make a substantial and positive contribution to the<br />strategic direction of the School/College through leading and contributing<br />to research of international standard, high quality teaching at both<br />undergraduate and postgraduate level, securing research funding, and<br />providing academic leadership and management within the School/College.</p>

<p>Applications are invited from candidates of international standing with<br />an appropriate record of academic achievement in comparative genomics<br />and associated omics technologies. We are looking for a candidate who<br />will complement our existing strengths in clinical veterinary medicine,<br />evolutionary biology, and animal physiology, with a demonstrable interest<br />in using domestic mammals among their study systems. We are particularly<br />interested in applications from candidates with a track record of<br />studying health related traits and their underlying genomic basis in<br />companion animals. Traits of specific interest include those related<br />to metabolism, ageing, and disease (e.g. cancer, autoimmune diseases,<br />neuromuscular disorders).</p>

<p>The School of Biodiversity, One Health and Veterinary Medicine is home to<br />researchers studying organismal biology and animal health across a diverse<br />range of systems, approaches and disciplines with existing strengths<br />in infectious disease, physiology, ageing, veterinary epidemiology, and<br />evolution among others. You will be based on the University of Glasgow's<br />Garscube campus, where the majority of veterinary teaching and research<br />infrastructure is located. This includes the Small Animal Hospital (a<br />recent 15M investment) and our Veterinary Diagnostic Services, offering<br />excellent opportunities for collaborative research at the clinical and<br />translational interface, especially with respect to companion animals.</p>

<p>We welcome applications from candidates with a Scottish Credit and<br />Qualification Framework level 12 (PhD) in animal biology, genomics and<br />health or related discipline with an extensive and established reputation<br />in research and significant teaching experience within the subject area.</p>

<p>This post is full time and open ended.</p>

<p>Visit our website for further information on The University of<br />Glasgow's, School of Biodiversity, One Health &amp; Veterinary Medicine,<br />https://www.gla.ac.uk/schools/bohvm/</p>

<p>Informal Enquiries should be directed to Professor Roman Biek,<br />Roman.Biek@glasgow.ac.uk</p>

<p>Apply online at:<br />https://my.corehr.com/pls/uogrecruit/erq_jobspec_version_4.jobspec?p_id=153610</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/videolist/watch/4003/personalised-medicine-animation</guid>
	<pubDate>Tue, 27 Aug 2013 10:07:24 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/4003/personalised-medicine-animation</link>
	<title><![CDATA[Personalised Medicine - Animation]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/fEY3Khsmuak" frameborder="0" allowfullscreen></iframe>Two animated case scenarios set now and in the future. These highlight potential differences in the way patients are treated now, and how they might be treated as healthcare becomes more tailored.]]></description>
	
</item>

</channel>
</rss>