PLoS ONE (Jan 2015)

UniqTag: Content-Derived Unique and Stable Identifiers for Gene Annotation.

  • Shaun D Jackman,
  • Joerg Bohlmann,
  • İnanç Birol

DOI
https://doi.org/10.1371/journal.pone.0128026
Journal volume & issue
Vol. 10, no. 5
p. e0128026

Abstract

Read online

When working on an ongoing genome sequencing and assembly project, it is rather inconvenient when gene identifiers change from one build of the assembly to the next. The gene labelling system described here, UniqTag, addresses this common challenge. UniqTag assigns a unique identifier to each gene that is a representative k-mer, a string of length k, selected from the sequence of that gene. Unlike serial numbers, these identifiers are stable between different assemblies and annotations of the same data without requiring that previous annotations be lifted over by sequence alignment. We assign UniqTag identifiers to ten builds of the Ensembl human genome spanning eight years to demonstrate this stability. The implementation of UniqTag in Ruby and an R package are available at https://github.com/sjackman/uniqtag sjackman/uniqtag. The R package is also available from CRAN: install.packages ("uniqtag"). Supplementary material and code to reproduce it is available at https://github.com/sjackman/uniqtag-paper.