PLoS ONE (Jan 2022)

EZTraits: A programmable tool to evaluate multi-site deterministic traits

  • Matt Carland,
  • Haley Pedersen,
  • Madhuchanda Bose,
  • Biljana Novković,
  • Charles Manson,
  • Shany Lahan,
  • Alex Pavlenko,
  • Puya G. Yazdi,
  • Manfred G. Grabherr

Journal volume & issue
Vol. 17, no. 5

Abstract

Read online

The vast majority of human traits, including many disease phenotypes, are affected by alleles at numerous genomic loci. With a continually increasing set of variants with published clinical disease or biomarker associations, an easy-to-use tool for non-programmers to rapidly screen VCF files for risk alleles is needed. We have developed EZTraits as a tool to quickly evaluate genotype data against a set of rules defined by the user. These rules can be defined directly in the scripting language Lua, for genotype calls using variant ID (RS number) or chromosomal position. Alternatively, EZTraits can parse simple and intuitive text including concepts like ’any’ or ’all’. Thus, EZTraits is designed to support rapid genetic analysis and hypothesis-testing by researchers, regardless of programming experience or technical background. The software is implemented in C++ and compiles and runs on Linux and MacOS. The source code is available under the MIT license from https://github.com/selfdecode/rd-eztraits.