Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.25 KB

paper.md

File metadata and controls

28 lines (21 loc) · 1.25 KB
title tags authors date bibliography
Xenomapper: Mapping reads in a mixed species context
bioinformatics
short read mapping
multispecies
xenograft
name orcid affiliation
Matthew J. Wakefield
0000-0001-6624-4698
The University of Melbourne
12 May 2016
paper.bib

Summary

Xenomapper is a utility for post processing mapped DNA sequencing reads that have been aligned to a primary genome and a secondary genome, and binning reads into species specific, multimapping in each species, unmapped and unassigned categories. It can be used on single end or paired end sequencing data across a wide range of genomics methods including RNAseq. In paired end data evidence of sequence specificity for either read will be used to assign both reads.

Use cases include xenografts of human cancers and host pathogen interactions.

Xenomapper is most effective with mapped reads that include an XS or ZS score that gives the mapping score of the next best read. These include Bowtie2 [@BOWTIE2] and HISAT [@HISAT].

This work builds upon a similar approach by Rossello et. al. [@ROSSELLO] with a more rigorous implementation and extensions for paired end data and exon aware aligners.

References