<?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/1332?offset=340</link>
	<atom:link href="https://bioinformaticsonline.com/related/1332?offset=340" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/10394/bioinformatics-protocols</guid>
	<pubDate>Mon, 05 May 2014 10:21:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/10394/bioinformatics-protocols</link>
	<title><![CDATA[Bioinformatics Protocols]]></title>
	<description><![CDATA[<h2><span> RNA Seq </span></h2>
<p><strong> Basic Galaxy Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/pub?id=1KbTiBHtvHLfPRZ39AY3uriazrINA8TJzgjjwn1zPP7Y">RNA-Seq tutorial</a> based on <a href="http://www.nature.com/protocolexchange/protocols/2327">Trapnell et al. (2012)</a> <em>Nature Protocols</em></li>
</ul>
<dl><dd>In this tutorial we cover the concepts of <a href="http://en.wikipedia.org/wiki/RNA-Seq">RNA-Seq</a> differential gene expression (DGE) analysis using a very small synthetic dataset from a well studied organism.</dd></dl>
<p><strong> Advanced Galaxy Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1fQ1XfeOKhezJUDTzMXtZVY20c3RGoHe-HLvFOGzqU4s/pub">RNA-Seq (Advanced) Tutorial</a></li>
</ul>
<dl><dd>In this tutorial we compare the performance of three statistically-based differential expression tools:</dd><dd>* CuffDiff</dd><dd>* EdgeR</dd><dd>* DESeq2</dd></dl>
<p><strong> Advanced Command Line Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1ayJXtgBP1OXtnV7o7lq4QHKMNk5SdPHFq4hGkqndBtI/pub">Graphical Output with CummeRbund</a> introduces some basic commands using the cummeRbund package of the R programming language</li>
</ul>
<dl><dd>You will need to install R, RStudio and cummeRbund on your PC (explained in the Tutorial). You will learn how to produce graphical output from RNA-Seq analysis previously done using a Cuffdiff analysis.</dd></dl>
<h2><span> Variant Detection </span></h2>
<p><strong> Basic Galaxy Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/pub?id=1ZRzrjjOCvtAu3m-IKL-rbJ1f4On60dDL_IEwG7oejdI">Variant Detection tutorial</a></li>
</ul>
<dl><dd>In this tutorial we cover the concepts of detecting small variants (SNVs and indels) in human genomic DNA using a small set of reads from chromosome 22.</dd></dl>
<p><strong>Advanced Galaxy Tutorial</strong></p>
<ul>
<li><a href="https://docs.google.com/document/pub?id=1CuKkKylVDb03tnN7RSWl5EUzleetn0ctjmvaidPKLxM">Variant Detection (Advanced) Tutorial</a></li>
</ul>
<dl><dd>In this tutorial we compare the performance of three statistically-based variant detection tools:</dd><dd>* SAMtools: Mpileup</dd><dd>* GATK: Unified Genotyper</dd><dd>* FreeBayes</dd><dd>Each of these tools takes as its input a BAM file of aligned reads and generates a list of likely variants in VCF format</dd></dl>
<p><strong>Pipelines</strong> are for those who are comfortable with using the UNIX command line; and often allow more control over branching and iteration logic.</p>
<ul>
<li><a href="https://github.com/claresloggett/variant_calling_pipeline">WGS/exome GATK-based variant calling pipeline</a></li>
</ul>
<dl><dd>This is a basic variant-calling and annotation pipeline developed at the Victorian Life Sciences Computation Initiative (VLSCI), University of Melbourne. It is based around BWA, GATK and ENSEMBL and was originally designed for human (or similar) data. The master branch is configured for WGS data; there is an exome branch configured for variant calling in exome data.</dd><dd>To run the pipeline you will need Rubra: <a href="https://github.com/bjpop/rubra">https://github.com/bjpop/rubra</a>. Rubra uses the python Ruffus library: <a href="http://www.ruffus.org.uk/">http://www.ruffus.org.uk/</a>.</dd></dl>
<p><strong>Protocols</strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1lfDYNzHjfDA1pHTHd-0w3xHhg7L4TipT1gRfzgiV8es/pub">Familial Variant Calling</a></li>
</ul>
<dl><dd>In this protocol we discuss and outline the process of calling familial related mutations.</dd></dl>
<ul>
<li><a href="https://docs.google.com/document/d/1PIhm8NrFGaSK0hxpDcp8wUOz11ZkOaHIrpnJshMgDec/pub">Somatic Variant Calling</a></li>
</ul>
<dl><dd>In this protocol we discuss and outline the process of identifying somatic variants or mutations.</dd></dl>
<h2><span> Assembly </span></h2>
<p><strong> Basic Galaxy Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/pub?id=1N3AB9ptISUu4zULqe1kXpVF0BDyGb5f5yzxWSJd_WNM">Genome assembly tutorial</a></li>
</ul>
<dl><dd>In this tutorial we carry out de novo assembly of a microbial genome. We have also written a <a href="https://docs.google.com/document/d/1xs-TI5MejQARqo0pcocGlymsXldwJbJII890gnmjI0o/pub">De novo Genome Assembly for Illumina Data</a> Protocol for a more generic description of the method.</dd></dl>
<p><strong> Protocol </strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1xs-TI5MejQARqo0pcocGlymsXldwJbJII890gnmjI0o/pub">De novo Genome Assembly for Illumina Data</a></li>
</ul>
<dl><dd>In this protocol we discuss and outline the process of de novo assembly for small to medium sized genomes. Use our <a href="https://docs.google.com/document/pub?id=1N3AB9ptISUu4zULqe1kXpVF0BDyGb5f5yzxWSJd_WNM">Genome assembly tutorial</a> to learn a specific case of using Galaxy to carry out de novo assembly of a microbial genome.</dd></dl>
<h2><span> Small RNAs </span></h2>
<p><strong> Basic Galaxy Tutorial </strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1WAObJr7M0m8U-2ku-0Y0Sdt_IHmqd1h8WaJHPhnJ1lM/pub">Quality control for small RNA</a></li>
</ul>
<dl><dd>This tutorial covers initial steps of the workflow for analysis of short RNA expression such as a quality control of the raw reads, processing of the raw reads for the subsequent analysis and initial quality assessment of the library.</dd></dl>
<h2><span> ChIP Seq </span></h2>
<p><strong> Protocol </strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1UPJC8dsiDeP5R9MH9U0IvoDgPF2Q3EOstAuzS3e6WCE/pub">ChIP-Seq</a></li>
</ul>
<dl><dd>In this protocol we discuss ChIP-Seq: a method to analyze the interaction between proteins and DNA.</dd></dl>
<h2><span> Amplicons </span></h2>
<p><strong>Protocol</strong></p>
<ul>
<li><a href="https://docs.google.com/document/d/1uW7JzxG86QzS92hTyeuNsLhX_d1XFbaZPSjh7jWxcSg/pub">Amplicon Alignment</a></li>
</ul>
<dl><dd>In this protocol we discuss and outline the process of aligning custom amplicons using primers for high precision.</dd></dl>
<h2><span> Learn Galaxy </span></h2>
<p><a href="https://docs.google.com/document/d/1wsdJDYfjZVg2uJxm9AHi_j0mY3X1M1F4gB-elkuYL7c/pub">Introduction to Galaxy,</a> for those who are very new to Galaxy.</p>
<p><a href="https://docs.google.com/document/d/1t7vVqa3mdeZYPv5-8hiHBFBYhNiynV_3mWByno9-wUM/pub">Using Histories and Workflows,</a> for those with some Galaxy knowledge.</p>
<p>The Galaxy project website has many <a href="http://wiki.galaxyproject.org/Learn">tutorials</a> and <a href="http://wiki.galaxyproject.org/Learn/Screencasts">screencasts</a> about using Galaxy and the tools, and developing new tools.</p><p>Address of the bookmark: <a href="https://genome.edu.au/wiki/Learn" rel="nofollow">https://genome.edu.au/wiki/Learn</a></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44472/pipesnake-bioinformatics-best-practice-analysis-pipeline-for-phylogenomic-reconstruction</guid>
	<pubDate>Wed, 21 Feb 2024 06:19:41 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44472/pipesnake-bioinformatics-best-practice-analysis-pipeline-for-phylogenomic-reconstruction</link>
	<title><![CDATA[pipesnake: bioinformatics best-practice analysis pipeline for phylogenomic reconstruction]]></title>
	<description><![CDATA[<p dir="auto"><span>ausarg/pipesnake</span>&nbsp;is a bioinformatics best-practice analysis pipeline for phylogenomic reconstruction starting from short-read 'second-generation' sequencing data.</p>
<p dir="auto">The pipeline is built using&nbsp;<a href="https://www.nextflow.io/">Nextflow</a>, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The&nbsp;<a href="https://www.nextflow.io/docs/latest/dsl2.html">Nextflow DSL2</a>&nbsp;implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies.</p><p>Address of the bookmark: <a href="https://github.com/AusARG/pipesnake" rel="nofollow">https://github.com/AusARG/pipesnake</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/10459/associate-professor-bio-informatics-at-university-of-allahabad-in-allahabad</guid>
  <pubDate>Wed, 07 May 2014 00:26:53 -0500</pubDate>
  <link></link>
  <title><![CDATA[Associate Professor - Bio-Informatics at University of Allahabad in Allahabad]]></title>
  <description><![CDATA[
<p>No of vacancies: 01</p>

<p>Pay scale: Pay Band of Rs. 37400-67000 with AGP of Rs. 9000.</p>

<p>i. Educational Qualification: Good academic record with a Ph.D. Degree in the concerned/allied/relevant disciplines.</p>

<p>ii. A Master's Degree with at least 55% marks (or an equivalent grade in a point scale wherever grading system is followed).</p>

<p>iii. A minimum of eight years of experience of teaching and/or research in an academic/research position equivalent to that of Assistant Professor in a University, College or Accredited Research Institution/industry excluding the period of Ph.D. research with evidence of published work and a minimum of 5 publications as books and/or research/policy papers.</p>

<p>iv. Contribution to educational innovation, design of new curricula and courses, and technology - mediated teaching learning process with evidence of having guided doctoral candidates and research students.</p>

<p>v. A minimum score as stipulated in the Academic Performance Indicator (API) based Performance Based Appraisal System (PBAS), set out in UGC Regulation.</p>

<p>Download application form from website: http://www.allduniv.ac.in/</p>

<p>Send your application to the Registrar, University of Allahabad, Allahabad-211002 (U.P.) on or before 30th April 2014</p>

<p>For more details: http://www.allduniv.ac.in/images/adv/backlog/advt-details.pdf OR http://www.allduniv.ac.in/images/news/extension-notice.pdf</p>

<p>Last Apply Date: 30 May 2014</p>
]]></description>
</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/videolist/watch/10664/dna-replication-process-3d-animation</guid>
	<pubDate>Sat, 10 May 2014 04:41:22 -0500</pubDate>
	<link>https://bioinformaticsonline.com/videolist/watch/10664/dna-replication-process-3d-animation</link>
	<title><![CDATA[DNA Replication Process [3D Animation]]]></title>
	<description><![CDATA[<iframe width="" height="" src="https://www.youtube-nocookie.com/embed/27TxKoFU2Nw" frameborder="0" allowfullscreen></iframe>See an organised list of all the animations: http://doctorprodigious.wordpress.com/hd-animations/]]></description>
	
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/37248/postdoctoral-research-assistant-at-rvc</guid>
  <pubDate>Mon, 09 Jul 2018 00:47:38 -0500</pubDate>
  <link></link>
  <title><![CDATA[Postdoctoral Research Assistant at RVC]]></title>
  <description><![CDATA[
<p>This is a fixed term post for 24 months.</p>

<p>We wish to recruit a highly motivated, postdoctoral scientist to carry out a BBSRC funded project in the laboratory of Dr. Denis Larkin. The project is focused on developing and applying new methods and algorithms to study genome and chromosome evolution in mammals and other animals using whole-genome sequences and existing algorithms (e.g., Damas et al. Genome Res. 2017. 27(5):875-884; Kim et al., Proc Natl Acad Sci USA. 2013. 110 (5)). The post holder will use cutting edge computational and laboratory approaches to generate chromosomal assemblies for sequenced genomes, study chromosomal structures and differences between mammalian and other vertebrate genomes in attempt to identify species- and clade-specific genome signatures.</p>

<p>Applicants must have a Ph.D. and a track record of success, as indicated by first-author publications in international journals. They must possess excellent organisation skills and be capable of individual initiative and of interacting as part of a team. Applicants with extensive practical experience in bioinformatics or computer science, programming, visualization, handling of large data sets, high-performance computing are encouraged to apply. The post will involve collaboration with a wide range of academic partners both within the EU and worldwide.</p>

<p>Experience in programming, bioinformatics and comparative genome analysis is essential. Applicants should have a minimum of a degree and preferably a higher degree in a relevant subject.</p>

<p>The Royal Veterinary College has the largest range of veterinary, para-veterinary and animal science undergraduate and postgraduate courses of any veterinary school in the world and is one of the largest veterinary schools in Europe.</p>

<p>Prospective applicants are encouraged to contact Dr. Denis Larkin, Comparative Biomedical Sciences Department on +442071211906 or email: dlarkin@rvc.ac.uk</p>

<p>We offer a generous reward package.</p>

<p>For further information and to apply on-line please visit our website: www.rvc.ac.uk<br />Job reference CBS-0084-18</p>

<p>https://jobs.rvc.ac.uk/Vacancy.aspx?ref=CBS-0084-18</p>
]]></description>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/10748/bioinformatics-phd-at-cuk-kerala</guid>
  <pubDate>Sat, 10 May 2014 20:21:22 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics PhD at CUK Kerala]]></title>
  <description><![CDATA[
<p>Applications are invited from highly motivated students (UGC-CSIR-JRF) with a background in Genomics/ Biotechnology/ Molecular Microbiology/ Biochemistry and Bioinformatics to pursue research leading to Ph.D. in the following areas;</p>

<p>    1. Cancer Genomics</p>

<p>    2. Microbial Genetics and Metagenomics</p>

<p>    3. Human Infective Diseases</p>

<p>    4. Computational Drug Design</p>

<p>Interested candidates may apply to Dr. Ranjith N. Kumavath, Assistant Professor &amp; Head, Department of Genomic Science, School of Biological Sciences, Central University of Kerala, Padannakad (PO), Nileshwar, Kasaragod-671328,Kerala. Email: RNkumavath@gmail.com</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/file/view/6263/bioinformatics-vacancy</guid>
	<pubDate>Mon, 11 Nov 2013 14:43:51 -0600</pubDate>
	<link>https://bioinformaticsonline.com/file/view/6263/bioinformatics-vacancy</link>
	<title><![CDATA[Bioinformatics Vacancy]]></title>
	<description><![CDATA[<p>The Leiden University Medical Center is a modern university medical centre for research, instruction and patient care with a high quality profile and a strong scientific orientation. The Department for Parasitology is looking for an ambitious doctorate student in bioinformatics for a project aimed at developing novel algorithms for data integration and the analysis and visualization of mass spectrometry data in quantitative, spatially and temporally resolved proteomics.</p>]]></description>
	<dc:creator>Ahmed Abdelrahman</dc:creator>
	<enclosure url="https://bioinformaticsonline.com/file/download/6263" length="62930" type="application/pdf" />
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/10925/a-brief-bioinformatics-tutorial</guid>
	<pubDate>Wed, 21 May 2014 12:50:09 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/10925/a-brief-bioinformatics-tutorial</link>
	<title><![CDATA[A Brief Bioinformatics Tutorial]]></title>
	<description><![CDATA[<p>This is about how to use a computer to find what is known about a gene of interest and also how to get new insights about it.</p>
<p>The tutorial is divided in three main parts:</p>
<ul>
<li>In the <strong>Sequence </strong>part, you will see how to look efficiently for a particular protein sequence, how to blast it against the database of your choice to find homologues, how to perform a multiple alignment of the homologues you've selected and how to edit this alignment.</li>
<li>The <strong>Structure </strong>part is about molecular visualization, homology modeling and structural domain prediction.</li>
<li>In the <strong>Function </strong>part, you will be introduced to you 3 useful servers to investigate the function of a protein. i.e. finding interactors, co-expressed genes, see a phylogenetic profile, easily access papers citing your gene etc ...</li>
</ul>
<p>During all the three parts, we will use the <em>S. cerevisiae </em>VPS36 protein as an example.</p><p>Address of the bookmark: <a href="http://www.mrc-lmb.cam.ac.uk/rlw/text/bioinfo_tuto/introduction.html" rel="nofollow">http://www.mrc-lmb.cam.ac.uk/rlw/text/bioinfo_tuto/introduction.html</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/11035/bioinformatics-jrfsrf-position-at-nii</guid>
  <pubDate>Sun, 25 May 2014 16:54:04 -0500</pubDate>
  <link></link>
  <title><![CDATA[Bioinformatics JRF/SRF position at NII]]></title>
  <description><![CDATA[
<p>NATIONAL INSTITUTE OF IMMUNOLOGY, NEW DELHI-110067</p>

<p>Applications are invited for the position of Senior Research Fellow for the following time-bound sponsored project as per the details given below:</p>

<p>1. BTIS project on, “Bioinformatics Center-National Infrastructural Facility in the Area of Immunology” funded by DBT</p>

<p>Senior Research Fellow (P) (One Position only)</p>

<p>Dr. Debasisa Mohanty<br />Staff Scientist-VI<br />deb@nii.res.in</p>

<p>Qualifications: M.Sc in Biological Sciences or Biotechnology with at least 04 years of Research experience in Bioinformatics or computational Biology after the master’s degree is essential.</p>

<p>Emoluments: The selected candidates will draw consolidated emoluments as per Institute Rules, depending upon qualifications &amp; experience</p>

<p>Rs. 18,000/- per month consolidated plus 30% HRA if Leading to Ph.D/NET/GATE Qualified otherwise Rs. 14,000/- per month + 30% HRA.</p>

<p>Job description: The candidate should be well versed in programming in PERL/C++/HTML/CGI, web server and portal development, computational analysis of<br />protein structure &amp; function, molecular dynamics simulations and use of high performance computing systems.</p>

<p>GENERAL TERMS AND CONDITIONS:-</p>

<p>1. The candidates selected for the above posts will be on contract for one year or duration of the project whichever is shorter, at a time.<br />2. No hostel/ housing facility will be provided.<br />3. Number of posts may vary and shall be need based. Advertisement is no commitment.<br />4. Applicants may clearly mention the category they belong to i.e. SC/ST/OBC/PH and attach documentary proof of the same.<br />5. No TA/DA will be paid for attending the interview, if called for.<br />6. Apart from sending application in the prescribed format given below, candidates should send complete Curriculum Vitae along with the names of three referees. Curriculum Vitae should contain details of the experimental expertise.</p>

<p>HOW TO APPLY Interested candidates may apply directly, STRICTLY IN THE PRESCRIBED FORMAT GIVEN BELOW, through e-mail, to the Investigator of the project, clearly indicating the name of the project along with their complete C.V., e-mail id, fax numbers, telephone numbers. Only Short listed candidates will be called for interview and they required to submit attested copies of all their certificates and a Demand Draft of Rs 100/- drawn on Canara Bank or Indian Bank payable at Delhi/New Delhi in favour of the Director, NII (SC / ST and PH candidates are exempted subject to submission of documentary proof), at the time of interview.</p>

<p>LAST DATE OF RECEIPT OF APPLICATIONS: 06th June, 2014</p>

<p>Advertisement</p>

<p>www1.nii.res.in/sites/default/files/projectappointment-Dr.Mohanty-6June2014.pdf</p>
]]></description>
</item>

</channel>
</rss>