NAR WebServer Issue Publication - mtDNA-Server


Providing Hadoop as a Service is the main goal of Cloudgene, as described in one of my previous blog entries. Since Cloudgene is only the platform, useful use cases need to be implemented and integrated in Cloudgene. Here I want to introduce our newest service called mtDNA-Server, which have been published in the NAR WebServer Issue 2016.

mtDNA-Server 101

mtDNA-Server provides a free service for the analysis of human mitochondrial DNA data, currently focusing on reliable identification of heteroplasmy (>= 1%) and contamination.

Even if the task itself is quite straightforward (there are quite a few analysis pipelines out there) many traps are waiting for end users. Therefore, mtDNA-server (a) helps user to avoid such traps, (b) provides all data files including an interactive web report for download and (c) suggests postprocessig guidlines for downstream analysis.

We think that this will be, similar to HaploGrep, a very useful resource for researchers. Right now (May 2016), over 11k samples have already been analysed.

mtDNA-Server Main Features

  • Upload data as FASTQ (SE/PE) or SAM/BAM
  • Parallel MapReduce alignment of your data
  • Heteroplasmy detection
  • Contamination identification
  • Haplogroup assignment with HaploGrep2
  • Variant annotation
  • Quality control metrics

mtDNA-Server in Action

So just give it a try and check out the paper here.

Related Posts

Haplogrep on GitHub

Imputation Scripts

NAR WebServer Issue Publication - HaploGrep2

Hadoop Services for Everyone

This post shows how we combine the Hadoop Docker Image (CDH5) with our Hadoop workflow system Cloudgene. Due to Cloudgene's interface, new applications can be registered to Cloudgene and provided as a service to everyone.

Setting up a HTTPS Restlet Webserver

Cloudgene, a Hadoop-As-A-Service approach

This post introduces the graphical Hadoop platform Cloudgene and shows how simple a Hadoop command line program (or a workflow of several programs) can be provided as a web service to everyone. Two services in Genetics based on Cloudgene are already available and showing promising success.

Creating a Docker Image for Hadoop MapReduce (CDH5)